@charset "UTF-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}
/* == Text Junk == */


body, html {
	font-family: "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif; /*Works best with Myriad Pro*/
	height: 100%;
    background-color: #3c3544;
}

p, h1, h2, h3 {
	margin-left: 10px;
    margin-right: 10px;
	color: #e6f2f5; /* Note: use this as color for ALL text*/
}

h1, h2, h3 {
	font-weight: normal;
}

ul {
    margin-left: 25px;
    padding: 5px;
}

p {
	margin-top: 15px;
	font-size: 1em;
    padding-left: 20px;
}

/* == Container and Div Stuff == */
div {
	width: 1300px;
	margin: 0 auto;
	padding-bottom: 0;
	color: #e6f2f5;
}



.wrapper {
	background-color: #d8b3e0;
	width: 80%;
	min-height: 90%;
	margin: auto;
	padding-top: 100px;
	padding-bottom: 25px;
}

.divHead {
	background-color: #988dd3;
/*    background-color: rgba(160, 174, 235, .7);*/
	height: 50px;
	line-height: 50px;
}


header {
/*	background-color: rgba(160, 174, 235);*/
    background-color: rgba(137, 128, 191);
	height: 75px;
	line-height: 75px;
	width: 650px;
	position: absolute;
	top: 25px;
	margin-left: 50px;
    padding-left: 20px;
}

/* == Nav Junk == */


img {
    display: block;
	margin: 0 auto;
    padding: 50px;
    width: 50%;
    height: 50%;
}

nav {
	background-color: rgba(137, 128, 191, .55);
	text-decoration: none;
	width: 545px;
	height: 35px;
	line-height: 35px;
	position: absolute;
	top: 100px;
	margin-left: 155px;
}

nav a, nav a:visited {
	text-decoration: none;
	color: #e6f2f5;
	margin-left: 10px;
	padding: 10px;
}

nav a:hover {
	color: #5DC6E7;
}

.text {
    background-color: rgba(50,0,50,.25);
    width: 90%;
    padding-left: inherit;
    padding-right: inherit;
    /* padding-bottom: 15px; */
    padding-top: 15px;
    margin-bottom: 10px;
    /* margin: inherit; */
    height: 734px;
}

.email {
    background-color: rgba(0,0,0,.2);
}
hr {
/*    color: white;*/
    width: 75%;
    border: 2px solid white;
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 10px;
    opacity: .5;
/*
    margin-left: 10%;
    margin-right: 10%;
  
*/
}

footer {
	background-color: rgba(137, 128, 191);
	color: #e6f2f5;
	width: 80%;
	height: 1.3em;
	line-height: 1.3em;
	margin: 0 auto;
}

footer p {
	padding: 0;
	margin: 0;
	margin-left: 5px;
}

.container {
	background-color: #A0AEEB;
	width: 80%;
	margin: auto;
	margin-top: 60px;
	padding-top: 0px;
	padding-bottom: 50px;
    margin-bottom: 50px;
	min-height: 70%;
}

.container_Text {
	background-color: #A0AEEB;
	width: 80%;
	margin: auto;
	margin-top: 60px;
	padding-top: 0px;
	padding-bottom: 50px;
    margin-bottom: 50px;
	min-height: 70%;
}

.containerLyla {
	background-image: url("../images/lyla.png");
    background-color: rgba(160, 174, 235, .7);
    background-repeat: no-repeat;
/*    background-attachment: fixed;*/
    background-position: center;
    background-blend-mode: color;
/*    margin-right: 10%;*/
    padding-right: 5%;
    padding-left: 5%;
    /* padding-top: 10px; */
    margin-top: 10px;
    margin-bottom: 10px;
    height: 749px;
}


/* ===LINKS=== */

a {
	color: #78CDE8;
}

a:hover {
	color: #BCE0EC;
}

a:visited {
	color: #97C5D4;
}



blockquote { /*Only used on index*/
	color: #e6f2f5;
	text-align: center;
	font-style: italic;
	padding: 10px;
}