body{
    padding-bottom: 200px;
}
.btn-primary{
    font-weight: lighter !important;
    background-color: rgb(62, 91, 121);;
    border-color:  rgb(62, 91, 121);;
    margin-top: 15px;
    margin-bottom: 30px;
}
.btn-primary:hover{
    background-color: rgb(80, 116, 153);;
}

.blue-header{
    color: rgb(62, 91, 121);;
}
.thin-text{
    font-family: 'Montserrat';
}
a.active{
    color: rgb(80, 116, 153) !important;
    padding-bottom: 2px;
    border-bottom: 2px solid  rgb(80, 116, 153) ;
    font-weight: bolder;;
    
}
a{
    color: white !important;
   
}
h1{
    color: rgb(62, 91, 121);;
    margin: 60px;
    text-align: center;
}
h2{
    font-family: 'Montserrat';
    font-size: 24px;
    margin: 20px;
    text-align: center;
}
.block{

    font-family: 'Montserrat';
    font-weight: 400;
    max-width: 580px;
    font-size: 18px;
    color: rgb(179, 179, 179);
    text-align: center;
    margin-bottom: 40px;
    padding: 20px;
    
}
.navbar a{
    margin-right: 8px;
    margin-left: 8px;
}
.bg-dark {
background-color: black!important;
}