/*!
 * Zinger Digital Signs CSS
 */


@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700,800');
@import url('https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700');


.wf-loading body {
	visibility: hidden;
}

.wf-active body {
	visibility: visible;
}

html {
	overflow-y: scroll;
	overflow-x: hidden;
}

body {
	background-color: #000;
}

a, a:active {
	color: #2f89be;
}

a:hover {
	color: #d9591e;
}

.full-page {
	position: fixed;
	min-width: 100%;
	min-height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	background-image: url("../images/mainbkg.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.main-box {
	border-radius: 15px;
	background-color: #fff !important;
	box-shadow: 0px 3px 10px rgba(0,0,0,0.25);
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.logo-box {
	padding: 4em;
	display: flex;
	justify-content: center;
	align-items: center;
}

.logo {
	margin: 0 1em;
	width: 300px;
}

.mid-text {
	padding: 1em;
	font-size: 2.25em;
	font-weight: 400;
}

.sub-text {
	padding: 0 3em 3em;
	text-align: center;
}

.sub-text .new-line-1 {
	margin-left: 0;
    display: block;
}

.sub-text .new-line-2 {
    margin-left: 6px;
	display: inline;
}


@media (max-width: 767px) {
	
	.full-page {
        align-items: flex-start;
    }
	
	.main-box {
        margin: 1.5em;
		width: 100%;
    }
	
	.logo-box {
		padding: 2em 0;
        flex-direction: column;
    }
	
	.logo {
        width: 275px;
    }
	
	.mid-text {
		padding: 0.75em;
        font-size: 1.75em;
    }
	
	.sub-text {
		font-size: 0.85em;
		text-align: center;
    }
	
	.sub-text .new-line-1 {
        margin-left: 6px;
		display: inline;
    }
	
	.sub-text .new-line-2 {
		margin-left: 0;
        display: block;
    }
	
}

@media (min-width: 768px) {

}

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

@media (min-width: 1200px) {
	
}

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