body,h1,h2,h3,h4,h5,h6 {font-family: Segoe UI, sans-serif;}
body, html {
  height: 100%;
  color: #777;
  line-height: 1.8;
}

.boxShadow {
  -webkit-box-shadow: -4px 6px 16px 0px rgba(0,0,0,0.63);
  -moz-box-shadow: -4px 6px 16px 0px rgba(0,0,0,0.63);
  box-shadow: -4px 6px 16px 0px rgba(0,0,0,0.63);
}

/* Create a Parallax Effect */
.bgimg-1, .bgimg-2, .bgimg-3, .bgimg-4, .bgimg-5 {
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* First image (Logo. Full height) */
.bgimg-1 {
  background-image: url('../img/pcCode.jpg');
  min-height: 100%;
}

/* Second image (Skills) */
.bgimg-2 {
  background-image: url("../img/project.jpg");
  min-height: 400px;
}

/* Third image (Portfolio) */
.bgimg-3 {
  background-image: url("../img/portfolio.jpg");
  min-height: 400px;
}

/* Fourth image (Contact) */
.bgimg-4 {
  background-image: url("../img/contact-me.jpg");
  min-height: 400px;
}

/* First image (Logo. Full height) */
.bgimg-5 {
  background-image: url('../img/comingsoon.jpg');
  min-height: 100%;
}

/* Slides */
.mySlides {display:none}

.w3-wide {letter-spacing: 10px;}
.w3-hover-opacity {cursor: pointer;}

/* Custom classes */
.white {color: #FFF;}
.black {color: #000;}
.padding-top-16 {padding-top: 16px!important;}
.padding-top-24 {padding-top: 24px!important;}
.padding-top-64 {padding-top: 64px!important;}
.padding-bottom-3 {padding-bottom: 3px!important;}
.padding-bottom-37 {padding-bottom: 37px!important;}
.padding-bottom-61 {padding-bottom: 61px!important;}
.padding-bottom-208 {padding-bottom: 208px!important;}
.padding-left-10 {padding-left: 10%}
.no-border {border: none;}
.no-padding {padding: 0;}
.no-margin {margin: 0;}
.underline {text-decoration: underline;}
.width-30 {width: 30%;}
.pointer {cursor: pointer;}
.dashboard {
  width:70%;
  height: 67.7%;
}
.input-message {
  height: 72px;
  resize: none;
}
.quoteLogo {
  font-size:100px;
  line-height:0.74em;
  opacity:0.2
}
.project {
  height: 200px;
  margin: 0px;
}
.pictureContainer {
  width: 300px;
  height: 150px; 
  position: relative;
}
.pictureContainer img {
  width: 80%;
  height: 60%;
  position: absolute;
  top: 50%;
  left: 10%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* Turn off parallax scrolling for tablets and phones */
@media only screen and (max-width: 600px) {
  .bgimg-1, .bgimg-2, .bgimg-3, .bgimg-4 {
    background-attachment: scroll;
    min-height: 400px;
  }
}

@font-face {
  font-family: Segoe UI;
  src: "../webfonts/fa-regular-400.ttf";
}