@charset "UTF-8";
@import url(reset.css);

body {
    padding: 0;
    margin: 0 auto;
    font-family: 'Quicksand', sans-serif;
    font-size: 16px;
    color: #938DE3;
    background-color: #F3F9FE;;
    background-size: 100%;
    text-align: center;
}

.container {
    width: 90%;
    margin: 0;
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -40%);
}

.logo {
    margin: 0 auto;
    width: 200px;
}

.content {
    margin-top: 44px;
    margin-bottom: 64px;
}
h1{
    font-size: 2.8em;
    font-weight: 300;
    line-height: 1.5em;
}
embed,
img,
object,
video {
    max-width: 100%;
    height: auto
}


.social a:link,
.social a:visited {
    display:inline-block;
    width: 36px;
    height: 36px;
    background-image: url(img/icon-social-linkedin.png);
    background-size: 100%;
    opacity: 0.9;
}
.social a:hover {
    opacity: 1;
}
footer {
    display: block;
    margin-top: 24px;
    width:100%;
    font-size: 1em;
    font-weight: 500;
}
footer a:link,
footer a.visited {
    color: #938DE3;
    text-decoration: none;
    opacity: 0.8;
    text-decoration: underline;
}
footer a:hover{
    opacity: 1;
}
