body {
    color: #ffffff;
    margin: 0;
    text-align: center;
}

#container {
    margin: 0 auto;
    max-width: 600px;
}

@media only screen and (max-width: 600px) {
    #content {
        margin: 0 20px;
    }
}

/* Logo
------------------------------------------*/
img.logo {
    margin: 10px 0 20px;
}

/* Images
------------------------------------------*/
img.picture {
    height: auto;
    margin-bottom: 20px;
    width: 100%;
}

/* Lists
------------------------------------------*/
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul li {
    font-family: 'Montserrat', sans-serif;
}

/* Links
------------------------------------------*/
ul.links {
    overflow: hidden;
}

ul.links a {
    background: #AD7DA3;
    color: #ffffff;
    display: block;
    font-size: 24px;
    font-weight: bold;
    height: 60px;
    line-height: 60px;
    margin-bottom: 20px;
    text-align: center;
    text-decoration: none;
}

ul.links a:hover {
    background: #613C59;
}

ul.links .col-sm-6 {
    float: left;
    width: 50%;
}

ul.links .col-sm-6:first-child a {
    margin-right: 10px;
}

ul.links .col-sm-6:last-child a {
    margin-left: 10px;
}

/* Social Links
------------------------------------------*/
ul.links-social {
    display: flex;
    margin-bottom: 10px;
}

ul.links-social li {
    flex: 1;
}

ul.links-social li  i {
    color: #AD7DA3;
    font-size: 36px;
}

ul.links-social li  i:hover {
    color: #613C59;
}
