@charset "UTF-8";
@import "fonts/technika/Technika.import.css";

body, html {
  height: 100%;
	font-family: 'Technika';
}

.bg {
  /* The image used */
  background-image: url("bg.jpg");

  /* Full height */
  height: 99%;

  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
	background-attachment: fixed;
}

.wrap {
	text-align: right;
	width: 95%;
	border: 0px solid lightblue;
	padding-top: 50px;
}

.wh {
	color: white;
}

.logoProject img {
	width: 280px;
}

.top {
	font-size: 60px;
	font-style: italic;
	font-weight: bold;
}

.small {
	font-size: 15.7px;
}

.middle {
	font-size: 30px;
	font-style: italic;
	font-family: 'TechnikaBook';	
}

.block2 {
	padding-top: 70px;
}

.block3 {
	padding-top: 150px;
}

.link a {
	color: #fd8452;
	text-decoration: none;
}

.link a:hover {
	color: #fe1961;
}

/* 600 px */
@media only screen and (max-width: 600px) {
	.logoProject img {
		width: 180px;
	}
	
	.middle {
		font-size: 24px;
	}
}

/* 700 px */
@media only screen and (min-width: 601px) and (max-width: 700px) {
	.middle {
		font-size: 26px;
	}
}