a.btn:hover {
    cursor: text;
}
a:hover,
a {
    text-decoration: none;
    color: inherit;
}
.list-inside {
    list-style-position: inside;
}
ul.list-inside li {
    padding-bottom: 10px;
}
a.nav-link {
    color: rgb(123, 127, 133);
    font-family: "Futura";
}

a.nav-link:hover {
    color: black;
}

a.nav-link.active {
    color: turquoise;
}
.nav-tabs .nav-link.active {
    background-color: rgba(0, 0, 0, 0.03) !important;
    border-bottom: 1px solid rgb(247 247 247);
}
.nav-tabs .nav-link {
    color: #212529;
}
p,
.lh-lg {
    line-height: 1.7;
}

.text-light-grey {
    color: rgb(114, 121, 114) !important;
}

.bg-dark-light {
    background-color: rgba(0, 0, 0, 0.03) !important;
}

.darken {
    filter: brightness(20%);
}

.icons {
    width: 200px;
    height: 200px;
    border-radius: 50%;
}

.bg-blue {
    background-color: #82A3DA !important;
}

.btn-blue {
    background-color: #82A3DA;
    width: 70%;
    height: 5vh;
    color: #fff;
    font-weight: 500;
}

.btn-blue:hover {
    background-color: #5d88d6;
}

.btn-transparent {
    color: #fff;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: transparent;
    border: 2px solid #fff;
    border-radius: 0.2rem;
}

.btn-transparent:hover {
    border-color: rgba(255, 255, 255, 0.2);
    background-color: rgba(255, 255, 255, 0.2);
    color: #fff;
}

.btn-transparent-sm {
    color: #fff;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: transparent;
    border: 2px solid #fff;
    border-radius: 0.2rem;
}

.btn-transparent-sm:hover {
    border-color: rgba(255, 255, 255, 0.2);
    background-color: rgba(255, 255, 255, 0.2);
    color: #fff;
}

.btn-transparent-dark {
    color: black;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: transparent;
    border: 2px solid black;
    border-radius: 0.2rem;
}

.btn-transparent-dark:hover {
    border-color: rgba(255, 255, 255, 0.2);
    background-color: rgba(255, 255, 255, 0.2);
    color: black;
}

.btn-transparent-dark-sm {
    color: black;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: transparent;
    border: 2px solid black;
    border-radius: 0.2rem;
}

.btn-transparent-dark-sm:hover {
    border-color: rgba(255, 255, 255, 0.2);
    background-color: rgba(255, 255, 255, 0.2);
    color: black;
}

.bg-image {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
}

.logo {
    width: auto;
    height: 80px;
}

section {
    padding: 60px 0;
    overflow: hidden;
}

.navbar {
    padding: 0;
}

.navbar ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
}

.navbar li {
    position: relative;
}

.navbar>ul>li {
    margin-left: 5px;
}

.navbar a,
.navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 25px 10px;
    font-size: 14px;
    white-space: nowrap;
    transition: 0.3s;
}

.navbar a i,
.navbar a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
}
  .link-dark {
    color:rgba(0, 0, 0, 0.9);
  }
  .link-dark:hover {
    color:rgba(0, 0, 0, 0.7);
  }
  body {
    font-family: "Karla";
  }
  h1, h2, h3, h4, h5, h6 {
    font-family: "futura";
  }