header{
    height: 100vh;
  min-height: 500px;
  background-image: url('../images/6690487193_cf2d5b9fd5_o.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 20px;
  
}

p{
  font-family: 'Roboto Slab';
}
.btn-xl {
  color: white;
  background-color: #fed136;
  border-color: #fed136;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  border-radius: 3px;
  font-size: 18px;
  padding: 20px 40px;
}

  .containImage{
      color:white;
  }

  img{
      width : 200px;
       
       
  }

  #portfolio {
    z-index: 2;
}



.plus{
  position: absolute;
  top:0;
  left:0;
  opacity: 0;
  background: orange;
  height: 100%;
  width: 100%;
text-align: center;
  
}
.content{
  position: relative;
  width:80%;
  height:80%;
  background: white;
 overflow-block: hidden;
  
}
.row{
  padding:10px;
}
.img-responsive{
  width: 100%;
  
}
/* .img-responsive:hover {
  opacity:0.3;
  
} */
.plus:hover {
  opacity: 0.7;
}

#portfolio{
  background: rgb(236, 234, 234);
  padding:45px;
position: static;



}

.portfolio-caption{
  font-weight: bolder;
  font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
  font-size: 15px;
  background: white;
  text-align: center;
}
#tech{
  font-family: 'Artifika';
}
a{
  font-size: 20px;
  background: transparent;
  
}

.contactimg{
  height: 100vh;
  min-height: 500px;
  background-image: url('../images/world.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  text-align: center;
  font-weight: bolder;
  color: white;
  padding: 30px;
}
.firstrow{
  padding:40px;
  
}

#Name,#Address,#Email{
  height:70px;
}

#Message{
  height: 200px;
}
.submitbtn{
  background: orange;
  padding: 5px;
}

li:hover{
  background: #fed136;
}

#brandname{
  font-family: 'Kaushan Script';font-size: 35px;
}

#brandname:hover{
  background: #fed136;
}

li{
  font-family: 'Acme';
}
#photoname{
  font-family: 'Marck Script';font-size: 20px;
}
.section-heading{
  font-family: 'Artifika';font-size: 30px;
}
.section-subheading{
  font-family: 'Cookie';
}