/* Mobile first styles go here */
header {
    padding: 1rem;
    text-align: center;
}
h1, h2, h3, h4 {    
    text-size-adjust: 100%;
    /*font-weight: 400;*/
    color: rgb(44, 44, 44);
}

h1 {
    font-size: 2.5rem;
    font-family: 'Montserrat Alternates', sans-serif;
    text-align: center;
}

body {
    font-family: 'Montserrat', sans-serif;
    -webkit-font-smoothing: antialiased;
    min-height: 100%;
    vertical-align: middle;
}

#as-main {
    min-height: 100%;
    vertical-align: middle;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
    max-width: 410px;
}

.right {
    text-align: right;
    color: #E4001C;
    padding-left: 20%;
    font-weight: bold;
}

footer {
    text-align: center;
    margin-top: 50px;
}

.mail {
    color: #E4001C;
}
.mail:hover {
    color: black;
}

/* Desktop styles go here */
@media screen and (min-width: 450px) {
    h1 {
        font-size: 3.5rem;
    }
}

/* Desktop styles go here */
@media screen and (min-width: 800px) {
    h1 {
        font-size: 5rem;
    }

    #as-main {
        max-width: 610px;
    }
}