@import url('https://fonts.googleapis.com/css?family=Heebo:100,300,400,500,700,800,900');
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900');

* {
    margin: 0px;
    padding: 0px;
    border: none;
    outline: none;
}


/*** 

====================================================================
    Global Settings
====================================================================

 ***/

body {
    font-size: 15px;
    color: #777777;
    line-height: 1.8em;
    font-weight: 400;
    background: #ffffff;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    -webkit-font-smoothing: antialiased;
    font-family: 'Roboto', sans-serif;
}

a {
    text-decoration: none;
    cursor: pointer;
    color: #EB422D;
}

a:hover,
a:focus,
a:visited {
    text-decoration: none;
    outline: none;
}

#headerBar {
	width: 100%;
	height: 5px;
	background-color: #47644e;
}

#topHeader {
	width: 100%;
	height: 160px;
	background-color: #000;
}

#headerContent {
	width: 75%;
	height: auto;
	margin: auto;
	overflow: hidden;
}

#tagLine {
	height: 150px;
	width: 263px;
	float: left;
	background-image: url("../images/logo.jpg");
    background-repeat: no-repeat;
	background-size: cover;
}

#contactUs {
	height: 100px;
	padding: 10px;
	margin-top: 50px;
	float: right;
	text-align: right;
}

#mobile-nav, #myNav{
	display: none;
}

#homeContainer {
	width: 100%;
	height: 600px;
	background-image: url("../images/main-image.jpg");
    background-repeat: no-repeat;
	background-size: cover;
}

#homeContainer2 {
	width: 100%;
	min-height: 770px;
	height: auto;
	text-align: center;
	padding-top: 30px;
	background-color: #efefef;
	
}

#homeContainer3 {
	width: 100%;
	height: 600px;
	text-align: center;
	padding-top: 30px;
	background-color: #fff;
	
}

#homeContentBox {
	width: 20%;
	min-height: 650px;
	height: auto;
	border: dashed 1px #999;
	display: inline-block;
	text-align: left;
	margin: 20px 10px 0px 10px;
	vertical-align: top;
	background-color: #fff;
}

#homeHeader {
    font-size: 22px;
	color: #fff;
	padding: 10px;
	font-weight: 500;
	background-color: #000;
}

#homePackages {
    font-size: 13px;
	color: #000;
	padding: 10px;
	background-color: #fff;
}

ul {
	
	margin-left: 20px;
}

.contactData {
    font-size: 15px;
	color: #fff;
}

.sectionHeader {
    font-size: 30px;
	color: #000;
}

input{
    width: 500px;
    height: 30px;
    font-size: 14px;
    border-radius: 4px;
    border: 1px solid #999;
    background-color: #f9f9f9;
	margin-top: 10px;
	font-family: 'Roboto', sans-serif;
	padding: 10px;
}

.createButton {
    width: 300px;
    height: 50px;
    font-size: 20px;
    background-color: #47644e;
	color: white;
	text-transform: uppercase;
	cursor: pointer;
	font-family: 'Roboto', sans-serif;
}

.required {
    font-size: 13px;
	color: red;
	text-transform: uppercase;
	margin-top: 5px;
}

.success {
    font-size: 13px;
	color: blue;
	text-transform: uppercase;
	margin-top: 5px;
}

.error{
	background-image:url(../images/error-bg.png);
}

#footerContainer {
	width: 100%;
	height: 150px;
	background-color: #47644e;
}

#homeFooter {
	width: 75%;
	height: auto;
	margin: auto;
	text-align: center;
	color: white;
	padding-top: 20px;
}

#footerImage {
	width: 175px;
	height: 100px;
	background-image: url("../images/footer-flag.jpg");
    background-repeat: no-repeat;
	float: right;
	margin-top: -75px;
	margin-right: 40px;
}