html {
    scroll-behavior: smooth;
}

body {
    margin: 0px;
    text-align: center;
    font-size: 40px;
    position: relative;
}

.logo {
    width: 100%;
}

.home-div {
    width: 100%;
    height: 475px;
    position: relative;
    background-image: url('../img/backtwo.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-size: 100% 100%;
    font-size: 1em;
}

.container {
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
}

.nav-div {
    text-decoration: none;
    font-family: 'Neuropolitical', sans-serif;
    width: 53%;
    margin-top: 25px;
    padding-left: 35px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: baseline;
    position: absolute;
}

.nav-div a:hover {
    color: #01e461
}

.spec {
    color: #01e461 !important;
}

.logo-div {
    width: 15%;
}

.nav-div a {
    color: #fff;
    font-size: 0.3em;
    text-decoration: none;
}

.cut {
    border-right: #fff 1px solid;
    padding-right: 3%;
}

.spector {
    width: 55%;
    height: 206px;
    position: absolute;
    margin-top: 265px;
    margin-left: 6%;
    font-family: 'Neuropolitical', sans-serif;
    font-size: 1.3em;
    line-height: 0.85;
    color: #fff;
}

.data {
    display: flex;
    flex-direction: column;
    justify-content: center;
    
    font-size: 1em;
    border-bottom: 5px solid #000;
    position: relative;
}

.high {
    border-right: solid 6px #000;
    width: 1px;
    height: 120px;
    right: 0;
    position: absolute;
    bottom: 0px;
}

.low {
    position: absolute;
    border-right: solid 6px #000;
    width: 1px;
    left: -1PX;
    height: 60px;
    bottom: 0;
}


.element {
    text-align: center;
    margin-bottom: 100PX;
}

.element-header {
    width: 179px;
    height: 42px;
    font-family: 'Roboto', sans-serif;
    font-size: 1em;
    font-weight: 900;
    line-height: 1.05;
    color: #121e10;
}

.in-element {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    justify-self: center;
}

.img-div {
    align-self: center;
    width: 30%;
}

.all-text {
    text-align: left;
    padding-top: 50px;
    width: 60%;
    height: 60%;
    font-family: 'Roboto', sans-serif;
    font-size: 0.4em;
    color: #121e10;
}

.breack-line {
    border: #000000 3px solid;
    width: 40%;
    margin: 40px 0 20px 20%;
    position: absolute;
}

.head-inside {
    font-family: 'Neuropolitical', sans-serif;
    font-size: 1.5em;
    color: #121e10;
}

.contact-div {
    margin-top: 100px;
    width: 100%;
    background-image: url(../img/contact.png);
    background-size: 100% 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.contact-head {
    font-family: 'Neuropolitical', sans-serif;
    font-size: 0.9em;
    color: #fff;
    padding-top: 3%;
}

.london {
    font-family: 'Roboto', sans-serif;
    font-size: 0.5em;
    color: #fff;
}

.address {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    font-family: 'Roboto', sans-serif;
    font-size: 0.4em;
    font-weight: 900;
    width: 80%;
    color: #fff;
}

.address a {
    text-decoration: none;
    color: #fff;
}

.address p {
    width: 30%;
}



#toggle {
    display: none;
}

/**
  Hamburger
**/
.hamburger {
    display: none;
    position: absolute;
    top: 90px;
    left: 11%;
    width: 2em;
    height: 45px;
    z-index: 5;
}

.hamburger div {
    position: relative;
    width: 2em;
    height: 4px;
    border-radius: 3px;
    background-color: #fff;
    margin-top: 8px;
    transition: all 0.3s ease-in-out;
}

/**
Nav Styles
**/
.nav {
    position: absolute;
    width: 100%;
    height: 90vh;
    top: -100%;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    background-image: linear-gradient(to bottom, rgb(0, 0, 0) 70%, rgba(0, 0, 0, 0.981), rgba(0, 0, 0, 0.203), rgba(0, 0, 0, 0.044));
    padding-top: 150px;
    transition: all 0.3s ease-in-out;
    transform: scale(0);
}

.nav-wrapper {
    position: relative;
    overflow: hidden;
    overflow-y: auto;
    height: 70%;
    text-align: center;
}

nav {
    text-align: left;
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
}

nav a {
    font-family: 'Neuropolitical', sans-serif;
    position: relative;
    text-decoration: none;
    color: #fff;
    font-size: 0.7em;
    display: inline-block;
    transition: color 0.2s ease-in-out;
    border-bottom: #979797 1px solid;
    width: 50%;
    padding: 20px;

}

nav a:hover {
    color: #01e461;
}

nav a:hover:before {
    height: 100%;
}

/**
Animations
**/
#toggle:checked+.hamburger .top-bun {
    transform: rotate(-45deg);
    margin-top: 25px;
}

#toggle:checked+.hamburger .bottom-bun {
    opacity: 0;
    transform: rotate(45deg);
}

#toggle:checked+.hamburger .meat {
    transform: rotate(45deg);
    margin-top: -7px;
}

#toggle:checked+.hamburger+.nav {
    top: 0;
    transform: scale(1);
    z-index: 4;
}

.sticky {
    position: fixed;
    margin-top: 0;
    height: 42px;
    padding-top: 15px;
    /* padding: 0 176px; */
    padding-left: 174px;
    width: 55%;
    align-items: center;
    background-color: #000;
    margin-left: 0%;
    padding-right: 510px;
    overflow: hidden;
    z-index: 4;

}

.res-logo {
    display: none;
}