/* 

1. Add your custom Css styles below
2. Place the this code in your template: 

 <link href="css/custom.css" rel="stylesheet">

*/

.inspiro-slider .slide .slide-captions h2 {
    font-size: 50px;
    font-weight: 500;
    line-height: 58px;
    margin-bottom: 25px;
    color: #fff;
}

th {
    font-size: 18px;
    font-weidth: bold;
}

th:not(:first-child) {
    text-align: center; 
}

td:not(:first-child) {
    text-align: center; 
}

.bg-overlay {
    background: rgba(0, 0, 0, 0.69);
    opacity: .55;
}
        
#logo img {
    min-width: 120px;
    width: 170px;
}

#loginBar {
    display: none;
    width: 100%;
    text-align: center;
    line-height: 20px;
}

.header-extras li {
       margin-right: 3px;
}


@media only screen and (max-width: 1400px) {

}

@media only screen and (max-width: 767px) {
    .header-extras {
        display: none !important;
    }
    
    #loginBar {
        display: inline-block;
    }
    
}

@media only screen and (max-width: 440px) {
    .header-extras{
        margin-left: 0px !important;
    }

    .header-inner .container {
        padding: 0px 15px !important; 
    }
}

@media only screen and (max-width: 390px) {
    .inspiro-slider .slide .slide-captions h2 {
        font-size: 40px;
    }
    
    .header-extras .btn-primary {
        font-size: 8px !important;
        padding: 0px 5px !important; 
    }
}