*{
  margin: 0;
  padding: 0;
}
@font-face {
  font-family: Lato;
  src: url('Lato.ttf');
}
@font-face {
  font-family: imp;
  src: url('imp.ttf');
}
@font-face {
  font-family: curs;
  src: url('cursive.ttf');
}
@font-face {
  font-family: head;
  src: url('head.ttf');
}

#outer{
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -20px;
	margin-left: -80px;
}
#outer p{
	margin-top: 60px;
	font-family: Lato;
	font-color: black;
	font-size: 40px;
}
#circ{
	position: absolute;
	height: 20px;
	width: 20px;
	border-radius: 10px;
	background: rgb(42, 91, 204);
	top: 50%;
	left: 50%;
	margin-left: -10px;
	margin-top: -61px;
}
#ring{
	position: absolute;
	height: 100px;
	width: 100px;
	border-radius: 53px;
	border: 3px solid rgb(42, 91, 204);
	top: 50%;
	left: 50%;
	margin-left: -53px;
	margin-top: -53px;
}
#load{
	animation-name : rota;
	animation-duration : 1s;
	animation-timing-function : ease-out;
	animation-iteration-count : infinite;
}
@keyframes rota {
	from{transform: rotateZ(0deg); }
	to{transform: rotateZ(360deg); }
}


#top{
  background-color: rgb(42, 91, 204);
  height: 25vw;
  width: 100%;
  position: fixed;
  z-index: 5;
}
#top img{
  float: left;
  height: 21vw;
  margin-left: 2vw;
  margin-top: 2vw;
}
#top p{
  color: white;
  font-family: imp;
  font-size: 9vw;
  margin-left: 28vw;
  margin-top: 3vw;
}
#nav div{
  float: left;
  background-color: rgb(42, 91, 204);
  width: 17.5vw;
  height: 7vw;
  margin-top: 2vw;
}
#nav div:hover{
  background-color: grey;
}
#nav a{
  text-decoration: none;
}
#nav p{
  font-size: 4.5vw;
  text-align: center;
  margin-left: 0vw;
  margin-top: 0vw;
}
#cover{
  width: 100%;
  height: 50vw;
  margin-top: 25vw;
  position: absolute;
  background-image: url('cover.png');
  background-size: cover;
}
#cover p{
  font-family: curs;
  font-size: 10vw;
  color: white;
  margin-left: 20vw;
  margin-top: 28vw;
  text-shadow: 0vw 0vw 0.3vw black;
}
#about-head{
  position: absolute;
  margin-top: 50vw;
  height: 35vw;
  width: 80vw;
  margin-left: 10vw;
  /*border: 2px solid black;*/
}
.line{
  height: 0.6vw;
  width: 24vw;
  background-color: grey;
  float: left;
  margin-top: 3vw;
}
#about-head .line{
  margin-top: 30vw;
}
#about-head p{
  float: left;
  font-family: head;
  font-size: 5.85vw;
  color: grey;
  margin-left: 1.5vw;
  margin-right: 1.5vw;
  margin-top: 27vw;
}
#about-content{
  position: absolute;
  margin-top: 86vw;
  margin-left: 10vw;
  width: 80vw;
  /*border: 2px solid black;*/
}
#about-content img{
  border-left: 0.5vw solid rgb(42, 91, 204);
  border-right: 0.5vw solid rgb(42, 91, 204);
  height: 50vw;
  margin-left: 7.5vw;
}
#about-text{
  font-family: Lato;
  font-size: 4vw;
  color: rgba(0, 0, 0, 0.7);
  margin-top: 5vw;
  /*border: 2px solid black;*/
}
#contact-head{
  position: absolute;
  margin-top: 182vw;
  height: 35vw;
  width: 80vw;
  margin-left: 10vw;
  /*border: 2px solid black;*/
}
#contact-head .line{
  margin-top: 28.5vw;
}
#contact-head p{
  float: left;
  font-family: head;
  font-size: 4.5vw;
  color: grey;
  margin-left: 0.5vw;
  margin-right: 0.5vw;
  margin-top: 27vw;
}
.tile{
  margin-left: 10vw;
  width: 80vw;
  position: absolute;
  /*border: 2px solid black;*/
}
.tile img{
  margin-left: 24vw;
  height: 30vw;
  width: 30vw;
}
.tile p{
  font-family: Lato;
  font-size: 5vw;
  color: grey;
  margin-top: 1vw;
  text-align: center;
}
#phone{
  margin-top: 220vw;
}
#mail{
  margin-top: 265vw;
}
#loc{
  margin-top: 310vw;
}
#mail p{
  margin-left: -2vw;
}
#products-head{
  position: absolute;
  margin-top: 360vw;
  margin-left: 10vw;
  /*border: 2px solid black;*/
  height: 35vw;
  margin-top: 334vw;
}
#products-head .line{
  margin-top: 29vw;
}
#products-head p{
  float: left;
  font-family: head;
  font-size: 4.5vw;
  color: grey;
  margin-top: 27vw;
}
.pro{
  position: absolute;
  height: 85vw;
  width: 60vw;
  border: 2px solid grey;
  margin-bottom: 2.5vw;
  margin-left: 20vw;
}
#p1{
  margin-top: 370vw;
}
#p2{
  margin-top: 460vw;
}
#p3{
  margin-top: 550vw;
}
.pro img{
  position: absolute;
  width: 60vw;
  height: 45vw;
}
.pro p{
  position: absolute;
  width: 60vw;
  font-family: Lato;
  font-size: 7.5vw;
  margin-top: 47.5vw;
  text-align: center;
  color: rgb(42, 91, 204)
}
.pro div{
  position: absolute;
  width: 45vw;
  height: 9vw;
  margin-left: 7.5vw;
  margin-top: 70vw;
  border-radius: 0.4vw;
  background-color: rgb(42, 91, 204);
  border: 0.2vw solid rgb(4, 39, 119);
}
.pro a{
  text-decoration: none;
  font-family: Lato;
  font-size: 7.2vw;
  color: white;
  text-align: center;
}
#but1:hover{
  background-color: rgb(249, 201, 24);
  border: 0.2vw solid rgb(186, 145, 0);
}
#but2:hover{
  background-color: rgb(186, 16, 16);
  border: 0.2vw solid rgb(130, 16, 16);
}
#but3:hover{
  background-color: rgb(39, 140, 9);
  border: 0.2vw solid rgb(18, 86, 6);
}
#base{
  position: absolute;
  margin-top: 640vw;
  width: 100%;
  height: 5vw;
  background-color: rgb(4, 39, 119);
}
#base p{
  float: left;
  font-family: Lato;
  font-size: 4vw;
  color: white;
  margin-left: 1vw;
}
#base a{
  text-decoration: none;
  float: right;
  font-family: Lato;
  font-size: 4vw;
  color: white;
  margin-right: 1vw;
}
