﻿body {
    margin: auto;
    margin-top: -25px;
}

#WebsiteTitle {
    padding-top: 30px;
    color: white;
}

#Header {
    background-color: black;
}

#Logo {
   float: left;
}

h1 {
    padding: 0px 30px 30px 30px;
}

h2 {
    text-align: center;
}

h4 {
    text-align: center;
}

#Buttons {
    border-bottom: black solid thin;
    padding: 0px 30px 15px 150px;
}

.ButtonClass {


}

#Videos {
    text-align: center;
    position: relative;
    overflow: hidden;
    width: 100%;
}


.responsive-iframe {
    position: center;
    top: auto;
    left: auto;
    bottom: auto;
    right: auto;
    width: 75%;
    height: 75%;
}

#Info {
    text-align: center;
}
