
body{

}

.red-txt {
    color: #e10000;
}



.navbar-light .navbar-brand{
    font-size: 26px;
    color: #f0f;
    font-weight: bold;
    text-shadow: 2px 2px 2px #000;
    text-transform: capitalize;
}

.navbar-light .navbar-nav .nav-link{
    font-size: 20px;
    padding: 17px;
    text-transform: capitalize;
}


/*
h3{
    
    color: #f0f;

}
*/

.header-page{
    padding: 10px 0px;
    background: #fff;
    box-shadow: 2px 2px 2px #ddd
}

#app{
    font-size: 45px;
    color: #fff;
    margin-top: 200px;
}

.back{
    position: relative;
}

.back:before{
    content: '';
    background: #f9f;
    width: 70%;
    height: 100%;
    position: absolute;
}
    

.pic-header img{
    height: 60%;
    width: 100%;
    margin-top: 76px;
    box-shadow: 7px 5px 12px #ddd;
    
}

/*projects*/


.my-projects h2{
    
    font-family: 'Gravitas One', cursive;
    text-transform: capitalize;
    margin-top: 38px;
    font-size: 40px;
}



.my-projects .all{
    text-align: center;
    font-size: 20px;
    text-transform: capitalize;
    color: #f0f;
    letter-spacing: 10px;
    margin-top: 15px;
}


/*card-project*/

.snip1584 {
  font-family: 'Raleway', sans-serif;
  position: relative;
  display: inline-block;
  overflow: hidden;
  margin: 10px;
  min-width: 230px;
  max-width: 315px;
  width: 100%;
  color: #ffffff;
  font-size: 16px;
  text-align: left;
}
.snip1584 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.snip1584:before {
  position: absolute;
  top: 10px;
  bottom: 2px;
  left: 0px;
  right: 0px;
  top: 100%;
  content: '';
  background-color: rgba(51, 51, 51, 0.9);
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s;
}
.snip1584 img {
  vertical-align: top;
  max-width: 100%;
  backface-visibility: hidden;
}
.snip1584 figcaption {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.snip1584 h3,
.snip1584 h5 {
  margin: 0;
  opacity: 0;
  letter-spacing: 1px;
    font-size: 20px;
    text-align: center;
}
.snip1584 h3 {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  text-transform: uppercase;
  font-weight: 400;
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
  margin-bottom: 5px;
}
.snip1584 h5 {
  font-weight: normal;
  background-color:#ff4fff;
  padding: 3px 10px;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
    margin-top: 10px;
    text-transform: capitalize;
    border-radius: 5px;
}
.snip1584 a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.snip1584:hover:before,
.snip1584.hover:before {
  top: 10px;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.snip1584:hover h3,
.snip1584.hover h3,
.snip1584:hover h5,
.snip1584.hover h5 {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
.snip1584:hover h3,
.snip1584.hover h3 {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.snip1584:hover h5,
.snip1584.hover h5 {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}


/*contact-us*/


.contact-me{
    background: #000;
    color: #fff;
    text-align: center;
    padding: 20px 0px;
    margin-top: 50px;
}


.contact-me h2{
    text-transform: capitalize;
    font-size: 40px;
    font-weight: bold;
    text-shadow: 2px 2px 2px #f0f;
}




.contact-me ul li a{
   color: #fff;
    text-decoration: none;
    text-transform: capitalize;
    font-size: 20px;
    font-weight: bold;
    padding: 10px 0px;
    display: block;
}



/*responsive*/
@media(min-width:320px) and (max-width:767px){
  #app{
    margin-top: 0px;
      font-size: 35px;
}
    
    .snip1584{
        max-width: 100%;
        min-width: 100%;
        margin: 10px auto;
    }
    
    
    
}













