* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}

/* Add to style.css */
@supports (-webkit-touch-callout: none) {
  .h-screen {
    height: 100vh;
    max-height: -webkit-fill-available !important;
  }
}

html {
	height: 100vh;
	width: 100%;
	max-height: 100dvh;
}

.ease {	 
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}

body {
	height: 100vh;
	height: 100dvh;
	width: 100%;
	background: url(images/beaconlight-bg.jpg) no-repeat left bottom fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

#wrap {
	height: 100%;
	position: relative;
}

.main {
	padding: 30px 80px 0;
/*	height: calc( 100dvh - 46px );*/
	height: 100dvh;
	display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
}

.info {
	text-align: left;
	width: 100%;
	margin-bottom: 200px;
}

.info p {
	font-size: 16px;
}

.info p span {
	padding: 0 6px;
}

.logo {
	margin-bottom: 55px;
}

.logo img[src$=".svg"]{ width: 610px !important; }

p {
	font-family: 'Lato', sans-serif;
	color: black;
	line-height: 1.4;
    font-weight: 800;
}

.show {
	display: none;
}

.footer {
	text-align: right;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}

.footer p {
	color: black;
	font-size: 12px;
	line-height: 1.4;
	font-weight: 800;
	margin-bottom: 0;
}

.footer .row {
	padding: 14px 80px;
}

.footer .col {
	
}

a {
	text-decoration: none;
	color: black;
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}

a:hover {
	text-decoration: underline;
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}

@media screen and (min-width: 1441px) {
	.info {
		margin-bottom: 14.5%;
	}

	.logo {
	    margin-bottom: 60px;
	}
}

@media screen and (max-width: 1010px) { 
	.main {
	    justify-content: center;
/*	    height: calc( 100vh - 30px ) !important;*/
	}

	.info {
	    margin-bottom: 50px;
	}	

	.footer .row {
	    padding: 7px 80px;
	}
}

@media screen and (max-width: 760px) { 
	.logo img[src$=".svg"]{ width: 100% !important; }

	.info p {
	    font-size: 14px;
	}
}

@media screen and (max-width: 512px) { 
/*	.main {
	    height: calc( 100vh - 21px ) !important;
	}*/

	.info p {
	    font-size: 13px;
	    margin-bottom: 12px;
	}

	.main {
	    padding: 30px 50px 0;
	}

	.logo {
	    margin-bottom: 36px;
	}

	.footer .row {
	    padding: 7px 50px;
	}	

	.show {
		display: inline-block;
	}

	.hide {
		display: none;
	}

	body {
		background-position: 11% bottom; 
	}

	.footer p {
		font-size: 8px;
	}	

	.footer .row {
	    padding: 5px 50px;
	}
}

@media screen and (max-device-width: 900px) and (orientation: portrait) {
	body {
		background-position: 14% bottom; 
	}

	.footer .row {
	    padding: 3px 50px;
	}

/*	.main {
	    height: calc( 100vh - 21px ) !important;
	}*/
}

@media screen and (max-device-width: 900px) and (orientation: portrait) {
	.footer .row {
	    padding: 5px 50px;
	}
}

@media screen and (max-device-width: 800px) and (orientation: portrait) {
	.footer .row {
	    padding: 6px 50px;
	}
}

@media screen and (max-device-width: 752px) and (orientation: portrait) {
	.footer .row {
	    padding: 10px 50px;
	}
}

@media screen and (max-device-width: 670px) and (orientation: portrait) {
	.footer .row {
	    padding: 5px 50px;
	}
}

@media screen and (max-device-width: 900px) and (orientation: landscape) {
	.logo img[src$=".svg"]{ width: 368px !important; }

	body {
		background-position: center bottom; 
	}

	.main {
/*	    height: calc( 100dvh - 25px ) !important;*/
	    justify-content: center;
	}

	.info p {
	    font-size: 13px;
	}

	.main {
	    padding: 30px 50px 0;
	}

	.logo {
	    margin-bottom: 36px;
	}	

	.footer p {
		font-size: 8px;
	}	

	.footer .row {
	    padding: 5px 50px;
	}
}

/*@media screen and (max-width: 860px) { 
	body {
	    background-position: 75% bottom;
    	background-size: cover;
	}

	.info {
	    text-align: left;
	    width: 100%;
	}

	.logo img[src$=".svg"]{ width: 400px !important; }

	.main {
	    padding: 30px 30px 0;
  		height: calc( 100vh - 48px ) !important;
	}

	.info p {
	    font-size: 14px;
	}

	.footer {
		text-align: left;
	}
}

@media screen and (max-device-width: 860px) and (orientation: landscape) {
	.main {
	    height: calc( 100vh - 40px );
	}

	.footer .row {
	    padding: 14px 30px 10px;
	}
}

@media screen and (max-device-width: 860px) and (orientation: portrait) {
	.main {
	    height: calc( 100vh - 40px );
	}

	.footer .row {
	    padding: 14px 30px 10px;
	}
}

@media screen and (max-device-width: 912px) and (orientation: portrait) {
	body {
	    background-position: 75% bottom;
    	background-size: cover;
    }

	.main {
	    height: calc( 100vh - 56.8px );
	    justify-content: center;
	}

	.footer .row {
	    padding: 14px 30px 10px;
	}
}

@media screen and (max-height: 500px) {
	body {
		background-position: center bottom; 
	}

	.info {
	    margin-top: 20px;
	    margin-bottom: auto;
	}

	.logo img[src$=".svg"]{ width: 400px !important; }

	.logo {
		margin-bottom: 30px;
	}

	.main {
	    height: calc( 100vh - 40px );
	}

	.footer .row {
	    padding: 14px 30px 10px;
	}
}

@media screen and (max-width: 475px) {
	.logo img[src$=".svg"]{ width: 300px !important; }

	.show {
		display: inline-block;
	}

	.hide {
		display: none;
	}

	.footer p {
		font-size: 11px;
	}
}

@media screen and (max-width: 360px) {
	.logo img[src$=".svg"]{ width: 100% !important; }
}*/