html {
    background-image: url("timeless-tausta.jpg");
    background-attachment: fixed;
    -webkit-background-size:cover;
    -moz-background-size:cover;
    -o-background-size:cover;
    background-size:cover;
    background-color: #1f3b4c;
}

body {
    margin: 0;
    padding: 0;
    color: #1f3b4c;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 18px;
    text-align: center;
    overflow: auto;
    -moz-osx-font-smoothing: grayscale;
}

h1 {
    font-family: "Raleway";
    font-weight: 400;
}

h2  {
    font-family: "Raleway";
    font-size: 28px;
    font-weight: normal;
    line-height: 1.2;
    margin: 50px 0;
}

h3  {
    font-size: 24px;
    font-weight: normal;
    line-height: 1.2;
}

h4 {
    font-size: 22px;
    margin-top: 50px;
    margin-bottom: 50px;
    padding: 0 60px;
    font-weight: 300;
    line-height: 1.2;
}

p {
    font-size: 18px;
    font-weight: 300;
    line-height: 1.5;
    margin: 0 0 15px;
}

a {
    color: #1f3b4c;
    outline: 0;
}

a:active {
    outline: none;
    color: #fff;
}

a:hover {
    text-decoration: underline;
}

.wrapper {
    

}

.container {
    background: rgba(256, 256, 256, 0.8) none repeat scroll 0 0;
    max-width: 768px;
    padding: 50px !important;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
}

img {
    width: 80%;
    margin: 25px 0;
    -ms-interpolation-mode: bicubic;
}

#logo {
    margin-top: 50px;
    width: 40%;
}

.booster {
    color: #1f3b4c;
}

.white {
    color: #fff;
}

.nowrap {
    white-space: nowrap;
}

.embed-container { 
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    margin: 50px 0;
}

.embed-container iframe, .embed-container object, .embed-container embed { 
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.hoverscale {
    backface-visibility: hidden;
    transform: scale(1) rotate(0.01deg) translateZ(0px);
    transition: transform 0.2s ease 0s, -webkit-transform 0.2s ease 0s;
}

.hoverscale:hover {
    transform: scale(1.05) rotate(0.01deg) translateZ(0px);
}

.bio {
    margin-top: 50px;
    padding: 0 10%;
}

@media (max-width:600px){

h4 {
    font-size: 20px;
    padding: 0px;
}

h2  {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.1;
}

h1 {
    font-size: 25px;
}
p {
    font-size: 14px;
    line-height: 1.5;
}

.container {
    padding: 50px 20px 20px !important;
}

#logo {
    margin-top: 25px;
}
}