

body{
  color:#40514E;
  text-align: center;
font-family: 'Montserrat', sans-serif;
  background-color: #fefaf6;
  margin: 0;
}
h1{
  color: #03506f;
  font-size: 5.625rem;
  margin-top: 0;
  margin-bottom: 0;
  font-family: 'Sacramento', cursive;


  }
  h2{
    font-weight: normal;
    color: #03506f;
    font-size: 1.5rem;
font-family: 'Merriweather', serif;
margin-top: 0 ;
padding-bottom: 10px;
  }
  h3{
    color: #11999E;
font-family: 'Martel', serif;
  }
  p{
    line-height: 2;
  }
  hr{
    border: dotted #11999E 6px;
    border-bottom: none;
    width: 4%;
    margin: 100px auto;
  }
  a{
    color: #03506f;
    font-family: 'Martel', serif;
    margin: 10px 10px;
    text-decoration: none;
  }
  a:hover{
    color: #EAF6F6;
  }
  .name{
    font-family: 'Sacramento', cursive;
  }
  .quote{
    font-family: 'Sacramento', cursive;
    width: 50%;
    margin: auto;
    margin-top: 30px;
    margin-bottom: 10px;
    font-size: 2.5rem;
  }
  .prgm {
    margin-left: 0;
  }

.top-container{
  background: #a1cae2;
  position: relative;
    padding-top: 100px;

}
.middle-container{
  margin: 100px 0;
}
.bottom-container{
  background-color: #a1cae2;
  padding: 50px 0 20px;

}
.skill-row{
  width: 50%;
  margin: auto ;
  margin-top: 100px;
  margin-bottom: 100px;
  text-align: left;
}
.intro{
  width: 30%;
  margin: auto;
}
.contact-msg{
  font-size: 0.76rem;
width: 25%;
margin: auto;
margin-top: 20px;
margin-bottom: 0;
}
.hi{
  margin: 0;
}
.top-cloud{
  position: absolute;
  right: 300px;
  top: 40px;
}


.copyright{
  color: #EAF6F6;
  padding: 20px 0;
  font-size: 0.75rem;
}
.bottom-cloud{
  position: absolute;
  left: 250px;
  bottom: 200px;
}
.footer-link{
  color: #03506f;
}
.code-img{
  width: 25%;
  float :left;
  margin-right: 30px;
}
.coding-img{
  width: 15%;
  height: 25%;
  float: right;
  margin-left: 30px;
}
.web-img {
  width: 25%;
  float :left;
  margin-right: 30px;

}
.Touch{
  margin-bottom: 0;
}
.level{
  margin-top: 0;
}
.BUTTON_WLK {
   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: -webkit-gradient(to bottom, #11CDD4, #11999E);
   -webkit-border-radius: 8px;
   -moz-border-radius: 8px;
   border-radius: 8px;
   color: #FFFFFF;
  font-family: 'Martel', serif;
   font-size: 20px;
   padding: 12px;
   border: solid #337FED 1px;
   text-decoration: none;
   display: inline-block;
   cursor: pointer;
   text-align: center;
}

.BUTTON_WLK:hover {
   border: solid #337FED 1px;
   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: -webkit-gradient(to bottom, #30E3CB, #2BC4AD);
   -webkit-border-radius: 15px;
   -moz-border-radius: 15px;
   border-radius: 15px;
   text-decoration: none;
}
.main {
    outline: 1px solid #2f4f90;
}
.col-sm-offset-2 {
    margin-left: 16.66666667%;
}
.col-sm-8 {
    -ms-flex-preferred-size: 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
    padding: 8;
    margin-bottom: 20px;
}
.contact-form{
  margin: 150px;
  outline: 1px solid grey;
  line-height: 1.15;
}
.row {
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -.5rem;
    margin-left: -.5rem;
  }
  .col-sm-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
}
.form-control {
    width: 100%;
}
.input {
  outline: 1px solid #fca600;
}

.col-xs-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
}
.btn-lg {
    display: block;
    width: 100%;
}
.middle-xs {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.center-container {
    padding: 0 20px;
    margin: 4rem auto;
    max-width: 70rem;
    width: 100%;
}
