body{
  background-color: #F9F9F9;
  margin: 0;
  text-align: center;
  font-family: 'Roboto Mono', monospace;

}
.cabecera{
  background-color: #CDF0EA;
  top: 0;
  padding-top: 100px;
  position: relative;
  text-align: center;
}
.bienvenida{
  text-align: center;
  margin: 0 25% 5%;
}

.card{
  width: 20rem;
}

.carousel-inner{
  height: 30rem;
}
.carousel-item{
  margin-left: 40%;
}
.card-body{
  background-color: #BFBFF2;
}
.proyecto-item{
  display: inline-block;
  border-width: medium;
  border-style: solid;
  border-color: black;
  border-radius: 10px;
  padding: 5px;
  margin-right: 1rem;
  width: 25%;
}
.css:hover,.html:hover,.js:hover{
  color: white;
}

.css:hover{
  background-color: #1BAEE3;
}
.html:hover{
  background-color: #614AFA;
}
.js:hover{
  background-color: #FAC75A;
}


h1{
  font-size: 3rem;
  margin: 0px auto;
  width: auto;
}

h2{
  font-size: 2rem;
}
h3{
  font-size: 1.5rem;
}

.resaltar{
  text-decoration: underline;
}
.nube-superior{
  right: 30%;
  top: 10%;
  position: absolute;
}
.nube-inferior{
  position: absolute;
}

.middle-container{
  padding-top: 100px;
}

.bottom-container{
  padding: 50px 0 20px;
  background-color: #C68B59;
}
.footer-link{
  color: black;
  font-family: 'Jomhuria', cursive;
  font-size: 2rem;
  margin: 0 5%;
  text-decoration: none;
}

.footer-link:hover{
  color: white;
}

.skill-row{
  position: relative;
  line-height: 1.5;
  text-align: left;
  margin: 5% auto;
  width: 50%;
}

.skill-image-1{
  float: left;
  width: 25%;
  margin-right: 2rem;
}

.skill-image-2{
  float: right;
  width: 25%;
  margin-left: 2rem;
}

.btn {
   background: #3D94F6;
   background-image: -webkit-linear-gradient(top, #3D94F6, #1E62D0);
   background-image: -moz-linear-gradient(top, #3D94F6, #1E62D0);
   background-image: -ms-linear-gradient(top, #3D94F6, #1E62D0);
   background-image: -o-linear-gradient(top, #3D94F6, #1E62D0);
   background-image: -webkit-gradient(to bottom, #3D94F6, #1E62D0);
   -webkit-border-radius: 20px;
   -moz-border-radius: 20px;
   border-radius: 20px;
   color: #FFFFFF;
   font-size: 1rem;
   font-weight: 100;
   padding: 1rem;
   -webkit-box-shadow: 1px 1px 20px 0 #000000;
   -moz-box-shadow: 1px 1px 20px 0 #000000;
   box-shadow: 1px 1px 20px 0 #000000;
   text-shadow: 1px 1px 20px #000000;
   border: solid #337FED 1px;
   text-decoration: none;
   display: inline-block;
   cursor: pointer;
   text-align: center;
   margin: 1em auto 2rem;
}

.btn:hover {
   border: solid #337FED 1px;
   background: #1E62D0;
   background-image: -webkit-linear-gradient(top, #1E62D0, #3D94F6);
   background-image: -moz-linear-gradient(top, #1E62D0, #3D94F6);
   background-image: -ms-linear-gradient(top, #1E62D0, #3D94F6);
   background-image: -o-linear-gradient(top, #1E62D0, #3D94F6);
   background-image: -webkit-gradient(to bottom, #1E62D0, #3D94F6);
   -webkit-border-radius: 20px;
   -moz-border-radius: 20px;
   border-radius: 20px;
   text-decoration: none;
}

.copyright{
  margin-top: 3%;
  font-size: 0.8rem;
}
