@font-face {
font-family: 'BlairITC';
src:  url('BlairITCMedium.otf') format('truetype');
    font-weight: normal;
	font-style: normal;
}


body{
	background-image:url(fond.jpg);
	background-size:cover;
	background-repeat: no-repeat;
	background-position: center;
	height: 100vh;
	background-color: #34B5C7; 
	/*#0076a2;*/
}

#global{
	display: flex;
	justify-content:center;
	align-items:center; 
	align-content :center;
	/*height: 100vh;
	width:100vw;*/
}
#inner{
	margin: 0 auto;
	max-width: 1180px;
	text-align: center;
}
#logo{
	text-align: center;
	margin: 80px 0;
}
#logo img{
	width: 320px;
	height: auto;
}
#texts {
  font-family: BlairITC;
  font-size: 50px;
  text-transform: uppercase;
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding: 0 50px;
  margin-bottom: 100px;
  letter-spacing: 0.15em;
 }
#texts span {
  font-size: 20px;
  letter-spacing: 0.1em;
  margin-top: -20px;
  display: block;
}








@media screen and (max-width: 1200px){
	#texts{
		font-size: 34px;
		padding: 0 50px;
	}
	#texts span{
		font-size: 16px;
	}

}

@media screen and (max-width: 600px){
	#logo img{
		width: 220px;
		height: auto;
	}
	#texts{
		font-size: 26px;
		margin-top: 50px;
	}
	#texts span{
		font-size: 16px;
	}

}




html {
  line-height: 1.15; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}


body {
  margin: 0;
}



article,
aside,
footer,
header,
nav,
section {
  display: block;
}



b,
strong {
  font-weight: inherit;
}



b,
strong {
  font-weight: bolder;
}

img {
  border-style: none;
}



svg:not(:root) {
  overflow: hidden;
}