*{
  margin: 0;
  padding: 0;
}
@font-face {
  font-family: Gobold;
  src: url('Sextan.ttf');
}
@font-face {
  font-family: Lato;
  src: url('Lato.ttf');
}
@font-face {
  font-family: head;
  src: url('head.ttf');
}
@font-face {
  font-family: curs;
  src: url('cursive.ttf');
}


#outer{
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -20px;
	margin-left: -80px;
}
#outer p{
	margin-top: 60px;
	font-family: Gobold;
	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: 8.5vw;
  width: 100%;
  position: fixed;
  z-index: 5;
}
#top img{
  float: left;
  height: 7.5vw;
  margin-left: 5vw;
  margin-top: 0.5vw;
}
#top p{
  color: white;
  font-family: Gobold;
  font-size: 4vw;
  margin-left: 24vw;
}
#nav div{
  float: left;
  background-color: rgb(42, 91, 204);
  width: 20vw;
  height: 3.3vw;
}
#nav div:hover{
  background-color: grey;
}
#nav a{
  text-decoration: none;
}
#nav p{
  font-size: 2.5vw;
  text-align: center;
  margin-left: 0vw;
}
#cover{
  width: 100%;
  height: 30vw;
  margin-top: 8.5vw;
  position: absolute;
  background-image: url('cover.png');
  background-size: cover;
}
#cover p{
  font-family: curs;
  font-size: 5vw;
  color: white;
  margin-left: 51vw;
  margin-top: 18vw;
  text-shadow: 0vw 0vw 0.3vw black;
}
#about-head{
  position: absolute;
  margin-top: 32vw;
  height: 12vw;
  width: 80vw;
  margin-left: 10vw;
  /*border: 2px solid black;*/
}
.line{
  height: 0.26vw;
  width: 32vw;
  background-color: grey;
  float: left;
}
#about-head .line{
  margin-top: 11vw;
}
#about-head p{
  float: left;
  font-family: head;
  font-size: 2vw;
  color: grey;
  margin-left: 1.5vw;
  margin-right: 1.5vw;
  margin-top: 10vw;
}
#about-content{
  position: absolute;
  margin-top: 46vw;
  margin-left: 10vw;
  width: 80vw;
  /*border: 2px solid black;*/
}
#about-content img{
  float: left;
  border-left: 0.5vw solid rgb(42, 91, 204);
  border-right: 0.5vw solid rgb(42, 91, 204);
  height: 25vw;
}
#about-text{
  font-family: Lato;
  font-size: 1.9vw;
  color: rgba(0, 0, 0, 0.7);
  margin-left: 35vw;
  /*border: 2px solid black;*/
}
#contact-head{
  position: absolute;
  margin-top: 68vw;
  height: 12vw;
  width: 80vw;
  margin-left: 10vw;
  /*border: 2px solid black;*/
}
#contact-head p{
  float: left;
  font-family: head;
  font-size: 2vw;
  color: grey;
  margin-left: 1vw;
  margin-right: 1vw;
  margin-top: 10vw;
}
#contact-head .line{
  margin-top: 11vw;
}
.tile{
  margin-left: 10vw;
  width: 20vw;
  float: left;
  margin-top: 83vw;
  /*border: 2px solid black;*/
}
.tile img{
  margin-left: 4.5vw;
  height: 11vw;
  width: 11vw;
}
.tile p{
  font-family: Lato;
  font-size: 2vw;
  color: grey;
  margin-top: 1vw;
  text-align: center;
}
#mail p{
  margin-left: -1vw;
}
#products-head{
  position: absolute;
  margin-top: 105vw;
  margin-left: 10vw;
  /*border: 2px solid black;*/
}
#products-head p{
  float: left;
  font-family: head;
  font-size: 2vw;
  color: grey;
  margin-left: 0.5vw;
  margin-right: 0.5vw;
}
#products-head .line{
  margin-top: 1vw;
}
.pro{
  position: absolute;
  height: 28vw;
  width: 20vw;
  margin-top: 110vw;
  border: 0.2vw solid grey;
}
#p1{
  margin-left: 15vw;
}
#p2{
  margin-left: 40vw;
}
#p3{
  margin-left: 65vw;
}
.pro img{
  position: absolute;
  width: 20vw;
  height: 15vw;
}
.pro p{
  position: absolute;
  width: 20vw;
  font-family: Lato;
  font-size: 2.5vw;
  margin-top: 15.2vw;
  text-align: center;
  color: rgb(42, 91, 204)
}
.pro div{
  position: absolute;
  width: 15vw;
  height: 3vw;
  margin-left: 2.5vw;
  margin-top: 23vw;
  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: 2.4vw;
  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: 142vw;
  width: 100%;
  height: 2vw;
  background-color: rgb(4, 39, 119);
}
#base p{
  float: left;
  font-family: Lato;
  font-size: 1.5vw;
  color: white;
  margin-left: 1vw;
}
#base a{
  text-decoration: none;
  float: right;
  font-family: Lato;
  font-size: 1.5vw;
  color: white;
  margin-right: 1vw;
}
