@font-face {
    font-family: "youngfrank";
    src: url("youngfrank.ttf"); format('embedded-opentype');


}

body {
    font-family:'youngfrank'; 
}

#nav-bar{
    position:sticky;
    top:0;
    z-index:10;

}

.navbar-brand img {
    height:40px;
    padding-left:30px;

}


.navbar-nav li {
    padding:0 10px;
}

.navbar-nav li a {
    float:right;
    text-align: left; 

}

#nav-bar ul li a:hover {
    color: #73b953!important;
    
}

.navbar {
    background: #201f1e ;
}

.navbar-toggler {
    border: none!important;

}
.nav-link {
    color:#555!important;
    font-weight:600;
    font-size:16px;
}

#slider {
    
    min-height: 100%;
    position: relative;
}



#about {
    padding-top:60px;
    padding-bottom:50px;
    color: #000;
    background:#73b953;
    font-family: 'youngfrank';
}


h2 {

    font-size: 200px;
}

#about h2 {

    color: #fff!important;
    padding-bottom:5px;
    text-align: left;
    

}


 .container {
        top: 10px;
        width: 200vw;
        height: 80vh;
        background: #73b953;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center
    }

    .box {
        width: 300px;
        height: 300px;
        background: #73b953;
    }


#about .btn {
    margin-top:20px;
    margin-bottom:30px;
    background:#000!important;
    color:#6e2a24;
    border:none;

}

.about-content{
    padding-top:20px;
    
}



.video iframe {
position: center;
top: 0;
left: 0;
display: flex;
flex-direction: row;
justify-content: center;
align-items: center
}



#information {
    background: #201f1e;
    color:#555;
    padding-top:50px;
    padding-bottom:50px;

}

#information h2 {
    text-align:left;
    color: #000!important;
    padding-bottom:10px;
    padding-top:10px;
    padding:


}


#information .btn {
    margin-top:20px;
    margin-bottom:30px;
    background:#73b953!important;
    color:#6e2a24;
    border:none;

}




