
body {
	margin: 0px;
	-webkit-text-size-adjust: 100%;
	background-color: #0b2385;
}

img {
    border: 0;
    padding: 0px;
    margin: 0px;
    outline: none;
    display: block;
}

img, a, span {
    vertical-align: baseline;
}

div {
    padding: 0px;
    margin: 0px;
}

.clear {
    clear: both;
    height: 0px;
    overflow: hidden;
}

a {
    display: inline;
    color: #ffffff;
    text-decoration: none;
    -webkit-transition: color 0.2s linear;
    -moz-transition: color 0.2s linear;
    -o-transition: color 0.2s linear;
    transition: color 0.2s linear;
    word-wrap: break-word;
}

a:active, a:focus, audio:active, audio:focus, button:active, button:focus {
    outline: none;
}

a:hover {
    color: #ffffff;
    text-decoration: none;
}

a[href^=tel] {
    color: inherit;
    text-decoration: none;
}

#temp-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	min-height: 100vh;
	box-sizing: border-box;
}

#temp-content {
	text-align: center;
	padding: 100px 100px;
}

#temp-logo {
	max-width: 800px;
	margin: 0 auto;
	line-height: 0;
}

#temp-logo img {
	width: 100%;
	height: auto;
}


/* -------------------- */
/* -------------------- */

@media all and (max-width: 1249px) {

	/* ipad horizontal layout */

	#temp-wrapper {
		width: 100%;
		min-height: 100vh;
	}

	#temp-content {
		padding: 100px 100px;
	}
	
}


/* -------------------- */
/* -------------------- */

@media all and (max-width: 1023px) {

	/* ipad vertical layout */
	
	#temp-wrapper {
		width: 100%;
		min-height: 100vh;
	}

	#temp-content {
		padding: 100px 80px;
	}
	
}

	
/* -------------------- */
/* -------------------- */

@media all and (max-width: 767px) {

	/* mobile layout */

	#temp-wrapper {
		width: 100%;
		min-height: 100vh;
	}

	#temp-content {
		padding: 80px 50px;
	}
	
}


/* -------------------- */
/* -------------------- */

@media all and (max-width: 479px) {

	/* mobile vertical layout */

	#temp-content {
		padding: 60px 30px;
	}
    
	

}
