.mainwrap{
    text-align: center;
    background-color: #56084f;
    color: white;
    padding-top: 20px;
    padding-bottom: 80px;
}
.mainwrap h1{
    font-size: 3.5em;
    font-weight: bold;
    margin:0px;
}
.mainwrap a{
    color: #fcf411;
    text-decoration: underline;
}
.mainwrap a:hover{
    color: #fcd811;
    text-decoration: underline;
}
.mainwrap h3{
    margin:0px auto;
    width: 75%;
}
.mainwrap p{
    margin:0 auto;
    padding: 6px 0;
    width: 50%;
    font-size: 18px;
    font-family: sans-serif;
}
.indexPictures ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 50%;
}
.indexPictures li{
    margin: 5px;
    flex: 1;
}
.indexPictures img{
    width: 100%;
    border: 8px solid white;
}

.link-btn{
    background-color: #FFDD00;
    display: block;
    padding: 15px 35px;
    width: 450px;
    height: auto;
    color: black;
    margin: 10px auto;
}
a.link-btn{
    color: black;
    font-weight: bold;
    font-size: 20px;
    letter-spacing: 0px;
    text-decoration: none;
}
a.link-btn:hover{
    color: black;
    text-decoration: none;
}
/* ----------------------- Galleries Styling------------------------*/
.indexModels ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 50%;
}
.indexModels li{
    margin: 5px;
    flex: auto;
}
.indexModels img{
    width: 100%;
    border: 5px solid white;
}

/* ----------------------- Gallery Pics Styling------------------------*/



/* ----------------------- Bootstrap Media Query Styling------------------------*/


/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */

/* Extra Small devices (mobile, 319px and below) */
@media (min-width: 240px) and (max-width: 319px)  { 
    .mainwrap h1{
    font-size: 1.8em;
    margin: 10px 0;
}
    .mainwrap h3{
    width: 90%;
    font-size: 1.5em;
}

}


/* Extra Small devices (mobile, between 320px and 379px) */
@media (min-width: 320px) and (max-width: 379px)  {
    .mainwrap {
    padding-top: 0;
    }
    .mainwrap h1{
    font-size: 2.3em;
    margin: 10px 0;
    padding-top: 20px;
}
    .mainwrap h3{
    width: 90%;
    font-size: 1.5em;
}
    .indexPictures ul{
    width: 95%;
}
    .link-btn{
    width: 300px;
    border-radius: 0;    
    padding: 8px 20px;
}
    .mainwrap p{
    width: 90%;
    text-align: justify;
}   
    .indexModels ul{
    width: 95%;
}
    .indexModels li{
    flex: auto;
    width: 40%;
}
    .moresites a{
    font-size: 1.5em;
    text-decoration: underline;
    margin: 10px;
    }
    
}

/* Extra Small devices (mobile, between 380px and 529px) */
@media (min-width: 380px) and (max-width: 529px)   { 
    .mainwrap {
    padding-top: 0;
    }
    .mainwrap h1{
    font-size: 2.2em;
    margin: 10px 0;
}
    .mainwrap p{
    width: 85%;
    text-align: justify;
}   
    .indexPictures ul{
    width: 80%;
}
    .mainwrap h3{
    width: 90%;
    font-size: 1.5em;
}
    .link-btn{
    width: 300px;
    border-radius: 0;    
    padding: 10px 25px;
}
    .indexModels ul{
    width: 85%;
}
    .indexModels li{
    flex: auto;
    width: 40%;
}
    .moresites a{
    font-size: 1.5em;
    text-decoration: underline;
    margin: 10px;
    }
    
}
    

/* Small devices (tablets, between 530px and 767px) */
@media (min-width: 530px) and (max-width: 767px) {
    .mainwrap h1{
    font-size: 3em;
    margin: 10px 0;
}
    .mainwrap h3{
    width: 75%;
}
    .mainwrap p{
    width: 75%;
    text-align: justify;
}   
    .indexPictures ul{
    width: 75%;
}
    .link-btn{
    padding: 15px 35px;
    width: 450px;
}
    
    .indexModels ul{
    width: 75%;
}
    .indexModels li{
    flex: auto;
    width: 35%;
}
    .moresites a{
    font-size: 1.2em;
    text-decoration: underline;
    margin: 10px;
    }

}


/* Small devices (tablets, between 768px and 991px) */
@media (min-width: 768px) and (max-width: 991px) { 
    .mainwrap h3{
    width: 75%;
}
    .mainwrap p{
    width: 75%;
}
    .indexPictures ul{
    width: 75%;
}
    .indexModels ul{
    width: 75%;
}
    .moresites a{
    font-size: 1.2em;
    text-decoration: underline;
    margin: 5px;
}
    .moresites a{
    font-size: 1.2em;
    text-decoration: underline;
    margin: 5px;
    }
    
}


/* Medium devices (desktops, between 992px and 1199px) */
@media (min-width: 992px) and (max-width: 1199px){
    .mainwrap h3{
    width: 75%;
}
    .mainwrap p{
    width: 75%;
}
    .indexPictures ul{
    width: 65%;
}
    .indexModels ul{
    width: 75%;
}
    .moresites a{
    font-size: 1.2em;
    text-decoration: underline;
    margin: 5px;
    }

}    
    
/* Large devices */
@media (min-width: 1200px){
    .moresites a{
    font-size: 1.2em;
    text-decoration: underline;
    margin: 5px;
    }
    .galleryWrap{
    width: 50%;
    margin: 0 auto;
}
        
}