@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;700&display=swap'); body { overflow-x: hidden; font-family: 'Lato', sans-serif; color: #505962; } .navbar { text-transform: uppercase; font-weight: 700; font-size: 0.9rem; letter-spacing: .1rem; background-color: rgba(0, 0, 0, 0.6)!important; } .navbar-brand img { height: 2rem; } .navbar-nav li { padding-right: 0.7rem; } .navbar-dark .navbar-nav .nav-link { color: white; padding-top: 0.8rem; } .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link:hover { color: #1ebba3; } #bimg { width: 100%; height: 100%; object-fit: cover; } .caption { width: 100%; max-width: 100%; position: absolute; top: 38%; z-index: 1; color: white; text-transform: uppercase; } .caption h1 { font-size: 3.8rem; font-weight: 700; letter-spacing: 0.3rem; text-shadow: 0.1rem 0.1rem 0.8rem black; padding-bottom: 1rem; } .caption h3 { font-size: 2rem; text-shadow: 0.1rem 0.1rem 0.5rem black; padding-bottom: 1.6rem; } .btn-lg { border-width: medium; border-radius: 0; padding: 0.6rem 1.3rem; font-size: 1.1rem; }