/*** Handles the styles
starts with editing html tags
*/

img{
  line-height: 1;
  margin: 20px;
}

p{
  margin-top: 10px;
  margin-bottom: 30px;
  line-height: 2;
}

body{
  color: #40514E;
}

h1{
color: #66BFBF;
font-size: 90px;
margin-top: 50px;
font-family: "Sacramento",cursive;
line-height: 1;
}


h2{
  color: #66BFBF;
  font-family: "Montserrat",sans-serif;
  font-size: 2.5rem;
  font-weight: normal;
}

h3{
  color: #11999E;
  font-family: "Montserrat",sans-serif;
}

body{
  margin: 0;
  text-align: center;
  font-family:  "Merriweather", serif;
}


hr{
  border: 6px dotted #EAF6F6;
  border-style: none none dotted;
  width: 5%;
  margin: 100px auto;
}

a{
  color: #11999E;
  font-family: "Montserrat",sans-serif;
  margin: 10px 10px 10px 30px;
  text-align: center;
  text-decoration: none; /* removes the underline */
}
a:hover{
color: #EAF6F6;
}
/*
these are my classes
*/


.bottom-cloud{
position: absolute;
left: 300px;
 bottom: 300px;
}


.top-cloud{
  right: 300px;
  top: 50px;
  position: absolute;
}

.skill-row{
  width: 50%;
  margin: 100px auto 100px auto;
  text-align: left;
  line-height: 2;
  background-color: white;
}

.code-img{
  width: 25%;
  float: left;
  margin-right: 30px;
}

.chilli-img{
  width: 25%;
  float:right;
  margin-left: 30px;
}
.contact-me{
  margin-top:30px;
  margin-bottom: 150px;
}
.bottom-container{
background-color: #66BFBF;
padding: 50px 0px 20px;    /*top left/right bottom*/
position: relative;
height: 150px;
}

.intro{
width: 30%;
margin: auto;
}


.btn{
margin-top: 50px;
margin-bottom: 30px;
}


.footer{
  color: #EAF6F6;
  margin:100px 0px 0px;
  text-align: center;
position: center;
}

.butn {
  background: #11cdd4;
  background-image: -webkit-linear-gradient(top, #11cdd4, #1199e);
  background-image: -moz-linear-gradient(top, #11cdd4, #1199e);
  background-image: -ms-linear-gradient(top, #11cdd4, #1199e);
  background-image: -o-linear-gradient(top, #11cdd4, #1199e);
  background-image: linear-gradient(to bottom, #11cdd4, #1199e);
  -webkit-border-radius: 8;
  -moz-border-radius: 8;
  border-radius: 8px;
  font-family: Arial;
  color: #ffffff;
  font-size: 20px;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
}

.butn: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;
}


.TopContainer{
background-color: #EAF6F6;
position: relative;
padding-top: 100px;
}

.middle-container{
  background-color: white;
}
