@import url("https://fonts.googleapis.com/css?family=Raleway:300,400");

@font-face{
    font-family: "Booter - Zero Zero";
    src: url("fonts/Booter\ -\ Zero\ Zero.woff") format("woff"),
         url("fonts/Booter\ -\ Zero\ Zero.woff2") format("woff2");
         font-weight: normal;
         font-style: normal;
}

*{
    box-sizing: border-box;
    font-family: Raleway;
}

html, body{
    height: 100%;
    margin: 0;
    padding: 0;
}

.nav12 ul{
    margin: 0;
}

.nav12 li{
    display: inline;
}

.nav12 a{
    display: inline-block;
    padding: .5em;
    color: white;
    text-decoration: none;
}

.main-nav32{
    text-align: center;
    font-size: 1.1em;
    font-weight: lighter;
    border-bottom:  1px solid rgba(255, 255, 255, .3);
}

.main-nav32 li{
    padding: 0 5%;
}

.nav12 a:hover{
    background-color: rgba(255, 255, 255, .3);
}

.main-header121{
    background-color: rgba(0, 0, 0, .6);
    background-image: url("aaaa.jpg");
    background-blend-mode: multiply;
    background-size: cover;
    padding-bottom: 30px;
    height: 400px;
    background-position-y: -200px;
}

.brand-name{
    text-align: center;
    margin: 0;
    font-size: 40px;
    font-weight: normal;
    color: white;
    margin-top: 45px;
}

.brand-name-large{
    font-size: 5em;
}


/*registration page*/
input[type=text]{
    border-radius: 0%;
    border: none;
    opacity: .7;
}
input[type=password]{
    border-radius: 0%;
    border: none;
    opacity: .7;
}



button[type=button]{
    border-radius: 0;
}

form{
    width: 70%;
    margin: 5% auto;
}