body, html, #container {
    height:100%;
}

iframe {
    width: 100vw;
    margin: 0;
    height: calc(100vh - 47px);
    position: absolute;
    top: 47px;
    left: 0;
}

nav {
    height: 47px;
}

.popUp {
    background-color: white;
    width: 400px;
    position: fixed;
    top: 60px;
    z-index: 4;
    text-align: center;
    width: 700px;
    border-radius: 25px;
    right: 0;
    left: 0;
    margin-right: auto;
    margin-left: auto;
    direction: rtl;
    border: 1px solid black;
    overflow:hidden;
}

.bounceInDown {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}


.closeAbout:hover{
    cursor:pointer;
}

#aboutDiv2 {
    background-color: #00000080;
    display: block;
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    right: 0;
}

 
 #aboutDiv3{
   width:90%;
   height:85%;
   overflow-y:hidden;

}

 #aboutDiv3 iframe{
     width:100%;
     height:100%;
     overflow-y:scroll;
     top:0;
 }
 
 #aboutDiv3 a,#aboutDiv .closeAbout {
    position: absolute;
    z-index: 1000;
    right: 2%;
    font-size: 2rem;
    font-weight: bold;
 }

#aboutDiv .closeAbout {
    top: -4px;
}

 #aboutDiv h3, #aboutDiv h4{
     font-weight:normal;
     margin:2px;
 }

#aboutDiv > h4#aboutdivtext {
    margin: 40px;
    font-size: 1.5rem;
}

#aboutDiv li, #aboutDiv h5, #aboutDiv p {
    display: block;
    text-align: right;
    float:none;
    margin:0;
}

#aboutDiv>p{
    text-align:center;
}

.withgray {
    display: block;
    width: 100% !important;
    background-color: #008a4b30;
    margin: 0;
    padding: 10px;
}

#aboutDiv > div {
    margin: 40px;
}

.teamdiv {
    display: inline-block;
    margin: 0 20px;
    vertical-align: top;
    width: 44%;
}

.teamdiv h5{
        margin-top: 8px !important;
}

#aboutDiv2, #aboutDiv, #aboutDiv3 {
    display: none;
}

@-webkit-keyframes bounceInDown {
    0%, 60%, 75%, 90%, 100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0);
    }

    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }

    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0);
    }

    100% {
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes bounceInDown {
    0%, 60%, 75%, 90%, 100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0);
    }

    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }

    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0);
    }

    100% {
        -webkit-transform: none;
        transform: none;
    }
}

.logoHit {
    width: 130px;
    
}

.logokfs {
    width: 50px;
    margin-left: 40px;
}

#aboutDiv > div > a {
    width: 48%;
    display: inline-block;
    text-align-last: left;
}

.thispage {
    background: var(--darkgreen);
    color: white;
}

.thispage:hover {
    background: var(--darkgreen);
    color: white;
}

.removebtn{
    width:30px;
    height:30px;
    background-image:url("bin.png");
    background-size:100% 100%;
    border:none;
}

.removebtn:hover{
zoom: 1.1;
    cursor: pointer;
}

#aboutdivbutton button {
    padding: 10px;
    width: 130px;
    border-radius: 24px;
    border: none;
    background: var(--darkgreen);
    color: white;
    font-size: 1rem;
    margin: 0 10px;
}

#aboutdivbutton button:hover {
    background: var(--green);
    cursor:pointer;
}

#licencediv a{
    text-align-last:center !important;
}