body {
  font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  overflow-x: hidden; }

p {
  font-size: 20px; }

p.small {
  font-size: 16px; }

a,
a.active,
a:active,
a:focus,
a:hover {
  color: #00adbe;
  outline: none; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase; }

hr.star-light,
hr.star-primary {
  max-width: 250px;
  margin: 25px auto 30px;
  padding: 0;
  text-align: center;
  border: none;
  border-top: solid 5px; }

hr.star-light:after,
hr.star-primary:after {
  font-family: FontAwesome;
  font-size: 2em;
  position: relative;
  top: -.8em;
  display: inline-block;
  padding: 0 0.25em;
  content: '\F005'; }

hr.star-light {
  border-color: white; }

hr.star-light:after {
  color: white;
  background-color: #00adbe; }

hr.star-primary {
  border-color: #815abe; }

hr.star-primary:after {
  color: #815abe;
  background-color: white; }

.img-centered {
  margin: 0 auto; }

section {
  padding: 50px 0; }
  section h2 {
    font-size: 3em;
    margin: 0; }

section.success {
  color: white;
  background: #00adbe; }

@media (max-width: 700px) {
  section {
    padding: 75px 0; }
  section.first {
    padding-top: 75px; } }

.scroll-top {
  position: fixed;
  z-index: 1049;
  right: 2%;
  bottom: 2%;
  width: 50px;
  height: 50px; }
  .scroll-top .btn {
    font-size: 16px;
    line-height: 28px;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 100%; }
    .scroll-top .btn:focus {
      outline: none; }

/* Customize the navbar links to be fill the entire space of the .navbar */
/*.navbar .navbar-inner {*/
/*padding: 0;*/
/*}*/
#mainNav {
  font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  border: none;
  background: #815abe; }
  #mainNav a:focus {
    outline: none; }
  #mainNav .nav {
    letter-spacing: 1px; }
    #mainNav .nav .nav-item .nav-link {
      color: white; }
      #mainNav .nav .nav-item .nav-link:hover, #mainNav .nav .nav-item .nav-link.active {
        color: #00adbe;
        outline: none; }
      #mainNav .nav .nav-item .nav-link:active, #mainNav .nav .nav-item .nav-link:focus {
        color: white; }
      #mainNav .nav .nav-item .nav-link.active:hover {
        color: white; }

@media (max-width: 700px) {
  .clear-nav {
    padding-top: 20px !important; } }

@media (min-width: 700px) {
  .clear-nav {
    padding-top: 125px !important; } }

@media (min-width: 992px) {
  #mainNav {
    padding-top: 25px;
    padding-bottom: 25px;
    -webkit-transition: padding-top 0.3s, padding-bottom 0.3s;
    -moz-transition: padding-top 0.3s, padding-bottom 0.3s;
    transition: padding-top 0.3s, padding-bottom 0.3s; }
    #mainNav .nav {
      width: 100%; }
    #mainNav .navbar-brand {
      font-size: 2em;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      transition: all 0.3s; } }

@media (max-width: 700px) {
  #mainNav .home-link {
    text-align: center; }
  .clear-nav {
    margin-top: 0; }
  #mainNav {
    position: static; } }

header.masthead {
  padding-top: 100px;
  padding-bottom: 50px;
  text-align: center;
  color: white;
  background: #00adbe; }
  header.masthead img {
    display: block;
    margin: 0 auto 20px; }
  header.masthead .intro-text .name {
    font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 2em;
    font-weight: 700;
    display: block;
    text-transform: uppercase; }
  header.masthead .intro-text .skills {
    font-size: 1.25em;
    font-weight: 300; }

@media (min-width: 768px) {
  header.masthead {
    padding-top: 200px;
    padding-bottom: 100px; }
    header.masthead .intro-text .name {
      font-size: 4.75em; }
    header.masthead .intro-text .skills {
      font-size: 1.75em; } }

.btn-outline {
  font-size: 20px;
  margin-top: 15px;
  transition: all 0.3s ease-in-out;
  color: white;
  border: solid 2px white;
  background: transparent; }
  .btn-outline.active, .btn-outline:active, .btn-outline:focus, .btn-outline:hover {
    color: #00adbe;
    border: solid 2px white;
    background: white; }

.btn-primary {
  font-weight: 700;
  color: white;
  border-color: #815abe;
  background-color: #815abe; }
  .btn-primary.focus, .btn-primary:focus {
    color: white;
    border-color: #452b6d;
    background-color: #6841a4; }
  .btn-primary:hover {
    color: white;
    border-color: #633e9d;
    background-color: #6841a4; }
  .btn-primary.active, .btn-primary:active,
  .open > .btn-primary.dropdown-toggle {
    color: white;
    border-color: #633e9d;
    background-color: #6841a4; }
    .btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover,
    .open > .btn-primary.dropdown-toggle.focus,
    .open > .btn-primary.dropdown-toggle:focus,
    .open > .btn-primary.dropdown-toggle:hover {
      color: white;
      border-color: #452b6d;
      background-color: #57378b; }
  .btn-primary.active, .btn-primary:active,
  .open > .btn-primary.dropdown-toggle {
    background-image: none; }
  .btn-primary.disabled.focus, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary[disabled].focus, .btn-primary[disabled]:focus, .btn-primary[disabled]:hover,
  fieldset[disabled] .btn-primary.focus,
  fieldset[disabled] .btn-primary:focus,
  fieldset[disabled] .btn-primary:hover {
    border-color: #815abe;
    background-color: #815abe; }
  .btn-primary .badge {
    color: #815abe;
    background-color: white; }

.btn-success {
  font-weight: 700;
  color: white;
  border-color: #00adbe;
  background-color: #00adbe; }
  .btn-success.focus, .btn-success:focus {
    color: white;
    border-color: #00393f;
    background-color: #007f8b; }
  .btn-success:hover {
    color: white;
    border-color: #007581;
    background-color: #007f8b; }
  .btn-success.active, .btn-success:active,
  .open > .btn-success.dropdown-toggle {
    color: white;
    border-color: #007581;
    background-color: #007f8b; }
    .btn-success.active.focus, .btn-success.active:focus, .btn-success.active:hover, .btn-success:active.focus, .btn-success:active:focus, .btn-success:active:hover,
    .open > .btn-success.dropdown-toggle.focus,
    .open > .btn-success.dropdown-toggle:focus,
    .open > .btn-success.dropdown-toggle:hover {
      color: white;
      border-color: #00393f;
      background-color: #005e67; }
  .btn-success.active, .btn-success:active,
  .open > .btn-success.dropdown-toggle {
    background-image: none; }
  .btn-success.disabled.focus, .btn-success.disabled:focus, .btn-success.disabled:hover, .btn-success[disabled].focus, .btn-success[disabled]:focus, .btn-success[disabled]:hover,
  fieldset[disabled] .btn-success.focus,
  fieldset[disabled] .btn-success:focus,
  fieldset[disabled] .btn-success:hover {
    border-color: #00adbe;
    background-color: #00adbe; }
  .btn-success .badge {
    color: #00adbe;
    background-color: white; }

.btn-social {
  font-size: 20px;
  line-height: 45px;
  display: inline-block;
  width: 50px;
  height: 50px;
  text-align: center;
  border: 2px solid white;
  border-radius: 100%; }

.btn.active,
.btn:active,
.btn:focus {
  outline: none; }

.bg-primary {
  background-color: #815abe !important; }

.bg-success {
  background-color: #00adbe !important; }

@media (max-width: 700px) {
  .sized-img {
    width: 300px; }
  .floatable-left {
    float: none; }
  .modal {
    position: relative !important; }
  .small-window {
    height: 210px;
    width: 120px;
    overflow: hidden;
    padding: 4px; }
    .small-window p {
      font-size: 0.45em; }
    .small-window .chapter-header {
      margin-top: 5px;
      margin-bottom: 15px;
      text-align: left; } }

@media (min-width: 700px) {
  .sized-img {
    width: 400px; }
  .floatable-left {
    float: left; }
  .small-window {
    height: 175px;
    width: 105px;
    overflow: hidden;
    padding: 4px; }
    .small-window p {
      font-size: 0.25em; }
    .small-window .chapter-header {
      margin-top: 10px;
      margin-bottom: 25px; } }

.text-yellow {
  color: #dbd814; }

.text-purple {
  color: #815abe; }

.bg-grey {
  background-color: #eeeeee; }

.img-valign {
  vertical-align: middle;
  margin-bottom: 0.25em; }

.wwtawwtac-background-img {
  background-image: url("/static/wwtawwtac/web_banner.jpg"); }
  .wwtawwtac-background-img h1, .wwtawwtac-background-img h2, .wwtawwtac-background-img h3, .wwtawwtac-background-img h4, .wwtawwtac-background-img h5, .wwtawwtac-background-img p {
    background: white; }

svg a text {
  color: #00adbe; }

.chapter-header {
  margin-top: 50px;
  margin-bottom: 150px;
  text-align: center; }

.x-center {
  margin: 0 auto; }

@media (min-width: 700px) {
  .lgs-w-75 {
    width: 75%; } }

