/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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,
b, 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 {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  font-size: 16px;
  color: #3F444B;
  padding-left: 20px;
}
li{
  padding-bottom: 10px;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

p{
  font-size: 16px;
  color: #3F444B;
  line-height: 22px;
  padding-bottom: 20px;
  font-family: 'WF-Regular-Text', Arial, Helvetica, sans-serif;
}

h1{
  font-size: 42px;
  color: #3F444B; 
  text-align: center;
  padding-bottom: 35px;
  font-family: 'WF-Medium', Arial, Helvetica, sans-serif;
}

h2{
  font-size: 20px;
  color: #3F444B; 
  text-align: center;
  line-height: 24px;
  font-family: 'WF-Semi-Bold-Text', Arial, Helvetica, sans-serif;
}

b{
 font-family: 'WF-Semi-Bold-Text', Arial, Helvetica, sans-serif; 
}

a:hover, a:focus{
  color: #6498eb;
}

.bg-white{
 color: #ffffff;
}

.navbar-grey a{
  color: #3F444B; 
}


/* padding styles */
.p-t-80{
  padding-top:80px;
}

.p-t-200{
  padding-top:200px;
}


/* Other */
  .carousel-control-prev-icon{
    background-image: url('../images/left-arrow.svg');
  }

  .carousel-control-next-icon {
    background-image: url('../images/right-arrow.svg');
  }

  .bd-placeholder-img {
        font-size: 1.125rem;
        text-anchor: middle;
        -webkit-user-select: none;
        -moz-user-select: none;
        user-select: none;
      }

      @media (min-width: 768px) {
        .bd-placeholder-img-lg {
          font-size: 3.5rem;
        }
  }