* {
    box-sizing: border-box;
    font-family: 'Montserrat', Arial, sans-serif;
}

html, body {
    overflow-x:hidden;
}

body {
    margin:0;
    max-width:1600px;
    margin:auto;
}

img {
    max-width: 100% !important;
}

#toggleNav {
    display:none;
}

/*#nav {
    display: flex;
    justify-content: space-between;
    width:95%;
    margin:0 2.5%;
}

#nav a {
    text-decoration:none;
    color:white;
    padding: 1% 1%;
    font-size: 18px;
    text-transform:uppercase;
}*/

a:hover, a:hover strong {
    text-decoration:underline !important;
    text-decoration-color:white;
}

#nav{
	width: 100%;
	z-index:10;
	position:relative;
	float:left;
	font-size:16px;
	margin-bottom:15px;
}

#nav > a{
	display: none;
}

#nav li{
	position: relative;
	list-style-position:inside;
	list-style-type:none;
}
#nav li a{
	color: #fff;
	display: block;
	text-decoration:none;
}

/* first level */

#nav > ul{
	text-align:center;
	padding-left:0px !important;
	margin-left:0px !important;
}
#nav > ul > li{
	margin:0px 15px;
	padding:4px 8px;
	height: 100%;
	display:inline-block;
}
#nav > ul > li > a{
	height: 100%;
	text-align: center;
}
#nav > ul > li:not( :last-child ) > a{
	
}

#nav > ul > li:hover > a,
#nav > ul:not( :hover ) > li.active > a{
	
}

	/* second level */

#nav li ul{
	background-color:#ccc;
	display: none;
	position: absolute;
	top: 100%;
	margin-left:0 !important;
	padding-left:0 !important;
	
	text-align:left;
	border-bottom-left-radius:10px;
	border-bottom-right-radius:10px;
}
#nav li:hover ul{
	display: block;
	left: 0;
	right: 0;
}
#nav li:not( :first-child ):hover ul{
	left: -1px;
}
#nav li ul a{
	color:#000;
	padding: 0.75em; /* 15 (20) */
}
#nav li ul li a:hover,
#nav li ul:not( :hover ) li.active a
{
}


.container {
    width: 100%;
    max-width:1920px;
    margin: 0 0;

}

header {
    width:100%;
    height:35vw;
    background-color:#779153;
    background-image: url("../images/header.png");
    background-size:cover;
    background-position:center;
    color:white;
    text-align:center;
}

.contact-header {
    background-image: url("../images/header-2.png") !important;
}

.color-box {
    background-color: rgba(0, 102, 102, 0.8);
    margin: 0 30%;
    height: 50%;
}

.box-row {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    margin: 2.5% 2.5%;
}

.box1 {
    background-image: url("../images/staff.jpg");
    background-size:cover;
    background-position:center;
    width: 70%;
    height: 100%;
    margin: 0 10%;
    font-size: 40px;
    text-align:center;
    padding:10% 5%;
    color:white;
}

.box2 {
    background-image: url("../images/horses.jpg");
    background-size:cover;
    background-position:center;
    width: 70%;
    height: 100%;
    margin: 0 10%;
    font-size: 40px;
    text-align:center;
    padding:10% 5%;
    color:white;
}

.box3 {
    background-image: url("../images/blackhawk.jpg");
    background-size:cover;
    background-position:center;
    width: 70%;
    height: 100%;
    margin: 0 10%;
    font-size: 40px;
    text-align:center;
    padding:10% 5%;
    color:white;
}

.box-row a {
    text-decoration:none;
}

p {
    font-size: 18px;
    margin: 2% 3%;
}

h2 {
    text-align: center;
    margin-top: 0%;
    font-size:40px;
    text-transform:uppercase;
    padding:5%;
    margin-bottom:0.5rem;
}

h1 {
    padding: 1%;
    text-align: center;
    font-size:64px;
    margin: 2% 0% -1% 0%;
}

footer {
    background-color:#779153;
    color:white;
}

.content-left h2 {
    text-align: left;
}

.content-right p {
    text-align: right;
}

.checkerboard div div {
    width:45%;
    height:100%;
    color:white;
    display:flex;
    align-content:center;
    flex-direction:column;
    justify-content:center;
}

/*.checkerboard > div:nth-child(odd) div {*/
    
/*}*/

.checkerboard > div:nth-child(even) div {
    margin-left:auto;
}

.button {
    background:black;
    border-radius:50px;
    color:white;
    text-decoration:none;
    padding:2.5% 10%;
    width:67%;
    text-transform:uppercase;
    margin:0 auto;
    text-align:center;
}

.main-banner1 {
    background-image: url("../images/welding.jpg");
    background-size: cover;
    color:white;
    width: 100%;
    height: 720px;
}

.main-banner2 {
    background-image: url("../images/Aledo.jpg");
    background-size: cover;
    color:white;
    width: 100%;
    height: 720px;
}

.main-banner3 {
    background-image: url("../images/Kewanee.jpg");
    background-size: cover;
    color:white;
    width: 100%;
    height: 720px;
}

footer {
    padding: 0 3%;
}

.footer-nav {
    justify-content:space-between;
    width:100% !important;
    margin:0;
}

.footer-nav a {
    text-transform:uppercase;
    font-size:16px;
    width:unset;
    font-weight:bold;
}

footer h3 {
    font-size:35px;
}

.copyright {
    font-size:18px;
    color:white;
    text-decoration:none;
}

.grid-container {
    display: grid;
}

.responsiveCal {
    position:relative;
    padding-bottom:75%;
    height:0;
    overflow:hidden;
}
 
.responsiveCal iframe {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}

.grid-item {
    display:grid;
    grid-template-columns: 45% 10% 45%;
    align-items: center;
}



@media only screen and (min-width:1600px) {
    header {
        height:575px;
    }
    
    p, a {
        font-size:25px !important;
    }
}

@media only screen and (max-width:1000px) {
    #toggleNav {
        display:block;
        background:white;
        border-radius:15px;
        padding:2% 2% 1%;
        position:fixed;
        right:5%;
        top:2%;
    }
    
    header #nav {
        display:none;
        position:fixed;
        background:#337375;
        border-radius:0 0 50px 50px;
        align-items:center;
        justify-content:center;
        text-transform:inherit;
        flex-direction:column;
        width:400px;
        left:calc((100vw - 435px) / 2);
    }
    
    /*#nav a {
        font-size:25px !important;
    }*/
    
    #nav > ul > li{
		width: 100%;
		float: none;
		margin:0px !important;
	}
    
    .box-row {
        grid-template-columns:1fr;
        grid-gap:5%;
        padding-bottom:10%;
        margin:2.5% auto;
    }
    
    .box1, .box2, .box3 {
        width:unset;
    }
    
    .main-banner1, .main-banner2, .main-banner3 {
        height:50vw;
    }
    
    .footer-nav {
        flex-direction:column;
        align-items:center;
    }
    
    .grid-item {
	    display:grid;
	    grid-template-columns:1fr;
	}
	
	.content-right p {
	    text-align: center;
	}
	
	footer h3 {
	    text-align: center;
	}
	
	footer {
	    padding: 0% 7%;
	}

}

@media only screen and (max-width:900px) {
    	/* -------------------- Start Navigation -------------------- */
	/*#nav{
        position: relative;
    }*/
	#nav > a{
	}
	
	#nav:not( :target ) > a:first-of-type,
	#nav:target > a:last-of-type{
		display: block;
		width:100%;
		text-align:center;
		color:#fff;
		font-size:20px;
		padding:5px 0px;
	}
	
	#nav a{
		font-size:18px;	
	}
 
    /* first level */
 
    /*#nav > ul{
        height: auto;
        display: none;
        position: absolute;
        left: 0;
        right: 0;
		background-color:#000;
		margin-top:8px !important;
		padding-bottom:10px;
    }*/
	#nav:target > ul{
		display: block;
	}


    /* second level */
 
    #nav li ul{
        position: static;
		width:98%;
		margin:0 !important;
		text-align:center;
		padding:0 !important;
    }
	#nav li ul a{
		padding:0.5em 0;
		margin:0.25em 0;
	}
	/*End Navigation*/
	
	
}

@media only screen and (max-width:600px) {
    h1, footer h3 {
        font-size:8vw;
    }
    
    h2, .box1, .box2, .box3 {
        font-size:6vw;
    }
    
    h3 {
        font-size:4vw;
        text-align:left;
    }
    
    p, a {
        font-size:3vw;
    }
    
    #toggleNav {
        width:10%;
    }
    
    header #nav {
        width:65%;
        left:15%;
    }
    
    /*#nav a {
        font-size:4vw !important;
    }*/
    
    .grid-container {
        grid-template-columns:1fr;
        text-align:center;
    }
    
    .content-right p {
        font-size:4vw;
    }
}