* {
    margin:  0;
    padding: 0;
}

header {
    width: 100%;
    background: white;
    position: absolute;
    top: 0;
    z-index: 1;
    box-shadow: -5px -5px 25px black;
}

.logo {
    width: 10%;
    margin-left: 10px;
    margin-top: 5px;
}

nav {
    width: 84%;
    height: 60px;
    position: relative;
    float: right;
    top: 25px;
    margin-right: 5%;
}

nav ul {
    list-style: none;
    float: right;
    color:#2a4194;
}

nav ul li {
    color: inherit;
    display: block;
    float: left;
    width: 150px;
    height: inherit;
    cursor: pointer;
    text-align: center;
    line-height: 60px;
    box-sizing: border-box;
    font-size: 18px;
    font-weight:bold;
    font-family: arial, sans-serif;
}

nav ul li:hover {
    border-bottom: 5px solid orange;
    border-radius: 0 0 10px 10px;
    color: orange;
}

nav ul li a {
    text-decoration: none;
    color: inherit;
    width: 100%;
    height: 100%;
}

.placeholder {
    height: 120px;
}

.video {
    width: 100%;
    max-height: 100vh;
    z-index: -1;
    padding: 0;
    margin: 0;
    overflow: hidden;
}

.register-btn {
    width: 350px;
    height: 75px;
    background: #ffa500;
    color: white;
    font-size: 3em;
    text-decoration: none;
    text-align: center;
    line-height: 75px;
    position: absolute;
    border-radius: 100px;
    right: 50%;
    margin-right: -175px;
    top: 52%;
    z-index: 2;
    font-family: arial, sans-serif;
}

.register-btn:hover {
    background: #cc8400;
    font-family: arial, sans-serif;
}

.register-now {
    text-align: center;
    padding: 20px 0;
    width: 40%;
    border: 2px solid black;
}

.social-media {
    width: 160px;
    height: 50px;
    position: absolute;
    bottom: 0;
    left: 0;
}

.social-media img {
    display: inline;
    width: 50px;
    height: 50px;
    float: left;
    cursor: pointer;
}

.social-media img:hover {
    width: 60px;
    height: 60px;
}

main {
    width: 70%;
    padding: 20px 15%;
    font-size: 1.2em;
    overflow: hidden;
}

main h1 {
    font-size: 3em;
}

.info-img {
    width: 25%;
    float: left;
    margin-right: 10px;
}

main article.when {
    width: 50%;
    float: left;
    margin-top: 20px;
    padding-top: 20px;
}

main article .how {
    width: 100%;
    float: left;
}
main article h2 {
    2.5em;
}

footer {
    width: 100%;
    background: #434343;
    text-align:center;
    padding: 20px 0;
    color:white;
    float: left;
    display: inline-block;
}

footer section {
    width: 50%;
    height: 200px;
    float: left;
}

footer p {
    width: 100%;
}

.foot-logo {
    width: 90%;
}

#slide{
    position:inline;
}
main section#google-maps {
    padding-top: 40px;
}
#sponser {
    width:35%;
}

h1{
font-family:arial, sans-serif;
font-size:2em;
}
h2{
font-family: arial, sans-serif;
font-size:1.75em;
}

p{
    line-height: 1.25;
    font-size: 1em;
    font-family: helvetica, sans-serif;
    
}



















