* {
    margin: 0;
    padding: 0;
}

body {
	  font-family: 'PT Sans Caption',"Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	  font-size: 3vh;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

#header {
    display: flex;
    flex-direction: row-reverse;
    font-size: 6vh;
    color: white;
}

.hero {
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    height: 100vh;
    background-image: url(./sunset.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.hero-title {
    text-shadow: 2px 2px #666;
    text-align: center;
    max-width: 16em;
    /* padding: 5vh; */
    font-size: 20vh;
    font-weight: bold;
    line-height: .9;
}

.hero-title a {
    color: white;
}


#change-button {
    padding: 5px;
    text-decoration: none;
    background-color: #dcdcdc;
    border: 1px solid #666;
    border-radius: 10px;
    color: #000;
}

.mdl-textfield__input, .mdl-textfield__label {
    color: #fff;
}

.mdl-textfield__input {
    font-size: 20vh;
}

