@import url('https://fonts.googleapis.com/css?family=Bebas+Neue%7CSource+Sans+Pro%3A400%2C600%7CQuicksand%3A400%2C500%2C600&display=swap&ver=5.7.2');

@media only screen and (max-width : 1200px) {
    #tsrv-menus .tsrv-inner{
        padding-top: 15px !important;
        padding-bottom:15px;
    }

    .navbar-toggler{
        margin-top:5px;
        margin-bottom:5px;
    }
    
    #tsrv-main-menu-1 {
        display: flex;
        flex: 0 0 auto; 
    }   
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

#main-navbar a{
    display: inline-flex;
    align-items: center;
    color: #fff !important;
    font-weight: 400;
    font-size: 40px;
    font-family: 'Bebas Neue', Georgia, 'Times New Roman', serif;
    height: auto;
    line-height: 1;
    padding-left:17px !important;
    padding-right:17px !important;
    border-bottom: 4px solid transparent;
}

#main-navbar a:hover{
    border-bottom: 4px solid #fff;
}

#main-navbar.fixed-top{
    position: absolute !important;
    background-color: rgba(12, 97, 51, 0.8) !important;
    padding-top:20px !important;
    padding-bottom:20px !important;
}

#tsrv-main-menu{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    float: none;
    background: rgba(5, 104, 57, 0.9) !important;
    z-index: 9999;
    height: auto;
    line-height: 1;
}

#tsrv-div-main-menu{
    position: relative;
}

#tsrv-main-menu{
    background-color: #07623c !important;
}

#tsrv-main-banner, #tsrv-main-banner-1 img{
    max-width:100%;
    width:100%;
}

#tsrv-main-banner-1 p{
    margin-bottom:0rem;
}

#tsrv-main-banner-3, #tsrv-main-banner-4{
    display:none;
}

.navbar-nav.ms-auto.nav-right-content{
    justify-content: center;
}

#tsrv-minicart{
    background-color: #fff !important;
    color:#07623c !important;
    border-color: #07623c;
    position: relative;
}

.navbar-nav.ms-auto.nav-right-content{
    margin-top:-11px;
}

.btn{
    background-color: #032013 !important;
    color: #fff !important;
}

.tsrv-btn{
    background-color: #032013 !important;
    color: #fff !important;
} 

.go-back{
    border-color: #000 !important;
}

#tsrv-div-main-footer{
    background-color: #032013 !important;
}

#tsrv-main-footer a{
    color: #fff;
    font-family: Arial;
    font-size:14px;
}

#tsrv-main-footer a:hover{
    border-bottom: 1px solid;
}

#tsrv-main-footer-1 h3{
    display:none;
}

.navbar-toggler{
    border-color: #fff !important;
    background-color: #055e34;
}

#tsrv-widgets {
  margin-top: 9px !important;
  z-index: 1040;
  position: absolute;
  margin-top: 52px !important;
  margin-right: 35px !important;
	height: 0px;
}

#tsrv-main-banner-2 img {
	max-width: 150px;
    text-align: left;
    float: left;
}

#tsrv-main-banner-2 {
	float: left;
    position: absolute;
    top: 0px;
    z-index: 1111;
}

#tsrv-main-banner-1 {
	z-index: 11;
}

#main-navbar {
	padding-left: 10% !important;
}

@media only screen and (max-width : 635px) {
    button.navbar-toggler {
    	margin-left: 15%;
	}
}

@media only screen and (max-width : 1200px) {
    button.navbar-toggler {
    	margin-left: 30%;
	}
}