@font-face {
    font-family: 'Akko Pro';
    src: url('fonts/AkkoPro-Medium.woff2') format('woff2'),
        url('fonts/AkkoPro-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Akko Pro';
    src: url('fonts/AkkoPro-Bold.woff2') format('woff2'),
        url('fonts/AkkoPro-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Akko Pro';
    src: url('fonts/AkkoPro-Black.woff2') format('woff2'),
        url('fonts/AkkoPro-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Akko Pro';
    src: url('fonts/AkkoPro-Light.woff2') format('woff2'),
        url('fonts/AkkoPro-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    font-family: 'Akko Pro';
    font-weight: 200;
}

b, strong {
  font-weight: 400;
}



.icon-topic-image {
  width: 30%;
  padding-top: 30px;
  padding-bottom: 30px;
}

.icon-topics {
  text-align: center;
}

.nav-logo {
  height: 90px;
  padding: 10px 30px 10px 20px;
}
p {
  font-size: 1.3rem;
}
#icon-container {
  height: 60%;
}
.carousel-text {
  color: #fff;
  padding: 4rem 8rem 4rem 8rem;
}
@media only screen and (max-width: 768px) {
  .carousel-text {
    color: #fff;
    padding: 4rem;
  }
}
.nav-link {
  font-size: 1.2rem;
  color: #0069B4;
}

body {
  background: none;
}

p {
  line-height: 2.4rem;
  letter-spacing: .02rem;
  color: #505050;
}

h1 {
  font-size: 2.5rem;
  font-weight: 300;
  letter-spacing: .1rem;
  color: #007ad1;
  padding-bottom: 1.1rem;
}



h2 {
  font-size: 2rem;
  font-weight: 400;
  color: #007ad1;
  padding-bottom: 1.1rem;
}

h3 {
  font-size: 1.5rem;
  font-weight: 300;
  margin-bottom: 15px;
}

h5 {
  font-size: 0.8rem;
  letter-spacing: .15rem;
  font-weight: 300;
  color: #007ad1;
}

.h2 {
  font-weight: 300;
}

.my-6 {
    margin-top: 4rem!important;
    margin-bottom: 4rem!important;
}

.p-6 {
    padding: 4rem!important;
}
.btn {
  font-size: 1.1rem;
}


.phone {
    background: none;
}

.carousel-text p {
  color: #fff;
}

@media only screen and (max-width: 768px) {
  h1 {
    font-size: 2rem;
  }
  h2 {
    font-size: 1.8rem;
  }
  .p-6 {
    padding: 3rem 2.5rem!important;
  } 
}

img {
  width: 100%;
  height: 100%;
}