

body {
         
    background-color: white;
    text-align: left;
    line-height: 1.4;
   

}


.left {

text-align: left;
}

.emphasize {

color:rgba(20, 89, 35, 1);
font-weight: 700;
font-size: 140%;
}

.facebook {

    font-weight: 400;
    color:rgba(0, 0, 0, .6);
    text-align:center;
    font-size: 110%;
    width: 5%;
}

.bold {

font-weight: 700;
color:rgba(161, 12, 16, 1);
font-size: 120%;
}

.boldblack {

font-weight: 700;
font-size: 100%;
}

.ital {

font-style: italic;
}

p {

    text-align: center;
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
   

}

h1 {

    text-align: center;
    font-family: 'Wendy One', sans-serif;
    font-weight: 300;
    font-size: 300%;
    color: rgba(0, 0, 0, 1);

}

h2 {

    font-size:200%;
    font-family: 'Wendy One', sans-serif;
    font-weight: 300;
    color:rgba(161, 12, 16, 1);
    margin-bottom: 2%;
    margin-top:0%;
    line-height: 1.3;
    

}



h3 {

    color: rgba(0, 0, 0, .8); 
    text-align: center;
    font-size: 80%;
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
   
   
    
}


h4 {
font-size: 18px;
font-family: 'Raleway', sans-serif;
font-weight: 400;
line-height: 60%;
font-stretch: expanded;


}


.head {
    
font-size: 80%;
text-align: center;
color:rgba(161, 12, 16, 1);
line-height: 1.2;
}



.phonetic {

width: 98%;
margin-bottom: 0%;
margin-top: 0%; 
padding: 0;
    
}

.navbox {

    height: auto;
    width: 100%;
    align-content: center;
   /* I dont think the line above works */   

}

.logo {

width: 100%;
margin-right: 20px;

}

.kay {
   width:10%;
  

}


    



.kayimage {

border:4px solid rgba(249, 157, 28, 1);
width: 90%;
margin-bottom: 3%;
margin-top: 3%;


}

.kayimage:hover {

border:4px solid rgba(234, 0, 5, 1);

}



.kayimagenull {

border:4px solid rgba(0, 84, 29, 1);
width: 75%;
margin-bottom: 3%;
margin-top: 3%;
transition: all 1s ease;

}

.kayimagenull:hover {

    -ms-transform: rotate(10deg) scale(1.2); /* IE 9 */
    -webkit-transform: rotate(10deg) scale(1.2); /* Chrome, Safari, Opera */
    transform: rotate(10deg) scale(1.2);
    border:4px solid rgba(123, 190, 35, 1);
    box-shadow:6px 6px 4px rgba(4, 0, 0, .2);
    border-radius: 150px;



}


  .tintbox {
   
background-color: rgba(250, 250, 250, 1);
padding-left: 1%;
padding-right: 1%;
padding-top: 0%;
border:3px solid rgba(249, 157, 28, 1); 
margin-bottom: 3%;

    }


 .links {
    color: rgba(249, 157, 28, 1);
    margin-bottom: 2%;
    margin-top:0%;
    margin-left: 3%;
    text-align: center;
    font-size: 26px;
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    

    }
    
.sponsorlogo {
    width: 70%;
    margin-top: 3%;
    margin-left: 5%;
    
    
}



.kayimagenoborder {

width: 98%;
margin-bottom: 5%;
margin-top: 1%;

}

.ridiculousphil {
   color:rgba(161, 12, 16, 1);
   font-family: 'Atma', cursive;
    letter-spacing: 1px;
    word-spacing: 2px;
    margin-left: 1%;
    margin-right: 1%;
    line-height: 1.1;
     font-size: 75%;

   

}

.price {
    font-weight: 600;
    font-family: 'raleway', sans-serif;
    color: rgba(44, 107, 27, 1);
    letter-spacing: 1px;
    font-size: 28px;
    margin-left: 1%;
    margin-right: 1%;
    line-height: 150%;;

}

.fabric {
    width: 98%;
    border: 3px solid white;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, .4);


}

.swatchborder {

    border:3px solid rgba(44, 210, 97, 1); 
    margin:2px;
    
}

.swatchborder:hover {
    border:3px solid rgba(241, 90, 34, 1);
    
    }



/*responsive slider Css*/

/*! http://responsiveslides.com v1.54 by @viljamis */

.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }

/* link styles from skeleton to override */

a {
  color: rgba(91, 150, 69, 1);
    text-decoration: none

}

a:hover {
  color: rgba(44, 210, 97, 1); 
    text-decoration: none;
}


/* Form styles from skeleton to override for paypal area
–––––––––––––––––––––––––––––––––––––––––––––––––– */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select {
  height: 40px;
        width: 100%;
  padding: 6px 10px; /* The 6px vertically centers text on FF, ignored by Webkit */
  background-color: #fff;
  border: 2px solid rgba(243, 112, 36,1);
  border-radius: 4px;
  box-shadow: none;
  box-sizing: border-box; }
/* Removes awkward default styles on some inputs for iOS */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
textarea {
  min-height: 65px;
  padding-top: 6px;
  padding-bottom: 6px; }
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
  border: 1px solid rgba(243, 112, 36,1);
  outline: 0; }
label,
legend {
  display: block;
  margin-bottom: .5rem;
  font-weight: 600; }
fieldset {
  padding: 0;
  border-width: 0; }
input[type="checkbox"],
input[type="radio"] {
  display: inline; }
label > .label-body {
  display: inline-block;
  margin-left: .5rem;
  font-weight: normal; }



/*Styles for screen 600px and lower*/
@media screen and (max-width: 600px){

.kay {
   width:40%;
}
    
body {
         
    line-height: 130%;
   

}
    
h1 {

text-align: center;
font-size: 220%;
    
}  
    
h2 {
    
 margin-top: 7%;
 line-height: 1.4;
    
    }
    
    
h3 {
text-align: center;
font-size: 95%;

   
    }
    .facebook {
    font-size: 100%;
}
    
.phonetic {

width: 98%;
margin-bottom: 3%;
margin-top: 8%;  
    
}
    
    
  
h4 {

line-height: 120%;
    

    
    

}
    
    .head {
    
font-size: 90%;
text-align: center;
color:rgba(161, 12, 16, 1);
line-height: 1.0;
}
    
    
 .ridiculousphil {
   color:rgba(161, 12, 16, 1);
  
     font-size: 100%;

   

}   
    
    
    
    
    
    
   .sponsorlogo {
    width: 65%;
    margin-top: 3%;
    margin-left: 15%;
    
    
}
.oursponsors {
    margin-bottom: 2%;
    margin-top:0%;
    font-size: 60px;
    

    }
    
.tintbox {   

padding-left: 5%;
padding-right: 5%;
padding-top: 0%;
border:3px solid rgba(249, 157, 28, 1); 
margin-bottom: 3%;
}
    
    .kayimagenull {

width: 98%;

}
    
}