body {
    font-family: 'Montserrat', sans-serif;
    margin: 0 auto;
    box-sizing: border-box;
    min-height: 100vh;
}

.home1 {
    width: 100%;
    min-height: 100vh;
    display: flex;
    margin: 0 auto;
    flex-direction: column;
    background: #ffffff;
}

.navbar {
    width: 95%;
    padding: 2.5%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.logo {
    width: 15%;
    display: flex;
    flex-direction: column;
    text-align: center;
}

.logo a {
    font-size: 2vw;
    color: #111111;
    text-decoration: none;
}

.logo h2 {
    font-size: 1vw;
    color: #111111;
    margin: 0;
    margin-top: 2%;
    font-weight: 500;
    letter-spacing: 1px;
}

.navlinks {
    width: 45%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.navlinks a {
    width: 25%;
    margin: auto;
    text-align: center;
    font-size: 1.4vw;
    color: #111111;
    text-decoration: none;
    font-weight: 400;
}

.navlinks a:hover {
    color: #909090;
    transition: 0.2s;
}

.dropbtn {
    color: #111111;
    font-size: 1.4vw;
    font-weight: 300;
    border: none;
    cursor: pointer;
    background: #ffffff;
    margin: 15% 0;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    padding: 0 20px;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropbtn:hover {
    color: #909090;
    transition: 0.2s;
}

.dropdown-content {
    display: none;
    position: absolute;
    width: 150%;
    overflow: auto;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.dropdown-content a {
    color: #111111;
    font-size: 1.3vw;
    text-decoration: none;
    display: block;
    background-color: #ffffff;
    width: 100%;
    padding: 15% 0;
}

.show {
    display: block;
}

.navsocials {
    width: 30%;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

.navsocials a {
    width: 15%;
    opacity: .7;
}

.navsocials img {
    width: 100%;
}

.navsocials a:hover {
    opacity: .5;
    transition: 0.2s
}

.home2 {
    width: 95%;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    margin: auto;
    flex-wrap: wrap;
}

.homecol1 {
    width: 23%;
}

.homecol1 a {
    width: 100%;
    margin: auto;
}

.container {
    position: relative;
    width: 100%;
}

.image {
    display: block;
    width: 100%;
    height: auto;
}

.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .2s ease;
    background-color: rgba(255, 255, 255, 0.6);
}

.container:hover .overlay {
    opacity: 1;
}

.container:hover .image {
    opacity: 0.5;
    transition: 0.2s;
}

.text {
    color: #111111;
    font-size: 1.1vw;
    line-height: 180%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    font-style: italic;
}

.home3 {
    width: 90%;
    margin: auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 0;
    margin-bottom: 2%;
}

.home3 h1 {
    font-size: 1.0vw;
    color: rgb(119, 119, 119);
    font-weight: 300;
    margin-bottom: 0;
}

.home4 {
    width: 30%;
    text-align: right;
    display: flex;
    flex-direction: column;
}

.home4 h1 {
    font-size: 1.0vw;
    color: rgb(119, 119, 119);
    font-weight: 300;
}

.gal1header {
    width: 80%;
    margin: auto;
    display: flex;
    flex-direction: column;
    text-align: center;
    padding-top: 3%;
    padding-bottom: 3%;
}

.gal1header h1 {
    font-size: 2.5vw;
    color: #111111;
    font-weight: 300;
    margin-bottom: 0;
}

.gal1header h2 {
    font-size: 1.0vw;
    font-weight: 300;
    color: #111111;
}

.gal1header a {
    font-size: 1.0vw;
    color: #111111;
    margin-top: 3%;
}

.gal1row2 {
    width: 90%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    margin: auto;
    justify-content: space-between;
}

.gal1row2 img {
    width: 32%;
    margin-bottom: 1%;
}

.gal2row1 {
    width: 90%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: auto;
    flex-wrap: wrap;
}

.gal2row1 img {
    width: 23%;
    margin-bottom: 2%;
}

.gal3row1 {
    width: 90%;
    margin: auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 5%;
}

.gal3row1 img {
    width: 24%;
    margin-bottom: 1%;
}

.about1 {
    width: 70%;
    margin: auto;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    margin-bottom: 3%;
    margin-top: 3%;
}

.aboutcol1 {
    width: 50%;
    display: flex;
    flex-direction: column;
    text-align: left;
}

.aboutcol1 h1 {
    font-size: 2.8vw;
    color: #111111;
    font-weight: 500;
}

.aboutcol1 h2 {
    font-size: 1.5vw;
    font-weight: 400;
    color: #111111;
    margin-top: 1%;
    margin-bottom: 1%;
}

.aboutcol1 h3 {
    font-size: 1.2vw;
    font-weight: 400;
    color: #111111;
    margin-top: 1%;
    margin-bottom: 1%;
}

.callcard1 {
    width: 80%;
    padding: 3% 5%;
    border-left: 1px solid #111111;
    margin: 5% 0;
}

.callcard1 h2 {
    font-size: 1.2vw;
    font-weight: 400;
    color: #111111;
    margin-top: 1%;
    margin-bottom: 1%;
}

.about2 {
    width: 70%;
    margin: auto;
    display: flex;
    flex-direction: column;
    margin-bottom: 8%;
    margin-top: 0;
}

.about2 h3 {
    font-size: 1.5vw;
    font-weight: 600;
    color: #111111;
    margin-bottom: 0;
    margin-top: 8%;
    line-height: 160%;
    width: 100%;
    text-align: left;
}

.about2 h4 {
    font-size: 1.2vw;
    font-weight: 400;
    color: #111111;
    margin-bottom: 0;
    line-height: 160%;
    text-align: left;
}

.aboutcol2 {
    width: 40%;
}

.aboutcol2 img {
    width: 100%;
    margin: auto;
}

.contact1 {
    width: 70%;
    margin: auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 5%;
}

.contact2 {
    width: 35%;
    text-align: right;
}

.contact2 h1 {
    font-size: 3vw;
    font-weight: 500;
}

.contact2 h2 {
    font-size: 1.5vw;
    font-weight: 300;
}

.contact3 {
    width: 45%;
}

.contact3 img {
    width: 100%;
}

@media (max-width: 1200px) {
    .gal1row2 img {
        width: 48%;
        margin-bottom: 5%;
    }

    .gal2row1 img {
        width: 32%;
    }

    .gal3row1 img {
        width: 30%;
        margin-bottom: 5%;
    }
}

@media (max-width: 990px) {
    .navbar {
        margin-bottom: 5%;
    }

    .logo {
        width: 20%;
    }

    .logo a {
        font-size: 3vw;
    }

    .logo h2 {
        font-size: 1.5vw;
    }

    .homecol1 {
        width: 40%;
        margin-bottom: 5%;
    }

    .navlinks {
        width: 60%;
    }

    .navlinks a {
        font-size: 2vw;
    }

    .dropbtn {
        font-size: 2vw;
    }

    .home3 h1 {
        width: 30%;
        font-size: 1.5vw;
    }

    .home4 {
        width: 30%;
    }

    .home4 h1 {
        width: 100%;
    }

    .text {
        font-size: 2vw;
    }

    .gal1header h1 {
        font-size: 4vw;
    }

    .gal1header h2 {
        font-size: 2vw;
    }

    .gal1header a {
        font-size: 2vw;
    }

    .gal2row1 {
        width: 80%;
    }

    .gal2row1 img {
        width: 48%;
        margin-bottom: 5%;
    }

    .gal3row1 img {
        width: 48%;
    }

    .gal1row2 img {
        width: 100%;
        margin-bottom: 5%;
    }

    .contact1 {
        flex-direction: column;
    }

    .contact2 {
        text-align: center;
        width: 100%;
        margin-bottom: 5%;
    }

    .contact2 h1 {
        font-size: 5vw;
    }

    .contact2 h2 {
        width: 100%;
        font-size: 3vw;
    }

    .contact3 {
        width: 70%;
    }

    .about1 {
        width: 85%;
    }

    .aboutcol1 h1 {
        font-size: 6vw;
    }

    .aboutcol1 h2 {
        font-size: 2.3vw;
    }

    .aboutcol1 h3 {
        font-size: 2.3vw;
    }

    .aboutcol2 {
        width: 45%;
    }

    .about2 {
        width: 85%;
    }

    .about2 h3 {
        font-size: 2.2vw;
    }

    .about2 h4 {
        font-size: 2.2vw;
    }
}





























*
