body {
  font-family: "Open Sans", sans-serif; 
  font-size: 1em;
}

h1, h2 {
  font-family: "Source Code Pro";
  font-weight: bold;
  font-size: 3em;
  margin-top: 100px;
  color:rgb(7, 170, 70) ;
  text-shadow: 1px 1px rgb(104, 110, 107) ;
 }


 h3 {  
  color: white ;
  font-size: 1.5em;
 }

 h4 {
  font-family: "Source Code Pro";
  color: white ;
  font-size: 3em;
  text-shadow: 2px 2px #6a6a74;
 }

 h5 {
  font-weight: bold;
  font-size: 2em;
}

h6 {
  font-size: 1.8em;
  color: #817a7a;
}

h7 {
  font-size: 2em;
  color: white;
}

 @media (max-width: 1199px) {
  h1, h2 {
    font-size: 3em;
    margin-top: 40px;
   }
   h3, h5, h6, h7 {  
    font-size: 1.5em;
   }  
   h4 {
    font-size: 2.2em;
   }
 }

 @media (max-width: 991px) {
  h1, h2 {
    font-size: 2.3em;
    margin-top: 20px;
   }
   h3, h5, h6, h7 {  
    font-size: 1.4em;
   }  
   h4 {
    font-size: 1.6em;
   }
 }

 @media (max-width: 767px) {
  h1, h2 {
    font-size: 2em;
    margin-top: 10px;
   }
   h3, h5, h6, h7 {  
    font-size: 1.2em;
   }  
   h4 {
    font-size: 2em;
   }
 }

@media (max-width: 576px) {
  h1, h2 {
    font-size: 1.7em;
    margin-top: 5px;
   }
   h3, h5, h6, h7 {  
    font-size: 1.2em;
   }  
   h4 {
    font-size: 2em;
   }
 }

.navbar {
  padding: 7px;
  position: fixed;
  margin: 0;
  z-index: 1;
}

.jumbotron {
  margin: 0;
  background-image: url('../img/bkg4.png');
  color: white; 
  border-radius: 0 !important;
  height: 750px;
  background-size: cover;
}
.row-content {
  padding: 70px;
  min-height: 200px; 
  text-align: center;
}

@media (max-width: 1199px) {
  .jumbotron {
    height: 520px;
  }
  .row-content {
    padding: 30px;
    min-height: 150px; 
    text-align: center;
  }
}

@media (max-width: 991px) {
  .jumbotron {
    height: 440px;
    background-image: url('../img/bkg3.png');
  }
  .row-content {
    padding: 20px;
    min-height: 120px; 
    text-align: center;
  }
}

@media (max-width: 767px) {
  .jumbotron {
    height: 380px;
    background-size: cover;
    background-image: url('../img/bkg1.png');
  }
  .row-content {
    padding: 10px;
    min-height: 50px; 
    text-align: center;
  }
}

@media (max-width: 576px) {
  .jumbotron {
    height: 320px;
    background-size: cover;
    background-image: url('../img/bkg1.png');
  }
  .row-content {
    padding: 5px;
    min-height: 25px; 
    text-align: center;
  }
}

a, a:hover {
  color: inherit;
  text-decoration: none; 
}

.img-logo{
  width: 77px;
  height: 77px;
}

.img-skills {
  width: 60px;
}

.siteimage {
  width: 50%;
  height: 28%;
  padding: 10px;
}

@media (max-width: 767px) {
  .siteimage {
    width: 100%;
    height: 56%;
    padding: 5px;    
  } 
  .img-logo{
    width: 50px;
    height: 50px;
  }
}

#contactMeButton:hover, .modalSubmit:hover  {
  background-color: #3046C5;
  color: black;
}

#contactMeButton, .modal-header, .modalSubmit  {
  background-color: #1c07b9;
  color: #fafdfb;
}

footer {
  background-image: linear-gradient(to bottom, #0e0360, #1c07b9, #3046C5) ;
  padding-left: 0;
  color: white;
}