@import url(http://fonts.googleapis.com/css?family=Playfair+Display+SC);
@import url(http://fonts.googleapis.com/css?family=Cinzel+Decorative);
@import url(http://fonts.googleapis.com/css?family=Caudex);
@import 'https://fonts.googleapis.com/css?family=Pirata+One';
@import url('https://fonts.googleapis.com/css?family=Open+Sans');
{
	-webkit-animation: text-focus-in 1s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
	        animation: text-focus-in 1s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
}

@-webkit-keyframes text-focus-in {
  0% {
    -webkit-filter: blur(12px);
            filter: blur(12px);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0px);
            filter: blur(0px);
    opacity: 1;
  }
}
@keyframes text-focus-in {
  0% {
    -webkit-filter: blur(12px);
            filter: blur(12px);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0px);
            filter: blur(0px);
    opacity: 1;
  }
}
@-webkit-keyframes slide-in-right {
  0% {
    -webkit-transform: translateX(1000px);
            transform: translateX(1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slide-in-right {
  0% {
    -webkit-transform: translateX(1000px);
            transform: translateX(1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}


body {
    margin: 40px;
    margin-left: 100px;
    margin-right: 100px;
    padding: 40px;
    padding-left: 100px;
    padding-right: 100px;
    background-color: #FFFFFF;
    outline: none;
	/*min-height:100%;*/
 	height:100%;
	color: #404040;
	text-align: left;
	font-family: 'Open Sans', sans-serif;
 	/*background-image: url("Pictures/background.png");
    background-repeat: repeat-y;*/
    }
#navigation {
    background-color: #FFFFFF;
	height : 65px;
	position : fixed;
	font-family: 'Open Sans', sans-serif;
	top : 0;
	width : 100%;
	z-index : 15;
   	border: solid 5px;
   	border-radius: 3px 5px 8px 43px;
    border-left-style: solid;
   	border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-color: #000000;
    -webkit-animation: text-focus-in 1s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
	animation: text-focus-in 1s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
	}
nav > a {
    background-color: #FFFFFF;
    padding: 4px;
    border: solid 5px;
    border-radius: 3px 5px 8px 43px;
    border-left-style: solid;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-color: #000000;
    font-family: 'Open Sans', sans-serif;
    }
div > nav > a {
    background-color: #FFFFFF;
    padding: 14px;
    }
a:link {
    color: #404040;
    }
a:active {
    color: #404040;
    }
a:visited {
    color: #404040;
    }
a:hover {
    color: #143329;
    }
nav {
    font-size: x-large;
    /*font-family: 'Playfair Display SC', serif;*/
	font-family: 'Open Sans', sans-serif;
	font: normal bold;
    border: solid 5px;
    border-radius: 3px 5px 8px 43px;
    border-left-style: solid;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: solid;
    border-color: #000000;
	padding-left: 50px;
    }
h1 {
    /*font-family: 'Pirata One', cursive;*/
    /*font-family: 'Cinzel Decorative', cursive;*/
	font-family: 'Open Sans', sans-serif;
    letter-spacing: .3px;
    padding-left: 50px;
    padding-right: 50px;
    color: #404040;
    background-color: #FFFFFF;
    text-align: left;
    font-style: normal;
    border: solid 5px;
    border-radius: 3px 5px 8px 43px;
    border-left-style: solid;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-color: #000000;
    -webkit-animation: text-focus-in 1s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
    animation: text-focus-in 1s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
}
div > h2 {
    font-family: 'Playfair Display SC', serif;
    letter-spacing: .3px;
    padding-left: 10px;
    padding-right: 10px;
    text-align: left;
    font-style: normal;
    -webkit-animation: text-focus-in 1s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
    animation: text-focus-in 1s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
}
h2  {
    text-align: left;
    -webkit-animation: text-focus-in 1s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
    animation: text-focus-in 1s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
    font-family: 'Open Sans', sans-serif;
    }
p.body {
	text-align: left;
	padding: 10px;
	-webkit-animation: text-focus-in 1s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
        animation: text-focus-in 1s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
	-webkit-animation: slide-in-right 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	animation: slide-in-right 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	font-family: 'Open Sans', sans-serif;
	}