html {
    margin: 0 !important;
    padding: 0;
}

body {
    margin: 0;
}

/* 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,
.screensmall {
    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;
}

.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";
}

p {
    font-size: 18px;
    font-family: "Calibra", sans-serif;
}

.large,
.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;
}

.large li {
    float: right;
    height: 60px;
    padding-right: 20px;
}

.large li a {
    display: block;
    color: black;
    text-align: center;
    text-decoration: none;
    font-size: large;
    font-weight: 550;
}

.large li a:hover {
    background-color: #C0C0C0;
}

#logo {
    width: 80px;
    height: 60px;
    background-color: #000000;
}

.menu {
    padding: 20px;
    font-family: "Verdana", sans-serif;
    text-align: center;
    font-size: large;
}

.sidenav {
    height: 100%;
    width: 220px;
    position: fixed;
    z-index: 2;
    top: 60px;
    left: 0;
    overflow-x: hidden;
    overflow: hidden;
    padding-top: 20px;
}

.sidenav a {
    padding: 6px 8px 6px 16px;
    text-decoration: none;
    font-size: 15px;
    color: black;
    display: block;
}

.sidenav a:hover {
    color: #b1aaaa;
}

.main {
    margin-left: 160px;
    margin-top: 100px;
    /* Same as the width of the sidenav */
    font-size: 28px;
    /* Increased text to enable scrolling */
    padding: 0px 10px;
}

.height {
    height: 920px;
    margin-left: 50px;
}

.height-1 {
    height: 1800px;
    margin-left: 50px;
}

.height-2 {
    height: 1350px;
    margin-left: 50px;
}

.height-4 {
    height: 450px;
    margin-left: 50px;
}

.height-8 {
    height: 800px;
    margin-left: 50px;
}

img {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
    background-color: #000000;
}

.img{
    padding: 0 auto;
    float: left;
    width: 40%;
    margin: 0 0 0 6%;
}

footer {
    background-color: #000000;
    color: white;
    height: 140px;
    z-index: 0;
}

.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) {

    body {
        background-color: lightblue;
    }

    #about {
        height: 1800px;
    }

    .large {
        display: none;
    }

    .medium {
        display: inline;
    }

    .word {
        margin-left: 3%;
    }

    .row {
        width: 80%;
        height: 500px;
    }

    .right img {
        width: 220%;
        height: auto;
    }

    footer {
        margin-left: -25px;
    }
}

@media only screen and (max-width: 446px) {
    .small {
        display: inline;
    }

    body {
        width: 100%;
        overflow-x: hidden;
    }

    h1 {
        font-size: medium;
    }

    p {
        font-size: small;
    }

    .com {
        display: none;
    }

    .phone {
        display: inline;
    }

    .title {
        height: 100px;
    }

    .title::before {
        background-image: none;
    }

    .title h1 {
        font-size: 20px;
        color: black;
        margin-left: -30px;
    }

    .row {
        width: 90%;
    }

    .left,
    .right {
        width: 100%;
    }

    .word {
        margin-right: 0px !important;
        margin-top: 100%;
    }

    .right img {
        width: 70%;
        position: absolute;
        left: 15%;
        top: 200px
    }

    .b {
        position: absolute;
        margin-top: -20%;
        width: 80%;
    }

    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;
    }
}