

@font-face {
font-family: 'Poppins Regular';
font-style: normal;
font-weight: normal;
src: local('Poppins Regular'), url('../fonts/poppins/Poppins-Regular.woff') format('woff');
}

@font-face {
font-family: 'Poppins Light';
font-style: normal;
font-weight: normal;
src: local('Poppins Light'), url('../fonts/poppins/Poppins-Light.woff') format('woff');
}


/*
.uk-navbar-dropdown-nav>li.uk-active>a {
    color: white;
}

.uk-navbar-dropdown-nav .uk-nav-header {
    color: white;
}
*/

.uk-nav-default>li>a {
    color: white;
}

.uk-nav-default>li.uk-active>a {
    color: white;
}

.uk-nav-default .uk-nav-sub a {
    color: white;
}


p {
	font-family:'Poppins Light';
	font-weight:normal;
}

.logoWidth {

}

#hamburgerIcon {
	padding-right: 25px;
    color: white;
}    


html {
  height: 100%;
  box-sizing: border-box;
  background-color: #006E87
}


.footer {
  position: absolute;
  right: 0;
 /* bottom: -100px; */
  left: 0;
  padding: 3rem;
  text-align: center;
  color: white;
  background-color: #006E87; 
}


*,
*:before,
*:after {
  box-sizing: inherit;
}

body {
  position: relative;
  margin: 0;
  padding-bottom: 6rem;
  min-height: 100%;
}

.uk-navbar-dropdown {
	background-color: #252525;
}

.strideRed {
    text-decoration: none;
    color: #f74e52 !important;
}

.strideTurquoise {
    background-color: #006E87;
}

#navBar {
    background-color: #006E87 !important;
}

#strideLogo {
    max-width: 200px;
    width: 90%;
    padding: 10px;
}


.strideLogoFooter {
    width: 200px;
    padding: 10px;
}

.strideLogo150 {
    max-width: 150px;
    width: 80%;
    padding: 10px;
}

a.anchor{display: block; position: relative; top: -80px; visibility: hidden;}

/*
.homeHeroImages {
  max-width: 70%;
  height:auto;
}
*/

/*
.iphoneScreenShot {
    height:100%;
    max-width: auto !important;
}
*/

p span, a span, h2 span, .uk-text-large span { 
    background-color: #33333373; 
}
