html {
  font-size: 20px; }

.logo, img {
  max-width: 100%;
  height: auto;
  display: center;
  text-align: center; }

body {
  font-family: "Roboto", "Lato", sans-serif; }

a {
  text-decoration: none; }

.text {
  padding: 2rem;
  justify-content: center;
  display: center;
  text-align: center; }
  .text h2 {
    clear: both;
    float: none;
    padding-top: 1.5rem;
    font-family: "Roboto", "Lato", sans-serif;
    font-weight: 300;
    font-size: 1.25rem; }
    .text h2 a {
      color: #8560a8;
      font-weight: 400;
      transition: all 0.5s ease; }
      .text h2 a:hover {
        color: black;
        transition: all 0.5s ease; }
  .text h3, .text li {
    font-family: "Roboto", "Lato", sans-serif;
    font-weight: 100;
    padding: 0 20%;
    text-align: left; }
    .text h3 a, .text li a {
      color: #8560a8;
      font-weight: 400;
      transition: all 0.5s ease; }
      .text h3 a:hover, .text li a:hover {
        color: black;
        transition: all 0.5s ease; }
  .text h4 {
    font-size: 1.15rem;
    font-family: "Roboto", "Lato", sans-serif;
    font-weight: 300;
    text-align: center; }

.tabs, .tabs-footer {
  clear: both;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100px;
  position: relative;
  background: #FFF;
  text-align: center;
  padding: 0 2rem; }

.tabs-container {
  height: 70px; }
  .tabs-container--top {
    position: fixed;
    top: 0; }

.footer-container {
  clear: both;
  height: 50px;
  justify-content: center;
  align-items: center;
  display: center; }
  .footer-container h6 {
    text-align: center;
    font-weight: 100; }
  .footer-container--bottom {
    position: fixed;
    bottom: 0; }

.tabs-container, .footer-container {
  display: flex;
  flex-direction: row;
  bottom: 0;
  width: 80%;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  background: #FFF;
  z-index: 10; }

.tab {
  color: #000; }
  .tab:hover {
    color: white;
    background: #8560a8;
    transition: all 0.5s ease; }

.tab-select {
  color: white;
  background: #8560a8; }

.tab, .tab-select {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
  letter-spacing: 0.1rem;
  transition: all 0.5s ease;
  font-size: 1rem; }

.icon {
  justify-content: center;
  display: center;
  text-align: center; }
  .icon table {
    padding: 0 10%;
    width: 100%; }
  .icon #hci_caption, .icon #ios_caption, .icon #cmp_caption, .icon #sou_caption {
    font-weight: 100;
    transition: opacity .5s, visibility .5s; }
  .icon #hci:hover #hci_caption {
    visibility: visible;
    color: blue; }
  .icon #ios:hover #ios_caption {
    visibility: visible; }
  .icon #cmp:hover #cmp_caption {
    visibility: visible; }
  .icon #sou:hover #sou_caption {
    visibility: visible; }

.note {
  clear: both;
  float: none;
  justify-content: center;
  display: center;
  text-align: center; }
  .note h3, .note h5 {
    font-size: 0.7rem;
    font-family: "Roboto", "Lato", sans-serif;
    font-weight: 100;
    padding: 0 20%;
    text-align: center; }
  .note h5 {
    color: LightGray;
    padding-top: 3rem; }
  .note h1 {
    padding-top: 1rem;
    padding-bottom: 0.5rem; }

.spacing {
  padding: 25%; }

.divider {
  text-align: center;
  color: LightGray;
  width: 100px; }

.backgroundcontent-photo, .backgroundcontent-water, .backgroundcontent-graphic {
  background-color: #fff;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  overflow: hidden;
  color: white;
  text-align: center;
  font-size: 4rem; }
  .backgroundcontent-photo a, .backgroundcontent-water a, .backgroundcontent-graphic a {
    padding: 10% 20%;
    color: white;
    font-size: 3rem;
    font-weight: 100;
    display: block;
    transition: all 0.5s ease; }
    .backgroundcontent-photo a:hover, .backgroundcontent-water a:hover, .backgroundcontent-graphic a:hover {
      color: white;
      transition: all 0.5s ease;
      background-color: rgba(1, 1, 1, 0.2); }

.backgroundcontent-photo {
  background-image: url("./images/photo01.png"); }

.backgroundcontent-water {
  background-image: url("./images/watercolor01.png"); }

.backgroundcontent-graphic {
  background-image: url("./images/gdesign01.png"); }

.button {
  padding: 1rem;
  font-weight: 100;
  color: #8560a8;
  border: 1px solid #8560a8;
  border-radius: 25px;
  transition: all 0.5s ease; }
  .button:hover {
    color: white;
    background: #8560a8;
    transition: all 0.5s ease; }

.expand {
  cursor: pointer;
  font-weight: 100;
  color: #8560a8;
  transition: all 0.5s ease; }
  .expand:hover {
    color: white;
    transition: all 0.5s ease; }

.recent h3 {
  padding: 0.5rem;
  text-align: center; }

.card-container {
  margin-left: 15%;
  margin-right: 15%; }

.card {
  width: calc(33% - 1% - 30px);
  height: 10rem;
  /*10 rem*/
  margin: 1% 1% 0 0;
  padding: 15px;
  background: WhiteSmoke;
  float: left;
  text-align: center;
  vertical-align: middle;
  position: relative;
  cursor: pointer; }
  .card img {
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto auto;
    padding: 15px;
    max-height: calc(100% - 30px);
    max-width: calc(100% - 30px);
    overflow: hidden; }
  .card .prj-container img {
    margin-bottom: 15px;
    max-height: calc(80% - 30px);
    max-width: calc(80% - 30px);
    overflow: hidden; }
  .card .prj-container h3 {
    margin-top: 10px; }
  .card .exptext {
    padding: 15px;
    text-align: left;
    margin: 10px;
    padding: 10px;
    color: black; }

.textcard {
  width: calc(33% - 1% - 30px);
  height: 3rem;
  margin: 1% 1% 0 0;
  padding: 15px;
  background: WhiteSmoke;
  float: left; }
  .textcard h3 {
    margin: 0px;
    text-align: left;
    padding: 0px; }

.footer-container {
  clear: both; }

.back {
  margin-left: 15%;
  text-align: left; }

.clickpic {
  cursor: pointer;
  transition: 0.3s; }
  .clickpic:hover {
    opacity: 0.7; }

/* The Modal (background) */
.modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 1;
  /* Sit on top */
  padding-top: 100px;
  /* Location of the box */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: black;
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.9);
  /* Black w/ opacity */ }

/* Modal Content (Image) */
.modal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px; }

/* Caption of Modal Image (Image Text) - Same Width as the Image */
.caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px; }

/* Add Animation - Zoom in the Modal */
.modal-content, .caption {
  animation-name: zoom;
  animation-duration: 0.6s; }

@keyframes zoom {
  from {
    transform: scale(0); }
  to {
    transform: scale(1); } }
/* The Close Button */
.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s; }
  .close:hover, .close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer; }

.shadow {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1); }

@media (max-width: 1084px) {
  .card, .textcard {
    width: calc(50% - 1% - 30px); }

  .tabs-container, .footer-container {
    width: 90%; } }
@media (max-width: 768px) {
  .tabs-container, .footer-container {
    width: 98%; } }
@media (max-width: 742px) {
  .card, .textcard {
    width: calc(100% - 30px); }

  .tabs-container {
    flex-direction: column;
    width: 98%;
    height: 250px; }

  .tabs {
    height: 280px; }

  .modal-content {
    width: 100%; } }
@media (max-width: 614px) {
  .textcard {
    height: 4rem; } }

/*# sourceMappingURL=main.css.map */
