html {
    height: 100%;
}

body {
    background-color: black;
    height: 100%;
}

main {
    height: auto;
}

a {
    font-family: 'Indie Flower', cursive;
}


nav {
    border: 2px solid black;
    background-image: linear-gradient(to right, darkred, red);
    font-weight: bold;
    color: white;
    font-family: 'Indie Flower', cursive;}

.navbar-brand {
    font-size: 26px;
}

.nav-link {
    font-size: 22px;
}

h1 {
    font-family: 'Indie Flower', cursive;
}

p {
    font-family: 'Indie Flower', cursive;
}

label {
    font-family: 'Indie Flower', cursive;
}

#turbo {
    background-image: url(../images/turbo.jpg);
    min-height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
}

#party {
    background-image: url(../images/party.jpg);
    min-height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
}

#danger {
    background-image: url(../images/danger.jpg);
    min-height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
}

.jumbotron {
    margin-top: 20px;
    margin-bottom: 20px;
    background-image: linear-gradient(to right, darkred, red);
    color: white;
}

img {
    padding: 20px;
}

footer {
    background-image: linear-gradient(to right, darkred, red);
    color: white;
    font-weight: bold;
    text-align: center;
    width: 100%;
    padding: 10px;
    bottom: 0;
    left: 0;
}

.about {
    border: solid black 2px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 10px;
}

.contact {
    color: rgb(166, 181, 196);
    text-shadow: 2px 2px 2px black;
}

.portfolio {
    width: 350px;
    height: 350px;
}

#sticky-footer {
    flex-shrink: none;
  }

.port-button {
    background-image: linear-gradient(to right, darkred, red);
    color: white;
    border: solid black 2px;
    margin: 20px;
    padding: 10px;
    box-shadow: 2px 2px 2px black;
}

.web-thumb {
    width: 100%;
    height: 100%;
    border: solid black 2px;
    padding: 0;
    box-shadow: 2px 2px 2px black;
}

.port-card {
    border: solid 2px black;
    padding: 10px;
}

.port-head {
    color: white;
    text-shadow: 2px 2px 2px black;
    text-align: center;
    margin: 10px;
}

.port-sub {
    color: white;
    text-shadow: 2px 2px 2px black;
    text-align: center;
    margin: 10px;
}

.port-desc {
    text-align: center;
    margin: 10px;
}

@media screen and (max-width: 500px) {
    .container {
        margin-left: 0;
        margin-right: 0;
        width: 100%;
        padding: 0;
    }
}