﻿/***** BEGIN RESET *****/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;	
}

ol, ul {
	list-style: none;
}

table{border-collapse:collapse; width:100%;}
td{vertical-align:top;}

/* Make HTML 5 elements display block-level for consistent styling */  
header, nav, article, footer, address {  
    display: block;  
} 

/*-------- COLORS --------

*/

/***** END RESET *****/
::-moz-selection {
    background: #000; 
    color: #fff;
    text-shadow: none;
}
::selection {
    background: #000;
    color: #fff;
    text-shadow: none;
}


/* Clearfix */
.cf:before,
.cf:after {
    content: " ";
    display: table;
}
.cf:after {
    clear: both;
}
.cf {
    *zoom: 1;
}

/*-------- BODY STYLES --------*/

body {

}

a:link, a:visited, a:active {text-decoration:none;}
a:hover {text-decoration:none;}


hr{border:#000 1px solid;}

/*--- HEADER STYLES ---------------------*/
.header {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
  
}

.icon {
    width: 16px;
}
.top-header {
     background: #003300;
    color: #fff;
    padding: 10px 0px;
    font-size: 16px;
    font-weight: 550;
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
}

.top-header {
    padding-right: 10px;
    
}

.top-header h6 {
    padding-right: 10px;padding-left: 5px;
}

.top-header a {
    color: #fff;
}

.top-header a:hover {
    color: #ffcc00;
}
.head-img {
    margin: 0 auto;
    width: 90%;
     display: inline-block;
    vertical-align: middle;
      border-bottom: 1px solid #ccc;
     
    padding: 15px 0px;

}

.top-content {
    width: 80%;
    margin: 0 auto;
    display: flex;
}
.contact-btn {
    padding: 10px 30px;
    background: #003300;
    color: #fff;
    letter-spacing: 1px;
    border: none;
    font-size:13px;
    border-radius: 5px;
    box-shadow: 3px 3px 5px grey;
    cursor: pointer;
     display: inline-block;
    vertical-align: middle;
    font-weight: 525;
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";

}

.logo1 {
display: inline-block;
vertical-align: middle;
}

.logo1 img {

    max-width: 400px;
}

.logo2 {
display: inline-block;
vertical-align: middle;
   
    padding-right: 15px;
    
}

.logo2 img {
 text-align: right;
max-width: 400px;
}

/*---BODY--------------------------------*/




/*--------FORM STYLES--------------------*/




/*-------- FOOTER STYLES ----------------*/
a.footerlink:link, a.footerlink:visited, a.footerlink:active{text-decoration:underline; font-family:Arial, Helvetica, sans-serif;font-size:13px; color: #ffcc00;}
a.footerlink:hover {text-decoration:none; font-family:Arial, Helvetica, sans-serif;font-size:13px;}

.footertext{font-family:Arial, Helvetica, sans-serif;font-size:13px; color:white;}

.smallfootertext{font-family:Arial, Helvetica, sans-serif;font-size:10px; color:white;}

.divfooter { width: 500px; text-align:center; margin:0 auto; padding: 10px 0px;}

.footer {
    width: 100%;
    margin: 0;
    background: #003300;
}






/*----INVENTORY STYLES - KEEP AT BOTTOM OF CSS----*/


.hs-btn.hs-highlighted {
    
   background-color: #ffcc00 !important;
    color: #000 !important;
   
}

.hs-btn.hs-highlighted:hover {
  background-color: #003300 !important;
    color: white !important;
}




/*---------- RESPONSIVE STYLES ----------*/
@media only screen and (max-width: 1400px) {
    .logo1 img {
        width: 70%;
    }
    .logo2 img {
        width: 70%;
    }
    
    .logo2 {
        padding-right: 0px;
    }
    .head-img {
        width: 100%;
    }
}
@media only screen and (max-width: 1151px) {
    }
@media only screen and (max-width: 980px) {
    .logo {
        width: 65%;
    }
}



@media only screen and (max-width: 757px) {
 
   
}


@media screen and (max-width: 759px)  {


}

@media screen and (max-width: 500px) {
}


