/* indie-flower-regular - latin */
@font-face {
    font-family: 'Indie Flower';
    font-style: normal;
    font-weight: 400;
    src: url('fonts/indie-flower-v11-latin-regular.eot'); /* IE9 Compat Modes */
    src: local('Indie Flower'), local('IndieFlower'),
    url('fonts/indie-flower-v11-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('fonts/indie-flower-v11-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */ url('fonts/indie-flower-v11-latin-regular.woff') format('woff'), /* Modern Browsers */ url('fonts/indie-flower-v11-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */ url('fonts/indie-flower-v11-latin-regular.svg#IndieFlower') format('svg'); /* Legacy iOS */
}


body {
    background-color: #d2d2d2;
    padding: 3%;
    height: 94%;

    font-family: 'Indie Flower', cursive;
    font-size: 120%;
}

.paper {
    font-family: 'Indie Flower', cursive;
    width: 650px;
    min-height: 80%;
    margin: 0 auto;
    padding: 6px 5px 4px 42px;
    position: relative;
    color: #444;
    line-height: 20px;
    border: 1px solid #d2d2d2;
    background: #fff;
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#d9eaf3), color-stop(4%, #fff)) 0 4px;
    background: -webkit-linear-gradient(top, #d9eaf3 0%, #fff 8%) 0 4px;
    background: -moz-linear-gradient(top, #d9eaf3 0%, #fff 8%) 0 4px;
    background: -ms-linear-gradient(top, #d9eaf3 0%, #fff 8%) 0 4px;
    background: -o-linear-gradient(top, #d9eaf3 0%, #fff 8%) 0 4px;
    background: linear-gradient(top, #d9eaf3 0%, #fff 8%) 0 4px;
    -webkit-background-size: 100% 20px;
    -moz-background-size: 100% 20px;
    -ms-background-size: 100% 20px;
    -o-background-size: 100% 20px;
    background-size: 100% 20px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07);
}

.paper::before {
    content: '';
    position: absolute;
    width: 4px;
    top: 0;
    left: 30px;
    bottom: 0;
    border: 1px solid;
    border-color: transparent #efe4e4;
}

.center {
    height: 300px;
    display: block;
    margin: 9px auto 33px;
}

section:first-of-type {
    margin-top: 0px;
}

section {
    margin-top: 37px;
    margin-right: 20px;
}

section h2 {
    text-transform: capitalize;
    margin: 22px 0px;
}

section p:first-of-type {

}

section p {
    line-height: 15pt;
}

section.latest-videos {
    margin-top: 39px
}