
/*===================== COVER STYLES =====================*/ 
#cover-section {
	background: url(../images/cover-bkg.jpg);
	background-position:center center;
	background-repeat: no-repeat;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	background-size:cover;
	-o-background-size:cover;
	height: 100%;
	padding:0;
}
.cover-content-wrapper {
	display: table;
	width: 100%;
	height: 100%;
}
.cover-content {
	display:table-cell;
	vertical-align:middle;
	text-align:center;
	margin:0;
	/*padding:1rem 0 0 0;*/
}


/*-- Small devices Tablets (768px) --*/
@media (max-width: 768px) {
	#cover-section {
	background: url(../images/cover-bkg-sm.jpg);
	background-position:center center;
	background-repeat: no-repeat;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	background-size:cover;
	-o-background-size:cover;
	height: 100%;
	padding:0;
}
}

@media (max-device-width: 768px) and (orientation: landscape) {
	#cover-section {
	background: url(../images/cover-bkg-med.jpg);
	background-position:center center;
	background-repeat: no-repeat;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	background-size:cover;
	-o-background-size:cover;
	height: 100%;
	padding:0;
}
}


/*===================== MEDIA QUERIES =====================*/ 

/*-- Large devices and Desktops (max 1200px) --*/
@media (max-width: 1200px) {
}

@media (min-width: 992px) and (max-width: 1199px) {
}

/*-- Medium devices Desktops (max 992px) --*/
@media (max-width: 992px) {
}

@media (min-width: 768px) and (max-width: 991px) {
}

/*-- Small devices Tablets (768px) --*/
@media (max-width: 768px) {
}

@media (max-width: 767px) {
}

/*-- Extra Small devices Tablets (less than 768px) --*/
@media (max-width: 480px) {
}

@media (max-device-width: 480px) and (orientation: landscape) {
}

/*-- 
iPad Air and iPad Mini - Retina 1-4		P-1536 x 2048	L-2048 x 1536
iPadMini, 1-2 - 768 x 1024 	1024 x 768

iPhone X - Retina HD -	P-1125 x 2436 	L-2436 x 1125
iPhone 6+-8+ - Retina HD					P-1080 x 1920 	L-1920 x 1080 
iPhone 6-8 	Retina 	750 x 1334 	1334 x 750
iPhone 5	Retina 	640 x 1136 	1136 x 640
iPhone 4	Retina 	640 x 960 	960 x 640
  --*/