/* Global Styles */
body {
  height: 100%;
  width: 100%;
  background-image: linear-gradient(#0d0d0d, #262626);
  font-family: "Roboto", sans-serif;
}
.title {
  text-align: center;
  color: #f2f2f2;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 900;
}
.title h2 {
    margin: 20px 0px 40px 0px;
}
p {
  font-size: 16px;
  color: #f2f2f2;
  letter-spacing: 0.5px;
}

/* Navbar */
#menu {
  transition: all ease-in-out 0.3s;
}
.navbar li a {
  color: #f2f2f2;
  font-size: 18px;
}
.navbar li a:hover {
  text-shadow: 1px 1px 10px rgba(255, 255, 255, 1);
}
.navbar-toggler-icon {
  color: #ffffff !important;
}
.social {
  padding-left: 0px;
}
.social li {
  display: inline-block;
}
.social li a i {
  font-size: 26px;
  transition: all 0.3s ease-in-out;
}
.social li a:hover {
  text-shadow: 1px 1px 10px rgba(255, 255, 255, 1);
}
.menu-color {
  background: #1d1d1d;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1), 0 6px 6px rgba(0, 0, 0, 0.2);
  transition: all ease-in-out 0.3s;
}

/* Home */
#home {
  background-image: url(../img/bg2.jpg);
  background-attachment: fixed;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 80vh;
}
#home h1 {
  margin-top: 35vh;
  color: #f2f2f2;
  text-transform: uppercase;
  font-weight: 900;
}
#home h3 {
  margin-top: 20px;
  color: #f2f2f2;
  text-transform: uppercase;
}

.overlay {
  background: rgba(0, 0, 0, 0.7);
  height: 100%;
}

.img-perfil {
  width: 180px;
  margin: auto;
  margin-top: -90px;
  margin-bottom: 60px;
}
.img-perfil img {
  width: 100%;
  border-radius: 50%;
  
}

/* Knowledges */
#about, #experiences, #knowledges, #objectives {
  padding: 40px 0px;
}

.card {
  background: transparent;
  padding: 15px;
  color: #f2f2f2;
  transition: all ease-in-out 0.3s;
  border: none;
  border-radius: 0%;
}
.card:hover {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  background: #333333;
  transition: all ease-in-out 0.3s;
}
.card i {
  font-size: 28px;
}
.card h5 {
  margin-top: 5px;
  margin-bottom: 0px;
}

.row-padding {
  padding-bottom: 40px;
}
.row-padding p {
  font-size: 14px;
  color: #f2f2f2;
}

.two-icon{
  display: inline-block;
}
.two-icon i{
  padding-right: 10px;
}
.ico {
  font-size: 30px;
}


.divider {
  content: "";
  height: 3px;
  width: 30px;
  background: #f2f2f2;
  margin: 20px 0px;
}
/* Footer */
#footer {
  width: 100%;
  position: relative;
  bottom: 0;
  background: #1d1d1d;
  font-size: 14px;
  padding: 20px 0;
  width: 100%;
  text-align: center;
}
#footer p {
  margin: 0px;
  color: #f2f2f2;
}

@media only screen and (max-width: 768px) {
  .expcard {
    margin-top: 40px;
  }
  .exp {
    padding-top: 0px;
  }
}
