html,body{
    height: 100%;
}

body{
    background:
        /* top, transparent black, faked with gradient */ 
        linear-gradient(
            rgba(0, 0, 0, 0.8), 
            rgba(0, 0, 0, 0.8)
        ),
        /* bottom, image */
        url(../images/macbook-background.jpg) no-repeat center center fixed; 
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;;
}

h1 {
    font-size: 36px;
    line-height: 54px;
    color: white;
    font-family: 'Georgia', Times, Times New Roman, serif;
}

h5 {
    font-size: 24px;
    line-height: 36px;
    color: white;
    font-family: 'Georgia', Times, Times New Roman, serif;
}
p {
    font-size: 18px;
    line-height: 24px;
    font-family: 'Arial', 'Helvetica Neue', Helvetica, sans-serif;
    color: white;
}

hr {
    background-color: white;
}

.jumbotron {
    background-color: rgba(0, 0, 0, 0);
}

.subtitle {
    font-size: 28px;
    line-height: 42px;
    color: white;
    font-family: 'Georgia', Times, Times New Roman, serif;
}
.page-footer {
    background-color: #666666;
    color: white;
    border-top: 5px solid whitesmoke;
}
.navbar {
    background-color: #666666;   
}

.logo-item {
    margin: 10px;
    padding: 10px;
    width: 150px;
}

.logo-row {
    /* background-color: white; */
    margin-bottom: 20px;
}

.trapezoid {
    border-bottom: 100px solid #007bff;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    height: 0;
    width: 250px;
    text-align: center;
    align-items: center;
    display: inline-block;
    margin-bottom: 20px;
}

.trap-text {
    color: white;
    padding: 35px;
    font-size: 22px;
}

.profile-pic {
    margin-bottom: 10px;
}
.form-group {
    color: gray;
}
.card {
    margin-bottom: 20px;
}

.form-text {
    color: white;
}

.btn-xlarge {
    padding: 10px 28px;
    font-size: 22px;
    line-height: normal;
    -webkit-border-radius: 8px;
       -moz-border-radius: 8px;
            border-radius: 8px;
}

.my-title {
    padding: 20px;
}

.card-footer {
    background-color: #4aaaa5; 
    text-align: center;
    color: white;
}

.more-spacing {
    padding: 40px;
}

.card {
    background-color: #666666
}