@charset "UTF-8";
/* Color Settings for Site */
/* Main layout */
html, body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  background-color: #000;
  color: #fff;
}

body.index .main-background {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: url("../image/startBackground.jpg");
  filter: blur(5px) brightness(100%) sepia(20%);
  background-position: center center;
  background-size: cover;
}

a, a:visited {
  color: rgba(255, 255, 255, 0.75);
  text-decoration: none;
  border-top: 1px solid rgba(255, 255, 255, 0.75);
}
a:hover, a:active, a:visited:hover, a:visited:active {
  color: #fff;
  border-color: #fff;
  text-decoration: none;
}

ul {
  list-style: none;
  padding: 0;
}

li {
  padding-left: 1.3em;
}
li:before {
  content: "";
  /* FontAwesome Unicode */
  font-family: "Font Awesome 5 Free";
  display: inline-block;
  margin-left: -1.3em;
  /* same as padding-left set on li */
  width: 1.3em;
  /* same as padding-left set on li */
}

/* Navigation */
.custom.navbar-expand-lg.navbar {
  border-left: 3px solid #fff;
}
.custom.navbar-expand-lg .navbar-dark {
  background-color: transparent;
  /*.navbar-nav {
  	.nav-link {
  		color: $lightFontColor;
  		&.active, &:hover {
  			color: $mainFontColor;
  		}
  	}
  }*/
}
.custom.navbar-expand-lg .navbar-brand {
  padding-right: 30px;
  font-size: 2em;
  text-transform: uppercase;
  line-height: 1em;
  border: none;
}
.custom.navbar-expand-lg .navbar-nav .nav-link {
  margin-top: 15px;
  margin-right: 10px;
  padding-right: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
.custom.navbar-expand-lg .navbar-nav .nav-link:hover {
  margin-top: 13px;
  border-top: 3px solid rgba(255, 255, 255, 0.75);
}
.custom.navbar-expand-lg .navbar-nav .nav-link.active {
  margin-top: 13px;
  border-top: 3px solid #fff;
}

/* Content styles */
.content img.fullwidth {
  width: 100%;
  height: auto;
}
.content .cv {
  margin-top: 1rem;
}

.social-logo {
  width: auto;
  height: 40px;
}

@media (max-width: 767px) {
  .th {
    font-weight: bold;
    margin-bottom: 0;
  }
}
/* Footer Styles */
footer {
  width: 100%;
  height: auto;
  z-index: 50;
  /*	background-image: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 40%, rgba(0,0,0,0.5) 50%, rgba(0,0,0,0) 80%);*/
}
footer a {
  border: none;
}

/*# sourceMappingURL=styles.css.map */
