@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;700&display=swap');

#loader {
  position: fixed;
  width: 100%;
  height: 100vh;
  z-index: 1;
  overflow: visible;
  background: white url('img/FengWeiLogo/F.gif') no-repeat center center;
}

body {
  overflow-x: hidden;
  font-family: 'Lato', sans-serif;
  color: #505962;
  /* background-color: black; */
}

html {
  scroll-behavior: smooth
}

.offset:before {
  display: block;
  content: "";
  height: 4rem;
  margin-top: -4rem;
}

.jumbotron {
  background-color: #1c1c1c;
  /* background-color: #40474E; */
  color: white;
  margin-bottom: 0;
  padding: 2rem 0 3.5rem; /* 2 top 0 left right 3.5 bottom*/
  border-radius: 0;
}

/* Navigation */
.navbar {
  text-transform: uppercase;
  font-weight: 700;
  font-size: .9rem;  /*1rem is 15px*/
  letter-spacing: .1rem;
  background: rgba(0,0,0,0.6) !important;
}

.navbar-brand img {
  height: 3rem;
}

.navbar-nav li {
  padding-right: .7rem;
}

.navbar-dark .navbar-nav .nav-link {
  color: white;
  padding-top: .8rem;
}

.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link:hover {
  color: #1EBBA3;
}

/* Landing page */
.home-inner {
  background-image: url(img/banner4.png);
}

.dark {
  background-color: rgba(0,0,0,0.75);
  color: white;
}

.caption {
  width: 100%;
  max-width: 100%;
  position: absolute;
  top: 38%;
  z-index: 1;
  color: white;
}

.caption h1 {
  font-size: 3.8rem;
  font-weight: 700;
  letter-spacing: .3rem;
  text-shadow: .1rem .1rem .8rem black; /* Horizontal vertical blur color */
  padding-bottom: 1rem;
}

.caption h3 {
  font-size: 2rem;
  text-shadow: .1rem .1rem .5rem black;
  padding-bottom: 1.6rem;
}

.btn-lg {
  border-width: medium;
  border-radius: 0;
  padding: .6rem 1.3rem; /* Horizontl Vertical */
  font-size: 1.1rem;
}

.landing-heading-underline {
  width: 15rem;
  height: .2rem;
  background-color: #1EBBA3;
  margin: 0 auto 2rem;
}

/* About Section */
#about img {
  width: 70%;
  /* border-radius: 50%; */
  border-style: solid;
  border-width: .5rem;
  border-color: #1EBBA3;
}

h3.heading {
  color: #1EBBA3;
  font-size: 1.9rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

.heading-underline {
  width: 3rem;
  height: .2rem;
  background-color: #1EBBA3;
  margin: 0 auto 0;
}

.fixed {
  background-image: url(img/\ canvas1.png);
  z-index: -1; /* ensure background image is below */
}

/* Experience Section */
.cardBorder {
  width: 100%;
  margin: 0 auto;
  margin-bottom: .5rem;
  padding: 1rem .5rem;
  border-radius: 0.2rem;
  border-style: solid;
  border-width: .08rem;
  border-color: #1EBBA3;
  color: #e6eaf7;
}

.cardTitle {
  color: #1EBBA3;
}

.dot {
  height: .5rem;
  width: .5rem;
  background-color: #1EBBA3;
  border-radius: 50%;
  display: inline-block;
  margin: 0 0.5rem;
}

/* Projects Section */
.heading-underline-left {
  width: 3rem;
  height: .2rem;
  background-color: #1EBBA3;
  margin: 0 0rem;
}

.carouselStyling {
  width:100%; 
  min-height:100%;
  /* border-style: solid;
  border-width: .1rem;
  border-color: #1EBBA3; */
}

.carousel-indicators li {
  background-color: #1c1c1c;
}
.carousel-indicators .active {
  background-color: #1EBBA3;
}

/* Technical Section */
#technical img {
  width: 100%;
}

/* Contact Section */
footer {
  background-color: #1c1c1c;
  /* background-color: #40474E; */
  color: white;
  padding: 1.5rem 0 2rem;
  /* margin-top: 1rem; */
}

footer img {
  height: 3rem;
  margin: 1.5rem 0;
}

footer a {
  color: white;
}

footer .fa {
  font-size: 1.6rem;
  margin: 1.2rem .5rem 0 0;
}

footer .fa:hover {
  color: #1EBBA3!important;
}

hr.socket {
  width: 100%;
  border-top: .2rem solid #1EBBA3;
  margin-top: 3rem;
}

/* Media Queries */
@media (max-width: 767px) {
  .caption h1 {
    font-size: 2.3rem;
    letter-spacing: .15rem;
    padding-bottom: .5rem;
  }
  
  .caption h3 {
    font-size: 1.2rem;
    padding-bottom: 1.2rem;
  }

  #technical img {
    width: 40%;
  }
}

/* Loader */
.no-js #loader { display: none;  }
.js #loader { display: block; position: absolute; left: 100px; top: 0; }
.se-pre-con {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url(img/FengWeiLogo/FBlack2.gif) center no-repeat #000;
  background-size: 20vh;
}
