@charset "utf-8";
/* CSS Document */

header {
  background-attachment: fixed;
}

header .intro-text .intro-heading {
  min-height: 100px;
}

section#portfolio div.row:nth-child(3) h2 {
	margin-top: 40px;
}

ul.list-inline.social-buttons {
    padding-bottom: 20px;
}

section#contact {
    background-attachment: fixed;
}

.col-md-12.contact {
    padding: 30px;
}

.contact p {
    -webkit-animation: mymove 5s infinite; /* Chrome, Safari, Opera */
    animation: mymove 5s infinite;
}
.contact i.fa.fa-envelope {
    color: #fed136;
    margin-right: 3px;
}

ul.social-buttons li a {
    border: solid 1px #fed136;
  }

/* Chrome, Safari, Opera */
@-webkit-keyframes mymove {
    50% {text-shadow: 10px 12px 18px #CCCCCC;}
}

/* Standard syntax */
@keyframes mymove {
    50% {text-shadow: 10px 12px 18px #CCCCCC;}
}

@media (min-width: 768px){
  header .intro-text .intro-heading {
    min-height: 150px;
  }
  
  header .intro-text .intro-lead-in {
    font-size: 30px;
    line-height: 30px;
  }
  
  section {
    padding: 100px 0;
  }
}
