body {
    margin: 0;
    min-height: 100vh;
    background-repeat: no-repeat;
    background: linear-gradient(to bottom, rgba(45, 0, 36, 1), rgba(0, 0, 0, 1));
    background-size: cover;
}
.bg-black{
    background-color: #000 !important;
}
.logo-height{
    max-height: 150px;
}
.caption{
    font-weight: bold;
    font-size:24px;
    color:rgb(220,220,220);
    padding-bottom: 20px;
    padding-top: 20px;
}
.sub-caption{
    font-weight: bold;
    font-size:20px;
    color:rgb(220,220,220);
    padding-bottom: 10px;
    padding-top: 10px;
}
.content{
    font-weight: normal;
    font-size:16px;
    color:rgb(220,220,220);
}
.lin,.lin:hover,.lin:active,.lin:visited{
    color: rgb(81,177,214);
    text-decoration: none;
}
.lin:hover{
    text-decoration: underline;
}
.light-green,light-green:hover,light-green:active,light-green:visited{
    color:rgb(57,191,151);
    text-decoration: none;
}
.light-green:hover{
    text-decoration: underline;
}
.p-top-30{
    padding-top: 30px;
}
.p-bottom-30{
    padding-bottom: 30px;
}
.blue-border{
    border-color: rgb(67,161,205)
}
.corlin,.corlin:hover,.corlin:active,.corlin:visited{
    color: rgb(67,161,205);
    text-decoration: none;
}
.corlin:hover{
    text-decoration: underline;
}
.bg-field{
    background-color: #505050;
    color:#51b1d6;
    border-color: #5F5F5F;
}
.bg-field:active{
    background-color: #505050;
    color:#51b1d6;
    border-color: #5F5F5F;
}
.bg-field:focus{
    background-color: #505050;
    color:#51b1d6;
    border-color: #5F5F5F;
}