body {
    background-color:darkcyan;
    margin:0;
}

.wrapper {
    width:1020px;
    margin:auto;
}

ul {
    list-style-type:square;
}
h1 {
    font-family: 'Sniglet', cursive;
    font-size:40px;
}

ul.nav {
    margin: 20px 0;
    padding:0;
    text-align: center;
}

ul.nav li {
    background-color:rgba(0,0,0,0.5);
    color:white;
    font-size:28px;
    list-style:none;
    width:200px;
    height:40px;
    line-height:40px;
    text-align:center;
}

ul.nav a {
    text-decoration: none;
}

ul.nav li:hover {
    background-color:rgba(255,255,255,0.5);
    color:black;
}


.box {
    display:inline-block;
    vertical-align: top;
}

section {
    margin-bottom:50px;
}

.sect-img {
    width:500px;
}

.menu-group {
    font-size:22px;
    width:450px;
    margin-left:10px;
}
.banner {
    text-align: center;
}
.banner img {
    width:90%;
}