﻿html {
    position: relative;
    min-height: 100%;
}

.navbar-light .navbar-nav .nav-link {
    color: black;
}

body {
    margin-bottom: 60px;
}

.title-image {
    background-size: cover;
    height: 600px;
    width: 100%;
    margin-top: 50px;
    margin-bottom: 50px;
}

.title-image-text {
    position: relative;
    top: 8%; /* 150px;*/
    left: 2%; /*50px;*/
    color: white;
    text-shadow: 0px 0px 4px black;
    width: 75%;
    background-color: rgba(0,0,0,0.7);
}

.top-button-img {
    width: 18px;
    height: 13px;
}

.top-button {
    border-radius: 10px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    line-height: 30px;
    background-color: black;
    color: white;
}