
.Logo-badge {
    text-align: center;
    padding: 10em 0;
}
.hero-title {
    margin:30px auto;
    margin-top:0;
}

.hero-content {
    max-width:1200px;
    margin:0 auto;
}

.hero-img-cont {
    /*width: 125px;*/
    top: -95px;
    margin-bottom: -50px !important;
    display: block;
    background: transparent;
    margin: 0 auto;
    position: relative;
    border-radius: 10em;
    height:125px;
}

.hero-img-cont img {
    width: 150px;
    /*width: 125px;
    height: 125px;*/
}

.hero-content h2 {
    font-weight:400;
    font-size:24px;
}

.hero-title h1 {
    font-size:4em;
    font-weight:bold;
    color:white;
    text-shadow: 0 4px 8px #161672b5;
    line-height: 1;
}

.gradOverlay {
    display:block;
    position:absolute;
    width:100vw;
    height:100vh;
    background:rgba(0,0,0,0.5);
    opacity:0.75;
    z-index:9;
}

.flex {
    display:flex;
    align-items:center;
    top:25px;
    position:relative;
    justify-content:center;
    flex-wrap: wrap;
}

.flex a {
    display: inline-block;
    padding: 20px;
    background: #161672;
    border-radius: 10em;
    text-decoration: none;
    text-transform: uppercase;
    flex: auto;
    margin: 0 40px;
    font-size: 16px;
    color: white;
    text-align: center;
    border:3px solid transparent;
    font-weight: 500;
    letter-spacing: .09em;
    background:#6d5fe3;
     -webkit-transition: 0.15s all ease-in-out; 
    -moz-transition: 0.15s all ease-in-out; 
      -o-transition: 0.15s all ease-in-out; 
         transition: 0.15s all ease-in-out;
             backdrop-filter: blur(5px);
    box-shadow: 0 5px 20px #6d5fe385;
}


.flex a:hover {
    background:rgba(255,255,255,0.25);
    color:white;
    border:3px solid white;
    transform:scale(1.025);
}

/* BEGIN ANIM. */

         .animated { 
            background-repeat: no-repeat;
            background-position: left top; 
            -webkit-animation-duration: 2s;
            animation-iteration-count: 2;
            animation-duration: 2s; 
            -webkit-animation-fill-mode: both; 
            animation-fill-mode: both; 
         }
         
         @-webkit-keyframes bounce { 
            0%, 20%, 50%, 80%, 100% {-webkit-transform: translateY(0);} 
            40% {-webkit-transform: translateY(-30px);} 
            60% {-webkit-transform: translateY(-15px);} 
         } 
         
         @keyframes bounce { 
            0%, 20%, 50%, 80%, 100% {transform: translateY(0);} 
            40% {transform: translateY(-30px);} 
            60% {transform: translateY(-15px);} 
         }
         
         .bounce { 
            -webkit-animation-name: bounce; 
            animation-name: bounce; 
         }

/* END ANIM. */

/* INPUT SEARCH STYLING */

#stndrUrl {
position: absolute;
    right: 10px;
    top: 0;
    height: 30px;
    background: transparent;
    color: #a7a7a7;
    font-size:28px;
    padding: 15px;
}

#stndrUrl:hover i {
    color:black;
}

.input-container {
    position:relative;
        max-width: fit-content;
    margin: 0 auto;
}

.SN-search {
    width: auto;
    display: block;
    padding: 0.5em;
    min-width: 1000px;
    border: none;
    border-radius: 10em;
    font-size: 30px;
    margin: 25px auto;
    outline: none;
}


@media screen and (max-width: 1900px) {
    .hero-img-cont{
        height: 100px;
        top:-46px;
    }
    .hero-title{
        margin: 10px auto;
    }
    .hero-title h1{
        font-size: 3em;
    }
    .hero-content h2 {
        font-size: 20px;
    }
    .SN-search{
        margin: 6px auto;
    }
}

@media screen and (max-width: 1200px) {
    .SN-search {
        min-width: 900px;
    }
}

@media screen and (max-width: 990px) {
    .SN-search {
        min-width: 800px;
    }
}

@media screen and (max-width: 900px) {
    
    .Logo-badge {
        position: relative;
        padding: 3em;
        /*background-color: #101067;*/
    }
    
    .SN-search {
        min-width: 700px;
    }
    
    .flex a {
        margin: 10px;
    }
    
}

@media screen and (max-width: 780px) {
    .hero-title h1 {
            font-size: 40px;
    }
    
    .SN-search {
        min-width: 600px;
    }
    
}

@media screen and (max-width: 680px) {
    
    .SN-search {
        min-width: 500px;
    }
    
}

@media screen and (max-width: 600px) {
    
    .SN-search {
        width: 500px;
        min-width: 80%;
    }
    
}

@media screen and (max-width: 580px) {
    
    .SN-search {
        width: 400px;
        min-width: 80%;
    }
    
}

@media screen and (max-width: 480px) {
    
    .SN-search {
        width: 300px;
        min-width: 80%;
    }
    
}

@media screen and (max-width: 400px) {
    
    .SN-search {
        width: 200px;
        min-width: 80%;
    }
    
}
