.singleSkipper,.singleCourse{
	height: 320px;
}



/*==========  Non-Mobile First Method  ==========*/

@media only screen and (min-width : 1201px) {
	#Navigator{position: fixed;height: 80px;}
	#SearchButton{position:fixed; top:20px;}
	.singleSkipper,.singleCourse{
		color: white;
		margin-top: -350px;
	}
	.gallery-top-courses {
	    height: 780px !important;
	    margin-top: 80px;
	    width: 100%;
	}

	.singleSkipper .entry-title,
	.singleCourse .entry-title{
		border: none;
		font-size: 80px;
		line-height: 60px;
		text-align: left;
	}
/* 	.TJVDiapoContent, .TJVDiapoContent img{height: 560px;} */
}
/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {
	#Navigator{position: fixed;height: 80px;}
	#SearchButton{position:fixed; top:20px;}
	.gallery-top-courses {
	    height: 780px !important;
	    margin-top: 80px;
	    width: 100%;
	}
	.singleSkipper,.singleCourse{
		color: white;
		margin-top: -350px;
		text-align: left;
	}
	.singleSkipper .entry-title,
	.singleCourse .entry-title{
		border: none;
		font-size: 80px;
		line-height: 60px;
	}
/* 	.TJVDiapoContent, .TJVDiapoContent img{height: 560px;} */
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
	#Navigator{position: absolute; height: 80px;}
	#SearchButton{position:absolute; top:0px;}
	.gallery-top-courses {
	    height: 680px !important;
	    margin-top: 80px;
	    width: 100%;
	}
	.noteNumber, .note{
		display: none;
	}
	.singleSkipper,.singleCourse{
		color: white;
		margin-top: -450px;
		margin-bottom: 150px;
		text-align: center;
	}
	.singleSkipper .entry-title,
	.singleCourse .entry-title{
		border: none;
		font-size: 40px;
		line-height: 50px;
	}
/* 	.TJVDiapoContent, .TJVDiapoContent img{height: 480px;} */
}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
	.mainCourseTitle{font-size: 20px;line-height: 35px;}
	.gallery-top-courses {
	    height: 380px !important;
	    margin-top: 80px;
	    width: 100%;
	}
	#Navigator{position: absolute; height: 80px;}
	#SearchButton{position:absolute; top:0px;}
	
	.noteNumber, .note{
		display: none;
	}
	.singleSkipper,.singleCourse{
		color: white;
		margin-top: -450px;
		text-align: center;
	}
	.singleCourse .entry-title{
		border: none;
		font-size: 40px;
		line-height: 40px;
	}
/* 	.TJVDiapoContent, .TJVDiapoContent img{height: 480px;} */
	
}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {
	.mainCourseTitle{font-size: 20px;line-height: 35px;}
	.gallery-top-courses {
	    height: 380px !important;
	    margin-top: 80px;
	    width: 100%;
	}
	#Navigator{position: absolute; height: 80px;}
	#SearchButton{position:absolute; top:0px;}
	
	.noteNumber, .note{
		display: none;
	}
	.singleSkipper,.singleCourse{
		color: white;
		margin-top: -450px;
		text-align: center;
	}
	.singleCourse .entry-title{
		border: none;
		font-size: 40px;
		line-height: 40px;
	}
/* 	.TJVDiapoContent, .TJVDiapoContent img{height: 480px;} */
	
}

/* Custom, iPhone Retina */ 
@media only screen and (max-width : 320px) {
	.mainCourseTitle{font-size: 20px;line-height: 45px;width: 80%;
	left: 10px;}
	.gallery-top-courses {
	    height: 380px !important;
	    margin-top: 80px;
	    width: 100%;
	}
	#Navigator{position: absolute; height: 80px;}
	#SearchButton{position:absolute; top:00px;}
    .noteNumber, .note{
		display: none;
	}
	.singleSkipper,.singleCourse{
		color: white;
		margin-top: -450px;
		text-align: center;
	}
	.singleCourse .entry-title{
		border: none;
		font-size: 40px;
		line-height: 40px;
	}
/* 	.TJVDiapoContent, .TJVDiapoContent img{height: 280px;} */
}