

/*
* === General ===
*/
html{
  height: 100%;
}
body {
  height: 100%;
  min-height: 100%;
  font-family: 'Roboto', sans-serif;
}
section{
  width:100%;
  min-height: 100%;
  background-color: rgba(128, 128, 128, 0.12);
}
footer{
  margin-top: -25px;
  width: 100%;
  min-height: 30%;
  -webkit-box-shadow: 0px -5px 9px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px -5px 9px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px -5px 9px 0px rgba(0, 0, 0, 0.2);
}

h1{
  font-size:48px;
}
h2{
  font-size:25px;
}

.pf-section{
  width:100%;
  min-height: 100%;
  padding-bottom: 14px;
  /*padding-top: 70px;*/
}
  
  .pf-section--red{
    background-color: #F44336;
  }
  .pf-section--blue{
    background-color: #499ff4;
  }
  .pf-section--white{
    background-color: #ffffff;
  }
  .pf-section--gray{
    /*background-color: rgba(128, 128, 128, 0.12);*/
  }
  .pf-section--black{
    background-color: #564F4F;
  }

.pf-section-title{
  background-color:white;
  color:black;
  padding: 10px 16px 10px 16px;
  margin:auto;
  position: relative;
  width:40%;
  text-align: center;
  box-shadow: 0 4px 6px 1px rgba(50, 50, 50, 0.14);
  z-index: 1;
  margin-top: 80px;
}
  .pf-section-title h2{
    color:#499ff4;
    padding: 0;
    margin: 0;
  }
 @media (max-width: 738px){
  .pf-section-title{    
    margin-top: 40px;
  }
}





/*
* === Welcome ===
*/
section#welcome{
    height: 100%;
}

.pf-welcome__main{
  width:100%;
  min-height: 75%;
  height: 75%;
  position: relative;
  z-index: 1;
}

.pf-welcome__plus{
  width:100%;
  min-height: 25%;
  height: 25%;
  text-align: center;  
  color: #499ff4;
  position: absolute;
  z-index: 3;
  -webkit-box-shadow: 0px -5px 9px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow:    0px -5px 9px 0px rgba(0, 0, 0, 0.2);
  box-shadow:         0px -5px 9px 0px rgba(0, 0, 0, 0.2);
}
  .pf-welcome__plus h1{
    margin-bottom: -24px;
  }

  .pf-welcome--blue{
    background-color: #499ff4;
  }
  .pf-welcome--white{
    background-color: #ffffff;
  }
  .pf-welcome-btn{
    float:right;
    margin-top:-29px;
    margin-right: 3%;
    position: relative;
    z-index: 4;
  }

  @media (max-width: 738px){
    .pf-welcome__plus h1{
      margin-bottom: -14px;
      font-size:39px;
    }
    .pf-welcome__plus h2{
      font-size:14px;
      margin-top: 10px;
    }
  }


/*
* === Education ===
*/
#education .pf-section{
  padding-bottom: 24px;
}
#education{
  background-color: rgba(128, 128, 128, 0.12);
}


/*
* === Skills ===
*/

.pf-skills-title{
  background-color:white;
  color:black;
  padding: 10px 16px 10px 16px;
  margin:auto;
  position: relative;
  width:40%;
  text-align: center;
  box-shadow: 0 4px 6px 1px rgba(50, 50, 50, 0.14);
  z-index: 1;
  margin-top: 70px;
  margin-bottom: 15px;
}


.pf-skills-title h2{
    color:#499ff4;
    padding: 0;
    margin: 0;
}

.pf-skills-content-title{
    padding-top: 33px;
    padding-bottom: 10px;
    text-align: center;
    color: #499ff4;
    color : rgba(78, 78, 78, 0.8);
    font-size: 24px;
}

.pf-skills-title ul{
    padding: 0;
    margin: 0;
}

.pf-skills-line{
  width:100%;
  margin:auto;
  padding-top: 2%
}

.pf-skills-content{
  display: inline-block;
  height: 100%;
  width:21%;
  min-height: 163px;
  margin-top:1.5%;
  margin-left: 3%;
  padding-bottom: 2%;
  background-color: white;
  box-shadow: 0 4px 6px 1px rgba(50, 50, 50, 0.14);
  color : rgba(78, 78, 78, 0.8);
  vertical-align: middle;    
}

  .pf-skills-content ul{
    list-style: none;
    padding: 0;
    text-align: center;
  }

  .pf-skills-content .pf-skills-main{
    font-weight: bold;
    color : #499FF4;
    line-height: 30px;
  }

@media (max-width: 738px){

  .pf-skills-content-title{
      padding-top: 33px;
      padding-bottom: 10px;
      text-align: center;
      color: #499ff4;
      color : rgba(78, 78, 78, 0.8);
      font-size: 18px;
  }

  .pf-skills-content h2{ 
    font-size: 21px;   
    text-align: center;
    color: #499ff4;
    color : rgba(78, 78, 78, 0.8);
  }

  .pf-skills-content{
    display: inline-block;
    width:43%;
    margin-top:1.5%;
    margin-left: 5%;
    padding-bottom: 2%;
    background-color: white;
    box-shadow: 0 4px 6px 1px rgba(50, 50, 50, 0.14);
    color : rgba(78, 78, 78, 0.8);
    vertical-align: top;
  }

  .pf-skills-content h2{ 
    font-size: 18px;  
    text-align: center;
    color: #499ff4;
    color : rgba(78, 78, 78, 0.8);
  }
}

/*
* === contact ===
*/
.pf-contact-content{
  display: block;
  vertical-align: middle;
  height: 100%;
}

  .pf-contact-content ul{
    color:white;
    list-style: none;
  }
  .pf-contact-content li{
    padding-bottom: 2%;
    display: inline-block;
    width: 25%;
    min-width: 261px;
  }
  .pf-contact-content a{
    color:white;
    cursor: pointer;
    text-decoration: none;
  }
  .pf-contact-content a:hover{
    color:#499FF4;
  }
  .pf-contact-content h1{
    color: #83BBE4;
    padding-left: 2%;
    padding-top: 1%;
  }
  .pf-contact-content ul p{
    display: inline-block;
    vertical-align: middle;
    padding-left: 5px;
    font-size: 18px;
    height: auto;
  }
  .pf-contact-content ul img{
    max-width:27px;
    margin-top:-18px;
  }

  .pf-contact-picture {
    width:14%;
    position: relative;
    float: right;
    margin-right: 3%;
    margin-top: -200px;
    

  }

@media (max-width: 738px){
  .pf-contact-content ul{
    width: 70%;
    padding-left:18%;  
  }
  .pf-contact-content li{
    display: block;
    width: 100%;
  }
  .pf-contact-content h1{
    padding-top:4%;
    text-align: center;
  }
}


.pf-contact-resume{
  float:right;
  color: white;
  padding:2.5%;
  width:10%;
}
  .pf-contact-resume p{
    display: inline-block;
    vertical-align: middle;
    padding-left: 5px;
    font-size: 18px;
  }






