* {
    box-sizing: border-box;
}

body, html {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    height: 100%;
    color: #F5F8F9;
    font-family: 'Open Sans', sans-serif;
}

body {
    background-image: url('../assets/chuck_bg.jpg');
    -webkit-background-size: cover;
    background-size: cover;
    background-position: -150px;
    background-attachment: fixed;
}

.wrapper {
    background-image: linear-gradient(to bottom right, rgba(34, 46, 80, 0.75) 0%, #222E50 40%);
    width: 100%;
    min-height: 100%;
}

.container {
    padding: 30px;
    width: 950px;
    margin: auto;
}

h1 {
    margin: 0;
    padding: 25px 0;
    font-family: 'Passion One', cursive;
    line-height: 45px;
}

h1 span {
    display: block;
}

h1 span.big {
    font-size: 80px;
}

h1 span.small {
    font-size: 50px;
    transform: translateX(5px);
}

.button {
    font-family: 'Passion One', cursive;
    display: block;
    width: 100%;
    padding: 15px;
    border: 3px solid #F9DA37;
    border-radius: 8px;
    background: #F9DA37;
    color: #222E50;
    font-weight: bold;
    text-align: center;
    font-size: 25px;
    text-decoration: none;
    transition: 0.15s ease all;
}

.button:hover {
    opacity: 0.75;
}

.author {
    text-align: center;
}

.author a {
    color: #F9DA37;
    text-decoration: none;
}

.github-buttons {
    display: table;
    margin: auto;
    background: rgba(255, 255, 255, 0.75);
    border: 1px solid rgba(44, 62, 80, 0.40);
    border-radius: 2px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    padding: 15px 25px;
}

.github-buttons iframe {
    display: inline-block;
}
