

body, h1, h2, h3, h4, h5, h6 {
    font-family: "Roboto Slab", serif;
}

h1, h2 {
    font-weight: 700;
}

h1 {
    font-size: 2.8rem;
}

h2.news {
    color: #137ABF;
}

h3 {
    font-size: 1.5rem;
}


/* social icons */

.fa-twitter-square:hover {
    color: #249adb;
}

.fa-facebook-square:hover {
    color: #2e4586;
}

.fa-envelope-square:hover {
    color: #e7a945;
    color: #fff;
}


/* slider */

.slide-container1, .slide-container2, .slide-container3 {
    background-repeat: no-repeat;
    min-height: 500px;
    background-size: cover;
    display: flex;
    align-items: left;
    /*justify-content: center;*/
}

.radial, .slide-container1 {
    background-image: url("http://www.newsonaut.com/wcces1/img/aurora-crop2.jpg");
    background-position: center center;
}

.slide-caption {
    color: #fff;
    text-align: left;
    /*margin-left: 3rem;*/
    margin-top: 3rem;
    margin-bottom: 2rem;
}

.slide-caption h2 {
    text-shadow: 1px 1px 2px #666;
    margin: 0 auto;
}

.slide-caption a {
    margin: 0 auto;
}


/* banners */

.banner-textoverlay {
    position: absolute;
    display: block;
    color: #fff;
    text-shadow: 1px 1px 2px #666;
}

.small-banner {
    font-size: 200%;
}


/* top navigation*/

#join {
    margin-top: 1.5rem;
}

.menu-text {
  padding-left: 0;
  padding-right: 2rem;
}

.menu-text a:hover {
  text-decoration: none;
}

.dropdown.menu .submenu.first-sub {
  margin-top: -2rem;
  background-color: rgba(255,255,255,.90);
}

.top-bar {
  padding-left: 0;
}

.top-bar a {
  font-weight: bold;
}

div.is-drilldown {
  background-color: #e6e6e6 !important;
  width: 100% !important;
  height: 100% !important;
}


/*nav.top-bar {
  border-bottom: 1px solid #000;
}

@media screen and (max-width: 39.9375em) {
.div.is-drilldown {
  height: auto;
}
}

.top-bar, .top-bar ul {
  background-color: #eee;
}
.top-bar .page a {
  color: #137ABF;
  font-size: 120%;
}
@media screen and (min-width: 40em) {
  .top-bar .page a {
    color: #137ABF;
    max-width: 200px;
    font-size: 140%;
  }
}
.top-bar .page a:hover {
  color: #fff;
  background-color: #137ABF;
  text-decoration: none;
}
.menu > li {
  display: table-cell;
  vertical-align: bottom;
  font-weight: 700;
}
.menu-text a {
  font-size: 320%;
  color: #137ABF;
}*/


/* buttons */


/*.menu .button {
  color: #fff;
  background-color: #137ABF;
  font-size: 1.2rem;
}
@media screen and (min-width: 40em) {
  .menu .button {
    color: #fff;
    background-color: #137ABF;
    font-size: 1.4rem;
  }
}
.menu .button:hover {
  color: #fff;
  background-color: #137ABF;
  font-size: 1.2rem;
}
@media screen and (min-width: 40em) {
  .menu .button:hover {
    color: #fff;
    background-color: #137ABF;
    font-size: 1.4rem;
  }
}
.menu .button:hover .fa-heart-o {
  transition: 0.9s;
  transform: rotateY(180deg);
}*/

.button {
    color: #fff;
    background-color: #137ABF;
    font-weight: 700;
    border-radius: 4px;
}

.button:hover {
    color: #fff;
    background-color: #137ABF;
}

.slide-caption .button {
  color: #fff;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-radius: 0;
  text-transform: uppercase;
  outline: none;
  text-decoration: none;
  background-color: rgba(181, 46, 71, 0.0);
  text-shadow: 1px 1px 2px #000;
  transition: background-color 0.2s ease-out, border-color 0.3s ease-out;
  margin-bottom: -1px;
  margin-left: -5px;
}

.slide-caption .button:hover, .slide-caption .button:active {
    background-color: rgba(181, 46, 71, 0.4);
    transition: background-color 0.3s ease-in, border-color 0.3s ease-in;
}


/* links */

a {
    color: #137ABF;
}

a:hover {
    color: #137ABF;
    text-decoration: underline;
}


/* sharing */

.fa-twitter-square:hover {
    color: #249adb;
}

.fa-facebook-square:hover {
    color: #2e4586;
}

.fa-google-plus-square:hover {
    color: #e15135;
}


/* images */

.happy {
    box-shadow: 3px 3px 2px #999;
    border: 10px solid #fff;
    outline: 1px solid #eee;
}


/* misc */

.band {
    background-color: #eee;
    padding: 40px 0 10px 0;
}

.footer {
    background-color: #137ABF;
    padding: 40px 0 40px 0;
    color: #fff;
}

.footer a {
  color: #fff;
}

.callout {
  background-color: rgba(19, 122, 191, 0.5);
  border: 0;
}

.u-ieMinHeightBugFix {
    display: flex;
    flex-direction: column;
}











/* globe */

.ball {
    display: inline-block;
    width: 100%;
    height: 100%;
    margin: 0;
    border-radius: 50%;
    position: relative;
    -webkit-transform-style: preserve-3d;
    background: url('http://www.newsonaut.com/wcces1/img/world-map-red-dots.png') repeat-x;
    background-size: auto 100%;
    -webkit-animation: move-map 30s infinite linear;
    -moz-animation: move-map 30s infinite linear;
    -o-animation: move-map 30s infinite linear;
    -ms-animation: move-map 30s infinite linear;
    animation: move-map 30s infinite linear;
}

.ball:before {
    content: "";
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    box-shadow: -40px 10px 70px 10px rgba(0, 0, 0, 0.5) inset;
    z-index: 2;
}

.ball:after {
    content: "";
    position: absolute;
    border-radius: 50%;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-filter: blur(0);
    opacity: 0.3;
    background: radial-gradient(circle at 50% 80%, #81e8f6, #76deef 10%, #055194 66%, #062745 100%);
}

.stage {
    width: 300px;
    height: 300px;
    display: inline-block;
    margin: 20px;
    -webkit-perspective: 1200px;
    -moz-perspective: 1200px;
    -ms-perspective: 1200px;
    -o-perspective: 1200px;
    perspective: 1200px;
    -webkit-perspective-origin: 50% 50%;
    -moz-perspective-origin: 50% 50%;
    -ms-perspective-origin: 50% 50%;
    -o-perspective-origin: 50% 50%;
    perspective-origin: 50% 50%;
    margin-top: -11rem;
}

@-moz-keyframes move-map {
    0% {
        background-position: -849px 0;
    }
    100% {
        background-position: 0 0;
    }
}

@-webkit-keyframes move-map {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: -849px 0;
    }
}

@-o-keyframes move-map {
    0% {
        background-position: -849px 0;
    }
    100% {
        background-position: 0 0;
    }
}

@-ms-keyframes move-map {
    0% {
        background-position: -849px 0;
    }
    100% {
        background-position: 0 0;
    }
}

@keyframes move-map {
    0% {
        background-position: -849px 0;
    }
    100% {
        background-position: 0 0;
    }
}
