html{
    height: 100%;
    text-decoration: none;
}

body {
    background-color: #b9b9b9;
    min-height: 100%;
}

p{
    margin-top: 20px;
}

h1 {
    text-align: center;
    font-size: 55px;
    margin-bottom: 80px;
    font-weight: bold;
}

h2{
    padding-bottom: 35px;
}

.intro-section{
    float: right;
}

.footer{
    
}

.container{
    width: 80%;
    margin-left: 10%;
    background-color: #ffffff;
    padding-left: 30px;
    padding-right: 30px;
}

h4 {
    padding-top: 60px;
}

.links{
    width: 50%;
    float: left;
    background-color: aqua;
}

.banner{
    width: 100%;
}

.responsive-video {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 60px; 
    overflow: hidden;
}


.responsive-video iframe,
.responsive-video object,
.responsive-video embed {
    position: absolute;
    top: 0;
    left: 0;
    
    width: 100%;
    height: 100%;
}

.whitespace{
    height: 30px;
}

.navbar-default .navbar-nav>li>a:hover {
background:#eaeaea;
}

    
}