*{
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}

/*  last version*/
html{ 
	height: 100%; 
}

body{
    background: rgb(0, 88, 111);
	color: #5b4c5c;
    width: 100%;
	color: black; 
	font-size: 16px; 
	font-weight: 400;
	 -webkit-font-smoothing: antialiased; 
	 -moz-osx-font-smoothing: grayscale; 
    line-height: 1.25;
    font-family: 'Lato', Arial, sans-serif;
	padding: 0;
}

/***************************main********************************/
.main{
	margin: auto;
	position: relative;
    width: 100%;
    height: 100%;
	min-height: 700px;
	text-align: center;

  
}
.main {
    max-width: 1200px;
    margin: auto;
}

/***************************\main********************************/

/***************************header********************************/
header {
    background-color: white;
    text-align: center;
	width: 100%; 
	margin: 0 auto;
	max-width: 100%;
	padding: 10px; 
}
.logo{
	vertical-align: middle;
}
.logo img{
	width: 250px;
	height: 150px;
}


/***************************nav bar********************************/

.navTop{
	margin: 0 auto;
    padding: 20px 0;
}

.navTop a{
	display: inline-block;
    font-weight: 400;
    padding: 5px 2px;
	margin: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
    box-shadow: 0 1px 0 #928792;
	transition: box-shadow 0.2s;
}

.navTop a:hover{
	color: gold;
}
a {
    color: #928792;
    text-decoration: none;
    outline: none;
}
*, *:after, *:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


/***************************\nav bar********************************/
/***************************\header********************************/
.heading {
	margin-top: 30px;
	width: 100%;
    color: #5b4c5c;
	background-color: white;
    font-size: 22px;
    line-height: normal;
    font-weight: normal;
    text-transform: uppercase;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
}



/***************************Footer********************************/
footer {
	/*
	height: 50px;
	 */
   
}
footer {
	position: relative; 
	background-color: white;
	text-align: center;
	padding: 20px 50px 40px 50px;
	width:100%;
	color: black;
    height: 2em;
	bottom: 0;
    left: 0;
    
   
}


/***************************\Footer********************************/


