.btn-secondary,
.btn-secondary:hover,
.btn-secondary:focus {
  color: #333;
  text-shadow: none;
}

body {
    text-shadow: 0 .05rem .1rem rgba(0, 0, 0, .5);
    box-shadow: inset 0 0 5rem rgba(0, 0, 0, .5);
    font-family: 'Raleway', sans-serif;
    background-image: url("../img/cover2.jpg");
    background-size: cover;
    max-width: 2000px;
    min-width: 100px;
    height: auto;
    width: 100%;
    height: 100%;
    font-size: .875rem;
}

body h2 {
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    font-size: 44px;
}

@media screen and (max-width: 600px) {
    body h2 {
        font-size: 36px;
    }
}

body p {
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
}

html {
    scroll-behavior: smooth;;
}


hr {
	width: 250px;
	max-width: 90%;
	border-top: 0px solid #ffb703;
	border-bottom: 3px solid #ffb703;
}

h1 {
    font-size: 50px;
}

.navbar-dark .navbar-brand {
    font-family: 'Raleway', sans-serif;
    font-size: 22px;
}
@media screen and (max-width: 600px) {
    .navbar-dark .navbar-brand {
        font-size: 18px;
    }
}

footer {
    position: fixed;
    height: 2rem;
    bottom: 0;
    width: 100%;
}