body {
    background-color: #c2c2c2;
    font-family: "Riviera-Web", sans-serif;
}

.topleft {
    top: 8px;
    font-size: 18px;
    position: fixed;
    width: 100%;
    z-index: 1;
}

.topleft .res-nav-bar {
    width: 45%;
    padding-right: 40px;
}

.container .content p {
    font-size: 17px;
    font-weight: 500;
}

.container .content {
    width: 80%;
}

.header img {
    width: 100%;
    height: auto;
    margin-top: 8px;
}

.header .logo {
    width: 60%;
    padding-left: 50px;
}

.header .logo a img {
    width: 33%;
}


.icon-toggle {
    padding-left: 15px;
    font-size: 18px;
    color: black;
}

.topnav {
    overflow: hidden;
    padding-right: 40px;
    position: fixed;
}

.topnav a {
    float: left;
    display: block;
    color: black;
    text-align: center;
    padding-right: 25px;
    text-decoration: none;
    font-size: 12px;
    font-weight: 700;
    display: none;
}

.topnav a:not(:first-child) {
    display: none;
}

.topnav a.icon {
    float: right;
    display: block;
}

.icon {
    color: black;
    font-size: 18px;
}

.topnav.responsive {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px;
}

.topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
}

.topnav.responsive a {
    float: none;
    display: inline-block;
    text-align: left;
    font-size: 13px;
    font-weight: 600;
    font-family: system-ui;
}

.topnav.responsive a:hover {
    color: white;
}

.contact-service p {
    color: white;
    text-align: center;
    padding: 10px;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 1px;
}

@media only screen and (max-width:1440px) {
    .header {
        height: 20vh;
    }
}

@media only screen and (max-width:1100px) {
    .header {
        height: 30vh;
    }

    .container .content p {
        font-size: 14px;
    }
}

@media only screen and (max-width:800px) {
    .topnav a {
        font-size: 11px;
    }

    .container .content p {
        font-size: 14px;
    }

    .header {
        height: 30vh;
    }
}

@media only screen and (max-width:500px) {
    .header .logo img {
        width: 16%;
    }

    .header {
        height: 20vh;
    }

    .header .logo {
        width: 55%;
        padding-left: 20px;
    }

    .container .content p {
        font-size: 12px;
    }

    .icon {
        font-size: 14px;
    }

    .icon-toggle {
        font-size: 14px;
        padding-left: 10px;
    }

    .topnav a {
        font-size: 7px;
        padding-right: 10px;
        font-weight: bold;
    }

    .topleft .res-nav-bar {
        padding-right: 7px;
    }

    .header img {
        margin: 0px;
    }

    .container .content {
        width: 70%;
    }
}

@media only screen and (max-width:350px) {
    .topnav a {
        font-size: 6px;
        padding-right: 7px;
    }

    .res-nav-bar {
        width: 50%;
    }

    .header .logo {
        width: 50%;
    }

    .header .logo img {
        width: 22%;
    }

    .container .content {
        width: 70%;
    }

    .header {
        height: 25vh;

    }

    .container .content p {
        font-size: 10px;
    }
}