.eslogomaincont{
    height: 90vh;
    /* background: blue; */
    display: flex;
    flex-direction: column;
    justify-items: center;
}

.eslogoswirl{
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    left: 0;
    margin-top: 5em;
    z-index: -1;
}

.eslogo{
    width: 100%;
    height: 100%;
    /* aspect-ratio: 16 / 9; */
    background-image: url("../img/eslogo.svg");
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    /* margin-top: -5em; */
}

body{
    background-color: black;
    overflow: hidden;
}
.mainnav{
    background: black !important;
    color: white !important;
    /* position: fixed; */
}
.navbar-collapse{
    /* position: fixed; */
    /* top: 5em; */
    left: 0;
    /* width: 100%; */
    /* padding: 1em; */
    /* background: #000000; */
    font-family: 'Open Sans';
    font-weight: bold;
}
.logoinnercont{
    margin-left: auto;
    margin-right: auto;
    width: 75%;
    margin-top: auto;
    margin-bottom: auto;
    aspect-ratio: 16/10;
}
@media (min-width: 768px) {
.logoinnercont{
    margin-left: auto;
    margin-right: auto;
    width: 50%;
    margin-top: auto;
    margin-bottom: auto;
    aspect-ratio: 16/10;
}


}
.navbar-toggler-icon-override{
    background-image: url("../img/burger.svg");


}

.navbar-toggler-icon-override:hover{
    filter: invert(50%) sepia(100%) saturate(3500%) hue-rotate(12deg) brightness(0.9);


}
.nav-item-es{
color:white !important;

}

.nav-item-es:hover{

    color:rgb(255, 153, 0) !important;

}

.logotop{
    width: 100px;
    transform: translateY(-7px);
    margin-left: 1em;
    
}
.logotop:hover{
    filter: invert(50%) sepia(100%) saturate(3500%) hue-rotate(12deg) brightness(0.9);
}

.logotagline{
    font-family: "Open Sans",sans-serif;
    color: grey;
    font-weight: bold;
    font-size: 2em;
    width: 100%;
    text-align: center;
}

.logoinnercont{}

.logoimagecont{
    width: 100%;
    height: 100%;
}
.modal-header{
    border-bottom: none;
    background: #2d2d2d;
}
.modal-content{
    background: #474747;
    color: white;
    outline: none;
}
.modal-footer{
    border-top:none;
    
}

.btn-primary{
            background:#ba7c0a;
            border:none;

            }
.btn-primary:hover{
    background:#ba7c0a;
            filter:brightness(1.2);
    
}
.btn-primary:active{
    background:#ba7c0a;
    filter:brightness(1.4);
    
}
.btn-primary:focus{
    background:#ba7c0a;
    filter:brightness(1.4);
    
}
.logoswirl{
    position: absolute;
    -9999px: 0px;
    bottom: -9999px;
    top: -9999px;
    left: -9999px;
    right: -9999px;
    margin: auto;
    width: 1000%;
    opacity: 0.05;
    /* padding-top: 7em; */
    animation: rotate 4s linear infinite;
    z-index: -1;
}
#success{}
#failure{}
@media (min-width:992px){

.logoswirl{    width: 249%;}
    
}

  @keyframes rotate {
    from {
      transform: rotate(0deg);
    }
    to {
      transform: rotate(-360deg);
    }