.modal-body img{
    max-width:400px;
    margin:0 auto;
}
@media (max-width:500px){
    .modal-body img{max-width:250px;}
}
header{
    background: linear-gradient(rgba(168,168,168,0.8),#fffdff), url("../img/fireplace.gif");
    height: 700px;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    position: relative;
    display: block;
    color: #0F7600;
    text-align: center;
}
header img{
    display: block;
    padding-top:150px;
    height: 420px;
    margin: 0 auto;
}
header a h1{
    margin:  20px 0;
    text-shadow: 0 0px 2px rgb(9, 255, 0,0.7);
}
header a h1:hover{
    text-shadow: none !important;
    color: #000;
}
header a{
    color:#000;
    text-decoration: none;
    text-transform: uppercase;
}
.only{
    color:#000;
    text-decoration: none;
    text-transform: uppercase;
    border: 1px solid #000;
    padding: 10px 25px;
    font-size: 14px;
    margin: 10px 2.5px 0 2.5px;
    display: inline-block;
    transition: all 0.5s cubic-bezier(0, 0, 0.21, 1)
}
#updates{
    margin-right: -25px
}
header i#arrow{
    padding-top: 30px;
    transition: 1s;
}

header a:hover ~ i#arrow{
    transform: translateY(50px);
}
@media (max-width: 700px){
    header a h1{margin-top: 10px;margin-bottom: 0;}
}
.only:hover{
    color:#000;
    border: 1px solid #92ffB9; 
    background: #92FFB9;
    text-decoration: none;
}
header i#arrow:hover {
    padding-top: 70px;
}
#highlight{
    text-align: center;
    box-shadow: inset 0 0 0 0 #54b3d6;
    color: #54b3d6;
    margin: 0 auto;
    transition: box-shadow .1s ease-in-out;
  font-family: 'Poppins', sans-serif;
  font-size: 27px;
font-weight: 700;
}
#highlight:hover{
    box-shadow: inset 1440px 0 0 0 #54b3d6;
    color: white;}
.gallery{
    display: inline-block;
    vertical-align: top;
    padding: 5px;
}
.newpic img{
    height: 300px;
    width: 280px;
}
.pic img{
    height: 380px;
    width: 280px;
}

.gallery img:hover , .gallery img:active{
    transition: transform 0.5s;
    transform: scale(1.4);
    box-shadow: 0px 0px 10px 10px rgba(86,179,0,0.8);
}
.galleryboarder{
    text-align: center;
    padding: 5% 2%;
    margin:0 5px;
}
@media (max-width: 992px) {
    .gallery{
        padding: 10px;
       
    }
    .galleryboarder{
        background-color: #54b3d64f;
        overflow-Y: scroll;
        display: inline-flex;
        -ms-box-orient: horizontal;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -moz-flex;
        display: -webkit-flex;
        height: 500px;
        flex-direction: row;
        flex-wrap: wrap;
        align-content: flex-start;
        -webkit-justify-content: center;
        justify-content: center;
        align-items: center;
    }
    .gallery img:hover , .gallery img:active{
    transform: scale(1.1);
}
}
.section{
    margin-top:40px;
    max-width:1440px;
    border-radius:40px; 
    padding: 70px 0;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
    height: 100%;
    position: relative;
    overflow: hidden;
}
.anchor{
    padding-top: 40px; margin-top:-40px;
}
#gallery{
    padding-top: 70px; margin-top:-70px;
}
.blue{
    margin-top: 0;
    background: #BFF1FF;
}
.orange{
    background: #FFDEA7;
    padding-bottom: 0px;
}
.red{
    background: #FFC7C8;
}
.purple{
    background: #EBD4FF;
}
.green{
    background: #D2FFDD;
    padding-bottom: 50px;
}
.brl{
    margin-bottom: 5em;
}