*{
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
}
html,body{
    font-family: Bebas Neue;
    font-size: 14;
    font-weight: normal;
    background: url(../img/background.jpg);
    background-size: cover;
    background-attachment: fixed;
}
.header{
    padding: 15px 35px;
    display: inline-block;
    width: 100%;
}
.logo{
    float: left;
}
img{
    max-width: 100%;
}
.menu{
    float: right;
}
.menu ul li{
    display: inline-block;
    line-height: 28px;
    margin-top: 15px;
}
.menu ul li a{
    text-decoration: none;
    text-align: center;
    color: #fff;
    font-size: 24px;
    padding: 5px 20px;
    letter-spacing: 5px;
}
.menu ul li a:hover{
    border-bottom: 2px solid currentColor;
    border-top: 2px solid currentColor;
    color: #fff;
    font-size: 24px;
    padding: 5px 20px;
    letter-spacing: 5px;
}
.name{
    width: 400px;
    margin-top: 300px;
    margin-left: 20px;
    text-align: center;
    background-color: rgba(0, 0, 0, .75);
}
.name h3{
    color: white;
    font-size: 100px;
    line-height: 110px;
}
.name h1{
    color: white;
    font-size: 140px;
    line-height: 160px;
}
