*
{
    font-family: "Montserrat", Sans-serif;
    --var-margin: -12px;
}


html
{
    scroll-behavior: smooth;
}
body
{
    /*background-color: #282828 !important;*/
    background: rgb(40,40,40);
    background: linear-gradient(174deg, rgba(40,40,40,1) 36%, rgba(0,0,0,1) 90%);
    box-sizing: border-box;
    overflow-y: scroll; /* Add the ability to scroll */
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
    
}

body::-webkit-scrollbar {
    display: none;
}


.snow
{
    color: #dedede;
}
.slogan
{
    
    position: relative;
    font-weight: 500;
    font-size: 1em;
    text-transform: uppercase;
    color: black;
    text-align: center;
    
}

.banner, .imgtext
{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;  
}

#logo img, #logoname img
{
    
max-width: 50%;

}
#logoname img
{
    
margin-top:50px;
margin-bottom: 50px;

}




.band
{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 10vh;
    
}

.sand
{
    background-color: #D69B3C;
    color: black;
    

    
}
.marine
{
    background-color: #285159;
    color: #dedede;
   

}

.marine-r
{
    border-top-left-radius: 100px;
    background-color: #285159;
    color: #dedede;
   
}



.spantext, h2
{
    padding: 20px;
}

.footer
{
    padding-top: 30px;
    
    background-color: black;
}

.footer span
{
    font-size: 1.5em;
}

.f_logo, .f_logotext
{
    max-width: 6vw;
    margin-bottom: 15px;
    border-radius: 5px;

}

.vflex
{
     display: flex;
    flex-direction: column;
}

.main
{
    margin-top: 100px;
    padding-top: 30px;
}

.flexrow{

    display: flex;
    flex-direction: column;
    margin-top: 20px;
    
}

.welcome
{
    display: flex;
   /*align-items: center;*/
    justify-content: center;
    flex-direction: column;
}


.welcome > p{
    line-height: 1.7rem;
    max-width: 50ch;
    margin-left: 20px;
    
}

.welcome > ul{
    margin-left: 20px;
    
}
.welcome > h1{
    padding-top: 40px;
    text-align: center;
}

.center {
    text-align: center;
}

.chaeder{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
    color: white;
}
.chaeder h2{
    font-size: 1.6em;
}

.welcome p
{
    max-width: 120ch;
    padding-left: 20px;
    padding-right: 20px;

}
.welcome p:last-child
{
    padding-bottom: 30px;
}
.welcome h3
{
    padding-top: 5px;
    padding-bottom: 20px;
    padding-left: 30px;
}

form{
    padding-left: 20px;
    padding-right: 20px;
}

.pup{
    margin-top: -10px;
}



@media screen and (min-width: 992px) {
    .slogan{
        font-size: 1.5em;
    }
    .flexrow{

        display: flex;
        flex-direction: row;
        margin-top: 20px;
    }
    .chaeder h2{
        font-size: 1.8em;
    }
    .sand
{
    border-top-right-radius: 100px;

    
}



}
