
/************************************** GENERAL **************************************/

html {
	 margin:0px;
	 padding:0px;
}

body {
	margin: 0px;
	padding: 0px;
	font-family: 'Platform-Regular';
	font-weight: normal;
	font-style: normal;
}


/* Clearfix */

.clearfix {
overflow: auto;
}
  
.clearfix::after {
content: "";
clear: both;
display: table;
}
  
/* Wrapper */ 

#wrapper {
	position: relative;
	clear: both;
	padding-top:138px;
	max-width:1210px;
	margin:0 auto;
}



/* Modal */
.modal-close {
	font-size: 3rem;
	position: absolute;
	top: 1rem;
	right: 1rem;
	color: white;
	text-decoration:none;
}
.modal-wrapper {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 9999;
	background: rgba(150,150,150,.75);
	display: none;
	width: 100%;
	height: 100%;
}
.modal {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
.modal-content img {
	display: inline;
	box-shadow: 0 5px 20px 0 rgba(0,0,0,.5);
	max-width:80%;
	max-height:80%;
}

@media screen and (max-width: 1023px) {
	#wrapper {
		width:100%;
		margin:0 auto;
	}
}