.mainbackground
{
    background:#1b365e; 
    color:white; 
}

/*
.slider-txt-con {
    width: 1320px;
    height: 413px; test
}*/

.red-border {
    border: red solid 2px;
}

.frontpagebanner {
    max-height: 413px;
}

.carousel-caption {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    left: 0;
    top: 0;

}

.carousel-caption h5 {
    background-color: rgba(0, 0, 0, 0.55);
}

.primary {
    color: #007ec6;
}

.bck-primary {
    background-color: #007ec6;
}

a.btn:hover {
    background-color: #ff4e00 !important;
    border-color: #ff4e00 !important;
    color: #fff !important;
}

.f-small {
    font-size: small;
} 

.f-large {
    font-size: large;
}

.tt-col {
    background-color: rgba(255, 255, 255, 0.705);
}

@media screen and (min-width: 605px) {
/*    #headertag1 {
        padding-top: 11em !important;
    }

    #headertag2, #headertag3 {
        padding-top: 5rem;
    }*/
}

@media screen and (min-width: 768px) {
    .carousel-caption {
        padding-top: 5rem;
        margin-top: 0 !important;
    }
}

@media screen and (min-width: 1200px) {
    .carousel-caption {
        padding-top: 10rem;
    }
}
