body,h1,h2,h3,h4,h5,h6 {
  font-family: 'Nunito', sans-serif;
}
h1 {
    font-family: 'Merriweather', serif;
    font-size: 30px;
    background: -webkit-linear-gradient(#e91e63, #ffc107);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
body, html {
  height: 100%;
  color: #777;
  line-height: 1.8;
}
/* Create a Parallax Effect */
.bgimg-1, .bgimg-2, .bgimg-3 {
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
/* First image (Logo. Full height) */
.bgimg-1 {
  background-image: url('../images/bkg_top.jpg');
  min-height: 100%;
}
/* Second image (Portfolio) */
.bgimg-2 {
  background-image: url("../images/keyboard.jpg");
  min-height: 400px;
}
/* Third image (Contact) */
.bgimg-3 {
  background-image: url("../images/contact.jpg");
  min-height: 400px;
}
/* Turn off parallax scrolling for tablets and phones */
@media only screen and (max-device-width: 1600px) {
  .bgimg-1, .bgimg-2, .bgimg-3 {
    background-attachment: scroll;
    min-height: 400px;
  }
}

.w3-wide {
  letter-spacing: 8px;
}
.w3-hover-opacity {
  cursor: pointer;
}
.fs-opacity-70{
  opacity: 70%;
}


/* buttons */
.fs-button{
  background-image: linear-gradient(to right, #e91e63 0%, #ffc107 100%);
  border-radius: 4px;
  color: #f38d50;
  text-shadow: -1px 0px 3px rgb(239, 218, 71);
  display: block;
  /* font: 1.125rem 'Oswald', Arial, sans-serif;  */
  letter-spacing: 1px;
  margin: 0 auto;
  padding: 2px;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  width: 215px;
  height: 60px;
  z-index: 2;
}
.fs-button:hover{
  color: white;
  text-decoration: none;
}
.fs-button-secondary{
  align-items: center;
  background: white;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  height: 100%;
  transition: all 2s;
  width: 100%;
  text-transform: none;
}
.fs-button:hover .fs-button-secondary{
  background: transparent;
  text-decoration: none;
}
.fs-button-primary{
  color: white;
  align-items: center;
  display: flex;
  justify-content: center;
  height: 100%;
  transition: all .5s;
  width: 100%;
}
.fs-button-primary:hover{
  font-size: large;
  text-shadow: -1px 0px 3px rgb(255, 255, 255);
  text-decoration: none;
}
/* end buttons*/


/* my work cards */
div.my-work-cards{
  border: solid 1px #c5c5c5;
}
.my-work-cards{
    min-height: 250px;
    background-repeat: no-repeat;
    margin: 2px 5px;
    background-position: center;
    min-width: 307px;
    max-width: 100%;
    background-size: contain;
}
#oomami-card{
  background-image: url('../images/oomami_logo.png');
  max-width: 300px;
  margin: auto;
}
#witcare-card{
  background-image: url('../images/WiTCare_logo.png');
  max-width: 300px;
  margin: auto;
}
#ready-teacher-card{
  background-image: url('../images/rt_logo.png');
}
#wisp-card{
  background-image: url('../images/wisp_logo.png');  
}
#verde-card{
  background-image: url('../images/verde_logo.jpg');  
}
#parkie-card{
  background-image: url('../images/parkie_logo.png');  
}

.fancybox-image, .fancybox-spaceball{
  height: 95% !important;
}

.links-work{
  float: right;
  padding-right: 10px;
  text-decoration: underline;
}
.links-work a:hover{
  font-size: larger;
}
/* end my work cards */

/* download resume */
.fs-download{
  /* font-family: 'Great Vibes', cursive; */
  /* background: -webkit-linear-gradient(#ffc107,#e91e63); */
  /* -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;    */
  font-size: 18px;
  line-height: 60px;
}
/* end download resume */


/* logo */
.avatar{
  background-image: url(../images/avatar-fra.png);
  width: 50px;
  height: 80px;
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 30px;
}

.fs-logo{
  font-family: 'Great Vibes', cursive;
  background: -webkit-linear-gradient(#ffc107,#e91e63);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;    
  color: #e91e63;
  font-size: 50px;
  padding: 10px;
  margin: 20px;
  line-height: 60px;
}

@media screen and (max-width: 428px) {
  .fs-logo {
    font-size: 30px;
    margin-top: 18px;
    margin-right: 2px;
  } 
  .fs-download{
    max-width: 200px;
    line-height: 23px;
  }
} 
@media screen and (min-width:429px) and (max-width:599px) {
  .fs-logo {
      font-size: 35px;
  }
  .fs-download{
    max-width: 200px;
    line-height: 23px;
  }
}
@media screen and (min-width:600px) and (max-width:775px){
  .fs-logo{
      font-size: 40px;
  }
  .fs-download{
    max-width: 200px;
    line-height: 23px;
  }
}
/* end logo */


/* skills */
.skill-div {
  color: #5d5b5b;
}
.skill-div span {
  color: #fff;
}
img.skill-icon{
  width: 50px;
  display: block;
  margin: auto;
}
/* end skills */
