
.mdl-layout__title{
  font-family: "Marko One";
  font-size: 35px;
  letter-spacing: .1em;
  font-weight: 500;
}

.carousel{
  height: 128px; 
  margin-bottom: 16px; 
  padding-top: 1px;
  display: block;
  padding: 4px;
}


#about{
  display:grid;
  grid-template-columns: 5% 15% 5% 60% 15%;
  grid-template-rows: 10% 20% 70%;
  height: 100%;
  background-color: #d0d0d8;

}

#about .about_content_selection{
    grid-column: 2 / 3;
    grid-row: 2 / 3;
}

#about .about_content_main{
  grid-column: 4 / 5;
  grid-row: 2 / 3;
}
#about .about_pic {
  grid-column: 1 / 4;
  grid-row: 3 / 4;
}


about_content_selection{
  grid-column: 2 / 3;
  grid-row: 2 / 3;
}


#carousel-src .mdlext-carousel__slide{
  border-left: 1px solid black;
  border-right: 1px solid black;
  border-bottom: 2px solid black;


}


.carousel-demo {
  box-sizing: border-box;
  display: block;
  padding: 4px;
  border: 1px solid #dddddd;
  border-radius: 4px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

.carousel-demo * {
  box-sizing: border-box;
}




/* Comment Out*/

#carousel-imgviewer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: auto;
}

#carousel-imgviewer figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;

  position: relative;
  height: inherit;
  padding: 0;
  margin: 0;
}

#carousel-imgviewer figure a {
  width: inherit;
  height:inherit;
  max-width: 100%;
  max-height: 100%;
  border: 0;
  outline: 0;

  -webkit-animation: fade-in-element 0.25s ease-out;
  -moz-animation: fade-in-element 0.25s ease-out;
  -o-animation: fade-in-element 025s ease-out;
  animation: fade-in-element 0.25s ease-out;
}
#carousel-imgviewer figure a img {
  width: inherit;
  height:inherit;
  max-width: 100%;
  max-height: 100%;
  border: 0;
  outline: 0;

  -webkit-animation: fade-in-element 0.25s ease-out;
  -moz-animation: fade-in-element 0.25s ease-out;
  -o-animation: fade-in-element 025s ease-out;
  animation: fade-in-element 0.25s ease-out;
}

#carousel-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#carousel-footer .mdl-card__supporting-text {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 0;
  width: 100%;
}

#carousel-footer nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin:auto;
}

.carousel-button__icon {
  font-size: 24px;
}


@media (max-width: 479px) {
  #carousel-imgviewer {
    height: 260px;
  }
  .carousel-button {
    width: 28px;
    min-width: 28px;
    height: 28px;
  }
  .carousel-button__icon {
    font-size: 20px;
  }
  #carousel-container {
    height: 60px;
    margin-top: 4px;
  }
}

@media (min-width: 480px) and (max-width: 839px) {
  #carousel-imgviewer {
    height: 360px;
  }
  #carousel-container {
    height: 90px;
  }
}

@media (min-width: 840px) {
  #carousel-imgviewer {
    height: 400px;
  }
  #carousel-container {
    height: 110px;
  }
}

@-webkit-keyframes fade-in-element {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes fade-in-element {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes fade-in-element {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes fade-in-element {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}


.mdlext-carousel__slide figure a {
  box-sizing: border-box;
  max-height: 100%;
  vertical-align: middle;
}



.fa {
  padding: 20px;
  font-size: 30px;
  width: 30px;
  text-align: center;
  text-decoration: none;
  border-radius:50%;
}


.fa-facebook {
  background: #3B5998;
  color: white;
}