


@font-face {
    font-family: 'butlermedium';
    src: url('butler_medium-webfont.woff2') format('woff2'),
         url('butler_medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

body {

  font-family: 'futura-pt',sans-serif;

}

h1{
  font-family: 'futura-pt',sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 72px;
	line-height: 96px;
	display: flex;
	align-items: center;
	letter-spacing: -0.08em;
}

h2{
  font-family: 'Arimo', sans-serif;
  font-size: 8em;
  color: #fff;
  background: -webkit-linear-gradient(-86deg,#E2E2E2 5%, #C9D6FF 53%, #9796f0 91%);
  -webkit-background-clip: text;
  -webkit-text-stroke: 4px transparent;
  text-align: center;

}

h3{
	font-family: 'Butler';
	font-style: normal;
	font-weight: 500;
	font-size: 55px;
	line-height: 66px;
	display: flex;
	align-items: center;
	text-align: center;
}

h4{

}

h5{

}

p{

}

#return-to-top {
    z-index: 100;
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #fff;
    /* background: rgba(0, 0, 0, 0.7); */
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
#return-to-top i {
    color: #000;
    margin: 0;
    position: relative;
    left: 16px;
    top: 13px;
    font-size: 19px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}



a{
  color:#000 !important;
}


html{
	scroll-behavior: smooth;
}


a:hover {
    text-decoration: none;

	 }
	 .hover-fade img {
		 width: 100%;
		 height: auto;
		 -webkit-transition: all 0.3s ease-in-out;
		 -moz-transition: all 0.3s ease-in-out;
		 -o-transition: all 0.3s ease-in-out;
		 -ms-transition: all 0.3s ease-in-out;
		 transition: all 0.3s ease-in-out;
	 }
	 .hover-fade:hover img {
		 -webkit-transform: scale(1.1);
		 -moz-transform: scale(1.1);
		 -o-transform: scale(1.1);
		 -ms-transform: scale(1.1);
		 transform: scale(1.1);
		 -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0.5)";
		 /* filter: alpha(opacity=0.5); */
		 /* opacity: 0.5; */
	 }


    .navbar-brand{
        margin-left: 4em;
        font-size: 35px;

    }

   .background {
     z-index: -1;
     position: absolute;
     display: inline-block;
     background-image: url(http://aileenlai.me/mybg.jpg);
     background-position: bottom;
     background-repeat: no-repeat;
     background-attachment: fixed;
     vertical-align: middle;
     background-position: 50% 50%;
     background-size: 100%;
     height: 550vh;
     width: 100%;
     font-size: 0;
     line-height: 0;

   }

   .blur {
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(12px);
    height: 550vh;
  	width: 100%;
  }



/* worddddd */
.mantra{
  z-index: 1;
  margin: 5em 15px 6em 15px;
}





/* projectssss */
.container {
	padding: 0 30px;
}

#projects {
}

.wrap{
	margin-bottom: 220px;
}


.picsize{
	max-width: 100%;
}


.caption{
	text-align: center;
	font-family: 'futura-pt',sans-serif;
	font-size: 20px;
	margin-top: 20px;


}

.caption2{
	text-align: center;
	font-family: 'futura-pt',sans-serif;
	font-size: 13px;
	color: #888888;
}


/* contact */



.profileimg{
	max-width: 79%;
	/* width: 410.29px;
height: 546px; */
}

.profile {
	margin-bottom: 30px;
}


.firstwrap{
	margin-bottom: 56px;
}

.firstline {
	font-family: 'futura-pt',sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 24px;
}

.secondline {
	font-family: 'futura-pt-bold', sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 36px;
	line-height: 48px;
	margin-bottom: 60px;
}

.contact-details{
font-family: 'Karla', sans-serif;
font-style: normal;
font-weight: normal;
font-size: 14px;
line-height: 184%;
letter-spacing: 0.04em;

}

.details{
margin-bottom: 56px;
}

#contact-section{
    padding-top: 100px;
}

/* fooooterr */
footer{
	margin-bottom: 30px;
}


.back-to-top {
    position: fixed;
    bottom: 25px;
    right: 25px;
    display: none;
}








section {
  position: relative;
  width: 100%;
  height: 100%;
  margin-top: 13em;

}


.arrow a:hover {
  opacity: .5;
}




#section04 a {
  padding-top: 60px;
}
#section04 a span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  border-left: 5px solid #000;
  border-bottom: 5px solid #000;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: sdb04 2s infinite;
  animation: sdb04 2s infinite;
  box-sizing: border-box;
}
@-webkit-keyframes sdb04 {
  0% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
  }
  20% {
    -webkit-transform: rotate(-45deg) translate(-10px, 10px);
  }
  40% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
  }
}
@keyframes sdb04 {
  0% {
    transform: rotate(-45deg) translate(0, 0);
  }
  20% {
    transform: rotate(-45deg) translate(-10px, 10px);
  }
  40% {
    transform: rotate(-45deg) translate(0, 0);
  }
}














/*  Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {

}

/*  Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
  .mantra {
      margin-top: 435px;
      margin-bottom: 0px;
  }
  .wrap {
    margin-bottom: 5em;
}
}

/*  Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {

}

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {

  h1 {
      font-size: 60px;
      line-height: 70px;
      letter-spacing: -0.08em;
  }
  .mantra {
    margin-top: 21em;
    margin-bottom: 0em;
}
.wrap {
    margin-bottom: 7em;
}


}

@media (max-width: 500px) {
h1 {
    font-family: 'futura-pt',sans-serif;
    font-size: 53px;
    line-height: 64px;
    letter-spacing: -0.08em;
}
.mantra {
    margin-top: 21em;
    margin-bottom: 0em;
}
.wrap {
    margin-bottom: 7em;
}
h2{
  font-size: 3em;
}
.mantra {
    margin-top: 5em;
    margin-bottom: 5em;
  }
}

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 375.98px) {
  .mantra {
      margin-top: 11em;
      margin-bottom: 0px;
  }

  .wrap {
    margin-bottom: 5em;
}

h1 {

    font-size: 51px;
    line-height: 53px;
    letter-spacing: -4px;
}



}
