*{
  padding: 0;
  text-decoration: 0;
  list-style: none;
  box-sizing: border-box;
}

 body{

  background-image: url(main1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
 

} 
body{
  font-family: sans-serif;

}
nav{
  background: #444749;
  height: 80px;
  width: 100%;
}
label.logo{
  color: rgb(63, 7, 112);
  font-size: 25px;
  line-height: 80px;
  padding: 0 40px;
  font-weight: bold;
  font-family: AstronBoyVideo;

}
nav ul{
  float: right;
  margin-right: 25px;
}

nav ul li{
  display: inline-block;
  line-height: 80px;
  margin: 0 12px;
}
nav ul li a{
  color: rgb(195, 193, 201) ;
  font-size: 17px;
  font-weight: bold;
  padding: 7px 13px;
  border-radius: 3px;
  text-transform: uppercase;
}
a.active,a:hover{
background: #24282c;
transform: .5s;
}
.checkbtn{
  font-size: 30px;
  color: white;
  float: right;
  line-height: 80px;
  margin-right: 40px;
  cursor: pointer;
  display: none;
}
#check{
  display: none;
}
@media (max-width:952px){
  label.logo{
    font-size: 30px;
    padding-left: 50px;
  }
  nav ul li a{
    font-size: 16px;
  }
}
@media (max-width:858px){
  .checkbtn{
    display: block;
  }
  ul{
    position:fixed;
    width: 100%;
    height: 100vh;
    background: #2c3e50;
    top: 80px;
    left: -100%;
    text-align: center;
    transition: all .5s;
  }
  nav ul li{
    display: block;
    margin: 50px 0;
    line-height: 30px;

  }
  nav ul li a{
    font-size: 20px;
  }
  a:hover,a.active{
    background: none;
    color: #444749;
  }
  #check:checked ~ ul{
    left:0
  }
}
.welcome{
    color:white;
    font-size:50px;
    font-family: Helvetica, Arial,  sans-serif;
    border: 2px solid rgb(161, 27, 27);
    padding:5px;
    
}
.intro{
   
    display:block;
    margin-left:auto;
    margin-right:auto;
    margin-top:100px;
    text-align: center;
}
@font-face{
  src: url("AstronBoyVideo.ttf");
  font-family: AstronBoyVideo;
}

.ar-main{
  font-family: AstronBoyVideo;
  font-size: 60px;
  color:rgb(161, 27, 27);
}
/*section{*/
/*  background: url(main1.jpg) no-repeat;*/
/*  background-size: cover;*/
/*  height: calc(100vh - 80px);*/

/*}*/