body{
    background-color: #c9b2fd;
}
.mainwrap{
    text-align: center;
    background-color: #ffe1eb;
    padding-bottom: 100px;
}
.mainwrap h1{
    font-size: 3.5em;
    font-weight: bold;
    margin:0px;
}
.mainwrap h3{
    margin:0px auto;
    width: 50%;
}
.mainwrap p{
    margin:0 auto;
    padding:15px 0;
    width: 50%;
}
.section1{
    background-color: #fd929c;
    padding: 40px 0;
    color: white;
    transition: .3s ease all;
    -webkit-transition: transition: .3s ease all;
    -moz-transition: transition: .3s ease all;
    -o-transition: transition: .3s ease all;

}
.section1:hover{
    background-color: #fdd051;
    transition: .3s ease all;
}
.thumb-text a{
    color: white;
    text-decoration: none;
    display: block;
    font-size: 2em;
}
.thumb-text{

}
.hornysluts{
    font-size: 2em;
    color: #333;
    text-decoration: underline;
}
.section2{
    background-color: #e35d8b;
    padding: 40px 0;
    color: white;
    transition: .3s ease all;
}
.section2:hover{
    background-color: #fdd051;
    -webkit-transition: transition: .3s ease all;
    -moz-transition: transition: .3s ease all;
    -o-transition: transition: .3s ease all;
}
.sites{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin: 0 auto;
    width: 60%;
    padding-bottom: 120px;
}
.sites li{
    width: 150px;
    border: 1px solid #edeceb;
    text-align: left;
}
.sites li a {
    color: #333;
}

/* ----------------------- Galleries Styling------------------------*/
.mainwrap h2{
    background: #fd929c;
    color: white;
    padding: 15px 0;
    margin-top: -6px
}
.gallery-thumbs{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.thumb{
    width: 33.333%;
    padding: 5px;
}
.thumb img{
    width: 100%;
    height: auto;
    border: 10px solid white;
}
p.gallery-p{
    padding-top: 0;
    font-size: 16px;
}

/* ----------------------- 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%;
}
    .mainwrap p{
    width: 90%;
    text-align: justify;
}
    a.free-pic, a.fantasy{
    font-size: 1.5em;
    }
    .sites{
    width: 85%;
}
    .sites li{
    width: 100%;
    text-align: center;
}
}


/* Extra Small devices (mobile, between 320px and 379px) */
@media (min-width: 320px) and (max-width: 379px)  {
    .mainwrap h1{
    font-size: 1.8em;
    margin: 10px 0;
}
    .mainwrap h3{
    width: 90%;
}
    .mainwrap p{
    width: 90%;
    text-align: justify;
}
    a.free-pic, a.fantasy{
    font-size: 1.5em;
    }
    .sites{
    width: 85%;
}
    .sites li{
    width: 100%;
    text-align: center;
    padding: 5px 0;
}
    .thumb{
    width: 100%;
}
    .sites li a {
    font-size: 1.88em;
}
    .more h4{
    font-size: 1.8em;
    }
    .more p{
    font-size: 1.5em;
    }
    p{
    font-size: 1.5em;
    }
    .mainwrap img{
    display: none;
    }
}

/* Extra Small devices (mobile, between 380px and 529px) */
@media (min-width: 380px) and (max-width: 529px)   { 
    .mainwrap h1{
    font-size: 2.2em;
    margin: 10px 0;
}
    .mainwrap h3{
    width: 90%;
}
    .mainwrap p{
    width: 90%;
    text-align: justify;
}
    a.free-pic, a.fantasy{
    font-size: 1.8em;
    }
    .sites{
    width: 100%;
}
    .sites li{
    width: 200px;
    padding: 5px;
}
    .thumb{
    width: 100%;
}
    .sites li a {
    font-size: 1.8em;
}
    .more h4{
    font-size: 1.8em;
    }
    .more p{
    font-size: 1.5em;
    }
    p{
    font-size: 1.5em;
    }
    .mainwrap img{
    display: none;
    }
}
    

/* 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;
}
    .sites{
    width: 90%;
}
    .sites li{
    width: 250px;
    padding: 5px;
}
    .sites li a {
    font-size: 1.8em;
}
    .more h4{
    font-size: 1.8em;
    }
    .more p{
    font-size: 1.5em;
    }
    p{
    font-size: 1.5em;
    }

}


/* Small devices (tablets, between 768px and 991px) */
@media (min-width: 768px) and (max-width: 991px) { 
    .mainwrap h3{
    width: 75%;
}
    .mainwrap p{
    width: 85%;
}
    .sites{
    width: 85%;
}
    .sites li{
    width: 250px;
    padding: 5px;
}
    .sites li a {
    font-size: 1.8em;
}
    .more h4{
    font-size: 1.8em;
    }
    .more p{
    font-size: 1.5em;
    }
    p{
    font-size: 1.5em;
    }
    
    
    
}


/* Medium devices (desktops, between 992px and 1199px) */
@media (min-width: 992px) and (max-width: 1199px){
    .mainwrap h3{
    width: 75%;
}
    .mainwrap p, .sites{
    width: 85%;
}
    .sites li{
    width: 250px;
    padding: 5px;
}
    .sites li a {
    font-size: 1.8em;
}
    .more h4{
    font-size: 1.8em;
    }
    .more p{
    font-size: 1.5em;
    }
    p{
    font-size: 1.5em;
    }
    
}

    
/* Large devices */
@media (min-width: 1200px){
    .sites li{
    width: 250px;
    padding: 5px;
}
    .sites li a {
    font-size: 1.8em;
}
    .more h4{
    font-size: 1.5em;
    }
    .more p{
    font-size: 1.5em;
    }
    p{
    font-size: 1.5em;
    }
}