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 {
    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;
}

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: 20px;
}

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;
    background-color: #000000;
}

.menu {
    padding: 20px;
    font-family: "Verdana", sans-serif;
    text-align: center;
    font-size: large;
}

#about {
    margin-top: 60px !important;
    margin: 0;
    padding: 0;
    height: 1700px;
}

.title {
    position: relative;
    height: 400px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.title::before {
    content: "";
    background-image: url(src/img/ww\ 1.jpeg);
    background-size: cover;
    opacity: 0.7;
    position: absolute;
    background-position: center;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
}

.title h1 {
    position: relative;
    font-size: 70px;
    line-height: 0.9;
    text-align: center;
    color: white;
}

.word {
    margin-left: 10%;
    margin-right: 10%;
    margin-top: 50px;
    text-align: justify;
}

.word p {
    line-height: 1.5;
}

.row {
    width: 100%;
    height: 400px;
}

.left {
    float: left;
    width: 60%;
    height: 300px;
    /* Should be removed. Only for demonstration */
}

.left p {
    line-height: 2;
}

.right {
    float: left;
    width: 30%;
    padding-left: 30px;
    height: 300px;
}

.right img {
    border-radius: 15px;
}

/* Clear floats after the columns */
.row:after {
    content: "";
    display: table;
    clear: both;
}

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) {
    #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: 768px) {
    .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: 60%;
    }

    .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;
    }
}