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

@import url('https://fonts.googleapis.com/css?family=Boogaloo|Nothing+You+Could+Do');


body {
	background-color:#F2E4C1;
    padding-top: 0px;
}

img {
    position: relative;
    top: 0px;
    bottom: 5px;
    margin-top: 10px;
       
}

.bookatrip {
    margin-bottom: -40px;
}

.about {
    margin-bottom: -40px;
}

.home {
    margin-bottom: -40px;
}

header {
	text-align: center;
	margin-bottom: 10px;
    margin-top: 0px;
}

#wrapper {
	width: 900px;
    height: 700px; 
    margin-top: 100px;
    margin-bottom: 30px; 
    margin-left: auto;
    margin-right: auto;
	text-align: left;
	background-color: white;
    
}

nav {
	background-color:#68A28F;
	text-align: center;
	font-family: Arial Helvetica sans-serif;
    padding-top: 1px;
    padding-bottom: 1px;
}

nav ul {
	display: block;
	margin-left: 0px;
	font-size: 16px;
    text-align: center;
    font-weight: bold;
}

nav li {
	display: inline-block;
	padding: 0 20px;
	margin-bottom: 0;
    color: #F2E4C1;
}

nav a{
    color: #fff;
    text-decoration-line: none;
}

nav a:hover {
	color: #F2E4C1;
}

#trip-nav {
    padding-top: 15px;
    padding-bottom: 15px; 
    
}

#trip-nav li {
    display: inline-block;
    color: #F2E4C1;
    font: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif"sans-serif;
}
main {
	padding: 15px 30px;
    background-color: white;
}


h1, h2, h3 {
	font-family: 'Boogaloo', cursive;
}
    
h1 {
	color: #604c39;
	font-size: 36px;
	margin-bottom: 20px;
	margin-top: 10px;
	text-transform: uppercase;
}

h2 {
	color: #e0412e;
	font-size: 30px;
	margin-bottom: 10px;
}

h3 {
	color: #68A28F;
	font-size: 24px;
	margin-bottom: 20px;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 150%;
	margin-bottom: 16px;
    padding-right: 30px; 
    color: #313131; 
}

button {
	/* position: absolute; is correct. 
    What else needs fixing to get the button in the correct location? */
    position: absolute;
	right: 300px;
	padding: 10px 20px;
	background-color: #e0412e;
	cursor: pointer;
    border-radius: 10px; 
    border: none;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 2px 0 rgba(0,0,0,0.19);
}

button a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	font-size: 16px;
}

footer {
	text-align: center;
	font-size: 12px;
}

table {
	border-collapse: collapse;
	border: 1px solid #000000;
	font-family: Arial, Helvetica, sans-serif;
    
    
}

th {
	background-color: #68A28F;
	color: #fff;
	font-weight: bold;
	text-transform: capitalize;
	text-align: center;
	font-size: 16px;
}
th, td {
	padding: 10px 20px;
	border: 1px solid #000000;
}

td {
	font-size: 14px;
    color: black; 
}

ul {
	list-style-position: inside;
	margin-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

ul.t {
    list-style-type: circle;
}

li {
	margin-bottom: 12px; 
    color: black;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight:bold; 
    
}

.alignleft {
	move: left;
	margin-right: 20px;
}

.alignright {
	float: right;
	margin-left: 20px;
}

#clear {
	clear: both;
}

#column {
	margin-left: 20px;
}

.flex-container {
	display: flex;
	justify-content: space-between;
}

.signature {
	font-family: 'Nothing You Could Do', cursive;
	font-size: 32px;
}

.copyright {
    text-align: center; 
    font-size: 12px; 
    padding-top: 20px;
    margin-bottom: 15px;
}
