@charset "UTF-8";
/* CSS Document */

body{
	margin: 0px;
}

p {
  	font-family: "jubilat", serif;
	font-weight: 400;
	font-style: normal;
	font-size: 30px;
	line-height: 42px;
}

h1{
	font-family: jubilat, serif;
	font-weight: 600;
	font-style: normal;
	font-size: 100px;
	margin: 0px;
	line-height: 90px;
}

h2{
	font-family: jubilat, serif;
	font-weight: 400;
	font-style: normal;
	font-size: 50px;
	margin: 0px;
	line-height: 70px;
}

.header{
	display:flex;
	flex-direction: row;
	width: 100%;
	min-height: 200px;
	justify-content:flex-start ;
	
}

.lsquare{
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 100px;
	text-align: left;
	width: 50%;
	background: #FAFAFA;
	min-height: 700px;
	box-sizing: border-box;
}




.rsquare{
	min-width: 50%;
	background: #FFF;
background-image: url("images/JackPanton.jpg"); /* The image used */
   min-height: 750px; /* You must set a specified height */
  background-position: center; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: cover; /* Resize the background image to cover the entire container */
}


.social img{
	margin-right: 15px;
	margin-bottom: 30px;
	margin-top: 30px;
}

.linkbutton{
	padding: 15px 40px;
	background: #000000;
	font-family: "jubilat", serif;
	font-weight: 400;
	font-style: normal;
	font-size: 24px;
	border-radius: 8px;
	color: #FFF;
	text-decoration: none;
	margin-top: 10px;
	display: inline-block;
}

.shiftdown{margin-top: 50px;}




.lsquareStandard{
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 0px 100px;
	text-align: left;
	width: 50%;
	min-height: 600px;
	box-sizing: border-box;
	background: #FFF;
}

.standard{
	display: flex;
	flex-direction: row;
	width: 100%;
	background: #ED1115;
	min-height: 600px;
}

.rsquareStandard{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 0px 100px;
	text-align: left;
	width: 50%;
	min-height: 600px;
	box-sizing: border-box;
	background: #FAFAFA;
}

.rsquareStandard img{
 width: 65%;
}


@media screen and (max-width: 1200px) {
.header{flex-direction: column;}
.lsquare{
	width: 100%;
	min-height: 600px;}
.rsquare{width: 100%; min-height: 950px;}	
	
.lsquareStandard{padding: 100px; width: 100%; min-height: 600px; }

.standard{width: 100%; min-height: 600px; flex-direction: column;}

.rsquareStandard{padding: 100px; width: 100%; min-height: 600px; }
	.mobiletwo{background: #FFF;}
	.mobile{background: #FAFAFA;}
	
	p {
  	font-family: "jubilat", serif;
	font-weight: 400;
	font-style: normal;
	font-size: 40px;
	line-height: 50px;
}
	
}

@media screen and (min-width: 1800px) {
	.rsquare{
		min-height: 850px; /* You must set a specified height */}
}