
html { scroll-behavior: smooth;}
body, html {
      height: 100%;
      margin: 0;
      font: 400 15px/1.8 "Lato", sans-serif;
      color: rgb(80, 77, 77);
      
    }
.carousel-item {
    height: 100vh;
    min-height: 350px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    opacity: 0.5;
    background-position: fixed;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: contain;
    background-position: right;
}

  p{
    font-size:20px
  }
.context {
    left: 10%;
    position: absolute;
    top: 35%;
    color:rgb(43, 42, 42);
  }
.but_intro{
  background-color: rgb(251, 226, 108);
  border-radius: 6px;
  border: 0;
  padding: 8px;
  margin-left: 4%;
  margin-right: 4%;
  margin-top: 3%;
}
.but_intro:hover{
  transition: 200ms;
  background-color: rgb(137, 99, 150);
  color: aliceblue;
  border: 0;
  scale: 1.03;
  /* padding: 5px; */
}
section {
	padding: 100px 10% 20px 10%;
}
.nav-link nav>.active{
  color:gold;
}
.sec_head{
  text-align:center;
  font-weight: bold;
}
.header{
  font-size:25px;
  color: rgb(137, 99, 150);
  font-weight: bold;
}
.card_icon {
	height: 12%;
	background-color: rgb(251, 226, 108);
	border-radius: 50%;
	height: 65px;
	padding: 10px;
}
.col-sm-6{
  margin-top: 20px;
  width: 70%;
  margin: auto;
}
.custom-column {
	background-color: rgb(255, 241, 255);
	border-radius: 19px;
	padding: 10px;
	box-sizing: border-box;
}


.scrolling-wrapper::-webkit-scrollbar {
  display: none;
}
.scrolling-wrapper {
  overflow: auto;
  -ms-overflow-style: none;
  scrollbar-width: none; 
}
.proj:hover{
		box-shadow: none;
    
}
.proj{
	background-position: center;
	background-size: cover;
	transition: all 0.2s ease-in-out !important;
}
.col-5{
  height:232px;
	border: 1px;
	background-position: center;
	background-size: cover;
}
.profile{
  height:200px;
  width: 200px;
  background-size: cover;
  border-radius: 50%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
#email_input{
  width: 35%;
  border:none;
  border-radius: 3px;
  height: 40px;
  font-size: 21px;
}
.subscribe{
  background-color: rgb(251, 226, 108);
  border-radius: 6px;
  border: 0;
  padding: 8px;
  font-size: 15px;
}
.subscribe:hover{
  transition: 200ms;
  background-color: rgb(137, 99, 150);
  color: aliceblue;
}
footer{
  background-color: lightgray;
  padding: 1% 15% 3% 15%;
}

.footer_links{
  height: 35px;
}
.footer_icons{
  background-size: contain;
  background-repeat: no-repeat;
  background-position-x: center;
  display: inline;
  padding-left: 44px;
}
#footer_g{
  left: 70%;
  background-image: url('../Assets/github.png');
}
#footer_ins{
  left: 30%;
  background-image: url('../Assets/instagram.png');
}
#footer_lkd{
  left: 50%;
  background-image: url('../Assets/linkedin.png');
}


.contact_field{
  width: 100%;
  margin-bottom: 15px;
  border: none;
}
#message{
  resize: none;
}
#send{
  background-color: rgb(137, 99, 150);
  color:white;
  padding: 6px;
}
/* ------------------------------------------------------------------------------------- */
@media only screen and (max-width: 600px) {
  .carousel-item {
    background-position: bottom;
}
  .context {
    left: 10%;
    position: absolute;
    top: 10%;
    transform: translate(0%, 0%);
    text-align: center;
    color:black;
  }
  .lea{
    text-align: left;
    width: 100%;
  }
}
