html {
  position: relative;
  min-height: 100%;
}

form {
  padding-left: 3em;
  padding-right: 3em;
}

input [type="text"] {
  background-color: lightgray;
}


h1 {
  font-family: 'Merriweather', serif;
}

h2 {
  font-family: 'Merriweather', serif;
}

h3 {
    font-family: 'Merriweather', serif;
 }

 h4 {
  font-family: 'Merriweather', serif;
}

h5 {
  font-family: 'Merriweather', serif;
}

 p {
  font-family: 'Merriweather', serif;
}

li {
  font-family: 'Merriweather', serif;
}

p {
  font-family: 'Merriweather', serif;
}

 i {
   margin-right: 10px;
 }

 body {
    animation: pulse 10s infinite;
    margin-bottom: 150px;
  }
  
  @keyframes pulse {
    0% {
      background-color: lightblue;
    }
    45% {
      background-color: lightseagreen;
    }
    90% {
        background-color: lightskyblue;
    }
    100% {
      background-color: lightblue;
    }
  }

  .navbar {
    margin-bottom: 60px;
    color:azure;
  }

  .social-link{
    margin-right: 10px;
  }

  .footer {
    margin-bottom: 10px;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 60px;
    line-height: 1em;
  }

  .w-100 {
    width: 100%;
  }

  .fixed-top {
    margin-bottom: 60px;
  }

  .main-content {
    margin-top: 120px;
  }

  .jumbotron {
    padding-right: 2.75em;
  }
  
  .portfolio-card {
    padding-bottom: 1em;
  }

  .portfolio-content {
    margin-top: 70px
  }

  .form-control:valid {
    background-color: lightgray;
    opacity: .25;
  }

  .feet-space {
    padding-bottom: 1em;
  }

  input:placeholder-shown {
    color: black;
 }

  #contact-submit {
    margin-bottom: 3em;
  }

  #name-label {
    margin-top: 2.5em;
  }

  @media (max-width:768) {
    #car-space {
      margin-top: 1em;
    }
  }