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

body {
		background-color:#FDF2E9;
	}
	
/* Add a background color and some padding to the footer */ 
footer  {
		background-color:#F6DDCC;
		padding: 25px;
	} 
footer a:link { color: black;}
footer a:visited {color: black}
footer a:hover {color: white}
footer a:active {color: white}



h3 {
	font: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	color:#333;
	font-variant:small-caps;
	text-align:left;
	text-shadow: 1px 1px 2px #000000;
}

h4 {
	font: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	color:#333;
	font-variant:small-caps;
	font-weight:600;
}

hr {
	color: #F6DDCC;
	height: 3px;
	background-color: #F6DDCC;
	width:100%;

}

ul {
	text-align: left;
}

#copyright {
		color: black;
		text-align:center;
	}
	
#Pagecontent {
		display: block;
		font-size: 1.2em;
		text-align: center;
	}

  /* Remove the navbar's default margin-bottom and rounded borders */
.navbar {
	background-color: #F6DDCC;
    margin-bottom: 0;
    border-radius: 0;
    }

.koon {
    text-shadow: 2px 2px 3px #000000;
} 

.koon2 {
    text-shadow: 1px 1px 2px #000000;
} 

.jumbotron {
	background-color:#010101;
	color: white;
}

@media screen and (min-width:768px){
.jumbotronTrim {padding-left:200px; padding-right:200px}

.container-fluid p {font-size: 16px; font-family: 'Raleway'; font-weight:300}
.container p {font-size:16px; font-family: 'Raleway'; font-weight:300}
	}
	