/* 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: 165px;
    float: right;
    margin: 0px auto 7px;
}

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
}

section .self-portrait {
	width: 190px;
	float: right;
}

section .certificate-acc {
	float: left;
	padding: 0 20px 20px 0; 
	height: 115px;
	transform: rotate(-7deg);
}

section .liberatingstructure {
    font-size: 150%;
}

section input.submit {
    font-family: 'Indie Flower', cursive;
}

.error {
    border: 1px dashed red;
    padding: 30px 20px;
    font-weight: bold;
    background: rgba(255, 221, 221, 0.5)
}

.menu h2 {
    font-weight: bold;
    font-size: 1.5rem;
}
.menu p {
    font-size: 1rem;
}
.menu ul, .menu li{
    list-style:none;
    padding: 0px;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.menu ul li a{
    text-decoration:none;
    color:#000;
    background:#ffc;
    display:block;
    height:3em;
    width:5em;
    padding:2.5em 1em 1em 1em;
    box-shadow: 5px 5px 7px rgba(33,33,33,.7);
    transform: rotate(-6deg);
    transition: transform .15s linear;
}

.menu ul li a.active {
    font-weight: bold;
}

.menu ul li:nth-child(even) a{
    transform:rotate(4deg);
    position:relative;
    top:5px;
    background:#cfc;
}
.menu ul li:nth-child(3n) a{
    transform:rotate(-3deg);
    position:relative;
    top:-5px;
    background:#ccf;
}
.menu ul li:nth-child(5n) a{
    transform:rotate(5deg);
    position:relative;
    top:-10px;
}

.menu ul li a:hover, .menu ul li a:focus{
    box-shadow:10px 10px 7px rgba(0,0,0,.7);
    transform: scale(1.25);
    position:relative;
    z-index:5;
}