@import url(//fonts.googleapis.com/css?family=Oswald:300,400,500);

body {
    font-family: "Oswald", sans-serif;
}

a {
    color: inherit;
    text-decoration: none;
}

a:visited {
    color: inherit;
}

i.fa {
    margin-right: 5px;
}

header {
    background-color: #799f3c4d;
}

#topBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    border: none;
    outline: none;
    background-color: #799f3c4d;
    color: white;
    cursor: pointer;
    padding: 15px;
    border-radius: 50%;
    font-size: 18px;
}

#topBtn:hover {
    background-color: #555;
}

#about {
    font-size: 1.2rem;
}
.dropdown-item {
    color: #000 !important;
}

.nav-item a {
    color: #fff;
}

.nav-item {
    border-radius: 20px;
    background-color: #222222d9;
    margin: 0 5px;
}
#hero {
    color: #000;
    position: relative;
    background-image: url('../img/background.png');
    background-repeat: no-repeat;
    background-position: 50% 0;
    background-size: cover;
}

#hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.3);
}
