.mainwrap{
    text-align: center;
    background-color: black;
    color: white;
    padding-top: 20px;
    padding-bottom: 80px;
    font-family: 'Open Sans', sans-serif;
}
.mainwrap h1{
    font-size: 3.5em;
    font-weight: bolder;
    margin:0px;
    color: white;
}
.mainwrap a{
    color: yellow;
    text-decoration: underline;
}
.mainwrap a:hover{
    color: yellow;
    text-decoration: underline;
}
.mainwrap h3{
    margin:0px auto;
    width: 75%;
}
.mainwrap p{
    margin:0 auto;
    padding:15px 0;
    width: 50%;
    letter-spacing: 1px;
    font-size: 16px;
}
/* ----------------------- Galleries Styling------------------------*/
.gallery{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 auto;
}
.gallery a{
    list-style: none;
    width: auto;
}
.gallery img{
    margin: 6px;
    border: 1px solid white;
}



/* ----------------------- 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;
}
}

/* 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;
}
}
    

/* 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;
}
    
}


/* Small devices (tablets, between 768px and 991px) */
@media (min-width: 768px) and (max-width: 991px) { 
    .mainwrap h3{
    width: 75%;
}
    .mainwrap p{
    width: 85%;
}
}


/* Medium devices (desktops, between 992px and 1199px) */
@media (min-width: 992px) and (max-width: 1199px){
    .mainwrap h3{
    width: 75%;
}
    .mainwrap p, .sites{
    width: 85%;
} 
    
}
    
/* Large devices */
@media (min-width: 1200px){

}