/*.animate__slideInLeft {
    width: 100px;
    height: 30px;
    color: blueviolet;
    display: flex;
    display: inline-block;
    margin: 0 0.5rem;
}*/
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
body {
    width: 80%;
    height: auto;
    margin: 0 auto;
    background-color: #ffffff;
    align-items: center;
}
/*burger menu - start*/
header {
    background-color: transparent;
}
.overlay {
    height: 0%;
    width: 100%;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #006738;
    overflow-y: hidden;
    transition: 0.5s;
}
.overlay-content {
    position: relative;
    top: 25%;
    width: 100%;
    text-align: center;
    margin-top: 30px;
}
.overlay a {
    padding: 28px;
    text-decoration: none;
    font-family: 'Spartan', sans-serif;
    font-size: 24px;
    font-weight: 200;
    color: #fff;
    display: block;
    transition: 0.3s;
}
.overlay a:hover:not(.activemenu), .overlay a:focus:not(.activemenu) {
    color: #8cc63e;
}
.overlay-content a:hover:not(.activemenu)::after {
    content: 'º';
    font-weight: 500;
    color: #f98b06;
    padding: 10px;
}
.overlay-content a:hover:not(.activemenu)::before {
    content: 'º';
    font-weight: 500;
    color: #006738;
    padding: 10px;
}
.overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
}
.burger {
    cursor: pointer;
    margin-left: 40px;
    margin-top: 20px;
    margin-bottom: -20px;
    display: none;
}
/*burger menu - finish*/  

.line1, .line2, .line3, .line4, .line5, .footer {
    display: flex;
}
.line2-v, .line3-v, .line4-v, .line5-v, .footer-v {
    display: none;
}
#myBtn {
    text-align: center;
    align-items: center;
    display: none;
    position: fixed;
    bottom: 30px;
    right: 30px;
    border: solid;
    outline: white;
    border: 2px;
    background-color: #d1e593;
    color: white; 
    cursor: pointer;
    padding: 15px;
    border-radius: 100%;
    width: 50px;
    height: 50px;
    font-size: 18px; 
    float: right;
} 
#myBtn:hover {
    background-color: #acc26c;
}
#top-icon {
    text-align: center;
    align-items: center;
    color: white;
    padding-bottom: 35px;
    position: relative;
}
.box1Left {
    width: 60%;
    background-color: #d4de24;
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
}
#logo {
    width: 170px;
    height: auto;
    padding-top: 50px;
    padding-left: 40px;
}
.box {
    padding-top: 50px;
    padding-left: 40px;
    padding-right: 15px;
    padding-bottom: 40px;
}
.menu {
    float: left;
    display: flex;
    padding-left: 40px;
    padding-bottom: 20px;
    align-items: bottom;
}
.menu ul li a {
    font-family: 'Spartan', sans-serif;
    font-size: 18px;
    font-weight: 300;
    text-decoration: none;
    color: #006738;
    line-height: 32px;
}
.menu ul li:not(.activemenu) a:hover {
    color: white;
    font-weight: 500;
    /* text-transform: uppercase; */
}
.menu ul li:not(.activemenu) a:hover:after {
    content: 'º';
    font-weight: 500;
    color: #f98b06;
    padding: 10px;
}
li {
    list-style: none;
}
.bar1, .bar2, .bar3 {
    width: 40px;
    height: 3px;
    background-color: #ffffff;
    margin: 8px 0;
    transition: 0.4s;
}  
.slogan {
    padding-right: 15px;    
    text-align: right;
    padding-bottom: 7px;
}
h2 {
    font-family: 'Spartan', sans-serif;
    font-size: 59px;
    font-weight: 200;
    color: white;  
    position: relative;
    margin-top: 50px;
    display: inline-block;
}
.farmlogos {
    display: flex;
}
.wlogos-h {
    margin-left: 40px;
    margin-right: 10px;
    margin-bottom: 10px;
    width: 125px;
    height: auto;
    float: left;
}
.wlogos-hb {
    margin-left: 40px;
    margin-right: 10px;
    margin-bottom: 10px;
    width: 100px;
    height: auto;
    float: left;
}
.wlogos-hb2 {
    margin-left: 40px;
    margin-right: 10px;
    margin-bottom: 10px;
    width: 100px;
    height: auto;
}
.f-logos {
    margin-left: 40px;
    margin-right: 10px;
    margin-top: 10px;
    width: 195px;
    height: auto;
}
.f-logos2 {
    margin-left: 40px;
    margin-right: 10px;
    margin-top: 10px;
    width: 175px;
    height: auto;
}
.box1Right {
    width: 40%;
    background-image: url("../images/b2b-header.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 125%;
    background-color: #f98b06;
    margin-bottom: 15px;
}
.box2Left {
    width: 40%;
    background-image: url("../images/b2b_1.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 115% auto;
    background-color: #1d8a13;
    margin-bottom: 15px;
} 
.box2Right {
    width: 60%;
    background-color: #969696;
    padding-bottom: 30px;
    margin-bottom: 15px;
}
.box2Top {
    width: 100%;
    height: 150px;
    background-image: url("../images/b2b_2.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 110% auto;
    background-color: #1d8a13;
}
.box2Bottom {
    width: 100%;
    height: auto;
    background-color: #969696;
    padding-bottom: 30px;
    padding-top: 30px;
    margin-bottom: 15px;
}
.smline {
    width: 150px;
    height: 6px;
    background-color: white;
    margin-top: 40px;
    margin-left: 40px;
    margin-bottom: 30px;
}
.smline-v {
    width: 120px;
    height: 4px;
    background-color: white;
    margin-left: 40px;
    margin-top: 3px;
    margin-bottom: 25px;
}
.smline2-v {
    width: 120px;
    height: 4px;
    background-color: white;
    margin-left: 40px;
    margin-top: 17px;
    margin-bottom: 25px;
}
.smline-l {
    width: 150px;
    height: 2px;
    background-color: white;
    margin-top: 22px;
    margin-left: 40px;
    margin-bottom: 22px;
}
.map {
    width: 55%;
    text-align: right;
    padding-right: 40px;
    padding-bottom: 30px;
}
.map-v, .map-v2 {
    width: 93%;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 30px;
}
.map-v2 {
    display: none;
}
.imap {
    width: 90%;
    margin-top: 15px;
    margin-right: 20px;
}
.imap-v, .imap-v2 {
    width: 100%;
}
td {
    border-bottom: 1px solid #ddd;
    vertical-align: middle;
    padding-top: 15px;
    padding-bottom: 15px;
    font-family: 'Spartan', sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 30px;
    color: white;  
}
.finaltd {
    border-bottom: none;
}
p {
    font-family: 'Spartan', sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 30px;
    color: white;  
    margin-left: 40px;
    margin-top: 10px;
    margin-right: 40px;
}
#greenp {
    color: #b5e675;
}
.box3Left {
    width: 100%;
    background-color: #707070;
    padding-bottom: 30px;
    margin-bottom: 15px;
}
.box3Left-v {
    width: 100%;
    background-color: #707070;
    padding-bottom: 30px;
    padding-top: 15px;
    padding-right: 40px;
    margin-bottom: 15px;
}
h1 {
    font-family: 'Spartan', sans-serif;
    font-size: 36px;
    font-weight: 200;
    line-height: 40px;
    color: rgb(204, 255, 122);  
    margin-left: 40px;
    margin-top: 10px;
    margin-right: 40px;
    padding-bottom: 25px;
}
h3 {
    font-family: 'Spartan', sans-serif;
    font-size: 26px;
    font-weight: 300;
    color: rgb(255, 255, 255);  
    margin-left: 40px;
    margin-right: 40px;
    margin-top: 15px;
    line-height: 40px;
}
h4 {
    font-family: 'Spartan', sans-serif;
    font-size: 22px;
    font-weight: 300;
    color: rgb(255, 255, 255);  
    margin-left: 40px;
    margin-top: 15px;
    margin-right: 40px;
    line-height: 40px;
}
#tablejuice {
    padding-top: 15px;
    margin-left: 40px;
    margin-right: 40px;
    height: auto;
    text-align: center;
    width: 60%;
    float: left;
    display: flex;
    padding-bottom: 15px;
}
th {
    font-family: 'Spartan', sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #d4de24;
    padding-left: 5px;
    padding-right: 5px;
}
td {
    font-family: 'Spartan', sans-serif;
    font-size: 16px;
    font-weight: 300;
    color: #ffffff;
    line-height: normal;
}
th, td {
    padding-top: 7px;
    padding-bottom: 7px;
}
.orangesection {
    width: 40%;
}
.sliceor {
    width: 100%;
    max-width: 450px;
}
#cont {
    display: flex;
    margin-right: 40px;
}
#cont-v {
    display: none;
    margin-right: 40px;
}
#tablejuice-v {
    width: 100%;
    margin-left: 40px;
    margin-right: 40px;
    text-align: center;
}
.orangesection-v {
    width: 100%;
    display: flex;
}
.justor {
    width: 40%;
}
.sliceor-v {
    width: 100%;
    margin-left: 40px;
    margin-top: 20px;
    float: left;
}
#justp {
    width: 60%;
    margin-top: 20px;
    margin-left: 40px;
    margin-right: -80px;
}
.drop {
    width: 20px;
    height: 20px;
}
#bullets {
    color: #f98b06;
}
#t-gr-color {
    color: rgb(204, 255, 122);
}
.farmheading {
    align-items: center;
    display: flex;
}
.box3Right {
    width: 30%;
    background-image: url("../images/plantation_map.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-color: #ffffff;
    margin-bottom: 15px;
    float: left;
}
.box4Left {
    width: 60%;
    background-color: #969696;
    padding-bottom: 30px;
    margin-bottom: 15px;
}
.box4Right {
    width: 40%;
    background-image: url("../images/tailormade_orange.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 115% auto;
    background-color: #ffffff;
    margin-bottom: 15px;
    float: left;
}
.box4Left-v {
    width: 100%;
    background-color: #969696;
    padding-bottom: 30px;
    padding-top: 2px;
}
.box4Right-v {
    width: 100%;
    height: 170px;
    background-image: url("../images/tailormade_orange-v.png");
    background-position: top;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-color: #ffffff;
}
.box5Left {
    width: 40%;
    background-image: url("../images/rnd_3.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 105% auto;
    background-color: #c4c4c6;
    margin-right: 15px;
    float: left;
}
.box5Right {
    width: 60%;
    background-color: #707070;
    padding-bottom: 30px;
}
.box5Left-v {
    width: 100%;
    height: 170px;
    background-image: url("../images/rnd_3-v.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 115% auto;
    background-color: #c4c4c6;
    margin-bottom: 15px;
}
.box5Right-v {
    width: 100%;
    background-color: #707070;
    padding-top: 1px;
    padding-bottom: 30px;
}
a {
    text-decoration: none;
}
.orange {
    color: #ffa600;
}
.orange:hover {
    color: #ffdd9e;
}
.box3Top {
    width: 100%;
    height: 180px;
    background-image: url("../images/plantations.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 120% auto;
    background-color: #ffffff;
    margin-bottom: 15px;
}
.box3Top-v {
    width: 100%;
    height: 350px;
    background-image: url("../images/plantation_map.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 90% auto;
    background-color: #ffffff;
    margin-bottom: 15px;
}
.box3Bottom {
    width: 100%;
    height: auto;
    background-color: #707070;
    padding-bottom: 30px;
    padding-top: 1px;
    margin-bottom: 15px;
}
.box6Left {
    float: left;
    display: flex;
    padding: 30px;
    align-items: center;
    width: 80%;
}
.box6Right {
    display: inline;
    text-align: right;
    width: 20%;
    padding-right: 30px;
    padding-top: 40px;
    padding-bottom: 40px;
}
.logoaijn {
    width: 150px;
    height: auto;
    padding-left: 40px;
    padding-top: 20px;
}
p a {
    text-decoration: none;
    color: rgb(204, 226, 151);
    font-weight: 500;
}
.footer, .footer-v {
    background-color: #d4de24;
    width: 100%;
    height: auto;
}
.box6-v {
    padding-top: 30px;
    padding-left: 30px;
}
.contactdet {
    font-size: 14px;
    line-height: 20px;
    margin: 0 30px 0 30px;
    color: #006738;
}
.contactdet-v {
    font-size: 14px;
    line-height: 20px;
    color: #006738;
    margin-left: 0px;
}
.vl {
    border-left: 2px solid rgb(255, 255, 255);
    height: 120px;
}
#logosmall {
    width: 60px;
    height: 68px;
    margin-right: 20px;
}
.logosite {
    color: #38b449;
}
.emailing {
    text-decoration: none;
    color: #006738;
    font-weight: 300;
}
.logosite:hover, .emailing:hover {
    color: #ffffff;
}
.social a {
    color: #ffffff;
    font-size: 22px;
    text-decoration: none;
    font-family: 'Red Hat Text', sans-serif;
    font-weight: 200;
    padding-left: 10px;
}
.social a:hover {
    color: #747474;
}
.copyright, .copyright-v {
    font-size: 10.5px;
    color: #006738;
    text-align: right;
    line-height: 18px;
    position: relative;
    bottom: -15px;
    margin-right: 0;
}
.copyright-v {
    bottom: 15px;
    text-align: left;
    margin-left: 0px;
}
@media only screen and (max-width: 2025px) {
    .box2Left {
        background-size: 155% auto;
    }
}
@media only screen and (max-width: 1900px) {
    #logo {
        width: 160px;
    }
    h2 {
        font-size: 55px;
    }
    .menu ul li a {
        font-size: 17px;
    }
    .box4Right {
        background-size: 125%;
    }
}
@media only screen and (max-width: 1780px) {
    .box4Right {
        background-size: 130%;
    }
}
@media only screen and (max-width: 1680px) {
    .box3Right {
        background-size: 113%;
    }
    .wlogos-h {
        margin-right: 3px;
        width: 115px;
    }
    .wlogos-hb, .wlogos-hb2 {
        margin-right: 3px;
        width: 90px;
    }
    .f-logos {
        width: 180px;
    }
    .f-logos2 {
        width: 160px;
    }
    .box4Right {
        background-size: 135%;
    }
    .drop {
        width: 18px;
        height: 18px;
    }
}
@media only screen and (max-width: 1580px) {
    body {
        width: 85%;
    }
    #logo {
        width: 140px;
    }
    h2 {
        font-size: 50px;
    }
    .menu ul li a {
        font-size: 16px;
        line-height: 30px;
    }
    p {
        font-size: 15px;
        line-height: 28px;
    }
    th, td {
        font-size: 15px;
    }
    h1 {
        font-size: 34px;
        padding-bottom: 15px;
    }
    h3 {
        font-size: 24px;
    }
    h4 {
        font-size: 20px;
    }
    .contactdet, .contactdet-v {
        font-size: 12.5px;
    }
    .logoaijn {
        width: 130px;
    }
    #logosmall {
        width: 50px;
        height: 57px;
    }
    .social a {
        font-size: 20px;
    }
    .copyright {
        font-size: 9.5px;
    }
    .box3Right {
        background-size: 120%;
    }
    .box5Left {
        background-size: 110%;
    }
    .drop {
        width: 17px;
        height: 17px;
    }
}
@media only screen and (max-width: 1400px) {
    .box3Right {
        background-size: 130%;
    }
    .box3Top {
        height: 170px;
    }
    .box4Right {
        background-size: 140%;
    }
    .box5Left {
        background-size: 115%;
    }
    .box2Left {
        background-size: 185% auto;
    }
    #myBtn {
        width: 45px;
        height: 45px;
        font-size: 16px; 
    }
    .drop {
        width: 15px;
        height: 15px;
    }
}
@media only screen and (max-width: 1350px) {
    .box1Right {
        background-size: 135%;
    }
    .box3Right {
        background-size: 135% auto;
    }
    .box2Left {
        background-size: 205% auto;
    }
    .box3Top {
        height: 160px;
        background-size: 125%;
    }
    h2 {
        font-size: 45px;
        margin-top: 70px;
    }
    .box {
        padding-bottom: 20px;
    }
    .menu {
        padding-top: 20px;
    }
    .menu ul li a {
        font-size: 15px;
        line-height: 28px;
    }
    p {
        font-size: 14px;
        line-height: 26px;
    }
    th, td {
        font-size: 14px;
    }
    h1 {
        font-size: 32px;
    }
    h3 {
        font-size: 22px;
    }
    h4 {
        font-size: 19px;
    }
    .contactdet, .contactdet-v {
        font-size: 12px;
    }
    .logoaijn {
        width: 125px;
    }
}
@media only screen and (max-width: 1300px) {
    .box3Right {
        background-size: 140% auto;
    }
    .wlogos-h {
        width: 105px;
    }
    .wlogos-hb, .wlogos-hb2 {
        width: 80px;
    }
    .f-logos {
        width: 160px;
    }
    .f-logos2 {
        width: 140px;
    }
    .drop {
        width: 14px;
        height: 14px;
    }
}
@media only screen and (max-width: 1250px) {
    .line3b {
        display: none;
    }
    .map-v {
        width: 100%;
    }
    .box5Left {
        background-size: 120%;
    }
}
@media only screen and (max-width: 1200px) {
    #logo {
        width: 130px;
    }
    .box5Right {
        background-size: 108% auto;
    }
    h2 {
        font-size: 37px;
        margin-top: 90px;
    }
    .box {
        padding-bottom: 5px;
    }
    .menu {
        padding-top: 30px;
    }
    .menu ul li a {
        font-size: 14.5px;
        line-height: 26px;
    }
    .smline {
        height: 4px;
        margin-top: 35px;
        margin-bottom: 20px;
    }
    h1 {
        font-size: 30px;
    }
    h3 {
        font-size: 20px;
    }
    h4 {
        font-size: 18px;
        line-height: 30px;
    }
    .contactdet, .contactdet-v {
        font-size: 11px;
    }
    .logoaijn {
        width: 115px;
    }
    #logosmall {
        width: 45px;
        height: 51px;
    }
    .social a {
        font-size: 18px;
    }
    .copyright, .copyright-v {
        font-size: 9px;
    }
}
@media only screen and (max-width: 1150px) {
    .box4Right {
        background-size: 165%;
    }
    .box1Right {
        background-size: 150%;
    }
    .box2Left {
        background-size: 230% auto;
    }
}
@media only screen and (max-width: 1080px) {
    .box3Top {
        height: 160px;
        background-size: 130%;
    }
    .box4Right {
        background-size: 175%;
    }
}
@media only screen and (max-width: 1050px) {
    .line2, .line3, .line4 {
        display: none;
    }
    .line2-v, .line3-v, .line4-v {
        display: block;
    }
    #cont {
        display: none;
    }
    #cont-v {
        display: block;
    }
    .box1Right {
        background-size: 170% auto;
    }
    .box2Left {
        background-size: 210% auto;
    }
    .box3Right {
        background-size: 125% auto;
    }
    .box3Top-v {
        background-size: 90%;
        height: 270px;
    }
    .box5Right {
        background-size: 115% auto;
    }
    .box5Left {
        background-size: 125%;
    }
    .box4Right-v {
        background-size: 110%;
        height: 160px;
    }
    h2 {
        font-size: 33px;
        margin-top: 95px;
    }
    .menu {
        padding-top: 25px;
    }
    .box {
        padding-top: 30px;
    }
    .menu ul li a {
        font-size: 14px;
        line-height: 25.5px;
    }
    .logoaijn {
        width: 108px;
    }
    .box6Left, .box6Right {
        padding: 25px;
    }   
}
@media only screen and (max-width: 950px) {
    .map-v {
        display: none;
    }
    .map-v2 {
        display: block;
    }
    .wlogos-h {
        width: 95px;
    }
    .wlogos-hb, .wlogos-hb2 {
        width: 70px;
    }
    .f-logos {
        width: 165px;
    }
    .f-logos {
        width: 140px;
    }
    .f-logos2 {
        width: 120px;
    }
    .box3Top-v {
        background-size: 100%;
    }
    h3 {
        line-height: 30px;
    }
    h4 {
        font-size: 17px;
    }
}
@media only screen and (max-width: 900px) {
    .line5 {
        display: none;
    }
    .line5-v {
        display: block;
    }
    .box1Right {
        background-size: 180% auto;
    }
    .box3Right {
        background-size: 135% auto;
    }
    .box3Top {
        height: 150px;
        background-size: 143%;
    }
    .box4Right-v {
        height: 150px;
        background-size: 115%;
    }
    #logo {
        width: 120px;
    }
    h2 {
        font-size: 28px;
    }
    .menu {
        padding-top: 20px;
    }
    .menu ul li a {
        font-size: 13px;
        line-height: 24.5px;
    }
    p {
        font-size: 13.5px;
        line-height: 24px;
    }
    th, td {
        font-size: 13.5px;
    }
    .smline {
        height: 4px;
    }
    h1 {
        font-size: 28px;
    }
    h3 {
        font-size: 18px;
    }
    .logoaijn {
        width: 100px;
    }
    .contactdet {
        font-size: 10px;
        line-height: 18px;
        margin: 0 20px 0 20px;
    }
    .contactdet-v {
        font-size: 10px;
        line-height: 15px;
    }
    .vl {
        height: 105px;
    }
    .box6Left, .box6Right {
        padding: 20px;
    }
    .box6Right {
        width: 40%;
    }
}
@media only screen and (max-width: 850px) {
    .box1Right {
        background-size: 200% auto;
    }
    .box2Top {
        background-size: 115% auto;
        height: 140px;
    }
    .box5Top {
        background-size: 102% auto;
    }
    .box3Top-v {
        background-size: 110%;
    }
    .box5Left {
        background-size: 135%;
    }
    .menu {
        display: none;
    }
    h1 {
        padding-bottom: 5px;
    }
    .burger {
        display: inline-block;
    }
    .line3b, .footer {
        display: none;
    }
    .footer-v {
        display: block;
    }
    .logoaijn {
        width: 115px;
    }
    .logo-v {
        display: flex;
        width: 70%;
    }
    .social {
        text-align: right;
        clear: both;
        width: 30%;
        margin: 0 auto;
        margin-right: 25px;
        margin-top: -60px;
    }
    .contact-v {
        margin-top: 60px;
    }
    .box4Right-v {
        height: 140px;
        background-size: 120%;
    }
}
@media only screen and (max-width: 800px) {
    .justor {
        width: 50%;
    }
    #justp {
        width: 50%;
        margin-right: -40px;
    }
    .box1Right {
        background-size: 220%;
    }
}
@media only screen and (max-width: 750px) {
    .box3Top {
        height: 135px;
        background-size: 143%;
    }
    .overlay-content a {
        padding: 25px;
        font-size: 21px;
    }
    .box4Right-v {
        height: 130px;
        background-size: 125%;
    }
    .box5Left {
        background-size: 180%;
    }
    .box5Left-v {
        height: 160px;
        background-size: 125%;
    }
    .map-v2 {
        width: 100%;
    }
    .box1Right {
        background-size: 230%;
    }
    .social a {
        font-size: 16px;
    }
}
@media only screen and (max-width: 700px) {
    .box3Top {
        background-size: 155%;
    }
    .box3Top-v {
        background-size: 120%;
        height: 210px;
    }
    .drop {
        width: 13px;
        height: 13px;
    }
    .box1Right {
        background-size: 240%;
    }
}
@media only screen and (max-width: 650px) {
    .box1Right {
        background-size: 260% auto;
    }
    .box3Top {
        height: 125px;
        background-size: 165%;
    }
    .box2Top {
        height: 120px;
        background-size: 120%;
    }
    .box4Right-v {
        height: 120px;
        background-size: 130%;
    }
    .box5Left {
        background-size: 200%;
    }
    .wlogos-h {
        width: 85px;
    }
    .wlogos-hb, .wlogos-hb2 {
        width: 60px;
    }
    .f-logos {
        width: 120px;
    }
    .f-logos2 {
        width: 100px;
    }
    .bar1, .bar2, .bar3 {
        width: 32px;
        height: 3px;
        margin: 7px 0;
    } 
    h2 {
        font-size: 25px;
        margin-top: 35px;
    } 
    .smline-v, .smline2-v {
        width: 110px;
    }
    .overlay-content a {
        padding: 20px;
        font-size: 19px;
    }
}
@media only screen and (max-width: 600px) {
    .orangesection-v {
        display: block;
    }
    .sliceor-v {
        float: none;
    }
    .justor {
        width: 60%;
    }
    #justp {
        width: 100%;
        margin-left: 0px;
    } 
    .box4Right-v {
        height: 115px;
        background-size: 135%;
    }
}
@media only screen and (max-width: 560px) {
    .box3Top {
        height: 115px;
        background-size: 175%;
    }
    .overlay-content a {
        padding: 18px;
        font-size: 18px;
    }
    .box3Top-v {
        background-size: 130%;
    }
    .box4Right-v {
        height: 110px;
        background-size: 140%;
    }
    .box5Left-v {
        height: 150px;
        background-size: 135%;
    }
    .box2Top {
        height: 110px;
        background-size: 130%;
    }
    .justor {
        width: 70%;
    }
    .drop {
        width: 12px;
        height: 12px;
    }
}
@media only screen and (max-width: 500px) {
    .box3Top {
        height: 105px;
        background-size: 177%;
    }
    .overlay-content a {
        padding: 18px;
        font-size: 17px;
    }
    h2 {
        font-size: 23px;
        margin-top: 35px;
    }
    h1 {
        font-size: 25px;
    }
    h3 {
        font-size: 16.5px;
        line-height: 25px;
    }
    h4 {
        font-size: 15px;
        line-height: 25px;
    }
    p {
        font-size: 13px;
        line-height: 22px;
    }
    th, td {
        font-size: 13px;
    }
    .copyright-v {
        font-size: 8.5px;
    }
    .logoaijn {
        width: 105px;
    }
    .smline-v, .smline2-v {
        width: 90px;
    }
    .box3Top-v {
        background-size: 125%;
        height: 180px;
    }
    .box4Right-v {
        height: 105px;
        background-size: 155%;
    }
    .box5Left {
        background-size: 225%;
    }
    .box5Left-v {
        height: 140px;
        background-size: 143%;
    }
    .box2Top {
        height: 100px;
        background-size: 130%;
    }
    .justor {
        width: 80%;
    }
    .drop {
        width: 11px;
        height: 11px;
    }
    .box1Right {
        background-size: 290%;
    }
    #tablejuice-v {
        width: 80%;
        margin-left: 20px;
    }
}