body {
  margin: 0;
}

/* Disable ugly boxes around images in IE10 */
a img{
  border: 0px;
}

::-moz-selection {
  background-color: #6ab344;
  color: #fff;
}

::selection {
  background-color: #6ab344;
  color: #fff;
}

.atu-search-box .mdl-textfield__input {
  color: rgba(0, 0, 0, 0.87);
}

.atu-header .mdl-menu__container {
  z-index: 50;
  margin: 0 !important;
}


.mdl-textfield--expandable {
  width: auto;
}

.atu-fab {
  position: absolute;
  right: 20%;
  bottom: -26px;
  z-index: 3;
  background: #64ffda !important;
  color: black !important;
}

.atu-mobile-title {
  display: none !important;
}


.atu-logo-image {
  width: 120px;
}

.atu-mobile-logo-image {
    height: 46px;
    position: relative;
    left: 16px;
    top: -7px;
}

.atu-header {
  overflow: visible;
  background-color: white;
}

  .atu-header .material-icons {
    color: #767777 !important;
  }

  .atu-header .mdl-layout__drawer-button {
    background: transparent;
    color: #767777;
  }

  .atu-header .mdl-navigation__link {
    color: #757575;
    font-weight: 700;
    font-size: 14px;
  }

  .atu-navigation-container {
    /* Simple hack to make the overflow happen to the left instead... */
    direction: rtl;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    width: 500px;
    -webkit-transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1),
        width 0.2s cubic-bezier(0.4, 0, 0.2, 1);
            transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1),
        width 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  }

  .atu-navigation {
    /* ... and now make sure the content is actually LTR */
    direction: ltr;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    width: 800px;
  }

  .atu-search-box.is-focused + .atu-navigation-container {
    opacity: 0;
    width: 100px;
  }

  .atu-navigation .mdl-navigation__link {
    display: inline-block;
    height: 60px;
    line-height: 68px;
    background-color: transparent !important;
    border-bottom: 4px solid transparent;
  }

    .atu-navigation .mdl-navigation__link:hover {
      border-bottom: 4px solid #EC1C24;
    }

  .atu-search-box {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    margin-left: 16px;
    margin-right: 16px;
  }

  .atu-more-button {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
    top: 2px;
    right: -10px;
  }

.atu-drawer {
  border-right: none;
}

  .atu-drawer-separator {
    height: 1px;
    background-color: #dcdcdc;
    margin: 8px 0;
  }

  .atu-drawer .mdl-navigation__link.mdl-navigation__link {
    font-size: 14px;
    color: #757575;
  }

  .atu-drawer span.mdl-navigation__link.mdl-navigation__link {
    color: #8bc34a;
  }

  .atu-drawer .mdl-layout-title {
    position: relative;
    background: #c4c4c4;
    height: 84px;
  }

    .atu-drawer .atu-logo-image {
      position: absolute;
      bottom: 16px;
    }




.atu-be-together-section {
  position: relative;
  height: 600px;
  width: auto;
  background-color: #f3f3f3;
  background: url('images/slide01.jpg') center 30% no-repeat;
  background-size: cover;
}

.logo-font {
  font-family: 'Roboto', 'Helvetica', 'Arial', sans-serif;
  line-height: 1;
  color: #ffffff;
  font-weight: 500;
}

.atu-mainimg-section {
  position: relative;
  background: url('images/old-garage.jpg') center top no-repeat;
  background-size: cover;
  height: 469px;
}

.atu-members-section {
  position: relative;
  background: url('images/brock.jpg') center top no-repeat;
  background-size: cover;
  height: 420px;
}

.atu-mainimg-band {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  background-color: rgba(0,0,0,0.80);
}

.atu-mainimg-band-text {
  margin-left: 20%;
  max-width: 1000px;
  padding: 24px;
  text-align: left;
  color: white;
}

.atu-membersimg-band-text {
  padding: 24px;
  text-align: center;
  color: white;
}

  .atu-mainimg-band-text p {
    padding-top: 8px;
  }

.atu-link {
  font-weight: 400;
  text-decoration: none;
  color: #000000 !important;
}

  .atu-link:hover {
    color: #0147FA !important;
  }

  .atu-link .material-icons {
    position: relative;
    top: 6px;
  }

.atu-alt-link {
  text-decoration: none;
  color: #64ffda !important;
  font-size: 16px;
}

  .atu-alt-link:hover {
    color: #00bfa5 !important;
  }

  .atu-alt-link .material-icons {
    position: relative;
    top: 6px;
  }

.atu-contact-section {
  text-align: center;
  min-height: 740px;
}

.atu-who-section {
    margin: 0 auto;
    max-width: 900px;
    text-align: left;
    line-height: 150%;
}

.atu-contact-img {
    width: 100%;
    height: 100px;
    background-color: #082e43;
/*    background-image: url('images/exec.jpg');*/
    background-position: center top;
    background-repeat: no-repeat;  
}

.atu-meeting-img {
    width: 100%;
    height: 150px;
    background-color: #082e43;
    background-image: url('images/meeting.jpg');
    background-position: center top;
    background-repeat: no-repeat;  
}

.atu-who-img {
    width: 100%;
    height: 150px;
    background-color: #082e43;
    background-image: url('images/who.jpg');
    background-position: center top;
    background-repeat: no-repeat;  
}

.atu-news-section {
  padding: 40px 0;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.atu-exec-section {
  padding: 40px 0;
  max-width: 899px;
  margin-left: auto;
  margin-right: auto;
}

.atu-card-exec {
    font-family: 'Roboto', 'Helvetica', 'Arial', sans-serif;
    font-weight:300;
    font-size:28px;
}

.atu-news-section .atu-section-title {
    margin-left: 12px;
    padding-bottom: 24px;
}

.atu-exec-section .atu-section-title {
    margin-left: 12px;
    padding-bottom: 24px;
}

.atu-contact-text {
    font-size: 16px;
    color: #000000;
    font-weight: 500;
}

.atu-email-section {
  text-align: center;
  min-height: 800px;
  margin-left: auto;
  margin-right: auto;
}

.atu-card-container {
}

  .atu-card-container .mdl-card__media {
    overflow: hidden;
    background: transparent;
  }

    .atu-card-container .mdl-card__media img {
      width: 100%;
    }

  .atu-card-container .mdl-card__title {
    background: transparent;
    height: auto;
  }

  .atu-card-container .mdl-card__title-text {
    color: black;
    height: auto;
  }

  .atu-card-container .mdl-card__supporting-text {
    height: auto;
    color: black;
    padding-bottom: 48px;
  }

  .atu-card-container .mdl-card__actions {
    position: absolute;
    bottom: 0;
  }

  .atu-card-container .mdl-card__actions a {
    border-top: none;
    line-height: 32px;
    font-size: 16px;
  }

.card-head-yellow {
    width: 100%;
    background-color: #FBEC5D;
}

.card-head-red {
    width: 100%;
    background-color: #FF6347;
}

.card-head-blue {
    width: 100%;
    background-color: #0EBFE9;
}

.card-head-green {
    width: 100%;
    background-color: #7BBF6A;
}

.atu-footer {
  background-color: #000000;
  position: relative;
}

  .atu-footer a:link {
    color: #ffffff;
  }

.atu-footer a:hover {
    color: #ffffff;
  }

.atu-footer a:visited {
    color: #ffffff;
  }

  .atu-footer .mdl-mega-footer--top-section::after {
    border-bottom: none;
  }

  .atu-footer .mdl-mega-footer--middle-section::after {
    border-bottom: none;
  }

  .atu-footer .mdl-mega-footer--bottom-section {
    position: relative;
  }

  .atu-footer .mdl-mega-footer--bottom-section a {
    margin-right: 2em;
  }

  .atu-footer .mdl-mega-footer--right-section a .material-icons {
    position: relative;
    top: 6px;
  }


.atu-link-menu:hover {
  cursor: pointer;
}


/**** Mobile layout ****/
@media (max-width: 900px) {
  .atu-navigation-container {
    display: none;
  }

  .atu-title {
    display: none !important;
  }

  .atu-mobile-title {
    display: block !important;
    position: absolute;
    left: calc(50% - 70px);
    top: 12px;
    -webkit-transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1);
            transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  }

  /* WebViews in iOS 9 break the "~" operator, and WebViews in OS X 10.10 break
     consecutive "+" operators in some cases. Therefore, we need to use both
     here to cover all the bases. */
  .atu.atu-search-box.is-focused ~ .atu-mobile-title,
  .atu-search-box.is-focused + .atu-navigation-container + .atu-mobile-title {
    opacity: 0;
  }

  .atu-more-button {
    display: none;
  }

  .atu-search-box.is-focused {
    width: calc(100% - 48px);
  }

  .atu-search-box .mdl-textfield__expandable-holder {
    width: 100%;
  }

  .atu-be-together-section {
    height: 350px;
  }

  .atu-slogan {
    font-size: 26px;
    margin: 0 16px;
    padding-top: 24px;
  }

  .atu-sub-slogan {
    font-size: 16px;
    margin: 0 16px;
    padding-top: 8px;
  }

  .atu-create-character {
    padding-top: 200px;
    font-size: 16px;
  }

  .atu-create-character img {
    height: 12px;
  }

  .atu-fab {
    display: none;
  }

  .atu-mainimg-band-text {
    margin-left: 0;
    padding: 16px;
  }

  .atu-footer .mdl-mega-footer--bottom-section {
    display: none;
  }
}
