body {
    background: url(eiffel.jpg) no-repeat center fixed;
    background-size: cover;
    margin: 0px;
    overflow-x: hidden;
}

h1 {
    font-family: "Montserrat", sans-serif;
    font-size: 5vw;
    text-align: center;
}

h2 {
    font-family: "Raleway", sans-serif;
    font-size: 50px;
    text-align: center;
    vertical-align: center;
    position: relative;
    top: -50px;
    letter-spacing: 0px;
    word-spacing: -2px;
}

h3 {
    font-family: "Montserrat", sans-serif;
    font-size: 2vw;
    text-align: center;
}

p {
    font-family: "Raleway", sans-serif;
    font-size: 1.3em;
    text-align: center;
    line-height: 1.4em;
}

a {
    color: #000000;
    text-decoration: none;
}

a:visited {
    color: #000000;
    text-decoration: none;
}

a:hover {
    color: #000000;
    text-decoration: underline;
}

.flex-container {
    width: 90%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}

div.main {
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.6);
    color: #ffffff;
    z-index: -1;
}

div.flexed {
    padding: 1vw;
    padding-left: 10vw;
    padding-right: 10vw;
}

div.button {
    transition-duration: 0.2s;
    display: inline-block;
    padding: 0.5em 2em;
    height: 4em;
    margin: 5px;
    color: #000000;
    flex: 1 1 30em;
    background-color: #ffffff;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.09);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

div.button:hover {
    background-color: #eeeeee;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

a.ext {
    transition-duration: 0.2s;
    display: inline-block;
    width: 4em;
    height: 4em;
    background: none;
}

div.button:hover a.ext {
    background: url("external.png") no-repeat center;
    position: relative;
    left: 1em;
}

.search {
    display: flex;
    flex-direction: row;
    background-color: #FFFFFF;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.searchbar {
    height: 50px;
    padding: 15px 15px 10px 15px;
    border: none;
    border-bottom: 5px solid #FFFFFF;
}

input {
    transition-duration: 0.2s;
}

input[type="text"] {
    height: 50px;
    border: none;
    border-bottom: 5px solid #FFFFFF;
    width: 40vw;
    font-family: "Raleway", sans-serif;
    font-size: 2em;
    color: #888888;
}

.reset {
    height: 80px;
    width: 80px;
    padding: 15px 15px 10px 15px;
    background: url("delete.png") no-repeat center;
}

.submit {
    height: 80px;
    width: 80px;
    padding: 15px 15px 10px 15px;
    background: url("search.png") no-repeat center;
}

input:hover {
    border-bottom: 5px solid #DDDDDD;
    color: #000000;
}

input:focus {
    border-bottom: 5px solid #DDDDDD;
    color: #000000;
}

.footer {
    color: #000000;
    padding: 1em 10em;
    background-color: #ffffff;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: center;
}

.footer div {
    margin: 1em;
    flex: 1 0 20em;
}
