* {
    margin: 0;
    padding: 0;
}

.navbar-nav {

}

.navbar-nav li a {
    font-family: 'Oswald', sans-serif;
    font-size: 20px;
}

.navbar-nav li a{
    padding-right: 20px;
}

.jumbotron {
    background-image: url(/pictures/bg-5.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin-bottom: 0px;
    border-radius: 0;
    padding: 0;
    background-blend-mode: overlay;
    background-color: #c1c1c1b8;
    height: 100%;
}

#lengthSubmit{
    padding: .375rem .75rem 0 .75rem;
}

.telephone {
    padding-top: 20px;
    padding-bottom: 20px;
    width: 100%;
    background-color: rgba(255,255,255,0.5);
    text-align: center;
    margin-bottom: 20px;
}

.jumbotron .telephone p {
    font-size: 17px;
    line-height: 17px;
    margin:0;
    font-weight: bolder;
}

.jumbotron p.j-title {
    font-family: 'Oswald', sans-serif;
    font-size: 4em;
}

.form-control {
    margin-bottom: 10px;
}

.j-search {
    float: right;
}

.btn-search {
    width: 60px;
    background-color: #fff;
    border: #555 1px solid;
    border-radius: 4px;
    outline: none;
}

@media screen and (max-width: 767px) {
    .navbar-nav{
        float: none;
    }
}

.jumbotron .col-md-6 {
    padding-left: 0;
}

.btn-outline-primary {
    border: solid 1px #2D6A7D;
    text-transform: uppercase;
    color: #2d6a7d;
}

.btn-outline-secondary {
    padding: 0;
    color: white;
    width: 100%;
    height: 100%;
    text-transform: uppercase;
    font-size: 17px;
}

.btn-outline-secondary:hover {
    color: gainsboro;
}

.btn-outline-secondary:active {
    color: gainsboro;
}

.item-vertical-center{
    display: flex;
    align-items: center;
}

.table-for-psy{
    font-size: 20px;
    margin-top: 30px;
    border: 1px solid #2D6A7D;
    box-shadow: 2px 3px 3px lightgrey;
}