@media only screen and (max-width: 1100px) {
	
	
	body {
		/* margin-top: -170px !important; */
	}

	.nomobile {
		display: none;
	}

#video-container {
	display: block;

}

.YA-stuffing {
	display: none;
}

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

#header_static {
	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 {
		height: 180px !important;
		min-height: 180px !important;
		margin-bottom: 0px;
		position: fixed !important;
		top: unset !important;
		bottom: 0px !important;
		left: 0px !important;
		width: 100%;
	}

	.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 {
		bottom: 150px !important;
		top: 200px !important;
		z-index: 100000 !important;
		opacity: 1 !important;
		border-top: solid 3px #5f6d6c;
	}
	
	
	#homeLink {
		display: none;
	}
	
	#leftLinks, #s {
		display: block;
	}
	
	#leftLinks {
		top: 10px !important;
		left: 80px;
		width: 40%;
		float: left;
		position: absolute !important;
		line-height: 24px !important;
	}
	
	#rightLinks {
		top: 10px !important;
		float: right !important;
		width: 40%;
		position: absolute !important;
		line-height: 24px !important;
	}
	
	#link_galleries_arrow, #link_practice_arrow {
		display: none;
	}
	

	
	
	.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, textarea {
		max-width: 300px !important;
	}
	
	input[type=submit] {
		color: black;
	}
	
	.flipbook_buttons {
		font-size: 30pt; 
		padding: 20pt;
	}
	
	.footer {
		background-color: color(display-p3 0.259 0.283 0.281) !important;
	}
	
	#footer_col_1 {
		font-size: 1.2em;
	}
	
	#footer_col_2 {
		margin-bottom: 200px;
	}
	
	#footer_col_1 img {
	  display: none;	
	}
	
	#footer_col_3, #footer_col_4 {
		display: none;
	}
	
	.footergallery {
		display: none;
	}
	
	.footer h3 {
		display: none;
	}
	
	.logo-parade {
		max-width: 400px;
		margin-left: auto;
		margin-right: auto;
	}

}