@charset "utf-8";
 
 footer {
    background-color: #171717;
	color: aliceblue
 }
header, main, footer {
    margin: 0 auto;
    width: 1000px;
    text-align: center;
}
h1,ul{margin: 0;}
nav{
	background-color:rgba(255,218,253,0.62)}
nav ul {
    padding: 15px;
    list-style-type: none;
    display: flex;
    justify-content: space-between;
}
nav a {
    text-decoration: none;
    color: #FFFFFF;
}
nav a:hover {
    background-color: #828282;
}
.hero{
    box-sizing: border-box;
    width: 100%;
    padding: 100px;
    background-image: url("img/hero.jpg");
    background-size: cover;
    border-left: 10px none rgba(255,255,255,0.70);
    border-right: 10px none rgba(255,255,255,0.70);
    border-bottom: 10px dotted rgba(255,255,255,0.77);
    border-top: 10px double rgba(255,255,255,0.70);
    border-top-right-radius: 0px 0px;
}
.ha{
	margin: auto
}