body {
  text-align: center;
  font-family: 'Merriweather', serif;
  }

  .top-container
{
  background-color:#F7F5EB ;
  padding-top: 100px;

}

.bansh{
  border-radius: 50%;
  height: 280px;
  width: 250px;
  margin-top: 50px;
  margin-bottom: 10px;

}

.skill1
{
  border-radius: 50%;
  width: 25%;
  float: left;
  margin-right: 30px;
}

p
{
    line-height: 2;
}

.skill2
{
  border-radius: 50%;
  width: 25%;
 float: right;
}

.skill-row
{
  width: 50%;
  margin:100px auto 100px auto;
  text-align: left;

}
.middle-container
  {
     background-color: #F7F5EB;
     color: #40514E;
     font-size: 20px;

  }

.bottom-container
{
background-color: #EAE0DA;
height: 200px;
font-size: 20px;
}

.copyright
{
  font-size: 1rem;
}
hr{
border: dotted 6px;
border-bottom: none;
width: 4%;
margin: 100px auto;
}

.intro
{
  width: 30%;
  margin:auto;
}

h1
{
margin-top: 50px;
font-family: 'Sacramento', cursive;
font-size: 3.625rem;
color: #3C6255;

}

h2
{
  font-size: 2.5rem;
  color: #3C6255;
  font-weight: normal;
}

h3{
  color: #11999E;
}
a{
  color:#3C6255;
  line-height: 6;
  margin: auto 30px ;
  text-decoration: none;
}

a:hover
{
  color: #C85C8E;
}

body{
margin: 0;
}

.well
{
  text-decoration: underline;
}

.upper-cloud
{
   position: relative;
   left: 400px;
   bottom: 50px;
}

.bottom-cloud
{
  position: absolute;
  left: 200px;
  top: 300px;
}


.imgg2
{
  position: absolute;
  right: 100px;
}

.btn {
  background: #37cca2;
  background-image: -webkit-linear-gradient(top, #37cca2, #11999e);
  background-image: -moz-linear-gradient(top, #37cca2, #11999e);
  background-image: -ms-linear-gradient(top, #37cca2, #11999e);
  background-image: -o-linear-gradient(top, #37cca2, #11999e);
  background-image: linear-gradient(to bottom, #37cca2, #11999e);
  -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;
  margin: 0 auto 50px auto;
}

.btn:hover {
  background: #03436b;
  background-image: -webkit-linear-gradient(top, #03436b, #21719c);
  background-image: -moz-linear-gradient(top, #03436b, #21719c);
  background-image: -ms-linear-gradient(top, #03436b, #21719c);
  background-image: -o-linear-gradient(top, #03436b, #21719c);
  background-image: linear-gradient(to bottom, #03436b, #21719c);
  text-decoration: none;
}

/* carousel bootstrap */
.carousel-control-prev-icon,.carousel-control-next-icon
{
  height: 30px;
  width: 30px;

  background-color: black;
  border-radius: 50%;
  border: 1px solid black;
}

.mountain
{

}
