html, body {
    height: 100%;
}

html {
    display: table;
    margin: auto;
}

body {
    display: table-cell;
    vertical-align: middle;
    background-image: url("../images/background.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.text-center {
    text-align: center;
}

.image-small {
    width: 50%;
    height: auto;
}

.button {
    border: 0.1rem solid black;
    background-color: transparent;
    color: black;
    padding: .5rem 1rem;
    font-size: 1rem;
    cursor: pointer;
    display: inline-block;
    transition-duration: 0.5s;
}

.button:hover {
    background-color: rgb(50, 50, 50);
    color: #FFFFFF;
    text-decoration: none;
}

.padding-top {
    padding-top: 3%;
}

.padding {
    padding-top: 2rem;
    padding-left: 1rem;
}

.right-align {
    text-align: right;
}

#about-text, h1 {
    font-family:Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    font-stretch: extra-expanded;
    font-size: 1.25rem;
}

h1 {
    font-size: 3rem;
}