@media (max-width:1250px) {
	nav{
		width: 86%;
		padding: .5% 7% .5% 7%;
		min-height: 80px;
	}
	nav>div>img{
		width: 140px;
		height: 70px;
	}
	header{
		height: 20%;
	}
	.Prem{
		height: 20%;
	}
	.Sec{
		height: 20%;
	}
}
@media (min-width:1250px) {
	nav{
		width: 96%;
		padding: .5% 2% .5% 2%;
		min-height: 80px;
	}
	nav>div>img{
		width: 180px;
		height: 90px;
	}
	header{
		height: 100%;
	}
	.Prem{
		height: 50%;
	}
	.Sec{
		height: 50%;
	}
}
body{
	background-color: #FFFFFF;
	margin: 0;
	padding: 0;
	font-family: GeometricSlab703BT,ui-serif,Georgia,Cambria,Times New Roman,Times,serif;
}

nav>div{
	margin: 0;
	padding: 0;
	position: absolute;
	left: 2%;
	top:0;
	vertical-align: middle;
}
nav{
	display: block;
	width: 96%;
	margin: 0;
	padding: .5% 2% .5% 2%;
	text-align: right;
	box-shadow: 1px 1px 9px #C4C4C4;
	position:relative;
}
nav>div>img{
	width: 180px;
	height: 90px;
}
nav>ul{
	width: 96%;
	height: 40px;
	text-align: right;
}
nav>ul>a{
	font-size: 25px;
	color: #d20918;
	font-weight: bold;
	text-decoration: none;
	margin: 0 .7% 0 .7%;
	padding: 0;
	border-bottom: solid 0px #ff0a1d; 
	transition: all .4s;
}
nav>ul>a:hover{
	transition: all .4s;
	border-bottom: solid 8px #ff0a1d; 
	margin: 0;
	padding: 0 1% .2% 1%;
}
header{
	margin: 0;
	padding: 0;
	width: 100%;
	display: table;
	background-image: url('../SOURCES/PN01.png');
	background-size:cover;
}
header>div{
	width: 100%;
	height: 100%;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
header>div>h1{
	margin: 0;
	padding: 0;
	font-size: 60px;
	color: #d20918;
	font-weight: bold;
	padding: 0;
}
header>div>h2{
	margin: 0;
	padding: 0;
	font-size: 45px;
	color: #d20918;
	font-weight: bold;
	padding: 0;
}
section.Prem{
	margin: 0;
	padding: 0;
	background-color: #f9fafb;
	width: 100%;
	padding: 1% 0 1% 0;
}
section.Prem>table{
	width: 90%;
	height: 100%;
	margin: 0 5% 0 5%;
	border-collapse: collapse;
}
section.Prem>table th{
	width: 33%;
}
section.Prem>table th:first-child{
	background-image: url('https://images.pexels.com/photos/14927767/pexels-photo-14927767.jpeg?auto=compress&cs=tinysrgb&w=1600');
	background-size: 100%;
	background-attachment: bottom;
}
section.Prem>table th:nth-child(2){
	background-image: url('https://images.pexels.com/photos/6102447/pexels-photo-6102447.jpeg?auto=compress&cs=tinysrgb&w=1600');
	background-size: 100%;
	background-position: bottom;
}
section.Prem>table th:last-child{
	background-image: url('https://images.pexels.com/photos/6102136/pexels-photo-6102136.jpeg?auto=compress&cs=tinysrgb&w=1600');
	background-size: 100%;
	background-position: bottom;
}
section.Prem>table th>a{
	display: inline-block;
	width: auto;
	margin: 70% 0 0 0;
	text-decoration: none;
	padding: 1% 3% 1% 3%;
	border-radius: 30px;
	background-color: #ff0a1d;
	color: #FFFFFF;
	font-size: 20px;
	border: double 3px #ff0a1d;
	transition: all .1s;
}
section.Prem>table th>a:hover{
	border: double 8px #FFFFFF;
	transition: all .1s;
}
section.Sec{
	margin: 0;
	padding: 0;
	background-color: #f9fafb;
	background-image: url('https://www.portablenorthpole.com/_next/image?url=%2F_next%2Fstatic%2Fmedia%2Fsnow.c06ba33d.jpg&w=1920&q=75');
	background-size: 100%;
	background-position: bottom;
	width: 100%;
	padding: 1% 0 1% 0;
}
section.Sec>h1{
	width: 80%;
	margin: 2% 0 1% 5%;
	font-size: 30px;
	font-weight: bold;
	color: #ff0a1d;
}
section.Sec>table{
	width: 90%;
	height: 70%;
	margin: 0 5% 0 5%;
	border-collapse: collapse;
}
section.Sec>table th{
	width: 33%;
}
section.Sec>table th>img{
	width: 50%;
	height: auto;
	border-radius: 50%;
}
section.Sec>table th>span{
	display: block;
	width: 100%;
	height: 40px;
	line-height: 40px;
	font-weight: bold;
	color: #ff0a1d;
}
section.Conn{
	margin: 0;
	padding: 0;
	background-color: #f9fafb;
	height: 50%;
	width: 100%;
	padding: 1% 0 1% 0;
}
section.Conn>h1{
	margin: 0;
	padding: 0;
	width: 100%;
	font-size: 50px;
	text-align: center;
	color:#d20918;
}
section.Conn>form{
	width: 36%;
	margin: 0 30% 0 30%;
	padding: 2%;
	border: solid 1px #000000;
}
section.Conn>form>label{
	width: 100%;
	display: block;
}
section.Conn>form>input{
	width: 100%;
	display: block;
}

section.Conn>form>input[type=password], section.Conn>form>input[type=email] {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}
section.Conn>form>input[type=submit] {
  width: 100%;
  background-color: #d20918;
  color: white;
  padding: 14px 20px;
  margin: 8px 0;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}
section.Conn>form>input[type=submit]:hover {
  background-color: #b20714;
}
section.Ins{
	margin: 0;
	padding: 0;
	background-color: #f9fafb;
	height: 80%;
	width: 100%;
	padding: 1% 0 1% 0;
}
section.Ins>h1{
	margin: 0;
	padding: 0;
	width: 100%;
	font-size: 50px;
	text-align: center;
	color:#d20918;
}
section.Ins>form{
	width: 36%;
	margin: 0 30% 0 30%;
	padding: 2%;
	border: solid 1px #000000;
}
section.Ins>form>table{
	width: 100%;
}
section.Ins>form>table th{
	width: 50%;
}
section.Ins>form label{
	width: 100%;
	text-align: left;
	display: block;
}
section.Ins>form input{
	width: 100%;
	display: block;
}
section.Ins>form input[type=password], section.Ins>form input[type=email], section.Ins>form input[type=text], section.Ins>form select {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}
section.Ins>form input[type=submit] {
  width: 100%;
  background-color: #d20918;
  color: white;
  padding: 14px 20px;
  margin: 8px 0;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}
section.Ins>form input[type=submit]:hover {
  background-color: #b20714;
}

section.Space{
	margin: 0;
	padding: 0;
	background-color: #f9fafb;
	height: 80%;
	width: 100%;
	padding: 1% 0 1% 0;
}
section.Space>h1{
	margin: 0;
	padding: 0;
	width: 100%;
	font-size: 50px;
	text-align: center;
	color:#d20918;
}
section.Space>fieldset{
	width: 36%;
	margin: 0 30% 0 30%;
	padding: 2%;
	border: solid 1px #000000;
	text-align: center;
}
section.Space>fieldset>legend{
	text-align: left;
}
section.Space code{
	display: block;
	width: 50%;
	margin: 1% 25% 0 25%;
	border: solid 4px #000000;
	color: #d20918;
	line-height: 40px;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
}




footer{
	width: 100%;
	height: 80px;
	padding: .5% 0 .5% 0;
	text-align: center;
	color: #FFFFFF;
	background-color:#414141;
}
footer>h1{
	margin: 0;
	padding: 0;
	line-height:50px; 
	font-size: 20px;
}
footer>code{
	margin: 0;
	padding: 0;
	line-height:30px;
	font-size: 10px;
	text-align: center;
}
footer>code>a{
	color: #FFFFFF;
	text-decoration: none;
}