/*https://colorhunt.co/palette/261c2c3e2c415c527f6e85b2*/
/* Gill Sans /Humanist sans serif/ is a good font */
html {
  background-color: #222222;
  /*background: url("background.jpg") no-repeat center fixed;*/
  /*background-size:cover;*/
}

.top-container {
  /*background-color: black;*/
  /*#3E2C41*/
  margin: 0;
  padding: 10px;
  position: relative;
  padding-top: 100px;
}

/*
.middle-container {

}
*/
.bottom-container {
  /*background-color: #6E85B2;*/
  background-color: #121212;
  margin: 0;
  padding: 0;
  padding-top: 20px;
}

.skill-row1 {
  width: 70%;
  margin: 80px auto 120px auto;
  text-align: left;
}

.skill-row2 {
  width: 70%;
  margin: 80px auto 120px auto;
  text-align: left;
}

.skill-row3 {
  width: 70%;
  margin: 80px auto;
  text-align: left;
}

.skill-img1 {
  width: 30%;
  float: left;
  margin-right: 30px;
}

.skill-img2 {
  width: 30%;
  float: right;
  margin-left: 30px;
}

.skill-img3 {
  width: 30%;
  float: left;
  margin-right: 30px;
}

body {
  margin: 0;
  text-align: center;
  font-family: 'Merriweather', serif;
  font-size: 1.5em;
  /* 1 em = 16 */
}

h1 {
  font-size: 7rem;
  font-family: 'Sacramento', cursive;
  margin: 0 auto 0 auto;
  color: white;
}

h2 {
  font-family: 'Montserrat', sans-serif;
  color: #66BFBF;
  font-weight: normal;
}

h3 {
  font-family: 'Montserrat', sans-serif;
  color: #11999E;
}

p {
  color: white;
  line-height: 2;
}

hr {
  border-style: none;
  border-top-style: dotted;
  border-color: grey;
  border-width: 6px;
  width: 5%;
  margin: 80px auto;
}

.aboutme {
  width: 70%;
  margin: auto;
}

.profession {
  font-size: 1.7rem;
  color: white;
  padding-bottom: 120px;
}

.copyright {
  margin-bottom: 0;
  padding-bottom: 10px;
}

.bottom-cloud {
  position: absolute;
  left: 550px;
  bottom: 300px;
}

.top-cloud {
  position: absolute;
  right: 600px;
  top: 50px;
}

.hello {
  margin-top: 0;
}

.linkedin {
  position: relative;
  right: 10px;
  color: white;
  text-decoration: none;
}

.linkedin:hover {
  color: #11999E;
  text-decoration: underline;
}

.CV {
  position: relative;
  left: 10px;
  color: white;
  text-decoration: none;
}

.CV:hover {
  color: #11999E;
  text-decoration: underline;
}

.contact-me {
  line-height: 2;
  margin-bottom: 40px;
}

.contact-message {
  width: 40%;
  margin: 30px auto 30px;
}

.btn {
  background: #11cdd4;
  background-image: -webkit-linear-gradient(top, #11cdd4, #11999e);
  background-image: -moz-linear-gradient(top, #11cdd4, #11999e);
  background-image: -ms-linear-gradient(top, #11cdd4, #11999e);
  background-image: -o-linear-gradient(top, #11cdd4, #11999e);
  background-image: linear-gradient(to bottom, #11cdd4, #11999e);
  -webkit-border-radius: 17;
  -moz-border-radius: 17;
  border-radius: 17px;
  font-family: 'Montserrat', sans-serif;
  color: #ffffff;
  font-size: 20px;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
}

.btn:hover {
  background: #30e3cb;
  background-image: -webkit-linear-gradient(top, #30e3cb, #2bc4ad);
  background-image: -moz-linear-gradient(top, #30e3cb, #2bc4ad);
  background-image: -ms-linear-gradient(top, #30e3cb, #2bc4ad);
  background-image: -o-linear-gradient(top, #30e3cb, #2bc4ad);
  background-image: linear-gradient(to bottom, #30e3cb, #2bc4ad);
  text-decoration: none;
}

.copyright {
  font-size: 0.75rem;
}

/*

@media only screen and (min-device-width: 480px){
  .skill-row1 {
    width: 90%;
    margin: 80px auto 100px auto;
    text-align: left;
  }
  
  .skill-row2 {
    width: 90%;
    margin: 80px auto 100px auto;
    text-align: left;
  }
  
  .skill-row3 {
    width: 90%;
    margin: 80px auto;
    text-align: left;
  }
  
  .skill-img1 {
    width: 50%;
    float: middle;
    margin-right: 30px;
  }
  
  .skill-img2 {
    width: 50%;
    float: middle;
    margin-left: 30px;
  }
  
  .skill-img3 {
    width: 50%;
    float: middle;
    margin-right: 30px;
  }


}
*/