html {
    overflow-y: scroll;
	height: 100%;
	box-sizing: border-box;	
	font-size: 16px;

}

body {
    background-color: #d4dfeb;
    font-family: Keep Calm;
    margin: 0;
    min-height: 100%;
    /* position: relative; */
	position: inherit;
}

p {
    font-size: 1em;
    line-height: 1.4;
    margin: 0;
}

.body-container {
    background-color: #d4dfeb;
    margin: 0 auto;
    padding-bottom: 43px;
    padding-left: 4%;
    padding-right: 4%;
}

header {
    background-color: #557faf;
    overflow: hidden;
    padding-bottom: 6px;
    padding-left: 8px;
    padding-top: 7px;
    color: red;
}

.cm-logo {
    opacity: 1; 
    stroke: white;
    stroke-width: 2;
}


@keyframes hideshow {
  100% { opacity: 1;
		stroke-width: 2;
  }
  45% { opacity: 0.75; 
		stroke: #557faf;
		stroke-width: 120;
  }
  15% { opacity: 0.5; 
		stroke-width: 2;
  }
  0% { opacity: 0; }
} 

.cm-logo {
  animation: hideshow 4s ease-in-out   1;
}

@keyframes cakemix-hideshow {
  100% { 
		fill: #000000;
  }
  90% { 
		fill: #000000;
  }
  60% { 
		fill: #000000;
  }
  25% { 
		fill: #ffffff;
  }
  10% { 
		fill: #B4C7DC;
  }  0% { 
		fill: #d4dfeb;
  }
} 

.cakemix-letter{
	animation: cakemix-hideshow 12s ease-in-out  1;
	
}

.cakemix-letter{
}


#layer4 {
	opacity: 0.75;
	
}

#layer4 {
  
}


h1{
	margin: 0;
}

h2 {
font-family: Varela Round;
font-size: 82px;
color: lightgray;
padding-top: 0%;
margin-left: -6px;
margin-top: 0;
margin-bottom: 2%;
}

h3 {
    font-family: Keep Calm;
    font-size: 1.2rem;
    font-weight: normal;
    margin-top: 1%;
    margin-bottom: 1%;
    /* text-decoration: underline; */
    color: #413f54;
}

a {
    color: #557faf;
}

.site-header {
    color: #557faf;
    float: left;
    font-family: Keep Calm;
    font-size: 57px;
    line-height: 1.2;
    text-align: center;
    width: 304px;
}

.site-header a {
    color: #f0f0f0;
    display: block;
    margin-top: -7px;
    text-decoration: none;
    /* text-shadow: 1px 1px 1px #f0f0f0; */
}

.page-content {
    overflow: hidden;
}


/******************************
	Navigation
******************************/


/*

.site-nav--list {
    box-sizing: border-box;
    list-style: outside none none;
    position: relative;
    transition: height 250ms linear 200ms, padding-top 100ms ease-in-out 200ms, padding-bottom 100ms ease-in-out 200ms;
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    clear: none;
    display: block;
    float: right;
    height: auto;
    margin: 1.75rem 1rem 0 0;
    overflow: visible;
    padding: 0;
}


.site-nav--item {
    display: inline-block;
    opacity: 1;
    text-align: center;
    transform: scale(1);
    line-height: 1em;
    transform-style: preserve-3d;
    transition: opacity 250ms ease-in 250ms, transform 250ms ease-in 250ms, -webkit-transform 250ms ease-in 250ms;
    vertical-align: middle;
}

*/

.mobile-menu-drop-down{
	display: none;
	background-color: #557faf;
	padding: 8px;
}

.mobile-menu-drop-down ul {
    margin-bottom: 0;
    margin-top: 0;
    padding-left: 0;
}

.mobile-menu-drop-down li {
    list-style: outside none none;
    margin-bottom: 15px;
    margin-top: 15px;
}

a.mob-nav {
    color: white;
    font-family: keep calm;
    text-decoration: none;
}











.top-nav {
    color: white;
    float: right;
    padding-top: 35px;
}

.top-nav ul {
    margin: 0;
    
    padding: 0;
}


.top-nav li {
    float: left;
    height: 23px;
    list-style: outside none none;
    padding-left: 12px;
    padding-right: 14px;
    position: relative;
}

.top-nav li:last-child {
    margin-right: 14px;
}

.top-nav a{
    margin-left: 0px;
    margin-right: 0px;
}

.top-nav a:hover {
	/* text-decoration: underline; */
}

.site-nav--link::after {
    border-bottom: 2px solid #ffffff;
    bottom: -2px;
    content: "";
    left: 50%;
    margin: 0 auto;
    opacity: 0;
    position: absolute;
    right: 50%;
    transition: left 250ms ease-in-out 0s, right 250ms ease-in-out 0s;
	z-index: 0;
}

.site-nav--link:hover::after{
	left: 12px;
	opacity: 1;
	right: 14px;
	transition: left 100ms ease-in-out 0s, right 100ms ease-in-out 0s;

}

.active-site-nav::after {
    opacity: 1;
    left: 12px;
    right: 14px;
}

.mobile-menu {
    display: none;
}

.mobile-menu a {
    color: white;
    font-family: keep calm;
    text-decoration: none;
}

.mobile-menu a:hover {
    text-decoration: underline;
}


 .bun, .burger,  .toppings {
    border-bottom: 2px solid;
    height: 0;
    left: 0;
    perspective: 1000px;
    position: absolute;
    transform-origin: center center 0;
    transition-delay: 0s;
    transition-duration: 400ms;
    transition-property: top, margin-top, left, width, transform, -webkit-transform;
    transition-timing-function: ease-in-out;
    width: 100%;
	color: #ffffff;
}

.bun {
    margin-top: -2px;
    top: 100%;
}

.burger {
    margin-top: -1px;
    top: 50%;
}

.toppings {
    top: 0;
}

.hamburger {
    display: inline-block;
    height: 12px;
    margin-right: 2px;
    position: relative;
    transition: transform 400ms ease-in-out 0s, -webkit-transform 400ms ease-in-out 0s;
    vertical-align: 0;
    width: 15px;
}

.menu a, .menu-bar a {
    color: #557faf;
    text-decoration: none;
}

.menu-bar .container {
    padding-bottom: 6px;
    padding-top: 10px;
}


.container {
    float: right;
    height: 24px;
    margin: 0 auto;
    overflow: hidden;
    padding: 35px 0 2px;
    width: 595px;
}

.menu-bar {
    background-color: white;
    border-top: 1px solid #557faf;
	border-bottom: 2px solid #557faf;
    display: block;
    font-family: Keep Calm;
    left: 0;
    right: 0;
    text-align: center;
    /* text-transform: uppercase; */
    top: 0;
    transform: translate3d(0px, 0px, 0px);
    transition: all 400ms ease 0s;
    z-index: 3;
}

.menu-button a:hover{
	text-decoration: underline;
}

.hamburger {
    cursor: pointer;
}

.site-nav--link {
    color: white;
    font-family: Keep Calm;
    text-decoration: none;
}


/**************************
	Home Content
**************************/

.home-quote-wrapper {
    margin: 0 auto;
    width: 500px;
	overflow: hidden;
}

.home-hero {
	padding-bottom: 0;
	padding-top: 5rem;
}


#text6560, #text6560-3, #text6560-3-0 {
	fill: #557faf;
}


.home-banner {
    color: #557faf;
    font-family: keep calm;
    padding-bottom: 1rem;
    padding-top: 1rem;
    text-align: center;
}



.home-banner--main {
    font-size: 3rem;
    padding-top: 3rem;
}

.home-banner--sub {
    font-size: 27px;
    padding-top: 2rem;
}

.home-banner--sub {
    font-size: 27px;
}

.home-quote {
    color: #3d3d3d;
    float: left;
    font-family: "Keep Calm";
    font-size: 30px;
	font-weight: bold;
    padding-left: 2%;
    padding-top: 8%;
    width: 349px;
}

.bracket {
    float: left;
    font-family: Poiret One;
    font-size: 126px;
    padding-top: 11px;
    text-shadow: 1px 1px 1px #a8ceea;
    width: 12%;
	color: #557faf;
}

.home-quote p {
    margin: 0;
}


.home-units {
    clear: both;
    /* height: 253px; */
    margin: 0 auto;
    overflow: hidden;
    padding-top: 5%;
    /* width: 96%; */
}


@keyframes animatedBackground {
	from { background-position: 0 100%; }
	to { background-position: 100% 100%; }
}



.home-unit {
    background-color: white;
    border: 2px solid #557faf;
    /* border-radius: 12px; */
    box-shadow: 1px 1px 4px #a8ceea;
    color: #3d3d3d;
    float: left;
    font-family: Keep Calm;
    height: 193px;
    margin-right: 1.92%;
    padding: 10px;
	margin-bottom: 2%;
    /* width: 27%; */
}

.home-unit > p {
    padding-bottom: 2%;
}

.home-unit:last-child {
    margin-right: 0;
}

.home-mothers {
    background-color: #557faf;
    color: white;
    display: flex;
    font-family: Keep Calm;
    height: 37px;
    margin-top: 4%;
	
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  /* padding: 1rem; */
 
  text-align: center;
  
}

.remember {
    margin: 2% auto 0;
    padding-top: 2%;
}


.copyright {
    font-family: Open Sans;
    font-size: 15px;
    font-weight: bold;
	white-space: nowrap;
}

.raf{

    width: 7px;
    height: 7px;
    /* border-radius:50%; */
    /* background-color:#DD5867; */
	background-color:#557faf;
    background-clip:content-box;
    padding: 4px;
    border: 5px solid #557faf;
	
	
	float: right;
}

.raf:hover{

	border-radius:50%;
	/*background-color:#DD5867;*/
     background-color:#557faf ;
    border: 5px solid #DD5867;
	transition: background-color 1s ease 0s, border 1s ease 0s;

}


.find-out-wrapper {

}

.find-out-wrapper:hover {

	    
}


.find-out-more::after {
    background-clip: content-box;
    background-color: white;
    border: 2px solid white;
    content: "";
    float: right;
    height: 6px;
    padding: 7px;
    width: 6px;
}

.find-out-more:hover::after{

	border-radius:50%;
	/*background-color:#DD5867;*/
    background-color:#DD5867;
    border: 2px solid #557faf;
	transition: all 1s ease 0s, border 1s ease 0s;

}

.find-out-more {
    background-color: #557faf;
    border: 2px solid #3d3d3d;
    color: white;
    margin-top: 5px;
    overflow: hidden;
    padding: 5px 5px 5px 9px;
    transition: background-color 1s ease 0s, border 1s ease 0s;
    float: left;
    font-size: 0.8rem;
    line-height: 1.8;
    width: calc(100% - 17px);
}

.find-out-more:hover{
	background-color: white;
	color: #557faf;
	border: 2px solid #557faf;
	
}

.find-out-more > a {
    color: white;
    text-decoration: none;
}

.find-out-more > a:hover {
	color: #557faf;
}

.find-out-more a:hover{
	/*color: #DD5867;*/
	/* transition: color 0.3s ease 0s; */
}


.cross::after {
    background: #dd5867 none repeat scroll 0 0;
    content: "";
    height: 5px;
    left: -10px;
    position: absolute;
    top: 10px;
    width: 25px;
}
.cross {
    background: #dd5867 none repeat scroll 0 0;
    height: 25px;
    position: relative;
    width: 5px;
	float: left;
	margin-left: 3%;
	margin-right: 3%;
}


.burst-8::before {
    background: #dd5867 none repeat scroll 0 0;
    content: "";
    height: 18px;
    left: 0;
    position: absolute;
    top: 0;
    transform: rotate(135deg);
    width: 18px;
}
.burst-8 {
    background: #dd5867 none repeat scroll 0 0;
    height: 18px;
    position: relative;
    text-align: center;
    transform: rotate(20deg);
    width: 18px;
	float: left;
	margin-right: 1%;
	margin-top: 3px;
}

.pacman { width: 0px; height: 0px; border-right: 60px solid transparent; border-top: 60px solid red; border-left: 60px solid red; border-bottom: 60px solid red; border-top-left-radius: 60px; border-top-right-radius: 60px; border-bottom-left-radius: 60px; border-bottom-right-radius: 60px; }

.crown {
    font-size: 25px;
}

.body-container li {
    color: #557faf;
    font-family: keep calm;
    list-style: outside none none;
}

/*********************************
	About Me
*********************************/

.intro-body {
    overflow: hidden;
    position: relative;
	padding-top: 74px;
}


#svg3361 {
    height: 48px;
    float: right;
    width: 29px;
    margin-top: -6px;
    margin-right: -3px;
}
/*
.about-me--person-wrapper::after {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: red transparent transparent;
    border-image: none;
    border-style: solid;
    border-width: 15px;
    content: "";
    height: 0;
    left: 50%;
    margin-left: -15px;
    position: absolute;
    top: 0;
    width: 0;
}
*/

h1 {
    font-size: 2rem;
}

.text-block > h1 {
    color: #faf9f7;
	float: left;
	width: 86%;
}

.page-heading-wrapper{
    background-color: #94afcd;
    border-bottom: 2px solid #3c3f53;
    box-shadow: 1px 1px 3px #b4c7dc;
    margin-bottom: 1rem;
    overflow: hidden;
    position: relative;
	clear: both;
}

.page-sub-header h1 {
    font-size: 1.5rem;
	line-height: 1.7;
}

.page-heading-wrapper.page-sub-header {
    background-color: #94afcd;
    margin-top: 1em;
}

.about-me--person-wrapper, .text-block-wrapper {
    background-color: #faf9f7;
    border-bottom: 2px solid #3c3f53;
    box-shadow: 1px 1px 3px #b4c7dc;
    margin-bottom: 1rem;
    overflow: hidden;
    position: relative;
}

.text-block-wrapper {
    width: 23.5%;
    float: left;
    margin-right: 2%;
	height: 273px;
}

.text-block-wrapper:nth-child(4n) {
	margin-right: 0;
}

.about-me--person-wrapper {
    float: left;
    margin-right: 2%;
    width: 23.5%;
}

.about-me--person-wrapper:nth-child(4n) {
    margin-right: 0;
}


.about-me--person--photo {
	float: left;
}

.about-me--person--photo {
	float: left;
}

img.about-me--person--photo {
    width: 100%;
    height: auto;
}


.about-me--person--greeting {
    color: #413f54;
    font-size: 1.8rem;
    text-shadow: -1px 3px 9px #b8b09d;
}

.about-me--person--name-container {
    margin-top: 31%;
}

.about-me--person--name-wrapper {
    float: left;
    position: relative;
    text-align: center;
    width: 60%;
}

.text-block {
    padding: 0.6rem;
}

.text-block p {
    color: #413f54;
    font-family: Arial, sans-serif;
    font-size: 1rem;
    font-weight: normal;
	padding-bottom: 2%;
}

.text-block p:last-child {
	padding-bottom: 4%;
}

.highlight {
    font-size: 2.5vw;
    padding-left: 4%;
	background-color: #6B8098;
    color: white;
}

.highlight-red {
    background-color: #b80906;
}

.highlight-purple {
    background-color: #9d1661;
    color: white;
    padding-left: 4%;
}

.highlight-blue {
    background-color: #0a3797;
}

.lowlight:hover {
    opacity: 1;
}
.lowlight {
    opacity: 0.5;
    font-size: 16px;
    padding-top: 1.5%;
    padding-bottom: 1.5%;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 21px;
    transition: opacity 0.4s;
}

.text-block a {
    text-decoration: none;
}

.text-block-title {
    padding: 0;
}

.text-block-text {
    padding: 4%;
}

.text-block-background-mfizz-icon::after {
    font-family: FontMfizz;
    font-size: 17vw;
    padding-top: 0;
    line-height: 1;
    padding-left: 0;
    opacity: 0.15;
    position: absolute;
    top: 10vw;
    left: 11vw;
    margin: -26% 0 0 -30%;
    color: red;
}


.text-block-background-fa-icon::after {
    font-family: FontAwesome;
    font-size: 17vw;
    padding-top: 0;
    line-height: 1;
    padding-left: 0;
    opacity: 0.15;
    position: absolute;
    top: 10vw;
    left: 11vw;
    margin: -26% 0 0 -30%;
    color: red;
}

.text-block-html5::after {
    content: "\f13b";
}

.text-block-css3::after {
    content: "\f13c";
}

.icon-javascript {
 }

.fa {
    font-size: 21px;
    float: right;
    padding-right: 16px;
}
 
.inline-icon{
    font-size: 4rem;
	float: left;
	margin: 0;
	padding: 0;
	line-height: 1;
	color: #6B8098;
}

.icon-php-alt, .icon-mysql, .icon-html5 , .icon-css3 {
    margin-top: 6px;
    margin-bottom: -6px;
}

.icon-css3 {
    clear: both;
}

.cakemix-single-icon {
    stroke: white;
}

#text6560.cakemix-single-letter {
    fill: white;
}

/*********************************
	What I do
*********************************/

.three-col:nth-child(3n) {
    margin-right: 0;
}
.three-col {
    width: 32%;
}

.wid-block {
    height: 650px;
}

.crossed-out {
    text-decoration: line-through;
    color: #B8B7BF;
}

/*********************************
	Portfolio
*********************************/

.portfolio-block img {
    width: 100%;
    margin: 0 auto;
    border: 0px solid #94afcd;
    border-radius: 0;
}

.two-col {
    width: 32%;
}

.two-col:nth-child(2n) {
    margin-right: 0;
}

.portfolio-block{
	height: auto;

}

.text-block-wrapper.three-col.portfolio-block:nth-child(4n) {
    margin-right: 2%;
	clear: both;
}


/*********************************
	Contact Me
*********************************/

/*
.outer {
    display: table;
    position: absolute;
    height: 100%;
    width: 100%;
}

.middle {
    display: table-cell;
    vertical-align: middle;
}
*/

.email-contact {
    margin-left: auto;
    margin-right: auto;
    color: #3c3f53;
    width: 100%;
    font-size: 19px;
    padding-top: 2%;
    text-align: center;
    padding-bottom: 2%;
	height: auto;
}

.email-contact .text-block {
    width: 35%;
    margin-left: auto;
    margin-right: auto;
	padding-top: 2%;
}

/*********************************
	Footer
*********************************/
.footer-text {
    color: #557faf;
    font-family: keep calm;
    padding-bottom: 1%;
    text-align: center;
	
	
}

footer {
/*
    border: 4px solid #557faf;
    border-radius: 7px;
    box-shadow: 1px 1px 4px #a8ceea;
    margin: 3% auto;
    width: 54%;
*/
}



#animate-area	{ 
	width: 560px; 
	height: 400px; 
	background-image: url(bg-clouds.png);
	background-position: 0px 0px;
	background-repeat: repeat-x;

	animation: animatedBackground 40s linear infinite;
}






