html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*, *:before, *:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
  }

body{
  margin: 0;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  font-size: 30px;
}

a{
  margin: 10px;
}
.profile .hi{
  font-size: 22px;

}
hr {
  border-style:none;
  border-top-style: dotted;
  border-width:5px;
  width: 5%;
  color: grey;
}
h1{
  font-size: 395.5%;
  margin-top: 0;
  font-family: 'Patrick Hand SC', cursive;
  margin-bottom: 0;
  color: #66BFBF;
}
h2{
font-family: 'Montserrat', sans-serif;
font-weight: normal;
font-size: 2.5rem;
color: #66BFBF;
}

h3{
  font-family: 'Source Sans Pro', sans-serif;
  color:#11999E;
}

p{
  color: #40514e;
}

.profile .mal{
  margin:100px;
}

.bottom-container .copyright{
  color: #eaf6f6;
}

.bottom-container{
  background-color:#66BFBF;
  padding: 50px 0 20px;
  margin-top: 65px;
}
.bottom-container .footer-link{
  color:#11999E;

}
.top-container{
  background-color: #eaf6f6;
  position: relative;
  padding-top: 100px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;

}

.middle-container{
  background-color: #fafafa;
  position: relative;
  padding-top: 100px;

}

.skill-row .computer{
  width: 25%;
  float: left;
  margin-right: 30px;
}
.skill-row{
  width: 50%;
  margin:auto;
  margin-top: 100px;
  margin-bottom: 100px;
  text-align: left;
  line-height: 2;
  font-size: 22px;
}
.skill-row .tennis{
  width: 25%;
  float: right;
  margin-left: 30px;
}


.top-cloud{
    position: absolute;
    right: 200px;
    top:50px;
}

.bottom-cloud{
  position:absolute;
  left: 200px;
  bottom: 300px;
}

.contact-me .btn{
  font-family: 'comic sans ms';
  color: #FFFFFF !important;
  font-size: 14px;
  text-shadow: 1px 1px 0px #7CACDE;
  box-shadow: 1px 1px 1px #BEE2F9;
  padding: 10px 25px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  background: #63B8EE;
  background: linear-gradient(top,  #66BFBF,  #4BC4AD);
  background: -ms-linear-gradient(top,  #66BFBF,  #4BC4AD);
  background: -webkit-gradient(linear, left top, left bottom, from(#66BFBF), to(#4BC4AD));
  background: -moz-linear-gradient(top,  #66BFBF,  #4BC4AD);
  margin-bottom: 65px;
}
.contact-me .btn:hover {
  color: #14396A !important;
  background: #468CCF;
  background: linear-gradient(top,  #468CCF,  #63B8EE);
  background: -ms-linear-gradient(top,  #468CCF,  #63B8EE);
  background: -webkit-gradient(linear, left top, left bottom, from(#468CCF), to(#63B8EE));
  background: -moz-linear-gradient(top,  #468CCF,  #63B8EE);
  margin-bottom: 65px;
}

.responsive{
  width: 50%;
  height: auto;
}

.img-responsive{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 100%; /* see note below */
	  height: auto;

}
