/* Customize the CSS for Bootstrap  */

@font-face {
    font-family: logoFont;
    src: url(../font/KaushanScript-Regular.otf);
}

body{
	
	background-image: url("../images/ocean2.jpg");
	
	
}

footer,#nav,#content {
		background-image: url("../images/back.jpg");
}

footer h3{
	 font-family: logoFont;
	 color:black;
	 
}
h1{
	font-size: 4em;
	font-family: logoFont;
}

hr {
	width:80%;
	border-style: inset;
    border-width: 4px;
	border-color:gray;
	
}

.bigger {
	font-size:1.2em;
}
.centerme {
	text-align:center;
}

.myfont {
	font-family: logoFont;
}
#content {
		min-height:500px;
}

#logo {
	float:left;
	
}

#logoright {
	float:right;	
}
