* {
    border: 0;
    margin: 0;
    padding: 0;
}

body {
    background-color: white;
    color: #000000;
    font-family: Verdana, serif;
    font-size: 17px;
    text-align: left;
    top: 0;
    width: 100%
}

h1 {
    margin-bottom: 10px;
}

.splash {
    background-color: white;
    background-position: center;
    background-size: contain;
    font-size: 40px;
    height: 1002px;
    margin: 50px auto;
    text-align: center;
    vertical-align: middle;
    width: 708px;
}

.splash input {
    background-color: lightgrey;
    font-size: 40px;
    margin-bottom: 20px;
    width: 160px;
}

.title {
    background-color: white;
    background-position: center;
    background-size: cover;
    font-size: 80px;
    margin: 0 auto;
    padding: 150px 0 150px 0;
    text-align: center;
    width: 100%;
}

.content {
    background-color: white;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 50px;
    width: 1200px;
}

.imagetable td {
    width: 25%;
    padding: 10px;
}

.imagetable img {
    width: 100%;
}

.list {
    width: 100%;
}

.list td {
    height: 50px;
}

/*mobile correction*/
@media (max-width : 1200px) {
    .content {width: 100%;}
}

#navbar {
    background-color: #333333;
    display: block;
    position: fixed;
    top: -54px;
    transition: top 0.3s;
    width: 100%;
}

#menu {
    margin: 0 auto;
    width: 1200px;
}

#menu a {
    float: left;
    color: white;
    display: block;
    font-size: 19px;
    padding: 15px;
    text-align: center;
    text-decoration: none;
}

#menu a:hover {
    background-color: white;
    color: #333333;
}
