@charset "UTF-8";

html {
	background: #4898b1;
	color: #b7b09c;
	font-family: sans-serif;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.5;
	-moz-osx-font-smoothing: grayscale;
	height: 100%;
}

body {
	margin: 0;
	height: 100%;
}

a {
	background-color: transparent;
	color: inherit;
	cursor: pointer;
	text-decoration: none;
}

a:active,
a:hover {
	outline: 0 none;
}

audio, canvas, iframe, img, svg, video {
	vertical-align: middle;
}

audio, canvas, img, video {
	box-sizing: border-box;
	height: auto;
	max-width: 100%;
}

img {
	border-style: none;
}

svg {
	width: 100%;
}

svg:not(:root) {
	overflow: hidden;
}

/* Typography
----------------------------------------------------------------------------- */

@font-face {
	font-family: 'Assemblage';
	src: url('fonts/Assemblage/Bold/assemblage-bold.eot');
	src: url('fonts/Assemblage/Bold/assemblage-bold.eot?#iefix') format('embedded-opentype'),
		 url('fonts/Assemblage/Bold/assemblage-bold.woff') format('woff'),
		 url('fonts/Assemblage/Bold/assemblage-bold.ttf') format('truetype'),
		 url('fonts/Assemblage/Bold/assemblage-bold.svg#assemblage-bold') format('svg');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'Assemblage';
	src: url('fonts/Assemblage/Italic/assemblage-italic.eot');
	src: url('fonts/Assemblage/Italic/assemblage-italic.eot?#iefix') format('embedded-opentype'),
		 url('fonts/Assemblage/Italic/assemblage-italic.woff') format('woff'),
		 url('fonts/Assemblage/Italic/assemblage-italic.ttf') format('truetype'),
		 url('fonts/Assemblage/Italic/assemblage-italic.svg#assemblage-italic') format('svg');
	font-weight: normal;
	font-style: italic;
}

/* Leading content
----------------------------------------------------------------------------- */

.mc-leader-section {
	background-image: url('images/mindcookies_back_pic.png');
    background-position: left bottom;
    background-size: cover;
    height: 100vH;
    width: 100%;
    background-repeat: no-repeat;
}

.mc-container {
	position: relative;
	height: 100%;
}

.mc-center-box {
	left: 50%;
	max-width: 800px;
	position: absolute;
	top: 32%;
	transform: translate(-50%,-50%);
	width: 75%;
}
@media (min-width: 768px) {
	.mc-center-box {
        top: 50%;
    }
}

.mc-main-logo {
    position: relative;
}
@media (min-width: 768px) {
	.mc-main-logo {
        padding-top: 6%;
    }
}

.gradient stop {
	stop-color: #cec8b2;
}

.gradient-alt stop {
	stop-color: #f8f7e3;
}

#m {
	animation-duration: 8s;
	animation-delay: 0.2s;
}
#m stop {
	stop-opacity: 0.8;
}

#i {
	animation-duration: 5s;
	animation-delay: 0.175s;
}
#i stop {
	stop-opacity: 0.8;
}

#n {
	animation-duration: 11s;
	animation-delay: 0.125s;
}
#n stop {
	stop-opacity: 0.8;
}

#d {
	animation-duration: 4s;
	animation-delay: 0.2s;
}
#d stop {
	stop-opacity: 0.8;
}

#c {
	animation-duration: 7s;
	animation-delay: 0.2s;
}
#c stop {
	stop-opacity: 0.8;
}

#o {
	animation-duration: 3s;
	animation-delay: 0.275s;
}
#o stop {
	stop-opacity: 0.7;
}

#o_1 {
	animation-duration: 3s;
	animation-delay: 0.2s;
}
#o_1 stop {
	stop-opacity: 0.7;
}

#k {
	animation-duration: 5s;
	animation-delay: 0.175s;
}
#k stop {
	stop-opacity: 0.8;
}

#i_1 {
	animation-duration: 9s;
	animation-delay: 0.075s;
}
#i_1 stop {
	stop-opacity: 0.8;
}

#e {
	animation-duration: 3s;
	animation-delay: 0.125s;
}
#e stop {
	stop-opacity: 0.8;
}

#s {
	animation-duration: 6s;
	animation-delay: 0.15s;
}
#s stop {
	stop-opacity: 0.8;
}

/* Main menu
----------------------------------------------------------------------------- */

.mc-menu-box {
    padding: 40px 0 0;
    width: 130px;
    margin: 0 auto;
}
@media (min-width: 600px) {
    .mc-menu-box {
        padding: 2% 0 0;
        width: 90%;
    }
}

.mc-main-menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 550px;
    margin: auto;
    line-height: 1.1;
}
@media (min-width: 600px) {
	.mc-main-menu {
        justify-content: space-between;
        line-height: inherit;
	}
}

.menu-item a {
	color: #cec8b2;
	font-family: 'Assemblage';
	font-size: 21px;
	font-weight: bold;
	opacity: 1;
	transition: all .5s;
}
@media (min-width: 768px) {
	.menu-item a {
        font-size: 24px;
	}
}

.menu-item a:hover {
	color: #f8f7e3;
	opacity: 0.8;
}

.menu-item a span {
	font-style: italic;
	font-size: 25px;
	margin-left: 2px;
    font-weight: normal;
}
@media (min-width: 768px) {
	.menu-item a span {
        font-size: 30px;
	}
}

.menu-item.music {
	left: 30%;
	width: auto;
}

.menu-item.book {
	left: 45%;
	width: auto;
}

.menu-item.score {
	left: 55%;
	width: auto;
}

.menu-item.cookies {
	left: 70%;
	width: auto;
}
