body{
    letter-spacing: .5px;
}
.mainwrap{
    text-align: center;
    background-color: #2c3e50;
    color: white;
    padding-top: 20px;
    padding-bottom: 80px;
}
.mainwrap h1{
    font-size: 3.5em;
    font-weight: bold;
    margin:0px;
}
.mainwrap a{
    color: #e74c3c;
    text-decoration: underline;
}
.mainwrap a:hover{
    color: #c0392b;
    text-decoration: underline;
}
.mainwrap h3{
    margin:0px auto;
    width: 50%;
}
.mainwrap p{
    margin:0 auto;
    padding:15px 0;
    width: 75%;
    font-size: 1.2em;
}
.header-img{
    justify-content: center;
    display: flex;
}
.header-img li{
    width: 150px;
    padding: 10px;
}
.img-round{
    width: 100%;
    border-radius: 50%;
    border: 2px solid white;
}
.header-img img{
}
.scroll-box{
    width: 60%;
    height: 70px;
    overflow-y: scroll;
    padding: 2px;
    border: 1px solid white;
    margin: 25px auto;
    text-align: justify;
    background: #23303e;
    line-height: 1em;
    font-size: 12px;
}
.link-btn{
    background-color: #e74c3c;
    display: block;
    border-radius: 25px;
    padding: 15px 35px;
    width: 450px;
    height: auto;
    color: white;
    margin: 10px auto;
}
a.link-btn{
    color: white;
    font-weight: bold;
    font-size: 16px;
    text-shadow: 1px 1px 1px #333;
    text-decoration: none;
}
a.link-btn:hover{
    color: white;
    text-decoration: underline;
}
.grid{
    display: flex;
    flex-wrap: wrap;
    margin: 2px auto;
    width: 60%;
}
.grid-item{
    flex: 1;
    background-color:  #ecf0f1;
    border: 1px solid black;
    margin-right: 2px;
    text-align: left;
    padding-left: 8px;
}
.grid-item a{
    color: black;
    font-weight: bold;
}
.grid-info{
    flex: 2;
    border: 1px solid black;
    text-align: left;
    padding-left: 8px;
}
/* ----------------------- Galleries Styling------------------------*/
.gallery{
    margin: 15px 0;
}
.gallery img{
    margin: 5px;
    border: 1px solid white;
}

/* ----------------------- 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;
}
    .header-img{
    display: none;
    }
    

}


/* 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%;
    font-size: 1.5em;
}
    .mainwrap p{
    width: 90%;
    text-align: justify;
}
    .mainwrap p{
    font-size: 1.2em;
    }
    .grid{
    width: 95%;
    margin-bottom: 10px;
    }
    .grid-item{
    flex: auto;
    text-align: center;
    margin-right:  0px;
    margin-bottom: 1px;
}
    .grid-info{
    display: none;
}
    .header-img{
    display: none;
    }
    .scroll-box{
    width: 90%;
    height: 60px;
}
    .link-btn{
    width: 300px;
    border-radius: 0;    
    padding: 10px 25px;
}
    .moresites2 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 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;
    }
    .grid{
    width: 75%;
    margin-bottom: 5px;
    }
    .grid-item{
    flex: auto;
    margin-right:  0px;
    margin-bottom: 1px;
    text-align: center;
}
    .grid-info{
    display: none;
}
    .header-img{
    display: none;
    }
    .scroll-box{
    width: 90%;
    height: 60px;
}
    .link-btn{
    width: 300px;
    border-radius: 0;    
    padding: 10px 25px;
}
    .moresites2 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;
    }
    .grid{
    width: 90%;
    margin-bottom: 10px;
    }
    .grid-item{
    flex: 1;
    margin-right:  1px;
}
    .grid-info{
    flex: 2;
}
    .scroll-box{
    width: 80%;
    height: 60px;
}
    .link-btn{
    border-radius: 10px;    
    padding: 15px 35px;
    width: 450px;
}
    .moresites2 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;
    }
    .grid{
    width: 90%;
}
    .grid-info{
    flex: 3;
}
    .moresites2 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;
    }   
    .grid{
    width: 70%;
}
    .grid-info{
    flex: 3;
}
    .moresites2 a{
    font-size: 1.2em;
    text-decoration: underline;
    margin: 5px;
    }
    
}
    
/* Large devices */
@media (min-width: 1200px){
    .mainwrap p{
    font-size: 1.2em;
    }
    .moresites2 a{
    font-size: 1.2em;
    text-decoration: underline;
    margin: 5px;
    }
}