a {
    text-decoration: none;
    font-weight: bold;   
}

header {
    position: ;
    background-color: white;
    margin: auto;
    max-width: 1180px;
}

.stay {
    position: fixed ;
    background-color: white;
}

.banner img{
    max-width: 100%;
}

body{
	text-align: left;
	font-family: Helvetica;
	margin: 0;
}



.space {
    margin-top: px;
    height: 175px;
}



.main {
	overflow-x:;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	
}

header {
	padding: 10px;
}

h1{
	font-weight: bold;
	color: #555859;
	font-family: Helvetica;
	font-size: 39px;
}



p {
	font-family: Helvetica;
    line-height: 1.5;
} 

.logo {
	background-color: white;
	display: inline;
	float: left;
	width: 50%;
	padding: 0 0 0 0%;
}

.logo img{
	width: 16%;
    margin: 2% 2% 2% 0;
	float: left;
}
.logo h1{
	float: left;
	width: 80%;
}

.header-links a{
	color: #6bc4c7;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
	float: right;
	padding: 70px 0 0 0;
	font-family: Helvetica;
}
.header-links {
	padding: 0 0 0 0;
	float: left;
	width: 50%;
}


.nav {
	width:100%;
	clear: both;
	text-align: center;
	background-color: #282828;
    margin-top: ;
	padding: 5px 0;
    position:;
}

.nav li{
	display: inline;
}

.nav li a{
	font-weight: bold; 
    text-decoration-line: none;
	color: #a5a5af;
	font-family: Helvetica;
}

.nav li:hover {
    text-decoration-line: underline;
}



footer {
	clear: both;
	width: 100%;
	background-color: #a5a5af;
	padding-top: 30px;
	height: 100px;
    text-align: center;
}

footer a{
    font-family: Helvetica;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    color: #282828;

}

footer a:hover {
    text-decoration-line: underline;
}

.base {
	clear: both;
	float: baseline;
	height: 30px;
	background-color: #282828;
    margin-top: 30px
	
}

#myBtn {
    display: none; /* Hidden by default */
    position: fixed; /* Fixed/sticky position */
    bottom: 45px; /* Place the button at the bottom of the page */
    right: 90px; /* Place the button 30px from the right */
    z-index: 99; /* Make sure it does not overlap */
    border: none; /* Remove borders */
    outline: none; /* Remove outline */
    background-color: #282828; /* Set a background color */
    color: white; /* Text color */
    cursor: pointer; /* Add a mouse pointer on hover */
    padding: 15px; /* Some padding */
    border-radius: 10PX; /* Rounded corners */
}

#myBtn:hover {
    background-color: #555; /* Add a dark-grey background on hover */
}

#copyright {
    font-size: 10px;
}

