html *
{
    font-family: 'Varela Round', sans-serif;
}
nav{
    background-color: #ff8f00;
}

p.date {
  color: #9e9e9e;
}

span.date {
  color: #9e9e9e;
}

.navbar-fixed { z-index: 999; }

ul.publications{
  line-height: 40px;
}
.page-footer {
    padding-top: 20px;
    color: #fff;
    background-color: #ff8f00;
}

div.page-content {
    background-color: #fff8f7 !important;
}

.collection-item p {
  color: #b3b3b3 !important;
}

.collection-item .title {
  color: #000000 !important;
}

@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

img.responsive-img {
    border-radius: 20px;
}
blockquote{
    border-left: 5px solid #ffc774 !important;
}
#slideshow { 
    position: relative;
    height: 0px;
}

#slideshow > div { 
    position: absolute; 
    top: 50px; 
}

.page-content .tabs .tab a {
    color: rgba(255,213,79, 0.7);
    display: block;
    width: 100%;
    height: 100%;
    padding: 0 24px;
    font-size: 14px;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-transition: color .28s ease, background-color .28s ease;
    transition: color .28s ease, background-color .28s ease;
  }

.page-content .tabs .tab a:focus, .tabs .tab a:focus.active {
    background-color: rgba(255,179,0, 0.2);
    outline: none;
  }

.page-content  .tabs .tab a:hover, .tabs .tab a.active {
    background-color: transparent;
    color: #ffab00;
  }
.page-content .tabs .indicator {
    position: absolute;
    bottom: 0;
    height: 2px;
    background-color: #ffca28;
    will-change: left, right;
  }

.page-content  .tabs .tab.disabled a,
.tabs .tab.disabled a:hover {
  color: rgba(255,202,40, 0.4);
  cursor: default;
}

.table-of-contents-projects.fixed {
    position: fixed;
  }
  
.table-of-contents-projects li {
  padding: 2px 0;
}
  
  .table-of-contents-projects a {
    display: inline-block;
    font-weight: 300;
    color: #757575;
    padding-left: 16px;
    height: 1.5rem;
    line-height: 1.5rem;
    letter-spacing: .4;
    display: inline-block;
  }
  
  .table-of-contents-projects a:hover {
    color: #a8a8a8;
    padding-left: 15px;
    border-left: 1px solid #ffd54f;
  }
  
.table-of-contents-projects a.active {
    font-weight: 500;
    padding-left: 14px;
    border-left: 2px solid #ffca28;
}

#projects-dropdown.dropdown-content li > a, .dropdown-content li > span {
    font-size: 16px;
    color: #000000;
    display: block;
    line-height: 22px;
    padding: 14px 16px;
  }


.btn:focus, .btn-large:focus, .btn-small:focus,
.btn-floating:focus {
  background-color: #ff6f00;
}

.btn, .btn-large, .btn-small {
  text-decoration: none;
  color: #fff;
  background-color: #ff8f00;
  text-align: center;
  letter-spacing: .5px;
  -webkit-transition: background-color .2s ease-out;
  transition: background-color .2s ease-out;
  cursor: pointer;
}

.btn:hover, .btn-large:hover, .btn-small:hover {
  background-color: #ffb300;
}

.btn-floating {
  display: inline-block;
  color: #fff;
  position: relative;
  overflow: hidden;
  z-index: 1;
  width: 40px;
  height: 40px;
  line-height: 40px;
  padding: 0;
  background-color: #ff8f00;
  border-radius: 50%;
  -webkit-transition: background-color .3s;
  transition: background-color .3s;
  cursor: pointer;
  vertical-align: middle;
}

.btn-floating:hover {
  background-color: #ff8f00;
}

.btn-small {
    height: 32.4px;
    line-height: 32.4px;
    font-size: 13px;
  }
  
  .btn-small i {
    font-size: 1.2rem;
  }

  .z-depth-1, nav, .card-panel, .card, .toast, .btn, .btn-large, .btn-small, .btn-floating, .dropdown-content, .collapsible, .sidenav {
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
            box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  }
  
  .z-depth-1-half, .btn:hover, .btn-large:hover, .btn-small:hover, .btn-floating:hover {
    -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.14), 0 1px 7px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -1px rgba(0, 0, 0, 0.2);
            box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.14), 0 1px 7px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -1px rgba(0, 0, 0, 0.2);
  }
  .btn, .btn-large, .btn-small,
.btn-flat {
  border: none;
  border-radius: 2px;
  display: inline-block;
  height: 36px;
  line-height: 36px;
  padding: 0 16px;
  text-transform: uppercase;
  vertical-align: middle;
  -webkit-tap-highlight-color: transparent;
}

.btn, .btn-large, .btn-small,
.btn-floating,
.btn-large,
.btn-small,
.btn-flat {
  font-size: 14px;
  outline: 0;
}

.modal {
  display: block;
  position: fixed;
  left: 0;
  right: 0;
  background-color: #fafafa;
  padding: 0;
  max-height: 70%;
  width: 80%;
  margin: auto;
  overflow-y: auto;
  border-radius: 20px;
  will-change: top, opacity;
}

.page-content .modal {
  max-height: 80%;
}

.modal .modal-footer {
  border-radius: 0 0 2px 2px;
  background-color: #fafafa;
  padding: 4px 6px;
  height: 60px;
  width: 100%;
  text-align: right;
}

input:not([type]):focus:not([readonly]),
input[type=text]:not(.browser-default):focus:not([readonly]),
input[type=password]:not(.browser-default):focus:not([readonly]),
input[type=email]:not(.browser-default):focus:not([readonly]),
input[type=url]:not(.browser-default):focus:not([readonly]),
input[type=time]:not(.browser-default):focus:not([readonly]),
input[type=date]:not(.browser-default):focus:not([readonly]),
input[type=datetime]:not(.browser-default):focus:not([readonly]),
input[type=datetime-local]:not(.browser-default):focus:not([readonly]),
input[type=tel]:not(.browser-default):focus:not([readonly]),
input[type=number]:not(.browser-default):focus:not([readonly]),
input[type=search]:not(.browser-default):focus:not([readonly]),
textarea.materialize-textarea:focus:not([readonly]) {
  border-bottom: 1px solid #ffa726;
  -webkit-box-shadow: 0 1px 0 0 #ffa726;
          box-shadow: 0 1px 0 0 #ffa726;
}

input:not([type]):focus:not([readonly]) + label,
input[type=text]:not(.browser-default):focus:not([readonly]) + label,
input[type=password]:not(.browser-default):focus:not([readonly]) + label,
input[type=email]:not(.browser-default):focus:not([readonly]) + label,
input[type=url]:not(.browser-default):focus:not([readonly]) + label,
input[type=time]:not(.browser-default):focus:not([readonly]) + label,
input[type=date]:not(.browser-default):focus:not([readonly]) + label,
input[type=datetime]:not(.browser-default):focus:not([readonly]) + label,
input[type=datetime-local]:not(.browser-default):focus:not([readonly]) + label,
input[type=tel]:not(.browser-default):focus:not([readonly]) + label,
input[type=number]:not(.browser-default):focus:not([readonly]) + label,
input[type=search]:not(.browser-default):focus:not([readonly]) + label,
textarea.materialize-textarea:focus:not([readonly]) + label {
  color: #ffa726;
}

* {
  box-sizing: border-box;
}

/* Create two equal columns that floats next to each other */
.half {
  float: left;
  width: 50%;
  padding: 10px;
}

/* Clear floats after the columns */
.section:after {
  content: "";
  display: table;
  clear: both;
}

.mobile {
  display:none;
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 800px) {
  #right-half {
    display:none;
  }
  .half {
    width: 100%;
  }
  .desktop {
    display:none;
  }
  .mobile {
    display: block;
  }
  .nav-wrapper img{
    display:none;
  }
  #main-page div.page-content {
    background-color: #424242 !important;
  }
  .latest-content.card{
    background-color:#616161;
    color:white;
  }
  .z-depth-1, nav, .card-panel, .card, .toast, .btn, .btn-large, .btn-small, .btn-floating, .dropdown-content, .collapsible, .sidenav {
    -webkit-box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0), 0 0px 1px -2px rgba(0, 0, 0, 0.0), 0 1px 5px 0 rgba(0, 0, 0, 00);
            box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0), 0 3px 1px -2px rgba(0, 0, 0, 0.00), 0 1px 5px 0 rgba(0, 0, 0, 0);
  }
  project-title {
    text-decoration: underline;
  }
}

