body {
    background: url(http://source.unsplash.com/Q_RBVFFXR_g);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    height: 500px;
    font-family: 'Open Sans', sans-serif;
    color: white;
}

.container {
    margin-left: 100px;
    margin-right: 100px;
}

h1 {
    text-align: center;
    font-size: 5em;
    font-weight: 800;  
    margin: 10px 0px 10px 0px;
}

h2 {
    text-align: center;
    font-size: 3em;
    font-weight: 700;
    margin: 10px 0px 10px 0px;
}

ul {
    text-align: left;
    font-size: 1.5em;
    font-weight: 700;
    list-style: none;
    text-decoration: none;
}

a {
    text-decoration: none;
    color: white;
}

a:visited {
    color: white;
}

.h2-large {
    text-align: center;
    font-size: 3em;
    font-weight: 700;
    margin: 100px 0px 10px 0px;
}

#column-right {
    width: 48%;
    height: 350px;
    margin-left: auto;
    margin-bottom: 40px;
    border-radius: 20px;
    background: url(http://source.unsplash.com/JF4o7WErDn8);
    float: right;
}

#column-left {
    width: 48%;
    height: 350px;
    margin-left: auto;
    margin-bottom: 40px;
    border-radius: 20px;
    background: url(http://source.unsplash.com/FO7JIlwjOtU);
    float: left;
}

#column-left-row2 {
    width: 48%;
    height: 350px;
    margin-left: auto;
    margin-bottom: 40px;
    border-radius: 20px;
    background: url(http://source.unsplash.com/w7ZyuGYNpRQ);
    float: left;
}

#column-right-row2 {
    width: 48%;
    height: 350px;
    margin-left: auto;
    margin-bottom: 40px;
    border-radius: 20px;
    background: url(http://source.unsplash.com/C9k1LfbM23M);
    float: right;
}


