*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html body{
    max-width: 100%;
    overflow-x: hidden;
}
.header {
  background-color: rgb(13,36,42);
}

.main{
    margin-inline: 40px;
}

.navbar-brand img{
    width: 470px;
    height: 120px;
}

.navbar-nav{
    margin-left: auto;
}
.nav-link{
    color: white;
}
.nav-link:hover{
    color: red;
}

.main-home{
    margin-top: 60px;
}


.footer{
    background-color: #f8f9fa;
    margin-top: 60px;
    padding: 60px 0 0;
}
.footer ul{
    list-style-type: none;
}

.footer .footer-logo img {
    max-width: 210px;
    margin: 20px auto;
}
.footer h3 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 30px;
}

.footer .address p {
    margin-bottom: 10px;
}
.footer .address ul{
    list-style: none;
    padding: 0;
}
.footer .address ul li span {
    font-weight: 600;
}

.footer .address ul li a {
    color: #333333;
    text-decoration: none;
}

.footer .share .social ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 30px;
}
.footer .share .social ul{
    display: flex;
}
.footer .share .social ul li {
    margin: 0 3px;
}

.footer .share .social ul li a {
    display: block;
    width: 46px;
    height: 46px;
    background-color:darkgreen;
    color: #ffffff;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all .2s;
    transition: all .2s;
    border: 2px solid transparent;
    text-decoration: none;
}

.footer .share .social ul li a:hover {
    background-color: transparent;
    color:crimson;
    border-color:Highlight;
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}

.footer .links ul li {
    margin-bottom: 5px;
}

.footer .links ul li a {
    display: inline-block;
    font-size: 16px;
    color: #333333;
    font-weight: 500;
    text-decoration: none;
}

.footer .copyright {
    text-align: center;
}

.footer .copyright p {
    margin-bottom: 0;
    padding-bottom: 30px;
}

.footer .links ul{
    padding: 0;
}
@media screen and (max-width: 767px) {
    .main{
        margin: 10px;
    }
    .navbar-brand{
        font-size: 16px;
    }
    .navbar-nav{
        display: flex;
        flex-direction: column;
        align-content:center;
        align-items: center;
        margin-top: 20px;
    }
    .footer .address{
        text-align: center;
    }
    .footer .links ul{
        padding: 0;
    }
    .footer .links h3{
        text-align: center;
    }
    .footer ul{
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
        align-content: center;
    }

    .footer .share .social ul{
        display: flex;
        flex-direction: row;
        padding: 0;
    }

    .footer .links ul li {
        margin-bottom: 5px;
    }

    .footer .links ul li a {
        display: inline-block;
        font-size: 16px;
        color: #333333;
        font-weight: 500;
        text-decoration: none;
    }

    .footer .copyright {
        text-align: center;
    }

    .footer .copyright p {
        margin-bottom: 0;
        padding-bottom: 30px;
    }



}

/* Gallery donnanook */

.main .gallery-title {
    text-align: center;
    padding: 60px 0;
    font-weight: 600;
}


/* Vebobox style */
.vbox-title {
    font-size: 18px !important;
    font-weight: 500;
    position: relative;
}


@media (min-width: 768px) and (max-width: 991px) {
    .navbar-nav{
        display: flex;
        flex-direction: column;
        align-content:center;
        align-items: center;
        margin-top: 20px;
    }
}