
body{
  margin:0;
  /* top  right AND LEFT MARGINS FOR B0DYSIMPLY could write margin:0*/
  text-align: center;
  font-family:'Merriweather',serif;
  color:#40514E;
}
  /* sans serif is the borader family and verdana is on of the style
  within it*/

h1
{
margin: 50px auto 0 auto;
  /* setting top margin sero here as h1 as some tap margin whic is
  stoping it from sticking*/
  font-family: 'Sacramento', cursive;
font-size: 5.625rem;
color: #66BFBF;
}
h2
{
font-family: 'Montserrat', sans-serif;
font-size: 2.5rem;
color: #66BFBF;
font-weight: normal;
padding-bottom: 10px;

}
h3
{
  font-family: 'Montserrat', sans-serif;
  color:#11999E;

}
p
{
  line-height: 2;
}
hr
{
  border:dotted #9ba4b4 6px ;/*EAF6F6*/
  border-bottom: none;

  width :4%;
  margin: 100px auto;
}
.top-container
{
  background-color:#EAF6F6;/*E4F9F5*/
  position: relative;
  /* so that this acts  parent and all the elements can be absolute
  positioned respect to it*/
  padding-top:100px;

}
.middle-container
{

margin:100px 0;

}
.bottom-container
{
background-color:#66BFBF;
padding:50px 0 20px;

}
.code-img
{
  width:23%;
  height:23%;
  float:left;
  margin-right: 30px;
}
.brain-img
{
  width:23%;/* 25 percent of the divison*/
  height:23%;
  float:right;
  margin-left:30px;
}
.top-cloud
{
  position:absolute;
  right:300px;
  top:50px;
  /* top cloud will be relative to the top container*/
}
.bottom-cloud
{
  position:absolute;
  left:300px;
  bottom:300px;
}

.pro
{
  text-decoration: underline;
}
.footer-link
{
  color:#11999E;
}
.skill-row
{
  margin: 100px auto 150px auto;/* margin set tpo auto move it towards left or right*/
  width:50%;/* means 50 percent of the page*/
  text-align:left;
  line-height: 2;
}
.code-skill-desc
{
  clear:left;
}
.brain-int-desc
{
  clear:right;
}
.intro
{
  width:40%;
  margin:auto;

}
.contact-message
{
  width:40%;
  margin:40px auto 60px;
}
a
{
  color:#1199E;
  font-family: 'Montserrat' sans-serif;
  margin:10px 20px;
  text-decoration: none;
}
a:hover
{
  color:#EAF6F6;
}
/******************************************************BUTTON CODE generated from  CSS3generator.com ************************************************************/
.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: 8;
  -moz-border-radius: 8;
  border-radius: 8px;
    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
{
  color:#EAF6F6;
  font-size: 0.75rem; /* that is 75 percent of 16 pixels*/
  padding:20px 0;
}
