body {
    margin: 0;
    padding: 0;
    background: #B8A5CE;
    color: #3A234C;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: large;
}

a {
    font-weight: bold;
    color: #3A234C;
}

a:hover {
    color: #75629A;
}

/*
beige: #FCEFE5
purple light: #B8A5CE
purple medium: #75629A
purple dark: #3A234C
*/

/*--------------CONTENT--------------*/

.header {
    background-color: #FCEFE5;
}

.divider {
    height: 10vw;
    max-height: 130px;
    background-image: url('images/divider.png');
    background-size: contain;
    background-position: 50% 100%;
    background-repeat: repeat-x;
}

.logo {
    max-width: 1000px;
    margin: auto;
    padding: 50px 30px 0 30px;
}

.logo img {
    width: 100%;
}

.main-wrapper {
    max-width: 800px;
    margin: 0 auto;
    padding: 10px 30px 0 30px;
    overflow-x: hidden;
}

.steam-widget-container {
    overflow-x: scroll;
}

.steam-widget {
    display: block;
    margin: auto;
}

.links {
    list-style: none;
    padding: 0;
}

.subscribe {
    
}

.subscribe .email {
    font-family: inherit;
    padding: 10px;
    height: 40px;
    box-sizing: border-box;
}

.subscribe .button {
    font-family: inherit;
    padding: 0 10px;
    height: 40px;
    box-sizing: border-box;
    cursor: pointer;
}

.socials {
    display: flex;
    justify-content: center;
    padding: 30px 0;
}

.socials a {
    display: block;
    width: 50px;
    height: 50px;
    padding: 5px;
    text-decoration: none;
    fill: #3A234C;
}

.socials a:hover {
    fill: #75629A;
}

.socials a svg {
    width: 100%;
    height: 100%;
}

.footer {
    padding: 30px;
    text-align: center;
}
