body {
  padding: 0;
  margin: 0;
  background-image: linear-gradient(rgba(40,45,48,255), rgba(40,45,48,255), rgba(40,45,48,255), rgba(40,45,48,0), rgba(40,45,48,0));
  background-color: #111314;
}

html{
  scroll-behavior: smooth;
}

/* canvas {
    position: absolute;
    height: 100vh;
    width: 100%;
    left: 0;
    top: 0;
    cursor: none;
} */

section {
  width: 100%;
  display: table;
  margin: 0;
  max-width: none;
  height: 100vh;
}

.content {
  display: table-cell;
  vertical-align: middle;
  padding-top: 60px;
}

/*---navigation bar ---*/
.fixed-top.scrolled {
  background-color: #111314 !important;
  transition: background-color 300ms linear;
}

.nav-link,.navbar-brand{
  color: #fff;
  cursor: pointer;
  font-family: 'Quicksand', sans-serif;
  font-size: 1em;
}

.nav-link{
  margin-right: 1em !important;
}

.nav-link:hover{
  color: #15aeb5;
}

.navbar-collapse{
  justify-content: flex-end;
}

/* Cover */
.header {
  background-image: url('images/background.png');
  background-size: cover;
  background-position: center;
  position: relative;
}

h1{
  color: #FEF8E8;
  font-weight: bold;
  font-size: 50px;
}

h2{
  color: #FEF8E8;
  font-weight: bold;
  font-size: 30px;
}

p{
font-family: 'Open Sans', sans-serif;
}

a:hover{
  color: #15aeb5 !important;
  text-decoration: none;
}

.overlay {
  position: absolute;
  min-height: 100%;
  min-width: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.6);
  /* cursor: none; */
}

.description{
  left: 5%;
  position: absolute;
  top: 50%;
  /*transform: translate(-50%, -55%);*/
  text-align: left;
  font-family: 'Open Sans', sans-serif;
  cursor: default;
}

.description h1{
  color: #FEF8E8;
  font-weight: lighter;
  font-size: 75px;
}

.description p{
  color: #fff;
  font-size: 1.3rem;
  line-height: 1.5;
}

.project {
    font-size: 35px;
}

.sub-project{
    font-size: 20px;
}

/* Social Icons */
.fab {
  font-size: 20px;
  width: 30px;
  text-align: center;
  text-decoration: none;
  background-color: transparent;
}

.fab:hover {
  opacity: 0.7;
}
.fa-facebook-f {
  color: #FEF8E8;
}
.fa-twitter {
  color: #FEF8E8;
}
/* .fa-snapchat-ghost {/
  color: #FEF8E8;
  text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
} */
.fa-instagram {
  color: #FEF8E8;
}
.fa-linkedin {
  color: #FEF8E8;
}
.fa-adobe {
  color: #FEF8E8;
}
.fa-discord {
  color: #FEF8E8;
}
.fa-paypal {
  color: #FEF8E8;
}

.page-footer{
  background-color: #111314;
  color: #cccccc;
  padding: 10px 0 10px;
}

.footer-copyright{
  color: #666;
  padding: 10px 0;
}


/* About Section */
.IAmText{
  font-family: 'Open Sans', sans-serif;
}
.IAmText h1{
  color: #282D30;
  font-weight: bold;
  font-size: 75px;
}

/* Horizontal Rule */

hr.short{
  width: 8%;
  border-top: 6px solid;
  color: #373B44;
}

hr.left {
text-align: left;
}

hr.right {
text-align: right;
}

/* education */
.fas {
  font-size: 80px;
  width: 100px;
  color: #15aeb5;
  text-align: center;
  text-decoration: none;
  background-color: transparent;
}

/* contact */
.emaillink{
  font-family: 'Open Sans', sans-serif;
  font-weight: lighter;
  letter-spacing: 0.1em;
  text-align: center;
  color: #fff;
  text-decoration: none;
}
.emaillink:hover{
  color: #15aeb5;
  text-decoration: none;
}
