body {
  font-family: 'Karla', sans-serif;
  background-image: url("../images/peter-zhou_unsplash.jpg?v=5");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  background-color: #000; 
}

canvas{
  display:block;
  position: absolute;
  vertical-align:bottom;
}

nav {
  max-width: 960px;
  margin: 0 auto;
}

.cls-1 {
  color: #c96;
}

main {
  min-height: 100%;
  max-width: 960px;
  margin: 0 auto;
}

.navbar-brand {
  margin-left: 1em;
}

.navbar-brand img {
  height: 81px; 
}
      
.navbar-dark {
  padding-top: 33px;
  padding-bottom: 35px; 
}

.navbar-text {
  display: inline-block;
}

.navbar-dark .navbar-text a {
  color: #e4ba90;
}

.navbar-dark .navbar-text a:hover {
  color: #fff;
}

.navbar-dark .navbar-text {
  color: #e4ba90;
  opacity: 1;
  padding: 0 20px;
  border-right: 1px solid #e4ba90;
  font-size: 18px;
  font-weight: bold;
  text-align: center; 
}

.navbar-dark .navbar-text:last-child {
  border-right: 0; 
}

.maincontent,
.footer {
  padding: 0 1.5em; 
}

.maincontent {
  margin-top: 100px; 
  padding-bottom: 10em;
  color: #eee;
}

p {
  font-size: 14px;
  margin-bottom: 36px; 
}

.page-title {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 80px;
  font-weight: bold; 
  padding-bottom: 69px;
  line-height: 1em;
}

.page-quote {
  font-size:1.3em;
  line-height: 1.3em;
  max-width: 700px;
}

.page-description {
  font-size: 18px; 
  max-width: 600px;
}

.page-description a { 
  color:#fcdeca; 
  border-bottom: 1px dashed #fcdeca;
}

.page-description a:hover {
  text-decoration: none;
  border-bottom: 1px solid #fcdeca;
}

ul {
  margin-bottom: 22px;
}

ul li {
  font-size: 18px;
}

.topoffset {
  margin-top: -36px !important;
  margin-left: 20px;
  padding-left: 0;
}

.technicolor {
  background: #F70FFF;
  background: linear-gradient(to right, #F70FFF 0%, #0cc 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.txtsgrey {
  font-size:10px;
  color:#ccc;
}

.page-description a.contactbtn {
	background:linear-gradient(to bottom, #74ad5a 5%, #68a54b 100%);
	background-color:#74ad5a;
	border-radius:30px;
  border-bottom: none;
	display:inline-block;
	cursor:pointer;
	color:#fff;
	font-size:22px;
	font-weight:bold;
	padding:10px 22px;
	text-decoration:none;
}

.page-description a.contactbtn:hover {
	background:linear-gradient(to bottom, #68a54b 5%, #74ad5a 100%);
	background-color:#68a54b;
  border-bottom: none;
}

.page-description a.contactbtn:active {
	position:relative;
	top:1px;
}

.footer {
  color: #999; 
  height: 50px; 
  margin: 150px 0 22px 0;
}

@media (max-width: 992px) {
  .page-title {
    font-size: 45px; 
    line-height: 50px;
  } 
  ul li {
    font-size: 16px; 
  } 
}

@media (max-width: 767px) {
  .navbar-dark {
    padding-bottom: 0; 
  } 
  .navbar-dark .navbar-brand,
  .navbar-dark .navbar-text {
    display: block;
    border: none;
    margin: 0;
    padding: 0;
    margin-left: 0.8em !important;
    text-align: left;
    width: 100%;
  }  
  .navbar-dark .navbar-text a {
    color: #e4ba90;
    border-bottom: 1px dashed #ccc;
    padding-top: 0.5em;
    display: inline-block;
  }
  .navbar-dark .navbar-text a:hover {
    color: #fff;
    text-decoration: none;
    border-bottom: none;
  }
  .navbar-dark .navbar-brand {
    padding-bottom: 33px;
  }
  .maincontent {
    margin-top: 69px; 
  }
  .maincontent,
  .footer {
    padding: 0 1.8em; 
  }
  .page-title {
    font-size: 50px; 
  } 
  .page-quote {
    font-size:1.4em;
    line-height: 1.2em;
  }
  .page-description {
    font-size: 16px; 
  } 
}

@font-face {
  font-family: "bootstrap-icons";
  src: url("bootstrap-icons.woff2") format("woff2"),
        url("bootstrap-icons.woff") format("woff");
}
.bi {
  padding-right: 8px;
}
[class^="bi-"]::before,
[class*=" bi-"]::before {
  display: inline-block;
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -.125em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.bi-whatsapp::before { content: "\f618"; }
.bi-envelope::before { content: "\f32f"; }