/* Custom Stylesheet */
/**
 * Use this file to override Materialize files so you can update
 * the core Materialize files in the future
 *
 * Made By MaterializeCSS.com
 */
@import 'https://fonts.googleapis.com/css?family=Quicksand';
@import 'https://fonts.googleapis.com/css?family=Roboto';
body{
  background:white;
}
h6 {
  font-size: 1.3rem;
}
.hidden {
  display: none;
}
nav ul a,
nav .brand-logo {
  color: #444;
}
nav .brand-logo {
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  transition: all 0.3s;
}
nav .brand-logo:hover, footer a:hover {
  opacity:0.7;
  transition: all 0.3s;
}
nav .active{
  background-color: rgba(0, 0, 0, 0.1);
}
nav .active:hover{
  background-color: rgba(0, 0, 0, 0.2);
}
p {
  line-height: 2rem;
}

.button-collapse {
  color: #26a69a;
}

.parallax-container {
  min-height: 380px;
  line-height: 0;
  height: auto;
  color: rgba(255,255,255,.9);
}
  .parallax-container .section {
    width: 100%;
  }

@media only screen and (max-width : 992px) {
  .parallax-container .section {
    position: absolute;
    top: 40%;
  }
  #index-banner .section {
    top: 10%;
  }
}

@media only screen and (max-width : 600px) {
  #index-banner .section {
    top: 0;
  }
}
.row{
  margin-top: 20px
}
.icon-block {
  padding: 0 15px;
}
.icon-block .material-icons {
  font-size: inherit;
}

footer.page-footer {
  margin: 0;
}
.heroimage {
  width: 1920px;
}
.heroimage_container {
  position: absolute;
  top: 0;
  z-index: -1;
  display: block;
  margin: auto;
}
input:not([type]):focus:not([readonly]) + label,
input[type=text]:focus:not([readonly]) + label,
input[type=password]:focus:not([readonly]) + label,
input[type=email]:focus:not([readonly]) + label,
input[type=url]:focus:not([readonly]) + label,
input[type=time]:focus:not([readonly]) + label,
input[type=date]:focus:not([readonly]) + label,
input[type=datetime]:focus:not([readonly]) + label,
input[type=datetime-local]:focus:not([readonly]) + label,
input[type=tel]:focus:not([readonly]) + label,
input[type=number]:focus:not([readonly]) + label,
input[type=search]:focus:not([readonly]) + label,
textarea.materialize-textarea:focus:not([readonly]) + label {
  background:transparent;
}
.input-field label.active{
  background: transparent!important;
}
.picker__box {
  border: 0;
}
.list_head{
  font-weight:bold;
}
.resume_container{
  width: 100%;
  height: 600px;
  border: none;
}
#documentName {
  text-align: center;
}
#titlebar, #toolbarContainer {
  background: #009688 !important;
}
#scaleSelect {
  padding-left: 4px;
  color: #000;
}
#toolbarRight {
  padding-right: 4px;
}
#zoomOut:before, #zoomIn:before{
  content: none;
}
#pageNumber, #scaleSelectContainer {
  margin-top: 4px;
  background: #FFF;
  border: 2px transparent !important;
  border-radius: 4px;
  color: #000;
}
#pageNumber {
  margin-top: 5px!important;
}
.dropdownToolbarButton > select > option {
  background: #EEE !important;
  border: none;
}
.toolbarButton.download::before, .toolbarButton.fullscreen::before {
  margin-top: 1px;
}
.toolbarButton.presentation::before{
  margin-top: 2px;
}
