* {
    margin: 0;
}

body, html {
    margin: 0;
    font-size: 16px;
	font-family: 'Roboto', sans-serif;
    height: 100%;
}

header {
    background-color: #607D8B;
    color: #FFF;
    opacity: 1;
    border-bottom: 0.01em solid #263238;
    text-align: center;
    height: 10vh;
    line-height: 10vh;
    font-size: 200%;
}

#title {
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
}

#logo {
    margin-top: 5%;
}

#description {
    font-size: 150%;
    margin-top: 1.5%;
}

#disclaimer {
    font-style: italic;
}

#marketIcon {
    margin-top: 3%;
    margin-bottom: 3%;
}

#ios {
    height: 40px;
    width: 135px;
    margin: auto 5%;
}

#android {
    height: 40px;
    width: 135px;
    margin: auto 5%;
}

#languageSelection {
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
}

footer {
    text-align: center;
    background-color: #607D8B;
    color: #FFF;
    opacity: 1;
    border-bottom: 0.01em solid #263238;
    line-height: 5vh;
    font-size: 150%;
}

main {
    min-height: calc(84.1vh - 5vh);
}