html {
    margin: 0 !important;
    padding: 0;
}

body {
    margin: 0;
    /* font-family: "PingFang SC",miui,system-ui,-apple-system,BlinkMacSystemFont,Helvetica Neue,Helvetica,sans-serif !important; */
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
    /* font-family: system-ui,-apple-system,BlinkMacSystemFont,segoe ui,Roboto,Helvetica,Arial,sans-serif,apple color emoji,segoe ui emoji,segoe ui symbol; */
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
    color: black !important;
    text-decoration: none !important;
    font-weight: 550 !important;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    top: 60px;
    display: none;
    position: fixed;
    background-color: #f1f1f1;
    width: 200px !important;
    box-shadow: 10px rgba(0, 0, 0, 0.2);
    z-index: 100 !important;
}

/* Links inside the dropdown */
.dropdown-content a {
    color: black !important;
    padding: 15px 0px;
    text-decoration: none;
    font-size: medium !important;
    display: block;
    width: 200px;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {
    color: #ddd;
    width: 200px;
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    display: block;
}

.small,
.medium {
    display: none;
}

.sidepanel {
    width: 0;
    position: fixed;
    z-index: 3;
    height: 100%;
    top: 0;
    right: 0;
    background-color: #111;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

.sidepanel a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

.sidepanel a:hover {
    color: #f1f1f1;
}

.sidepanel .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
}

.openbtn {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1;
    font-size: 20px;
    cursor: pointer;
    background: white !important;
    color: gold;
    padding: 16.5px 15px;
    border: none !important;
}

.openbtn:hover {
    background-color: #444;
    color: gold !important;
    background-color: white !important;
    border-bottom: none !important;
}

.subMenu {
    margin-left: 15px;
}

.subMenu a {
    font-size: 20px !important;
}

.noHover:hover {
    color: #818181 !important;
}

h1 {
    /* font-family: "Cambria"; */
    margin-left: 70px;
    padding-top: 25px;
}

h2 {
    /* font-family: "Cambria"; */
    margin-left: 50px;
    padding-top: 25px;
    text-align: center;
}

p {
    font-size: 18px;
    /* font-family: "Calibra", sans-serif; */
}

ul,
.small,
.medium {
    list-style-type: none;
    overflow: hidden;
    margin: 0;
    padding: 0 20px 0 0;
    background-color: #E9E1E1;
    height: 60px;
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 1;
}

li {
    float: right;
    height: 60px;
    padding-right: 10px;
}

li a {
    display: block;
    color: black;
    text-align: center;
    text-decoration: none;
    font-size: large;
    font-weight: 550;
}

li a:hover {
    background-color: #C0C0C0;
}

#logo {
    width: 80px;
    height: 60px;
}

.menu {
    padding: 20px;
    /* font-family: "Verdana", sans-serif; */
    text-align: center;
    font-size: large;
}

#about {
    margin-top: 60px !important;
    margin: 0;
    padding: 0;
    height: 550px;
}

button {
    background: #ff6d00 !important;
    border-bottom: 7px solid goldenrod !important;
    font-weight: bold;
    padding: 5px 20px;
    border: none;
}

button:hover {
    background-color: #ff6f00c5 !important;
    border-bottom: 7px solid rgba(218, 165, 32, 0.701) !important;
}

button a {
    text-decoration: none;
    color: white;
}

/* Create two equal columns that floats next to each other */
.left {
    margin: 20px 5% 0 7%;
    float: left;
    width: 40%;
    height: 350px;
    /* Should be removed. Only for demonstration */
}

.left img {
    height: 100%;
    width: 100%;
}

.mySlides {
    display: none
}

/* Slideshow container */
.slideshow-container {
    max-width: 1000px;
    position: relative;
    margin: auto;
}

/* Next & previous buttons */
.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -22px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
}

/* Position the "next button" to the right */
.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

/* The dots/bullets/indicators */
.dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

.active,
.dot:hover {
    background-color: #717171;
}

/* Fading animation */
.fade {
    animation-name: fade;
    animation-duration: 1.5s;
}

@keyframes fade {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}

.right {
    float: left;
    width: 45%;
    padding: 13px 0px;
    height: 350px;
    text-align: justify;
}

/* Clear floats after the columns */
.row:after {
    content: "";
    display: table;
    clear: both;
}

#new {
    background-image: url('src/img/building.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position-y: -50px;
    background-attachment: fixed;
}

div.gallery img {
    width: 100%;
}

div.desc {
    text-align: center;
}

.moreBtn {
    position: relative;
    text-align: center;
    color: white;

}

.moreBtn img {
    opacity: 0.3;
}

.moreBtn img:hover {
    opacity: 0.1;
}

.moreBtn p {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: black;
}

.northern {
    padding: 0 auto;
    float: left;
    width: 20%;
    margin: 0 2%;
}

.central {
    padding: 0 auto;
    float: left;
    width: 20%;
    margin: 0 2%;
}

.southern {
    padding: 0 auto;
    float: left;
    width: 20%;
    margin: 0 2%;
}

.height-180 {
    height: 180px;
    margin-left: 50px;
}

iframe,
img {
    width: 100%;
    height: 150px;
    background-color: #000000;
}

#sub {
    height: 930px;
}

.commertial {
    padding: 0 auto;
    float: left;
    width: 20%;
    margin: 0 2%;
}

.landed {
    padding: 0 auto;
    float: left;
    width: 20%;
    margin: 0 2%;
}

.condo {
    padding: 0 auto;
    float: left;
    width: 20%;
    margin: 0 2%;
}

#contact {
    background-color: #000000;
    color: white;
    height: 530px;
}

/* #contact iframe {
    margin: 10px 0 0 80px;
} */

footer {
    background-color: #000000;
    color: white;
    height: 150px;
}

.social {
    text-align: center;
    padding-bottom: 25px;
}

.social>a {
    font-size: 24px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    border: 1.5px solid white;
    margin: 40px 12px 0 12px;
    color: white;
}

.mail {
    background-color: #FF9800;
}

.ws {
    background-color: #25D366;
}

.fb {
    background-color: #3B5998;
}

.ig {
    background: #f09433;
    background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: -webkit-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f09433', endColorstr='#bc1888', GradientType=1);
}

.yt {
    background-color: #FF0000;
}

.copyright {
    text-align: center;
    font-size: 13px;
    color: #aaa;
}

@media only screen and (max-width: 768px) {
    .large {
        display: none;
    }

    .medium {
        display: inline;
    }

    #about {
        margin-left: 3%;
    }

    h1,
    h2,
    .left,
    .new,
    .height-180 {
        margin-left: 0 !important;
    }

    .row {
        height: 500px;
    }

    .left img {
        height: auto;
    }

    #sub,
    #new {
        height: 1850px;
    }

    .northern,
    .central,
    .southern {
        width: 45%;
        padding-bottom: 30px;
    }

    .commertial,
    .landed,
    .condo {
        width: 45%;
        padding-bottom: 30px;
    }

    iframe,
    img {
        height: 180px;
    }

    footer {
        margin-left: -25px;
    }
}

@media only screen and (max-width: 446px) {
    .small {
        display: inline;
    }

    body {
        width: 100%;
        overflow-x: hidden;
    }

    #about {
        margin-left: 7%;
    }

    .row {
        height: 850px;
    }

    .left {
        width: 90%;
        height: auto;
    }

    .right {
        width: 80%;
    }

    #sub,
    #new {
        height: 3200px;
    }

    .height-180 {
        height: auto;
    }

    .northern,
    .central,
    .southern {
        width: 90%;
        padding-bottom: 30px;
    }

    .commertial,
    .landed,
    .condo {
        width: 90%;
        padding-bottom: 30px;
    }

    iframe {
        height: auto;
    }

    img {
        height: 150px;
    }

    .moreBtn p {
        font-size: 20px !important;
    }

    footer {
        height: 100px;
        margin-left: -9%;
    }

    .social>a {
        font-size: 14px;
        width: 20px;
        height: 20px;
        line-height: 20px;
        display: inline-block;
        text-align: center;
        border-radius: 50%;
        border: 1.5px solid white;
        margin: 20px 2px 0 2px;
    }

    .copyright {
        font-size: 10px;
        margin-top: 0px;
    }
}