a:hover {
    text-decoration: none;
}

a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}


/*::-webkit-scrollbar {
    width: 12px;
}
 
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(255,255,255,0.6); 
}
 
::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 6px rgba(255,255,255,0.6); 
}*/

@font-face {
    font-family: elite;
    src: url('Quaaludes-Regular.ttf');
}

body {
    background-position: center;
    background-size: cover;
    margin: 0;
    font-family: 'Raleway', sans-serif;
    font-size: 13px;
    font-weight: 500;
}

fieldset {
    max-width: 1100px;
    width: 100%;
}

.heading {
    width: 1100px;
    text-align: center;
    /*background-color:rgb(51,51,51);
	color:rgb(245,188,60);*/
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    border-radius: 25px;
}

.headerBar {
    background-color: rgb(42, 52, 58);
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: left;
    color: white;
    padding-left: 15px;
    position: fixed;
    top: 0px;
    z-index: 2;
}

.headerBarDiv {
    width: 100%;
    z-index: 3;
}

.header {
    background-color: rgb(12, 77, 113);
    width: 100%;
    height: 110px;
    text-align: center;
    position: fixed;
    top: 40px;
    z-index: 2;
}

.headerTable {
    position: relative;
    left: 0px;
    right: 0px;
    margin-left: auto;
    margin-right: auto;
    max-width: 1100px;
    min-width: 580px;
    width: 100%;
    text-align: left;
    border-collapse: collapse;
    position: fixed;
    top: 30px;
    z-index: 2;
    height: 120px;
    max-height: 120px;
}

.logo {
    max-height: 100px !important;
    max-width: 100px !important;
    width: 100px;
    height: 100px;
}

.menuButton {
    width: 145px;
    height: 35px;
    border: none;
    background-color: rgb(12, 77, 113);
    color: white;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
}

.menuButtonSelected {
    width: 135px;
    height: 35px;
    border: none;
    background-color: rgb(51, 51, 51);
    color: white;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
}

.menuButton:hover {
    background-color: rgb(51, 51, 51);
}

.content {
    background-color: white;
    ;
    width: 100%;
    text-align: center;
    z-index: 1;
    position: absolute;
    top: 150px;
}

.contentDiv {
    position: relative;
    left: 0px;
    right: 0px;
    margin-left: auto;
    margin-right: auto;
    max-width: 1100px;
    min-width: 580px;
    min-height: 150px;
    text-align: center;
}

.contentDivAlternative {
    background-color: rgb(42, 52, 58);
    width: 100%;
    color: white;
}

.contentDivAlternativeDiv {
    max-width: 1100px;
    min-width: 580px;
    color: white;
    position: relative;
    left: 0px;
    right: 0px;
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
}

.contentButton {
    width: 180px;
    height: 35px;
    border: 1px solid white;
    background-color: rgb(12, 77, 113);
    color: white;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
}

.contentButton:hover {
    background-color: rgb(51, 51, 51);
    color: white;
}

input[type='submit'] {
    background-color: rgb(12, 77, 113);
    color: white;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    border-radius: 25px;
}

.slideshow {}

.slideImage {
    height: 400px;
}

.slideDiv {
    padding-left: 5px;
    background-color: rgb(42, 52, 58);
}

.footerBar {
    background-color: rgb(42, 52, 58);
    width: 100%;
    height: 130px;
    text-align: center;
    position: fixed;
    bottom: 30px;
    z-index: 2;
	padding:10px;
}

.footerBarDiv {
    position: relative;
    left: 0px;
    right: 0px;
    top: 0px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    z-index: 2;
}

.footer {
    background-color: rgb(12, 77, 113);
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-align: center;
    position: fixed;
    bottom: 0px;
    z-index: 2;
}

.footerDiv {
    position: relative;
    left: 0px;
    right: 0px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    text-align: center;
    position: fixed;
    bottom: 0px;
    z-index: 2;
    color: white;
    font-size: 10px;
}

h1 {
    color: rgb(12, 77, 113);
}

.name {
    width: 300px;
    display: inline-block;
    text-align: left;
    margin-left: 120px;
    margin-top: -10px;
    padding-left: 20px;
}

.name h1 {
    font-size: 28px;
    color: white;
    font-family: elite;
    font-weight: 500;
}

.nav-bar {
    height: 80px;
}

.brand {
    position: absolute;
    float: left;
    line-height: 90px;
    text-transform: uppercase;
    font-size: 1.4em;
}

.brand a img {
    max-height: 90px;
}

.brand a,
.brand a:visited {
    color: #ffffff;
    text-decoration: none;
}

.nav-container {
    max-width: 1000px;
    margin: 0 auto;
    margin-top: 5px;
}

nav {
    float: right;
    margin-top: 15px;
}

nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

nav ul li {
    float: left;
    position: relative;
    font-size: 14px;
    margin-left: 15px;
    margin-bottom: 20px !important;
    height: 35px;
    border: none;
    color: rgb(51, 51, 51);
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
}

nav ul li a,
nav ul li a:visited {
    display: block;
    padding: 0 20px;
    line-height: 35px;
    color: white;
    text-decoration: none;
    background-color: rgb(12, 77, 113);
    width: 130px;
    height: 35px;
    border: none;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    margin-top: 20px;
}

nav ul li a:hover,
nav ul li a:visited:hover {
    background: rgb(51, 51, 51);
    color: white;
}

nav ul li a:not(:only-child):after,
nav ul li a:visited:not(:only-child):after {
    padding-left: 4px;
    content: ' ▾';
}

nav ul li ul li {
    min-width: 190px;
}

nav ul li ul li a {
    padding: 15px;
    line-height: 20px;
}

.nav-dropdown {
    position: absolute;
    display: none;
    z-index: 1;
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
}

.nav-mobile {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    height: 70px;
    width: 70px;
    margin-top: 20px;
}

@media only screen and (max-width: 850px) {
    .nav-mobile {
        display: block;
    }
    nav {
        width: 100%;
        padding: 70px 0 15px;
    }
    nav ul {
        display: none;
    }
    nav ul li {
        float: none;
    }
    nav ul li a {
        padding: 10px;
        line-height: 15px;
        margin-top: 5px;
    }
    nav ul li ul li a {
        padding-left: 30%;
    }
    .nav-dropdown {
        position: static;
    }
    .brand a img {
        max-height: 60px;
        margin-top: 5px;
    }
    .logo {
        max-width: 80px;
        max-height: 80px;
        width: 80px;
        height: 80px;
    }
    .name {
        margin-left: 70px;
    }
    .nav-list {
        margin-top: -50px !important;
    }
}

@media screen and (min-width: 850px) {
    .nav-list {
        display: block !important;
    }
}

#nav-toggle {
    position: absolute;
    left: 18px;
    top: 22px;
    cursor: pointer;
    padding: 10px 35px 16px 0px;
}

#nav-toggle span,
#nav-toggle span:before,
#nav-toggle span:after {
    cursor: pointer;
    border-radius: 1px;
    height: 5px;
    width: 35px;
    background: #ffffff;
    position: absolute;
    display: block;
    content: '';
    transition: all 300ms ease-in-out;
}

#nav-toggle span:before {
    top: -10px;
}

#nav-toggle span:after {
    bottom: -10px;
}

#nav-toggle.active span {
    background-color: transparent;
}

#nav-toggle.active span:before,
#nav-toggle.active span:after {
    top: 0;
}

#nav-toggle.active span:before {
    transform: rotate(45deg);
}

#nav-toggle.active span:after {
    transform: rotate(-45deg);
}

article {
    max-width: 1000px;
    margin: 0 auto;
    padding: 10px;
}

.active_menu {
    background-color: rgb(51, 51, 51) !important;
    color: white !important;
}

.main-slide {
    font-family: 'Raleway', sans-serif;
    padding: 30px;
    height: -webkit-calc(100% - 310px);
    height: calc(100% - 260px);
    height: -moz-calc(100% - 260px);
    overflow: hidden;
    background-image: url('../images/AdobeStock_90441119_2.jpg');
    background-position: center;
    background-size: cover;
}

.main-container {
    height: 100%;
}

.main-row {
    height: calc(100% - 50px);
}

.main-block {
    z-index: 4;
    background-color: rgba(0, 0, 0, 0.50);
    text-align: center;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding-top: 18%;
}

#introTextHome {
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

#introText {
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: inline-block;
}

.main-block-child {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.main-block-child .large {
    font-size: 40px;
    color: white;
    color: white;
    font-weight: 500;
}

.main-block-child .small {
    font-size: 20px;
    color: white;
    color: white;
}

.first_container {
    margin-top: 150px;
}

.container {
    font-family: 'Raleway', sans-serif;
    text-align: center;
}

.alternative {
    padding-top: 100px;
    padding-bottom: 140px;
    background-image: url('../images/truck2dark.jpg');
    background-position: center;
    background-size: cover;
    color: white
}

.alternative h1 {
    color: white
}

.alternative table {
    width: 100% !important;
}

.last_container {
    margin-bottom: 150px;
}

.center {
    width: 100%;
    text-align: center;
}

.separator {
    width: 100%;
    margin-top: 50px;
    margin-bottom: 50px;
}

.small_heading {
    font-size: 20px;
}

.alternative table {
    border-collapse: collapse;
    border: white;
    border: 3px solid white;
    color: white
}

.table_small_block {
    text-align: left;
    padding: 20px;
    width: 100%;
}

.table_large_block {
    text-align: center;
    width: 200px;
    padding: 20px;
}

.contact_info {
    text-align: left;
}

.label_header {
    font-size: 14px;
    font-weight: 500;
    color: black;
    text-decoration: underline;
}

.contact_info a {
    color: black !important;
}

.gmap {
    border: 0;
    max-width: 1100px;
    width: 100%;
}

input[type='text'] {
    width: 100%;
    height: 30px;
    border: 0px;
    background-color: rgb(242, 242, 242)
}

#emailForm {
    text-align: left;
}

#emailForm h2 {
    font-size: 18px;
    font-weight: 500;
}

#emailForm i {
    font-size: 16px;
    color: red;
}

#emailForm textarea {
    border: 0px;
    background-color: rgb(242, 242, 242);
    min-width: 300px;
    max-width: 300px;
    min-height: 180px;
    max-height: 180px;
}

input[type='submit'] {
    width: 300px;
    height: 25px;
    font-family: 'Oswald', sans-serif;
}

.gform {
    margin-top: 15px;
}

.required_label {
    font-size: 12px !important;
    color: black !important;
    padding-left: 0px;
}

/* Existing styles above */

@media only screen and (max-width: 768px) {
    .footerBar {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        height: auto;
        max-height: 50%; /* You can adjust this value */
        overflow-y: auto; /* Makes the footer scrollable if the content exceeds the max-height */
        z-index: 2;
        background-color: rgb(42, 52, 58);
        padding: 10px;
        box-sizing: border-box;
    }

    .content {
        padding-bottom: 150px; /* To ensure content above the footer is not covered */
    }

    .footer {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        height: 30px;
        line-height: 30px;
        text-align: center;
        z-index: 3;
        background-color: rgb(12, 77, 113);
    }

    .footerDiv {
        position: fixed;
        bottom: 0;
        width: 100%;
        text-align: center;
        color: white;
        font-size: 10px;
        z-index: 4;
    }
	
	#stamp{
		display:none;
		padding-bottom:10px;
	}
}
