/* SAMANTHA BLINDE - WHY MINDFULNESS - 2015 */



/* ---------- BODY STYLING  ---------- */

body, html {
	font-family: "chaparral-pro";
	
}

p {
	font-family: "chaparral-pro";
	
}

a {
	font-family: "chaparral-pro";
	text-decoration: bold;
}

a:hover {
	text-decoration: underline;
	transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-webkit-transition: .5s ease-in-out;

}

.activelink {
	color: #ECECEC;
	text-decoration: underline;
}

/* ---------- NAVIGATIONAL STYLING  ---------- */

.navbg {
	background-color: #92A9D5;
}

.fullnav {
	font-size: 1.10em;
	font-weight: 100;
	text-transform: uppercase;
	text-align: center;
	padding: 12px 5px 8px 5px;
}

.fullnav a {
	font-weight: bold;
	color: #FFFFFF;
}

.fullnav a:hover {
	color: #ECECEC;
	text-decoration: underline;
	transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-webkit-transition: .5s ease-in-out;
}


/* ---------- LOGO STYLING  ---------- */

.logo {
	text-align: center;
	min-height: 300px;
	padding: 10%;
	background-image: url('../images/WMlogo.png');
	background-position: 50% 30%;
	background-repeat: no-repeat;
}

.logotext {
	display: inline;
	font-weight: 100;
	font-style: italic;
	font-size: 4em;
	color: #FFFFFF;
	background-color: rgba(59,2,142,0.5);
	padding: 10px;
	margin-bottom: 5px;
}

.logosubtext {
	display: block;
	font-weight: 100;
	padding: 10px;
	font-size: 1.5em;
	color: #8A70DE;
	background-color: rgba(211,247,253,0.9);
	width: 40%;
}


/* ---------- FACT / SECTION STYLING  ---------- */ 


.title {
	text-align: center;
}
.title h1 {
	font-size: 3.5em;
	font-weight: 100;
	font-style: italic;
	color: #FFF;
}

.fact {
	text-align: center;
	padding: 40px 10px;
	min-height: 200px;
}

.fact h3 {
	font-size: 3em;
	font-weight: 100;
	font-style: italic;
}

.fact p {
	padding: 0px 30px;
	font-size: 1.5em;
	text-align: left;
	font-weight: 100;
}

.fact a {
	color: #3F4FD5;
	text-decoration: none;
	font-weight: bold;

}

.fact a:hover {
	color: #2F1179;
	text-decoration: none;
	transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-webkit-transition: .5s ease-in-out;
}

.fbg1 {
		background-color: #84D2F4;
}

.fbg2 {
		background-color: #a5d0fd;
}

.fbg3 {
		background-color: #92B4DC;
}

.fbg4 {
		background-color: #7C8CED;
}

/* ---------- RESOURCE PAGE STYLING  ---------- */ 

.resources {
	text-align: left;
	padding: 20px 10px;
	min-height: 200px;
}

.resources h3 {
	font-size: 3em;
	font-weight: 100;
	font-style: italic;
}

.resources p {
	padding: 0px 30px;
	font-size: 1.5em;
	text-align: left;
	font-weight: 100;
}

.resources a {
	color: #3F4FD5;
	text-decoration: none;
	font-weight: bold;

}

.resources a:hover {
	color: #2F1179;
	text-decoration: none;
	transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-webkit-transition: .5s ease-in-out;
}

.resources ul {
	list-style-type: none;
}

.resources li {
	font-size: 1.25em;
}

.authornote {
	font-size: .75em;
	font-style: italic;
}

/* ---------- FOOTER STYLING  ---------- */ 

.footer {
	margin-top: 0px;
	background-color: #92A9D5;
}

.footerright {
	background-color: #606EB1;
	margin-top: -10px;
	min-height: 310px;
	text-align: center;
}

.footerright h1 {
	font-weight: 100;
	font-size: 3em;
	font-style: italic;
	color: #FFFFFF;
}

.footerright p {
	color: #FFF;
	font-style: italic;
	font-size: 1.10em;
}
.footerleft {
	min-height: 200px;

}

.footerleft h1  {
	font-weight: 100;
	font-size: 2em;
	font-style: italic;
	color: #FFFFFF;
}

.footerleft ul {
	list-style-type: none;
	padding: 0px;
}

.footerleft li {
	font-size: 1.10em;
	padding: 10px 0px;
}

.footerleft a {
	color: #D7F6FC;
	text-transform: uppercase;
	font-weight: bold;
}

.footerleft a:hover {
	text-decoration: underline;
}

.footerleft a:active {
	text-decoration: underline;
}


/* ---------- ADDITIONAL PAGE STYLING ---------- */ 

.source {
	font-size: .8em;
	vertical-align: super;
}

.textl {
	text-align: left;
}

.subnav {
	font-size: 1.75em;
}


/* ---------- ANIMATED ICON STYLING   ---------- */ 

.health {
	padding: 20px;
	max-width: 200px;
	animation: bounce 1.5s infinite alternate ease-in-out;
	-webkit-animation: bounce 1.5s infinite alternate ease-in-out;
	position: relative;
}
 
.pain {
	padding: 20px;
	max-width: 200px;
	animation: brighten 1.5s infinite alternate ease-in-out;
	-webkit-animation: brighten 1.5s infinite alternate ease-in-out;
	position: relative;
}

.brain {
	padding: 20px;
	max-width: 200px;
	animation: glowing 1.5s infinite alternate ease-in-out;
	-webkit-animation: glowing 1.5s infinite alternate ease-in-out;
	position: relative;
}

.head {
	margin: 0 auto;
	width: 150px;
	height: 150px;
}

.head img {
	padding-top: 10px;
	max-width: 100px;
}

.cloud {
	max-width: 110px;
	animation: lighten 2s infinite alternate ease-in-out;
	-webkit-animation: lighten 2s infinite alternate ease-in-out;
}

/* ---------- ANIMATION KEYFRAMES   ---------- */ 

@keyframes bounce {
    0% {top: 0px;}
    100% {top: 20px;}
}

@-webkit-keyframes bounce {
    0% {top: 0px;}
    100% {top: 20px;}
}

@-webkit-keyframes brighten {
    0% {opacity: 0.2; }
    50% {opacity: 0.9; 	transform: rotate(7deg);}
    75% {opacity: 0.5; 	transform: rotate(-7deg);}
    100% {opacity: 1;}
}

@keyframes brighten {
    0% {opacity: 0.2; }
    50% {opacity: 0.9; 	transform: rotate(7deg);}
    75% {opacity: 0.5; 	transform: rotate(-7deg);}
    100% {opacity: 1;}
}

@keyframes lighten {
    0% {opacity: 1; }
    100% {opacity: 0;}
}

@-webkit-keyframes lighten {
    0% {opacity: 1; }
    100% {opacity: 0;}
} 

@keyframes glowing {
	0% {
	-webkit-filter: drop-shadow(0px 12px 7px rgba(255,255,255,0.0));
	filter: drop-shadow(0px 12px 7px rgba(255,255,255,0.0));
	}
	100% {
	-webkit-filter: drop-shadow(0px 0px 30px rgba(120,73,201,0.9));
	filter: drop-shadow(0px 0px 30px rgba(120,73,201,0.9));
 	}
}

@-webkit-keyframes glowing {
	0% {
	-webkit-filter: drop-shadow(0px 12px 7px rgba(255,255,255,0.0));
	filter: drop-shadow(0px 12px 7px rgba(255,255,255,0.0));
	}
	100% {
	-webkit-filter: drop-shadow(0px 0px 30px rgba(120,73,201,0.9));
	filter: drop-shadow(0px 0px 30px rgba(120,73,201,0.9));
 	}
}


 
/* ---------- MOBILE MENU   ---------- */ 
@media screen and (min-width: 860px) {
    .menu {
        width:100%;
        padding:10px 18px;
        border-radius:3px;
    }
}
 
.menu ul {
    display:inline-block;
}
 
.menu li {
    margin:0px 50px 0px 0px;
    float:left;
    list-style:none;
    font-size:17px;
    text-transform: uppercase;
}

 
.menu li:last-child {
    margin-right:0px;
}
 
.menu a {
    color:#fff;
    transition:color linear 0.15s;
}
 
.menu a:hover, .menu .current-item a {
    text-decoration:none;
    color:#FFF;
}
 

.menu a:active {
	text-decoration: underline;

}

/* ---------- MOBILE MENU - TOGGLE BUTTON STYLING  ---------- */ 
.toggle-nav {
    display:none;
}



/* ---------- RESPONSIVE STYLING   ---------- */ 

/* ---------- RESPONSIVE DESKTOP STYLING   ---------- */ 
 
@media screen and (min-width: 993px) {

	nav {
		display: none;
	}

	.fullnav {
		display: inline;
	}

}
 
/* ---------- RESPONSIVE TABLET STYLING   ---------- */ 
@media screen and (max-width: 992px) {

	.fullnav {
		display: none;
	} 



    .menu {
        position:relative;
        display:inline-block;
    }
 
    .menu ul.active {
        display:none;
    }
 
    .menu ul {
        width:400px;
        position:absolute;
        top:120%;
        left:0px;
        padding:10px 18px;
        box-shadow:0px 1px 1px rgba(0,0,0,0.15);
        border-radius:3px;
        background: #606EB1;
        z-index: 99;

    }
 
    .menu ul:after {
        width:0px;
        height:0px;
        position:absolute;
        top:0%;
        left:22px;
        content:'';
        transform:translate(0%, -100%);
        border-left:7px solid transparent;
        border-right:7px solid transparent;
        border-bottom:7px solid #606EB1;
    }
 
    .menu li {
        margin:5px 0px 5px 0px;
        float:none;
        display: block;
        padding: 10px;

    }
 
    .menu a {
        display:block;
    }
 
    .toggle-nav {
        padding:20px;
        float: left;
        display:inline-block;
        border-radius:3px;
        color:#FFF;
        font-size:20px;
        transition:color linear 0.15s;
    }
 
    .toggle-nav:hover, .toggle-nav.active {
        text-decoration: none;
        color: #FFF;
    }
 
}
/* ---------- RESPONSIVE MOBILE STYLING   ---------- */ 

@media screen and (max-width: 768px) {

.fact h3 {
	font-size: 1.75em;
	margin: 30px 5px 10px 5px;
	line-height: 1.5em;
}

.title h1 {
	font-size: 2em;
}

.logotext {
	font-size: 2.25em;
}

.logosubtext {
	font-size: 1.15em;
	width: 60%;
}

.fact p {
	font-size: 1.15em;
}

.subnav {
	font-size: 1.5em;
}

.resources h3 {
	font-size: 2em;
	margin-left: 5px;
}
}
