html,
body,
.cover {
    height: 100%;
}

.cover {
    background: url(img/dose-media-bU6JyhSI6zo-unsplash.jpg) top left no-repeat;
    background-size: cover;
    display: table;
    width: 100%;
    padding: 0 20%;
    box-shadow: inset 0 0 100px #777;
}

.cover-text {
    text-align: center;
    color: #000;
    display: table-cell;
    vertical-align: middle;
}

#beehive {
    font-weight: bold;
    font-family: Bahnschrift;
    color: lightskyblue;
    font-size: 30px;
    
}

#beehive:hover {
    color: deepskyblue;
}

a:hover {
    color: #fc3;
    text-decoration: underline;
}

.cover-text h1 {
    margin: 0;
    font-size: 70px;
    letter-spacing: -3px;
}

nav.navbar-inverse {
    background: rgba(0,0,0,0.5);
    border: none;
}

section {
    padding: 100px;
}

h2 {
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0 0 60px;
}

#testimonials {
    background: url(img/beehive.jpg) top left no-repeat;
    background-size: cover;
    color: white;
    text-align: center;
}

#testimonials .col-sm-5 {
    background: white;
    color: black;
    display: inline-block;
    box-sizing: border-box;
    border: solid 1px white;
    margin: 20px;
    padding: 20px;
    font-size: 20px;
}

#events .col-sm-5 {
    display: inline-block;
    box-sizing: border-box;
    border: solid 1px black;
    margin: 10px;
}

#signup {
    background: #2A8B9D;
}

footer {
    background: #222;
    color: white;
    padding: 20px;
    font-family: Georgia, Times, serif;
}

#sign {
    text-align: center;
}

footer a {
    color: whitesmoke;
}

footer #me {
    color: white;
    padding: 20px;
    font-family: Georgia, Times, serif;
    text-align: center;
}

#me a {
    color: cornflowerblue;
}

/* Media Queries */

@media only screen and ( max-width : 568px ) {
    .cover h1 {
        font-size: 40px;
    }
    
    section {
        padding: 20px;
    }
    
}
































