*{
    box-sizing: border-box;
}
body{
   background-color: azure;
   margin: 0px;
}
.wrapper{
    margin: 0px;
}
header{
    width: 100%;
    background-color: azure;
    margin: 0px;
}
main{
    background-color: azure;
    padding-bottom: 100px;
}
.main-padding{
    padding-top: 75px;
}
/* Start Nav */
nav{
    background-color: black;
    width: 100%;
    text-align: center;
    padding: 20px;
    float: left;
    position: fixed;
    z-index: 3;
}
nav ul{
    text-align:center;
    justify-content: space-around;
    display: flex;
    margin: 0;
    padding: 0;
}
nav li{
    list-style: none;
    display: inline;
}
nav a{
    text-decoration: none;
    color: grey;
    font-size: 20px;
}
nav a:hover{
    text-decoration: none;
    color:azure;
}
/* End Nav */
.main-image{
    height: 100vh;
    width: 100%;
    background-size: 100%;
    background-repeat: no-repeat;
    background-image: url(../images/glamourraven.jpg)
}
.button{
    background-color: grey;
    padding: 12px 30px;
    color: azure;
    border: 3px solid black;
}
:hover.button{
    color: black;
    text-decoration: none;
}
/* Start Home Page */
.container-home{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-columns: repeat (auto-fill, minmax(250, 1fr));
    justify-items: center;
    grid-gap: 30px;
    margin: 1em, 2em, 1em, 2em;
    padding-bottom: 20px;
    padding-left: 110px;
    padding-top: 10px;
}
.home-about-img{
    height: 500px;
    width: 80%;
    background-size: 100%;
    background-repeat: no-repeat;
    background-image: url(../images/tacoraven.jpg);
}
.about-img-item p{
    padding-top: 13px;
    font-size: 25px;
}
.home-port-img{
    height: 465px;
    width: 80%;
    background-size: 100%;
    background-repeat: no-repeat;
    background-image: url(../images/Gallery\(11\).jpg);
}
.port-img-item p{
    padding-top: 13px;
    font-size: 25px;
}
.store-img-item{
    height: 500px;
    width: 80%;
    background-size: 100%;
    background-repeat: no-repeat;
    background-image: url(../images/babyraven.jpg);
}
.store-img-item p{
    padding-top: 13px;
    font-size: 25px;
}
.home-contact-img{
    height: 460px;
    width: 80%;
    background-size: 100%;
    background-repeat: no-repeat;
    background-image: url(../images/Socialraven.jpg);
}
.contact-img-item p{
    padding-top: 13px;
    font-size: 25px;
}
/* End Home Page*/
/* Start About Page */
.container-about{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-columns: repeat (auto-fill, minmax(250, 1fr));
    justify-items: center;
    grid-gap: 30px;
    margin: 1em, 2em, 1em, 2em;
    padding-bottom: 20px;
    padding-left: 110px;
    padding-top: 10px;
    padding-right: 100px;
}
.broken-img{
    height: 400px;
    background-repeat: no-repeat;
    background-image: url(../images/brokenraven.jpg);
}
.new-img{
    height: 400px;
    background-repeat: no-repeat;
    background-image: url(../images/Gallery\(6\).jpg);
}
/* End About Page */
/* Start Gallery */
.container-gallery{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-columns: repeat(auto-fill, minmax(250, 1fr));
    justify-items: center;
    grid-gap: 20px;
    margin: 0.2em, 2em, 0.2em, 2em;
}
.item{
    width: 330px;
    display: inline-block;
    margin: 1em;
    position: relative;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}
.item>a>img{
    width: 100%;
    height: 100%;
}
.item>a>img:hover{
    filter: blur(2px) brightness(60%);
    box-shadow: 08px16pxrgba(0,0,0,0.25), 05px5pxrgba(0,0,0,0.22);
    cursor: pointer;
}
img:hover{
    box-shadow: 0 8px, 16px, rgba(0,0,0,0.25), 0 5px 5px rgba(0,0,0,0.22);
    cursor: pointer;
}
@media(max-width: 992px){
    .pagination{
        width: 50%;
        margin: auto;
        display: flex;
        flex-direction: row;
        padding-left: 0;
        list-style: none;
        border-radius: .25rem;
    }
}
/* End Gallery */
/* Start Contact Page */
.container-contact{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-columns: repeat (auto-fill, minmax(250, 1fr));
    justify-items: center;
    grid-gap: 30px;
    margin: 1em, 2em, 1em, 2em;
    padding-bottom: 20px;
    padding-left: 110px;
    padding-top: 10px;
}
.contactform input[type="text"]{
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-clip: 1px solid #ced4da;
    border: 1px solid grey;
}
.contactform input[type="email"]{
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-clip: 1px solid #ced4da;
    border: 1px solid grey;
}
.contactform textarea{
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-clip: 1px solid #ced4da;
    border: 1px solid grey;
}
.contactform{
    width: 70%;
    padding-bottom: 4em;
}
/* End Contact Page */
/* Start Store Page */
.container-store{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-columns: repeat (auto-fill, minmax(250, 1fr));
    justify-items: center;
    grid-gap: 30px;
    margin: 1em, 2em, 1em, 2em;
    padding-bottom: 20px;
    padding-left: 110px;
    padding-top: 10px;
    padding-right: 80px;
}
.store-img{
    height: 500px;
    background-repeat: no-repeat;
    background-image: url(../images/christmasraven.jpg);
}
.merch-img{
    height: 500px;
    background-repeat: no-repeat;
    background-image: url(../images/hoodieraven.jpg);
}
.store-img p{
    padding-top: 14px;
}
.merch-img p{
    padding-top: 14px;
}
/* End Store Page */
/* Start Merch Page */
.container-merch{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-columns: repeat (auto-fill, minmax(250, 1fr));
    justify-items: center;
    grid-gap: 20px;
    margin: 1em, 2em, 1em, 2em;
    padding-bottom: 20px;
    padding-left: 110px;
    padding-top: 10px;
    padding-right: 100px;
}
.merchandise-img{
    height: 500px;
    padding-right: 50px;
    background-image: url(../images/napraven.jpg);
}
/* End Merch Page */
/* Start Print Page */
.container-print{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-columns: repeat (auto-fill, minmax(250, 1fr));
    justify-items: center;
    grid-gap: 30px;
    margin: 1em, 2em, 1em, 2em;
    padding-bottom: 20px;
    padding-left: 110px;
    padding-top: 10px;
    padding-right: 100px;
}
.print-img-top-left{
    height: 400px;
    background-repeat: no-repeat;
    background-image: url(../images/Gallery\(6\).jpg);
}
.print-img-top-left p{
    padding-top: 13px;
    font-size: 25px;
}
.print-img-top-right{
    height:400px;
    background-repeat: no-repeat;
    background-image: url(../images/tacoraven.jpg);
}
.print-img-top-right p{
    padding-top: 13px;
    font-size: 25px;
}
.print-img-bottom-left{
    height: 400px;
    background-repeat: no-repeat;
    background-image: url(../images/hoodieraven.jpg);
}
.print-img-bottom-left p{
    padding-top: 13px;
    font-size: 25px;
}
.print-img-bottom-right{
    height: 400px;
    background-repeat: no-repeat;
    background-image: url(../images/Gallery\(12\).jpg);
}
.print-img-bottom-right{
    padding-top: 13px;
    font-size: 25px;
}
/* End Print Page */
/* Start Confirm Page */
.confirm-img{
    height: 500px;
    background-repeat: no-repeat;
    background-image: url(../images/Gallery\(12\).jpg);
}
.container-confirm{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-columns: repeat (auto-fill, minmax(250, 1fr));
    justify-items: center;
    grid-gap: 30px;
    margin: 1em, 2em, 1em, 2em;
    padding-bottom: 20px;
    padding-left: 110px;
    padding-top: 10px;
    padding-right: 100px;
}
/* End Confirm Page */
/* Start Footer */
.footer{
    background-color: black;
    text-align: center;
    float: left;
    width: 33%;
    margin-bottom: 2em;
}
.main-footer{
    padding: 4em 0em 0.9em;
    background: black;
}
.subheading{
    font-size: 20px;
    color: azure;
    letter-spacing: .1em;
}
.copyright{
    text-align: center;
}
.footer p{
    padding-top: 20px;
}
/* End Footer */
@media(max-width: 992px){
    .nav ul{
        text-align: center;
        display: none;
        flex-direction: column;
        padding-top: 2, 2em;
        background-color: transparent;
    }
    nav li{
        width: 100%;
        text-align: center;
        flex: auto;
        background-color: rgba(0,0,0,0.8);
        position: relative;
        top: 1em;
    }
    nav a{
        opacity: 1;
    }
    #toggle:checked+.menu{
        display: block;
    }
    .menu a{
        display: block;
        margin: 0;
    }
    .sideleft, .sideright,  .footer,  button, .contactform, .button, textarea {
        float: none;
        width: 100%;
        text-align: center;
        margin: 0.8em 0 0.8em 0;
    }
    .sideleft{
        padding-bottom: 1em;
    }
    .main-padding{
        padding: 2em 0;
    }
    .footer{
        margin-bottom: 1em;
    }
    button{
        margin-top: 1em !important;
    }
    .pagination{
        width: 50%;
        margin: auto;
        display: flex;
        flex-direction: row;
        padding-left: 0;
        list-style: none;
        border-radius: .25rem;
    }
}
/* Slideshow container */
.slideshow-container {
    max-width: 1000px;
    position: relative;
    margin: auto;
  }
  
  /* Hide the images by default */
  .mySlides {
    display: none;
  }
  
  /* Next & previous buttons */
  .prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -22px;
    padding: 16px;
    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 */
  .text {
    color: #f2f2f2;
    font-size: 15px;
    padding: 8px 12px;
    position: absolute;
    bottom: 8px;
    width: 100%;
    text-align: center;
  }
  
  /* Number text (1/3 etc) */
  .numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
  }
  
  /* The dots/bullets/indicators */
  .dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
  }
  
  .active, .dot:hover {
    background-color: #717171;
  }
  
  /* Fading animation */
  .fade {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 1.5s;
    animation-name: fade;
    animation-duration: 1.5s;
  }
  
  @-webkit-keyframes fade {
    from {opacity: .4} 
    to {opacity: 1}
  }
  
  @keyframes fade {
    from {opacity: .4} 
    to {opacity: 1}
  }
/* pageloader */
.loader.spinner:before{
    width: 117px;
    height: 117px;
    border-color: #697e83;
    top: 0px;
    left: 0px;
    animation: rotate 1s linear 0s infinite;
}
.loader.spinner:after{
    width: 117px;
    height: 117px;
    border-color: #697e83;
    top:0;
    left: 0;
    opacity: 0;
    animation: rotate 1s linear 0.5s infinite;
}
.loader{
    margin: auto;
    top: 30%;
    position: relative;
    width: 125px;
    height: 125px;
}
.loader:before, .loader:after{
    content: "";
    display: block;
    position: absolute;
    border-width: 4px;
    border-style: solid;
    border-radius: 50%;
}
@keyframes rotate {
    0% {transform: scale(0);
        opacity: 0;
    }
    50% {transform: scale(0.7);
        opacity: 1;
    }
    100% {transform: scale(1);
        opacity: 0;
    }
}
#loadingDiv{
    position: fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-color:#ddd;
    z-index: 9999999;
}
/* End of pageloader */