@charset "UTF-8";

* {
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
    list-style: none;
    text-decoration: none;
}

@font-face {
    font-family: droid;
    src: url(/fonts/droid.otf);
}
@font-face {
    font-family: TT-Bold;
    src: url(/fonts/TT\ Hoves\ Pro\ Trial\ Expanded\ Bold.ttf);
}
@font-face {
    font-family: TT-Medium;
    src: url(/fonts/TT\ Hoves\ Pro\ Trial\ Expanded\ Medium.ttf);
}

.content {
    display: none;
}
.content.active {
    width: 100%;
    height: 100%;
    display: block;

}

.slider-container { 
    position: relative;
    width: 100%;
    height: 100%;
    padding: 100px 200px;
    color: white;
} 

.slider-container h1 {
    color: rgb(163, 0, 0);
    font-family: TT-Bold;
    font-size: 6rem;
    text-shadow: 3px 3px 4px black;
    margin-bottom: 30px;
    margin: auto;
}
.slider-container p {
    font-family: TT-Medium;
    font-size: 1.5rem;
    color: white;
    margin-bottom: 50px;
}
.slider-container a {
    padding: 20px 20px;
    border: 1px solid rgba(255, 255, 255, 0.466);
    background-color: black;
}

.header-input {
    position: absolute;

    width: 100%;
    height: 100px;

    display: flex;
    justify-content: center;
    align-items: center;

    top: 83%;
}
.header-input input {
    display: none;
    margin: 5px;
}

#div2 h1 {
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    font-size: 6rem;
    font-weight: normal;
    color: white;
    text-shadow: 2px 2px 3px black;
}
#div2 a {
    background-color: brown;
    font-family: TT-Medium;
}
#div2 a:hover {
    color: black;
}

#div1 {
    color: black;
    font-weight: bold;
    background-position: center;
}