@media only screen and (max-width: 1100px) {
	
	body {
		margin-top: 400px;
	}

#video-container {
	display: block;

}

.YA-stuffing {
	display: none;
}

#header_scrolling {
	top: calc(100% - 150px) !important;
}

	.YA-section {
		
	}
	.YA-block {
		display: block;
		float: left;
		
	}

	.half, .onethird, .twothirds, .threequarters, .quarter {
		width: 100% !important;
	}		
	 

	.header {
		display: block;
		position: relative;
		/* background-color: grey; */
		height: auto;
		
	}

	#headerBar {
		
		margin-bottom: 0px;
		top: calc(100% - 150px) !important;
		height: 140px !important;
	}

	.header a {
		display: block;
		color: white;
		font-size: 1.2em;
		padding: 8pt;

	}
	
	h1 {
		line-height: normal;
	}
	
	.header #bigLogo {
		display: none;
	}
	
	.header #littleLogo {
		
		display: inline-block !important;
		position: absolute;
		left: 10px;
		top: 20px;
		width: 80px;
	}
	
		
	.dropdown {
		top: 170px !important;
		background-color: blue;
		color: red;
		
	}
	
	#homeLink {
		display: none;
	}
	
	#leftLinks, #rightLinks {
		display: block;
		width: calc(50% - 30px);
		position: absolute;
		top: 10px;
	}
	
	#leftLinks {
		left: 80px;
	}
	
	#rightLinks {
		right: 0px;
	}

	
	#headerBar {
		height: 150px !important;
		min-height: 150px !important;
		overflow: hidden;
	}
	
	
	
	.dropdown_inside img {
		display: none;
	}
	
	.tableForm .col_1 {
		text-align: left !important;
		display: block !important;
		width: 100% !important;
		padding-top: 20px !important;
		font-size: 0.8em;
		
	}
	
	.tableForm .col_2 {
		
		display: block !important;
		width: 100% !important;
	}
	
	.tableForm .col_2 input {
	 width: 100% !important;	
	}
	
	input[type=submit] {
		color: black;
	}
	


}