/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

*{

}

.main{
	width: 70%;
	display: block;
	margin: 0 auto;
	padding-top: 20px;
	color:#274d91;
	/*background: red;*/
}

@media (pointer:none), (pointer:coarse) {
	.main {
		width: 90%;
	}

	.modal{
		width: 100% !important;
		display: none !important;
	}

	.modal-content{
		display: none !important;
	}

}

a{
	text-decoration: none; 
	color: #121212;
}

input::placeholder {
  /*font-weight: bold;*/
  /*opacity: 0.5;*/
  color: #6882b2;
}

textarea::placeholder{
	color:#6882b2;
}


.main .row{
	/*padding: 10px;*/
	margin-top: 20px;
	/*height: 360px;*/
}



.main .header{
	/*padding: 10px;*/
	height: 600px;
	color: #fff;
	/*background: black;*/
}

.main .header button{
	/*padding: 10px;*/
	
	display: block;
	outline: none;
	cursor: pointer;
	font-weight: 600;
	border-radius: 3px;
	padding: 12px 24px;
	border: 0;
	font-weight: lighter;
	letter-spacing: 2px;
	margin: 0 auto;
	color: #000;
	background: #274d91;
	line-height: 1.15;
	font-size: 12px;
	/*:hover {
		transition: all .1s ease;
		box-shadow: 0 0 0 0 #fff, 0 0 0 3px #1de9b6;
	}*/

}

.main .row .column .img-wrapper{
	display: block;
	width: 90%;
	height: 300px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.full{
/*	 background-color: black;
	width: 100%;
	min-height: 200px;
*/	/*max-height: 100%;*/
/*	position: relative;
	left: 0;
	margin: 0 auto;
	
*/
	margin-top: 50px;
	padding-bottom: 50px;
	background: #274d91;
	-webkit-box-shadow: 0 0 0 100vmax #274d91;
	        box-shadow: 0 0 0 100vmax #274d91;
	-webkit-clip-path: inset(0 -100vmax);
	        clip-path: inset(0 -100vmax);
}

.modal {
	position: fixed; /* Stay in place */
	z-index: 1; /* Sit on top */
	left: 0;
	top: 0;
	width: 100vmax; /* Full width */
	height: 100vmax; /* Full height */
	overflow: auto; /* Enable scroll if needed */
	background-color: rgb(0,0,0); /* Fallback color */
	background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
	border: 0px;
}

.modal-content {
	background-color: #fefefe;
	margin: 15% auto; /* 15% from the top and centered */
	padding: 20px;
	width: 559px; /* Could be more or less, depending on screen size */
}

.full h2{
	text-align: center;
	color: #fff;
	font-weight: lighter;
	letter-spacing: 10px;
	margin-bottom: 20px;
}

.full p{
	font-family: sans-serif;
	font-weight: lighter;
	letter-spacing: 1px;
	font-size: 13px;
	text-align: center;
	color: #fff;
}

.full .middle{
	width: 50%;
	display: block;
	margin: 0 auto;
}

.full .middle input[type='text']{
	width: 100%;
	display: block;
	margin: 0 auto;
	border: 1px solid #fff;
	color: #fff;
	background: #274d91;
	padding: 10px;
	margin-bottom: 20px;
}

.full .middle textarea{
	width: 100%;
	height: 200px;
	display: block;
	margin: 0 auto;
	border: 1px solid #fff;
	color: #fff;
	background: #274d91;
	padding: 10px;
	margin-bottom: 20px;
	font-family: sans-serif;
}

.full .middle button, .full .middle input[type='file']{
	/*padding: 10px;*/
	
	display: block;
	outline: none;
	cursor: pointer;
	font-weight: 600;
	border-radius: 3px;
	padding: 12px 24px;
	border: 0;
	font-weight: lighter;
	letter-spacing: 2px;
	margin: 0 auto;
	color: #fff;
	background: #274d91;
	line-height: 1.15;
	font-size: 12px;
	/*:hover {
		transition: all .1s ease;
		box-shadow: 0 0 0 0 #fff, 0 0 0 3px #1de9b6;
	}*/

}

.main .row.header .column h3{
	margin-top: 40px;
	text-align: center;
	font-family: sans-serif;
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 10px;
}

hr{
	width: 10%;
	margin-top: 20px;
}


.main .row .column {
	float: left;
	width: 50%;
}

.main .row .background-header{
	display: block;
	width: 100%;
	height: 100%;
	background-image: url("../res/ColourPrint_09.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.main .row .column .logo{
	/*float: left;*/
	/*width: 50%;*/
	display: block;
	margin: 0 auto;
}

.main .row .column {
	float: left;
	width: 50%;
}

.main .row .gal-img{
	display: block;
	float: left;
	width: 32%;
	height: 260px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	margin-right: 10px;
	margin-bottom: 10px;

}



.main .row h2{
	/*padding: 10px;*/
	text-align: center;
	font-weight: lighter;
	letter-spacing: 10px;
	margin-bottom: 60px;
}

.main .row h2 hr{
	width: 15%;
}



.main .row .column h3, .modal-content h2{
	/*padding: 10px;*/
	font-weight: normal;
	letter-spacing: 5px;
	font-size: 22px;
	text-transform: uppercase;
	color: #c4514e;
	/*text-decoration: underline;*/
}

.main .row .column p, .modal-content p{
	/*padding: 10px;*/
	display: inline-block;
	font-weight: lighter;
	letter-spacing: 1px;
	font-family: sans-serif;
	line-height: 25px;
	colour: #666;
	width: 90%;
	/*text-decoration: underline;*/
}







.row:after {
	content: "";
	display: table;
	clear: both;
}