

body {
  font-family: 'Source Sans Pro', sans-serif;
  /*font-family: 'Merriweather', serif; */
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  letter-spacing: normal;
  line-height: 29.25px;
  text-transform: none;
  color: #fff;
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #292d2e; }

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Pathway Gothic One', sans-serif;
  /*font-family: 'Oswald', sans-serif; */
  font-weight: 700;
  line-height: 1;
  margin: 0 0 35px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 0px; }


p {
  font-family: 'Source Sans Pro', sans-serif;
/*  font-family: 'Merriweather', serif; */
  font-size: 16px;
  line-height: 29.25px;
  margin: 0 0 25px; }
  @media (min-width: 768px) {
    p {
      font-size: 18px;
      line-height: 1.6;
      margin: 0 0 35px; } }

a {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  color: #e0be13; }
  a:focus, a:hover {
    text-decoration: none;
    color: #1d9b6c; }
.tertiary-color {
	color: #83c54f;
}


#mainNav {
  font-family: 'Source Sans Pro', sans-serif;
/*font-family: 'Open Sans', sans-serif;*/
  margin-bottom: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  background-color: #262626; }
  #mainNav .navbar-toggler {
    font-size: 14px;
    padding: 11px;
    color: white;
    border: 1px solid white; }
  #mainNav .navbar-brand {
    font-weight: 700; }
  #mainNav a {
    color: white; }
  #mainNav .navbar-nav .nav-item {
    -webkit-transition: background 0.3s ease-in-out;
    -moz-transition: background 0.3s ease-in-out;
    transition: background 0.3s ease-in-out; }
    #mainNav .navbar-nav .nav-item:hover {
      color: fade(white, 80%);
      outline: none;
      background-color: transparent; }
    #mainNav .navbar-nav .nav-item:active, #mainNav .navbar-nav .nav-item:focus {
      outline: none;
      background-color: transparent; }
  @media (min-width: 992px) {
    #mainNav {
      padding-top: 20px;
      padding-bottom: 20px;
      -webkit-transition: background 0.3s ease-in-out, padding-top 0.3s ease-in-out, padding-bottom 0.3s;
      -moz-transition: background 0.3s ease-in-out, padding-top 0.3s ease-in-out, padding-bottom 0.3s;
      transition: background 0.3s ease-in-out, padding-top 0.3s ease-in-out, padding-bottom 0.3s;
      letter-spacing: 1px;
      border-bottom: none;
      background: transparent; }
      #mainNav.navbar-shrink {
        padding-top: 10px;
        padding-bottom: 10px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.3);
        background: #292d2e; }
      #mainNav .nav-link.active {
        outline: none;
        background-color: #e0be13; }
        #mainNav .nav-link.active:hover {
          color: white; } }

.pretty-underline {
	border-bottom: 8px solid;
	border-color: transparent;
	transition: border-color .15s linear;
	color: #83c54f;
}
.col- {
	padding-top: 40px;
	padding-bottom: 40px;
	border: 1px solid #fff;
	margin-top: 15px;
}
	
.sep {
  height: 4px;
  width: 40px;
  margin-top:1.87rem;
  margin-right: auto;
  margin-bottom: 1.87rem;
  margin-left: 0px;
  background-color: #ef0d33;
  visibility: visible;
  transform: translateY(0px) scale(1);
  opacity: 1;
  transition-property: transform, opacity;
  transition-duration: 1s, 1s;
  transition-timing-function: ease, ease;
  transition-delay: 0.3s, 0.3s;  }

.subtitle {
  font-size: 1.4rem;
  line-height: 1.4;
  font-weight: 300;  }

/*.cover--right {
	align-self: center;
	flex-grow: 1;
	flex-shrink: 1;
	flex-basis: 0%;
	padding-left: 8.12rem;
	
} */

/*@media screen and (min-width:48em)*/
.cover--right {
    -ms-flex-order: 1;
    order: 1;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-flex: 1;
    flex: 1;
}




  
.masthead {
  display: table;
  width: 100%;
  height: auto;
  padding: 200px 0;
  text-align: -webkit-left;
  color: white;
  background: url("../img/intro-bg.jpg") no-repeat bottom center scroll;
  background-color: black;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; 
}
  .masthead .intro-body {
    display: table-cell;
    vertical-align: middle; }
    .masthead .intro-body .brand-heading {
      font-size: 66px; }
    .masthead .intro-body .intro-text {
      font-size: 18px; }
  @media (min-width: 768px) {
    .masthead {
      height: 100%;
      padding: 0; }
      .masthead .intro-body .brand-heading {
        font-size: 96px; }
      .masthead .intro-body .intro-text {
        font-size: 22px; } }

/*.btn-circle {
  font-size: 26px;
  width: 55px;
  height: 55px;
  margin-top: 15px;
  line-height: 38px;
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
  color: white;
  border: 2px solid white;
  border-radius: 100% !important;
  background: transparent; }
  .btn-circle:focus, .btn-circle:hover {
    color: white;
    outline: none;
    background: rgba(255, 255, 255, 0.1); }
*/
.content-section {
  padding-top: 100px;
  padding-bottom: 130px; }

.download-section {
  color: white;
  background: url("../img/downloads-bg.jpg") no-repeat center center scroll;
  background-color: black;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }
  
.investor-section {
  color: white;
  background: url("../img/investor-bg.jpg") no-repeat center center scroll;
  background-color: black;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }

#map {
  width: 100%;
  height: 300px; }

@media (min-width: 992px) {
  .content-section {
    padding-top: 100px;
    padding-bottom: 100px; }
  #map {
    height: 350px; } }

.btn {
  font-family: 'Rubik', sans-serif;
  font-weight: 400;
  font-size: 14px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-transform: uppercase;
  border-radius: 0; }

.btn-default {
  color: #e0be13;
  border: 1px solid #e0be13;
  background-color: transparent;  }
  .btn-default:focus, .btn-default:hover {
    color: black;
    border: 1px solid #e0be13;
    outline: none;
    background-color: #e0be13; }

ul.banner-social-buttons {
  margin-top: 0; }
  @media (max-width: 1199px) {
    ul.banner-social-buttons {
      margin-top: 15px; } }
  @media (max-width: 767px) {
    ul.banner-social-buttons li {
      display: block;
      margin-bottom: 20px;
      padding: 0; }
      ul.banner-social-buttons li:last-child {
        margin-bottom: 0; } }

footer {
  padding: 50px 0; }
  footer p {
    font-size: 14px;
    margin: 0; }

::-moz-selection {
  background: #fcfcfc;
  background: rgba(255, 255, 255, 0.2);
  text-shadow: none; }

::selection {
  background: #fcfcfc;
  background: rgba(255, 255, 255, 0.2);
  text-shadow: none; }

img::selection {
  background: transparent; }

img::-moz-selection {
  background: transparent; }

body {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0.2); }
