/* Styles*/
/* Logan Dimond*/
body{
font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
background-color: rgb(255, 255, 255);
color: black;
margin-top: 80px;
margin-left: 0;
margin-right: 0;

}

img.normal{
text-align: center;
border-radius: 0.3em;
  display: block;
  margin-left: auto;
  margin-right: auto;
  border: solid 1px black;
width:100%;

  
}
 .logo {
   color: white;
   font-size: 15px;
   padding: 8px 10px 8px 8px;
 }




a.color{
  color:rgb(255, 92, 92);
   text-decoration: none;
  animation: color-change 3s infinite;
}

@keyframes color-change {
  0% { color: red; }
  25% { color: purple; }
  50% { color: green; }
  75% { color: blue; }
  100% { color:red; }
  

}



a:hover{
  color:black;
}
a:active{ 
  color:rgb(255, 255, 255)}


/* Nav bar styles*/
.menu {
  display: flex;
  position: fixed;
  width: 100%;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;

list-style-type: none;
padding: 0;
margin: 0;
overflow: hidden;
background-color: #333;
top: 0;

font-size: 15px;
z-index: 9999;

}



.menu li a {
display: block;
color: white;
padding: 15px 5px;
text-decoration: none;
}

.toggle {
  order: 1;
  font-size: 20px;
color: white;
padding-right: 15px;
}

.active .item {
  display: block;
}

.item {
  order: 3;
  width: 100%;
  text-align: center;
  display: none;
  border: solid 1px black;
}

.menu .item:hover {
   color: black;
  background-color: rgb(145, 143, 143);
}
.selected{
  background-color: green;
}


/* Tablet size */
@media all and (min-width: 700px) {
  .logo {
   font-size: 20px;
  }
  
}

/* Desktop size */
@media all and (min-width: 960px) {
  body{

margin-top: 100px;


}
  .logo {
   font-size: 20px;
   order: 0;
   
  }
  .menu{
    align-items: flex-start;
    flex-wrap: nowrap;
   
  }
 
  .item{
    order: 1;
    position: relative;
    display: block;
    
    border: none;
    padding: 8px 40px 11px 40px;
  width: auto;
    
  }
  
  
  .toggle {
    display: none;
  }
}

/* Corrals linklist styles*/
ul.linkList {
list-style-type: none;
padding: 0;
margin: 0;
overflow: hidden;
background-color: #333;
width: 100%;
font-size: 15px;
}

.linkList li {
 border: solid 1px black;
}
.linkList li a {
display: block;
color: white;
text-align: center;
padding: 14px 16px;
text-decoration: none;
}
.linkList li:hover {
   color: black;
  background-color: rgb(145, 143, 143);
}

h1{
  font-size: 30px;
  color: black;
  
  text-align: center;


}

h2{
  
  color:black;
  
  text-align: center;

margin-left: 5%;
margin-right: 5%;
}




.pictureInfo {
    color:white;
  text-align: center;

}

img.famliyPic{
  border-radius: 0.3em;
  border: solid 1px black;
  padding: 5px;
  
}



footer {
  border-radius: 0.3em;
padding: 10px 20px;
color:white;
text-align: center;
clear: both;
background-color: black;
}



img.frontCorral {
 
  border-radius: 50%;
 border: solid 5px black;
 
}




div {
padding: 0;
margin-left: 5%;
margin-right: 5%;
}

fieldset{
   color:black;
  background-color:rgb(197, 197, 197);
  border-radius: 0.3em;
border: solid 2px black;
}

legend {
  
  color:white;
  background-color: grey;
  
border-radius: 0.3em;
border: solid 1px black;
}

img.familyPic{
 
  border-radius: 50%;
 border: solid 3px black;

}


form{
color:black;
background-color:rgb(197, 197, 197); 
border-radius: 0.3em;
}

strong {
  color: black;
  
}

#answer {
   color:white;
  background-color: grey;
  border-radius: 0.3em;
  border: solid 3px black;
  
}

#hideImages {
  display: none;
}

.linkList {
  font-size: 30px;
}

.inStock {
  text-align: center;
  font-size: 25px;
  background-color: white;
  
}

.paymentBox {
   display: block;
  margin-left: auto;
  margin-right: auto;
}
.paymentBox table {
  border-spacing: 0;
  border-width: 0;
}
.paymentBox table tr {
  padding: 0;
  

}
.paymentBox table td {
  padding: 0;
  vertical-align: top;
  
}

/*animate.css library used under MIT licencing:

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

End license text.
*/

