/*
 Theme Name:   Understrap Child
 Theme URI:    https://understrap.com
 Description:  Understrap Child Theme
 Author:       the Understrap Contributors
 Author URI:   https://github.com/understrap/understrap-child/graphs/contributors
 Template:     understrap
 Version:      1.2.0
 License: GNU General Public License v2 or later
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  understrap-child
 Tags: one-column, custom-menu, featured-images, theme-options, translation-ready
 GitHub Theme URI: understrap/understrap-child
*/

.jumbotron {
    min-height: 500px;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
}

.navbar-brand {
    width: 150px;
    background: white;
}

.navbar .container {
    min-width: 100%;
}

.nav-link {
    color: #ffffff;
}

.nav-link:hover {
    font-weight: bold;
    color: #ffffff;
}

header {
    z-index: 2;
    position: absolute;
    left: 0;
    top: 0;
}

.red-button, .red-button:hover {
    background-color: #91191c;
    border-radius: 30px;
    color: #ffffff;
    text-decoration: none;
}

.card-body {
    position: absolute;
    background: #ffffff;
    width: 98%;
    left: 5px;
    top: 5%;
    opacity: 0;
    transition: 0.5s;
    min-height: 200px;
}

.card {
    position: relative;
    border: none;
    border-radius: 0;
}

.card:hover .card-body {
    opacity: 1;
    transition: 0.5s;
}