@media only screen and (max-width:2000px){
    .header {
        height: 20vh;
    }
   
}

a{
    text-decoration: none;
}

body{
    background-color: #c2c2c2;
    font-family: "Riviera-Web", sans-serif;
}

.topleft {
    top: 8px;
    font-size: 18px;
    position: fixed;
    width: 100%;
}

.topleft .res-nav-bar {
    width: 45%;
    padding-right: 40px;
}

.container .content h3{
    font-size:28px;
    font-weight: 400;   
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    padding-bottom: 30px;
}


.container .content p{
    font-size:24px;
    font-weight: 400;   
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}


.container .content a p svg{
    border: 1px solid #232323;
    border-radius: 25px;
    padding: 5px;
    color: #232323;
    font-size: 14px;
    
}
/* .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: 10px;
    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;
}

@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: 16px;
    }
}
@media only screen and (max-width:800px){
    .topnav a{
        font-size:11px;
    }
    .container .content p{
        font-size:16px;
    }
    .header {
        height:30vh; 
    }

    .contactpadding{
        margin-top: 70px !important;
    }
}
@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:14px;
    }

    .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:100%;
    }
}

@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: 12px;
    }
}

.contactpadding{
    margin-top: 150px;
}