@import "fonts.css"; 

html, body {
	font-size: 1em;
	font-family: Montserrat, Helvetica, Arial, sans-serif;
	font-weight: 400;
	width: 100%;
	height: 100%;
	margin:0;
	padding:0;
	border:0;
}

img {
	display:block;
	height: auto;
	margin:0;
	padding:0;
	border:0;
	max-width: 1280px;
	width: 100%;
	height: auto;
}
h1 {
	font-family: Montserrat, Helvetica, Arial, sans-serif;
	font-weight: 600;	
	font-size:1em;
	text-transform:uppercase; 
}
h1 strong {
	font-weight: 700;
}
.flexbox-panel {
     display: flex;
     flex-direction: row;
     flex-wrap: nowrap;
     justify-content: center;
     align-items: center;
     align-content: center;
	 height:100%;
}

.flexbox-item {
     flex: 0 1 auto;
}

.flex-item:nth-child(1) {
     flex-grow: 0;
     flex-shrink: 1;
     flex-basis: auto;
}

.flex-item:nth-child(2) {
     flex-grow: 0;
     flex-shrink: 1;
     flex-basis: auto;
}
