﻿@font-face {
  font-family: 'Cupra';
  font-style: normal;
  src: url(Cupra-Light.ttf);
}

@font-face {
  font-family: 'Cupra';
  font-weight: bold;
  src: url(Cupra-Bold.ttf);
}

@font-face {
	font-family: 'CupraBlack';
	src: url(Cupra-ExtraBold.ttf);
  }

html {
	
}

body
{
    background-color: #ebe9e7;
	margin: 0px;
    font-family: 'Cupra', sans-serif;
    font-size: 26px;
	color:#002d77;
    line-height:26px;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}

input::-webkit-input-placeholder {
	color: #970225 !important;
	font-size:12px;
	}

textarea::-webkit-input-placeholder {
	color: #970225 !important;
	font-size:12px;
	}

button {
	  font-family: 'Cupra';
	  cursor:pointer;
}

a
{
border:none;
text-decoration:none;
color:inherit;
}

h2 {
	font-weight:normal;
}

a:hover
{
text-decoration:underline;
}


img
{
	border:none;
}

hr {
	height:1px;
	border: none;
    height: 1px;
    color: #858483; /* old IE */
    background-color: #858483; /* Modern Browsers */
	margin-bottom:40px;
	margin-top:10px;
}

.desktopBreak {
	display:block;
}

.mobileBreak {
	display:inline-block;
}

.topLogo {
	width:50%!important;
	max-width:100px;
	padding:20px 0;
	margin:0 auto;
}

button {
	width:250px;
	height:40px;
	border-radius:15px;
	background-color:white;
	text-transform: uppercase;
	color:#0d243a;
	font-weight:bold;
	font-family: 'Cupra';
	border:0;
}

.blackButton {
	margin-bottom:10px;
	background-color:black!important;
	color:white!important;
	border:solid 2px white!important;
}

h1 {
	text-align:center;
	font-size:22px;
	line-height:32px;
	font-weight:bold;
	padding-top:10px;
	padding-bottom:20px;
}


.container {
	max-width:500px;
	margin:0 auto;
	xborder:solid 1px #dadada;
}

.footer img {
	width:100%;
	display:block;
}

.page {
	width:100%;
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: contain;
	overflow-x:hidden;
	position:relative;	
	text-align:center;
	background-image:url(../img/gnd.jpg);
	background-size: cover;
	background-position: top center;
}

#topBar {
	position:absolute;
	top:25px;
	left:0px;
	width:100%;
	display:table;
}

#obog {
	text-align:center;
	position:fixed;
	bottom:10px;
	right:5px;
}

#obog img {
	width:25px;
}

#obog_float {
	position:absolute;
	bottom:0px;
	width:100%;
	text-align:center;
}

#obog_float img {
	width:100px;
	display:inline-block;
}

#topBarBack {
	display:table-cell;
	width:50%;
	text-align:left;
	padding-left:15px;
	box-sizing: border-box;
}

#topBarBack img {
	width:10px;
}

#topBarMenu {
	display:table-cell;
	width:50%;
	text-align:right;
	padding-right:15px;
}

#topBarMenu img {
	width:20px;
}

.genericFooter {
	align-self: end;
	text-align:center;
}

.genericFooter img {
	width:45%;
	display:block;
	margin:0 auto 10px auto;
}

/****MENU****/

#displayEmail {
	font-size:12px;
	line-height:14px;
}

.menu {
	display:none;
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background-color:rgba(14,70,114,0.8);
}

.menuInner {
	position:absolute;
	top:20px;
	width:90%;
	left:5%;
	background-color:white;
	border-radius: 20px;
	text-align: center;
	color:#0e4672;
	text-transform: uppercase;
	font-size:15px;
	line-height:18px;
	font-weight:bold;
}

.menuLogo {
	padding-top:15px;
	width:180px;
}

.menuInner div {
	padding-top:20px;
}

.menuClose {
	position:absolute;
	top:10px;
	right:20px;
}

.menuClose img {
	width:18px;
}

input[type=email] {
	height:29px;
	border-radius:15px;
	width:250px;
	border:none;
	text-align:center;
	font-size:16px;
	font-family: inherit;
	background-color: #45535b;
	color:white;
}

.privacyBox {
	display:table;
	width:80%;
	text-align:left;
	margin:0 auto;
}

.privacyCheckbox {
	display:table-cell;
	vertical-align:top;
	width:10%;
}

.privacyInfo {
	display:table-cell;
	vertical-align:top;
	width:90%;
	font-size:10px;
	line-height:12px;
}

/****PAGE HOME */
.pageHome {
	background-color:#0b1f32;
	background-size:cover;
	color:white;
	display: grid;
}

.homeItem {
	display:inline-block;
	font-size:11px;
	line-height:15px;
	text-transform: uppercase;
	text-align:center;
	color:white;
	vertical-align: top;
	width:120px;
	padding-bottom:15px;
	font-weight: bold;
}

.homeItem img {
	width:70px;
	display:block;
	margin:10px auto;
}

.homeFooter {
	align-self: end;
	text-align:center;
}

.homeFooter img {
	width:100%;
	display:block;
}

.imageIcon30 {
	width:30%;
	font-size:18px;
	line-height:20px;
}

.imageIcon40 {
	width:40%;
	font-size:20px;
	line-height:22px;
}

.imageIcon70 {
	width:70%;
	font-size:20px;
	line-height:22px;
}

.imageIcon {
	position:relative;
	display:inline-block;
}

.imageIcon img {
	width:100%;
}

.imageIcon span {
	position:absolute;
	font-weight: bold;
	top:0px;
	left:0px;
	display:block;
	width:100%;
	height:100%;
	color:white;
	justify-content: center;
	flex-direction: column;
	display: flex;
	text-decoration: uppercase;
}

.butHome {
	width:250px;
	height:40px;
	border-radius:15px;
	background-color:transparent;
	text-transform: uppercase;
	border:solid 2px white;
}

.homeGallery {
	width:500px;
	margin-left:0px;
	padding:20px 0;
}

.homeGallery img {
	width:150px;
	padding:5px;
}

/*PAGE PHOTO1*/
.pagePhoto1 {
	background-color:#000000;
	color:white;
	text-align:center;
	display: grid;
}

.photo1Image {
	text-align:center;
}

.photo1Image img {
	width:95%;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
	margin-bottom:15px;
}

.pagePhoto1Text {	
	font-size:14px;
	line-height:18px;
	margin:0 auto;
	width:90%;
}

.pagePhoto1Text img {
	width:150px;
}

.pagePhoto1Footer {
	align-self: end;
	text-align:center;
	position:relative;
}

.pagePhoto1Footer img {
	width:100%;
	display:block;
}

/*PAGE PHOTO 2*/
.pagePhoto2 {
	background-color:#000000;
	color:white;
	text-align:center;
	display: grid;
}

.pagePhoto2Text {
	text-transform: uppercase;
	font-size:25px;
	line-height:25px;
	font-weight: bold;
}

.pagePhoto2Text img {
	width:50%;
	max-width:220px;

}



/*PAGE PHOTO 3*/
.pagePhoto3 {	
	background-size:cover;
	background-position:top;
	background-color:#0d243a;
	display: grid;
	text-align:center;
}

.pagePhoto3Text img {
	width:60px;
}

.pagePhoto3Footer {
	align-self: end;
	text-align:center;
}

.capturePreviewContainer {
	width: 277px;
    overflow: hidden;
    display: block;
	height: 277px;
	margin:0 auto;
	position:relative;
}

.capturePreviewOverlay {
	position:absolute;
	right:10px;
	bottom:5px;
}

.capturePreviewOverlay img {
	width:30px;
	height:30px;
}

.capturePreviewOverlay2 {
	position:absolute;
	top:0px;
	left:0px;
}

.capturePreviewOverlay2 img {
	width:277px;
	height:277px;
}


.capturePreview {
	object-fit:cover;
	/*width:60%;
	height:auto;*/
	width:277px;
	height:277px;
	/*height:350px;*/
	background-color:black;
}

/*PAGE PHOTO 4*/
.pagePhoto4 {
	background-color:#000000;
	color:white;
	text-align:center;
	display:grid;	
	background-position:top;
	background-size: cover;
}


.pagePhoto4Container {
	align-self: center;
}

.photoPreviewContainer {
	display:none;
}


.photoPreviewContainer img {
	width:65%;
	margin:0 auto;
}

.photoPreviewLoading {
	display:none;
	text-align: center;
}

.photoPreviewLoading img {
	width:50px;
}

/*PAGE PHOTO 5*/
.pagePhoto5 {
	background-color:#000000;
	color:white;
	text-align:center;
	display:grid;	
	background-position:top;
	background-size: cover;
}

.pagePhoto5Text h1 {
	font-size:34px;
}

.pagePhoto5Text {
	padding-top:10px;
	font-size:16px;
	line-height:20px;
	margin:0 auto;
	width:90%;
}

.photo5Share img {
	width:80px;
}

.pagePhoto5Footer {
	align-self: end;
	text-align:center;
}

.photo5Small {
	font-size:12px;
	line-height:18px;
}




@media screen and (max-width: 1100px) {
	.container {
		max-width:100%;
		margin:0 auto;
		border:0;
	}
}

