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

/*Carousel scripts*/
.carousel-inner > .item > img,
.carousel-inner > .item > a > img { 
height:350px;
    width: 70%;
    margin:auto;
	}
	
	
.full {
    background:url(../images/NauticalMap.jpg); 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	padding:50px;
    }	
	
	
.logo1 {
		font-family: 'Nothing You Could Do', cursive;
		font-size:75px;
	}
	
.text {font-family: 'Raleway', sans-serif;}

.tag {
		font-family: 'Nothing You Could Do', cursive;
	
	}
	
.logo2 {
		font-family: 'Rock Salt', cursive;
		font-size:75px;
	}
	
.logo3 {
		font-family: 'Shadows Into Light', cursive;
		font-size:75px;
	}
	

ul {
	width:75%;
    height: auto;
   font-family: 'Nothing You Could Do', cursive;
    font-weight: normal;
    text-align: center;
}

li {
    display: inline;
	padding: 30px 30px 30px 30px;
	text-decoration:none;
	font-size:25px;
}

a {color:inherit;
text-decoration:none;
}
