.mainwrap{
    text-align: center;
    background-color: #1c71e1;
    color: white;
    padding-top: 20px;
    padding-bottom: 80px;
    letter-spacing: 1.2px;
    font-family: 'Lato', sans-serif;
}
.mainwrap h1{
    font-size: 3.5em;
    font-weight: bold;
    margin:0px;
}
.mainwrap a{
    color: #ffde00;
    text-decoration: underline;
}
.mainwrap a:hover{
    color: white;
    text-decoration: underline;
}
.mainwrap h3{
    margin:0px auto;
    width: 75%;
}
.mainwrap p{
    margin:0 auto;
    padding:15px 0;
    width: 50%;
    font-size: 1.2em;
}
.link-btn{
    background-color: #f1a704;
    display: block;
    padding: 15px 35px;
    width: 450px;
    height: auto;
    margin: 10px auto;
}
a.link-btn{
    color: white;
    font-weight: bold;
    font-size: 20px;
    letter-spacing: 0px;
    text-decoration: none;
}
a.link-btn:hover{
    color: white;
    text-decoration: none;
}
/* ----------------------- Galleries Styling------------------------*/
.galleryWrap{
    background-color: #0C65C4;
    padding: 25px;
    border: 1px solid white;
}
.gallery{
    margin: 15px 0;
}
.gallery img{
    margin: 5px;
    border: 1px solid white;
}
.modelBio article{
    width: 75%;
    margin: 0 auto;
}

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

.gallery-pics{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.pics-thumb{
    width: 16%;
    padding: 5px;
}
.pics-thumb img{
    max-width: 100%;
    height: auto;
    border: 2px solid white;
}
.btn{
    background: #e35d8b;
    color: white;
    transition: .3s ease all;
     -webkit-transition: transition: .3s ease all;
    -moz-transition: transition: .3s ease all;
    -o-transition: transition: .3s ease all;
}
.btn:hover{
    background: #fdd051;
    color: white;
}
.photo-page{
    
}
}

/* ----------------------- 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;
}
    .mainwrap p{
    width: 90%;
    text-align: justify;
}

}


/* Extra Small devices (mobile, between 320px and 379px) */
@media (min-width: 320px) and (max-width: 379px)  {
    .mainwrap {
    padding-top: 0;
    }
    .mainwrap h1{
    font-size: 1.8em;
    margin: 10px 0;
}
    .mainwrap h3{
    width: 90%;
    font-size: 1.5em;
}
    .mainwrap p{
    width: 90%;
    text-align: justify;
}
    .mainwrap p{
    font-size: 1.2em;
    }
    .link-btn{
    width: 300px;
    border-radius: 0;    
    padding: 8px 20px;
}
    .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 h3{
    width: 90%;
    font-size: 1.5em;
}
    .mainwrap p{
    width: 90%;
    text-align: justify;
}
    .mainwrap p{
    font-size: 1.2em;
    }
    .link-btn{
    width: 300px;
    border-radius: 0;    
    padding: 10px 25px;
}
    .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: 85%;
    text-align: justify;
}
    .mainwrap p{
    font-size: 1.2em;
    }
    .link-btn{
    padding: 15px 35px;
    width: 450px;
}
    .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: 85%;
}
    .mainwrap p{
    font-size: 1.2em;
    }
    .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, .sites{
    width: 85%;
}
    .mainwrap p{
    font-size: 1.2em;
    }   
    .moresites a{
    font-size: 1.2em;
    text-decoration: underline;
    margin: 5px;
    }
    
}
    
/* Large devices */
@media (min-width: 1200px){
    .mainwrap p{
    font-size: 1.2em;
    }
    .moresites a{
    font-size: 1.2em;
    text-decoration: underline;
    margin: 5px;
    }
    .galleryWrap{
    width: 50%;
    margin: 0 auto;
}
        
}