/* 
#FAFBF9 White
#B20A0A Light Red
#A27E6F Brown
#94524A Dark Orange
#742D3D Dark Red
*/

/* font-family: 'Charmonman', cursive;
font-family: 'Lobster', cursive; 
font-family: 'Open Sans Condensed', sans-serif;*/


body{
  background-color: #B20A0A;
  color: #FAFBF9; 
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 1.2em;
}
    p{
      font-size: 25px;
    }
    
    
    footer {
    position: relative;
    background-color: #A27E6F;
    height: 320px;
    
    }
.desktop-only{
  display: block;
  display: unset;
}
.mobile-only{
 display: none;
}

.break{
  padding-bottom: 30px;
  padding-top: 30px
}

.navbar-nav{
    font-family: 'Lobster', cursive;
    font-size: 2em;
    
}

.active{
    text-decoration: underline;
}

.heading{
font-family: 'Charmonman', cursive;
font-size: 4em 
}

.sub-heading{
font-family: 'Charmonman', cursive;
font-size: 2em;
text-decoration: underline
}

.spetxt{
    font-size: 2em;
    font-family: 'Open Sans Condensed', sans-serif;
}


.col-sm-6{
  padding-left: 80px;
  padding-right: 80px; 
  
}

.col-sm-4{
  width: 100%;
  padding-left: 60px;
  padding-right: 60px;
  
}

.col-sm-3{
  width: 100%;
  padding-left: 40px;
  padding-right: 40px;
  text-align: center
  
}

.coltext{
  font-family: 'Lobster', cursive;
  font-size: 22px;
}

.fa{
  padding: 20px;
  font-size: 2cm;
  width: 70px;
  text-align: center;
  color: #FAFBF9;
}

.img-center{
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}

a.white-out {
  display: inline-block;
  background: #fff;
}
a.white-out img {
  opacity: 0.35
  ;
}

.container {
  position: relative;
  text-align: center;
  color: #B20A0A;
}


/* Bottom left text */
.bottom-left {
  position: absolute;
  bottom: 8px;
  left: 16px;
}

/* Top left text */
.top-left {
  position: absolute;
  top: 8px;
  left: 16px;
}

/* Top right text */
.top-right {
  position: absolute;
  top: 8px;
  right: 16px;
}

/* Bottom right text */
.bottom-right {
  position: absolute;
  bottom: 8px;
  right: 16px;
}

.centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 3px solid #B20A0A;
  box-sizing: border-box;
}
* {box-sizing:border-box}

/* Slideshow container */
.slideshow-container {
  height: 600px;
  width: 650px;
  position: relative;
  margin: auto;
}

.slideimg{
  display: block;
  margin-left: auto;
  margin-right: auto;
}
/* Hide the images by default */
.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-left: -45px;
  margin-right: -45px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}


/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
  animation-fill-mode:forwards;
}

@-webkit-keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}
  .footerimg{
      padding-top: 20px; 
      padding-left: 50px;
      padding-right: 50px;
  }
/* Centered text */

* {box-sizing:border-box}

#nottop{
  padding-top: 100px;
}

#about-img{
  height: 130%; 
  width: 100%;
}

#title{
  text-align: center;
  text-emphasis: bold;
}
#quote-txt{
  font-size: 32px;
  
}

@media only screen 
and (min-device-width: 375px) 
and (max-device-width: 667px) 
and (-webkit-min-device-pixel-ratio: 2)
and (orientation: portrait) { 

  body{

  }

  
footer{
padding-top: 25px;
padding-bottom: 25px;
width: 100%;
height: 350px;
}  
.desktop-only{
  display: none; 
}

.mobile-only{
  display: block;
  display: unset;
}

.img-responsive{
height: 90%;
width: 90%;
}  

.zoom{
transition: transform .2s; /* Animation */
}

.zoom:hover {
transform: scale(1.5); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}

.break{
padding-bottom: 15px;
padding-top: 15px
  }

.heading{
font-family: 'Charmonman', cursive;
font-size: 1.8em;
text-align: center;
}
    
.sub-heading{
font-family: 'Charmonman', cursive;
font-size: 1.3em;
text-decoration: underline
}

.body-text p{
font-size: 0.9em;
text-align: center;
}

.centered {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
border: 0px solid #B20A0A;
box-sizing: border-box;
}

.col-sm-6{
padding-left: 50px;
padding-right: 50px; 

}

.col-sm-3{
padding-top: 10px;
padding-bottom: 10px; 
}

.col-sm-4{
padding-top: 10px;
padding-bottom: 10px; 
}

.slideimg{
display: block;
margin-left: auto;
margin-right: auto;
height: 250px;
width: 300px;
}

.slideshow-container {
height: 250px;
width: 300px;
position: relative;
margin: auto;
}

a.white-out {
display: inline-block;
background: #fff;
}
a.white-out img {
    opacity: 0.15
  ;
}

.footerimg{
  display: block;
margin-left: auto;
margin-right: auto;
width: 50%;
display: none;
}

#about-img{
height: 50%;
width: 70%;

}

#quote-txt{
font-size: 15px;
}

#quote-img{
height: 200px;

}
#title{
font-size: 2em;
text-decoration: underline;
padding-top: 30px;
padding-bottom: 30px;
  }
}

  @media only screen 
  and (min-device-width : 375px) 
  and (min-device-height : 667px) 
  and (-webkit-device-pixel-ratio : 2)  { 


    body{

        }
    
        
    footer{
      padding-top: 25px;
      padding-bottom: 25px;
      width: 100%;
      height: 350px;
      }  
      .desktop-only{
        display: none; 
      }

      .mobile-only{
        display: block;
        display: unset;
      }

    .img-responsive{
      height: 90%;
      width: 90%;
    }  

    .zoom{
      transition: transform .2s; /* Animation */
    }

    .zoom:hover {
      transform: scale(1.5); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
    }

    .break{
      padding-bottom: 15px;
      padding-top: 15px
        }

    .heading{
      font-family: 'Charmonman', cursive;
      font-size: 1.8em;
      text-align: center;
      }
          
    .sub-heading{
      font-family: 'Charmonman', cursive;
      font-size: 1.3em;
      text-decoration: underline
    }

    .body-text p{
      font-size: 0.9em;
      text-align: center;
    }
   
    .centered {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      border: 0px solid #B20A0A;
      box-sizing: border-box;
    }

    .col-sm-6{
      padding-left: 50px;
      padding-right: 50px; 
    
    }

    .col-sm-3{
      padding-top: 10px;
      padding-bottom: 10px; 
    }

    .col-sm-4{
      padding-top: 10px;
      padding-bottom: 10px; 
    }

    .slideimg{
      display: block;
      margin-left: auto;
      margin-right: auto;
      height: 250px;
      width: 300px;
    }

    .slideshow-container {
      height: 250px;
      width: 300px;
      position: relative;
      margin: auto;
    }

    a.white-out {
      display: inline-block;
      background: #fff;
    }
      a.white-out img {
          opacity: 0.15
        ;
      }

      .footerimg{
        display: block;
      margin-left: auto;
      margin-right: auto;
      width: 50%;
      display: none;
      }

    #about-img{
      height: 50%;
      width: 70%;

    }
  
    #quote-txt{
      font-size: 15px;
    }

    #quote-img{
      height: 200px;
    
    }
    #title{
      font-size: 2em;
      text-decoration: underline;
      padding-top: 30px;
      padding-bottom: 30px;
    }

}

@media only screen 
and (min-device-width : 414px) 
and (max-device-width : 736px) 
and (orientation : landscape) {

.break{
  padding-bottom: 10px;
  padding-top: 10px
    }

.img-responsive{
  height: 90%;
  width: 100%;
}
.heading{
  font-family: 'Charmonman', cursive;
  font-size: 1.5em;
  text-align: center;
  }
      
.sub-heading{
  font-family: 'Charmonman', cursive;
  font-size: 1em;
  text-decoration: underline
}

.body-text p{
  font-size: 0.7em;
  text-align: center;
}

.footerimg{
  visibility: hidden;
}

.coltext{
  font-size: 0.7em;
}

.col-sm-6{
  padding-left: 25px;
  padding-right: 25px; 

}

.col-sm-3{
  padding-top: 2px;
  padding-bottom: 2px; 
}

.col-sm-4{
  padding-top: 2px;
  padding-bottom: 2px; 
}

.slideimg{
  display: block;
  margin-left: auto;
  margin-right: auto;
  height: 350px;
  width: 550px;
}

.slideshow-container {
  height: 350px;
  width: 550px;
  position: relative;
  margin: auto;
}

#img-squish{
  padding-top: 50px;
  padding-bottom: 50px; 
  height: 400px;
}

#quote-txt{
  font-size: 16px;
}

#quote-img{
  height: 270px;

 }
}
@media only screen 
and (min-device-width : 414px) 
and (max-device-width : 736px) 
and (orientation : portrait) { 

      
  footer{
    padding-top: 25px;
    padding-bottom: 25px;
    width: 100%;
    height: 350px;
    }  
    .desktop-only{
      display: none; 
    }

    .mobile-only{
      display: block;
      display: unset;
    }

    .break{
      padding-bottom: 17px;
      padding-top: 17px
        }

    .img-responsive{
      height: 90%;
      width: 90%;
        }  

    .heading{
      font-family: 'Charmonman', cursive;
      font-size: 2em;
      text-align: center;
      }
          
    .sub-heading{
      font-family: 'Charmonman', cursive;
      font-size: 1.5em;
      text-decoration: underline
    }

    .body-text p{
      font-size: 1em;
      text-align: center;
    }

    .slideimg{
      display: block;
      margin-left: auto;
      margin-right: auto;
      height: 280px;
      width: 330px;
    }

    .slideshow-container {
      height: 280px;
      width: 330px;
      position: relative;
      margin: auto;
    }

    .footerimg{
      display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
    display: none;
    }

    #title{
      font-size: 2em;
      text-decoration: underline;
      padding-top: 30px;
      padding-bottom: 30px;
    }

    #quote-txt{
      font-size: 18px;
    }

    #quote-img{
      width: 100%;
      height: 300px;
    }
}

@media only screen 
and (min-device-width : 375px) 
and (max-device-width : 812px) 
and (-webkit-device-pixel-ratio : 3)
and (orientation : landscape) { 
  
  .break{
    padding-bottom: 10px;
    padding-top: 10px
      }
  
  .img-responsive{
    height: 90%;
    width: 100%;
  }
  .heading{
    font-family: 'Charmonman', cursive;
    font-size: 1.5em;
    text-align: center;
    }
        
  .sub-heading{
    font-family: 'Charmonman', cursive;
    font-size: 1em;
    text-decoration: underline
  }
  
  .body-text p{
    font-size: 0.7em;
    text-align: center;
  }
  
  .footerimg{
    visibility: hidden;
  }
  
  .coltext{
    font-size: 0.7em;
  }
  
  .col-sm-6{
    padding-left: 25px;
    padding-right: 25px; 
  
  }
  
  .col-sm-3{
    padding-top: 2px;
    padding-bottom: 2px; 
  }
  
  .col-sm-4{
    padding-top: 2px;
    padding-bottom: 2px; 
  }
  
  .slideimg{
    display: block;
    margin-left: auto;
    margin-right: auto;
    height: 350px;
    width: 550px;
  }
  
  .slideshow-container {
    height: 350px;
    width: 550px;
    position: relative;
    margin: auto;
  }
  
  #img-squish{
    padding-top: 50px;
    padding-bottom: 50px; 
    height: 400px;
  }
  
  #quote-txt{
    font-size: 16px;
  }
  
  #quote-img{
    height: 270px;
  
   }
  }
  @media only screen 
  and (min-device-width : 414px) 
  and (max-device-width : 736px) 
  and (orientation : portrait) { 
  
        
    footer{
      padding-top: 25px;
      padding-bottom: 25px;
      width: 100%;
      height: 350px;
      }  
      .desktop-only{
        display: none; 
      }
  
      .mobile-only{
        display: block;
        display: unset;
      }
  
      .break{
        padding-bottom: 17px;
        padding-top: 17px
          }
  
      .img-responsive{
        height: 90%;
        width: 90%;
          }  
  
      .heading{
        font-family: 'Charmonman', cursive;
        font-size: 2em;
        text-align: center;
        }
            
      .sub-heading{
        font-family: 'Charmonman', cursive;
        font-size: 1.5em;
        text-decoration: underline
      }
  
      .body-text p{
        font-size: 1em;
        text-align: center;
      }
  
      .slideimg{
        display: block;
        margin-left: auto;
        margin-right: auto;
        height: 280px;
        width: 330px;
      }
  
      .slideshow-container {
        height: 280px;
        width: 330px;
        position: relative;
        margin: auto;
      }
  
      .footerimg{
        display: block;
      margin-left: auto;
      margin-right: auto;
      width: 50%;
      display: none;
      }
  
      #title{
        font-size: 2em;
        text-decoration: underline;
        padding-top: 30px;
        padding-bottom: 30px;
      }
  
      #quote-txt{
        font-size: 18px;
      }
  
      #quote-img{
        width: 100%;
        height: 300px;
      }
}

@media only screen 
and (min-device-width : 375px) 
and (max-device-width : 812px) 
and (-webkit-device-pixel-ratio : 3)
and (orientation : portrait) {

  footer{
    padding-top: 25px;
    padding-bottom: 25px;
    width: 100%;
    height: 350px;
    }  
    .desktop-only{
      display: none; 
    }

    .mobile-only{
      display: block;
      display: unset;
    }

    .break{
      padding-bottom: 17px;
      padding-top: 17px
        }

    .heading{
      font-family: 'Charmonman', cursive;
      font-size: 2em;
      text-align: center;
      }
          
    .sub-heading{
      font-family: 'Charmonman', cursive;
      font-size: 1.5em;
      text-decoration: underline
    }

    .body-text p{
      font-size: 1em;
      text-align: center;
    }

    .img-responsive{
      height: 90%;
      width: 100%;
        }  

    .slideimg{
      display: block;
      margin-left: auto;
      margin-right: auto;
      height: 280px;
      width: 300px;
    }

    .slideshow-container {
      height: 280px;
      width: 300px;
      position: relative;
      margin: auto;
    }

    .footerimg{
      display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
    display: none;
    }

    #title{
      font-size: 2em;
      text-decoration: underline;
      padding-top: 30px;
      padding-bottom: 30px;
    }

    #quote-txt{
      font-size: 17px;
    }

    #quote-img{
      width: 100%;
      height: 300px;
    }
}

