body {
    font-family: 'Oswald', sans-serif;
    
}

html {
    height: 100%;
}
.bg {
    background-image: url("../images/background.jpg");

    /* Full height */
    height: 100%;

    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.text {
    text-align: center;
    padding-top: 150px;
}

.text-links {
    text-align: center;
    padding-top: 150px;
}

.link {
    margin:1em;
    font-size: 19px;
}


.outline {
    color: white;
    text-shadow:
            -1px -1px 0 #000,
            1px -1px 0 #000,
            -1px 1px 0 #000,
            1px 1px 0 #000;
}

.big-text {
    font-size: 38px;
}

.medium-text{
    font-size: 20px;
}


.footer{
    position: fixed;
    text-align: center;
    bottom: 0px;
    width: 100%;
}

a[href$=".pdf"]:before
{
  content:"\f1c1  ";
  font-family: fontawesome;}

a:hover {
  color: red;
}