.logo{
	position:absolute;
    left:700px!important;
    top:0px!important;
    width:505px;
    height:220px;
    z-index:1;
    border-radius:100%!important;
}

.logo img {
    max-height: 200px !important;
}

.topnav{
	position:absolute;
    top:0px!important;
    left:0px!important;
    width:100%;
    height:100px;
}

.topnav .internal{
	position:absolute;
    top:0px;
    left:180px;
}

body .logo img {
    width: 100%;
}

body .logo {
    z-index: 200;
    height: auto !important;
    left: calc(50% - 212.5px) !important;
    width: 425px !important;
    text-align: center !important;
}

.topnav .internal {
    left: 0px !important;
}

body .topnav #menuitem3 {
    margin-right: 425px !important;
}

body .topnav {
    z-index: 99;
}

body .topnav .navbar {
    left: calc(50% - 722.5px) !important;
}

body .image1 .image1internal {
    background-size: cover;
}

.botnav .navbar {
    left: 25%;
}

@media (max-width: 1800px) {

    body .navbar li {
        width: 160px !important;
    }

    body .logo {
        width: 400px !important;
        left: calc(50% - 200px) !important;
    }
    
    body .topnav #menuitem3 {
        margin-right: 400px !important;
    }

    body .topnav .navbar {
        left: calc(50% - 680px) !important;
    }

}

@media (max-width: 1700px) {

    body .navbar li {
        width: 150px !important;
    }

    body .logo {
        width: 375px !important;
        left: calc(50% - 187.5px) !important;
    }
    
    body .topnav #menuitem3 {
        margin-right: 375px !important;
    }

    body .topnav .navbar {
        left: calc(50% - 637.5px) !important;
    }

}

@media (max-width: 1600px) {

    body .navbar li {
        width: 140px !important;
    }

    body .logo {
        width: 350px !important;
        left: calc(50% - 175px) !important;
    }
    
    body .topnav #menuitem3 {
        margin-right: 350px !important;
    }

    body .topnav .navbar {
        left: calc(50% - 595px) !important;
    }

}

@media (max-width: 1500px) {

    body .navbar li {
        width: 130px !important;
    }

    body .logo {
        width: 325px !important;
        left: calc(50% - 162.5px) !important;
    }
    
    body .topnav #menuitem3 {
        margin-right: 325px !important;
    }

    body .topnav .navbar {
        left: calc(50% - 552.5px) !important;
    }

}

@media (max-width: 1400px) {

    body .navbar li {
        width: 120px !important;
    }

    body .logo {
        width: 300px !important;
        left: calc(50% - 150px) !important;
    }
    
    body .topnav #menuitem3 {
        margin-right: 300px !important;
    }

    body .topnav .navbar {
        left: calc(50% - 510px) !important;
    }

}

@media (max-width: 1300px) {

    body .navbar li {
        width: 110px !important;
    }

    body .logo {
        width: 275px !important;
        left: calc(50% - 137.5px) !important;
    }
    
    body .topnav #menuitem3 {
        margin-right: 275px !important;
    }

    body .topnav .navbar {
        left: calc(50% - 467.5px) !important;
    }

}

@media (max-width: 1200px) {

    body .navbar li {
        width: 100px !important;
    }

    body .logo {
        width: 250px !important;
        left: calc(50% - 125px) !important;
    }
    
    body .topnav #menuitem3 {
        margin-right: 250px !important;
    }

    body .topnav .navbar {
        left: calc(50% - 425px) !important;
    }

}