/*	html {
		scroll-behavior: smooth;
	}*/
html {
  overflow-x: hidden;
  color: #000;
}

body, h2, h3, h4, h5, h6 {
  font-family: 'lato', helvetica, sans-serif;
}

h1 {
  font-family: 'merriweather', serif;
  font-weight: 400;
}

/*Section Title*/
h2 {

  font-size: 2rem;
  color: #000000;
  font-weight: 700;
}

h3 {
  font-weight: 700;
}

a {
  color: #645D8C;
}

a:hover {
  color: #000000
}

.link-text-small {
  color: #645D8C;
  font-size: 14px;
}

.uk-navbar {
  display: flex;
  position: relative;
  padding: 0rem 1rem !important;
}

.nav {
  position: absolute;
  top: 0px;
  z-index: 99;
  left: 0;
  right: 0;
  background: #211147;
}

.uk-navbar-nav>li>a {
  font-family: 'lato', sans-serif;
  color: #3b3b3b;
}

.uk-navbar-nav>li.uk-active>a {
  color: #3b3b3b;
}

li.uk-active a span {
  border-bottom: 1px solid #333;
}

.uk-sticky-placeholder {
  height: 0 !important;
}

.uk-logo .nasemid {
  max-height: 80px;
  transition: all 1s;
}

.uk-sticky-fixed .uk-logo .nasemid {
  max-height: 60px;
}

.uk-sticky-fixed .uk-navbar {
  display: flex;
  position: relative;
  padding: 0rem 1rem !important;
  height: 80px;
}

#start .uk-label {
  background: none;
  color: #BDA8D0;
  padding: 0;
}

/*#start styles*/

.top-wrap::before, .overlay-wrap::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  content: '';
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.3);
}

.top-wrap-height {

  min-height: 460px;
  transition: height 0.25s;
}

.top-container {
  z-index: 2;
}

.subtitle-text {
  font-size: 1.2em;
  opacity: 0.7;
  font-weight: 300;
}

h1 {
  font-size: 4rem;
  font-weight: 400;
}

@media all and (max-width: 640px) {
  h1 {
    font-size: 2.5rem;
    font-weight: 400;
  }
}

/*Body styles*/
p, ul li, ol li {
  font-weight: 400;
  font-size: 1.1rem;
  line-height: 1.75;
}

em {
  color: inherit !important;
}

strong {
  font-weight: 900;
}

.text-light {
  color: #D0CBD6
}

.text-medium {
  color: #645D8C
}

.uk-background-secondary, .uk-section-secondary {
  background-color: #211147;
}

.uk-button-primary {
  background-color: #211147;
  color: #fff;
  border: 1px solid transparent;
}

.uk-button-primary:hover {
  background-color: #4B2B97;
  color: #fff;
  border: 1px solid transparent;
}

#start {
  background: url("images/bg-intro.jpg") no-repeat center center;
  background-size: cover;
  overflow: hidden;
  min-height: 100vh;

}

hr.short {
  width: 30%;
  border-top: 1px solid #333;
  margin: 20px auto 50px auto;
}

h1.callout {
  font-size: 24px;
  text-transform: none;
}





.bg-gray {
  background: #efefef;
}

.large-number {
  font-size: 6vw;
}

/*Styles for this design*/
.nav-link {
  font-size: 14px;

}

.bg-dark {
  background-color: rgba(45, 13, 78, .9) !important;
}



.row.d-flex {
  margin-top: 15px;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
  font-weight: 900;
}


#start {}

.card {
  margin-top: 10px !important;
}

.card-body {
  background: #dedede !important
}

.card-flex {
  display: inline-flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-evenly;
}

.card-flex img {
  max-width: 50px;
  height: auto;
  margin: 10px;
  border-radius: 6px;
}

.card-title {
  font-weight: 900;
}

.sec1-bg {
  background: url("images/section1-bg.jpg");
  background-size: cover;
  background-position: top center;

}

.sec2-bg {
  background: url("images/section2-bg.jpg");
  background-size: cover;
  background-position: top center;
  position: sticky;

}

#context3, #context4, #context5 {
  padding: 50px 50px 100px 50px;
  background: url("images/section3-bg.jpg");
  background-attachment: fixed;
  background-position: center center;
  background-size: cover;
  min-height: 100vh;
}

/* Style the buttons that are used to open and close the accordion panel */
.uk-accordion-title {

  color: #444;
  cursor: pointer;


  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;

}


.numbered-list {
  position: relative;
  padding-left: 70px;
  border-bottom: 1px solid #efefef;
  padding-bottom: 20px;
  padding-top: 20px;

}


.numbered-list span {
  font-weight: 700;
  color: #336699;
}

span.list-one {
  position: absolute;
  left: 0;
  top: -15px;
  font-size: 4vw;
  color: #ccc;
  font-weight: 900;
  margin-right: 30px;

}

figcaption {
  font-size: 16px;
  font-weight: normal;
}

#share {
  display: flex;
  flex-direction: row;
  justify-content: right;
  min-width: 300px;
}

#share span {
  display: block;
}

#share svg {
  max-width: 30px;
  fill: none !important
}

.social-share--networks {
  cursor: pointer;
  min-width: 300px;
  justify-content: flex-end;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}

.social-share--networks a {
  width: 25px;
  margin: .5rem;
}

.social-share-light .social-share--title {
  color: #333;
  font-size: .7rem;
  font-weight: 900;
  letter-spacing: .1rem;
  margin-right: .6rem;
  text-transform: uppercase;
}

.social-share-light {
  -webkit-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  width: 230px;
  margin: 0 auto;
  color: #333;
}

.social-share-light svg {
  fill: #333;
  height: 30px;
  margin: 0 .1rem;
}

em {
  color: inherit !important
}