#header .navbar .navbar-brand img{
    width: 100px;
}
.hero-area{
    min-height: 100vh;
}

.banner-img img{
    max-width: 120% !important
}
.wrapper-left{
    float: left;
    width: 15vw;
}
.wrapper-right{
    float: right;
    width: 15vw;
}

/*.chairman{
    width: 90%;
    float: left;
}
.rover-leader{
    width: 90%;
    float: right;
}*/
/* .ts-venue .venue-img img{
    object-fit: cover;
} */

/* #ts-experiences .exp-img .row{
    background: rgba(39,62,84,0.82);
    overflow: hidden;
    height: 100%;
    z-index: 2;
} */

.ts-exp-wrap .ts-exp-content p {
    margin-bottom: 10px !important;
    color: #fff;
}

.ts-intro-sponsors .sponsors-logo img{
    height: 100px;
}

.contact-form .form-group {
    margin-bottom: 30px; 
}
.contact-form .form-group .form-control {
    padding: 15px 30px;
    border-radius: 0;
    font-size: 14px;
    resize: none; 
}
.join-modal{
    max-width: 50vw;
}
.join-modal .contact-form{
    margin: 0 50px;
}
.btn-sec{
    border: #18162e 1px solid;
    background-color: transparent !important;
    color: #18162e !important;
}
.join-form-btns{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}
.label-help{
    color: #888888;
    font-size: 0.7em;
    text-align: left;
}
#joincrew input::-webkit-outer-spin-button,
#joincrew input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0; 
}

#joincrew input[type=number] {
    -moz-appearance:textfield; 
}

#becomesponsor input::-webkit-outer-spin-button,
#becomesponsor input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0; 
}

#becomesponsor input[type=number] {
    -moz-appearance:textfield; 
}

.notice-list{
    transition: all ease-in-out 0.3s;
}

.notice-list:hover{
    transition: all ease-in-out 0.3s;
    cursor: pointer;
    background-color: whitesmoke;
}

.notice-img-back{
    background-color: white;
    border-radius: 5px;
    padding: 10px;
    margin: auto;
    box-shadow: 0px 9px 34px -1px rgba(0,0,0,0.75);
-webkit-box-shadow: 0px 9px 34px -1px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 9px 34px -1px rgba(0,0,0,0.75);
}
.notice-img{
    width: 60vw;
}


.learn-overlay{
    width: 100%;
    height: 100%;
    opacity: 1;
    transition: all ease-in-out 0.3s;
    z-index: 2;
    position: absolute;
    top: 0;
    background-color: #18162e;
    display: flex;
    justify-content: center;
    align-items: center;
}

.learn-overlay:hover{
    transition: all ease-in-out 0.3s;
    opacity: 0.3;
    display: block;
}
.learn-overlay:hover h3{
    opacity: 1;
}

.learn-overlay h3{
    color: #ffffff;
    font-style: bold;

}

.learn-overlay:hover h3{
    color: #ffffff;
    text-align: center;
    margin-top: 2rem;
    transition: all ease-in-out 0.3s;
}
.share-btns{
    display: flex;
    width: 200px;
    flex-direction: row ;
    justify-content: space-around;
}
.share-btn {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: #e7015e 1px solid;
    display: flex;
    color: #e7015e;
    justify-content: center;
    align-items: center;
    transition: all ease-in-out 0.3s;
}
.share-btn:hover a{
    color: #ffffff !important; 
}
.share-btn:hover {
    border: #e7015e 1px solid;
    color: #ffffff !important;
    background-color: #e7015e;
    transition: all ease-in-out 0.3s;
    cursor: pointer;
}
.ts-intro-content .intro-content-text img{
    width: inherit;
}