@font-face {
  font-family: couture;
  src: url("../fonts/couture-bld.otf");
}

@font-face {
  font-family: opensans;
  src: url("../fonts/OpenSans-Regular.ttf");
}

html {
  scroll-behavior: smooth;
  font-family: opensans;

  scroll-snap-type: mandatory;
  scroll-snap-points-y: repeat(100vh);
  scroll-snap-type: y mandatory;
}

body {
  overflow-x: hidden;
}

#folio-container {
  position: absolute;
	text-align: center;
  width: 100%;
  overflow-x: hidden;
	background-color: #090a1c;
  z-index: 0;
}

/*Contact*/
#contact-container {
  z-index: 103;
	position: absolute;
  display: inline-block;
	/*background: #dddd5555;*/
	z-index: 100;
	width: 35%;
	min-width: 300px;
	top: 200px;
  right: 0px;
	padding-bottom: 300px;
	padding-top: 200px;
  transition:
    transform 0s;
}

#contact-node {
  position: sticky;
  z-index: 103;
	top: 600px;
	right: 0px;
	/*background: #dddd5555;*/
	width: 50%;
	padding: 0px;
  margin-left: 25%;
  margin-right: 25%;
	padding-bottom: 200px;
	padding-top: 200px;
}

#contact-node:hover {
	color: #ddaa55ff;
}

.item {
	padding: 15px;
	margin-bottom: 15px;
	border-radius: 25px;
	display: block;
	position: relative;
	overflow: hidden;
}

.bg {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #090a1c;
	opacity: 0.9;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: 1;
	transition:
		opacity 0.5s;
}

.item:hover .bg {
	opacity: 0.5;
}

.gallery {
	border: solid 2px red;
	display: inline-block;
	width: 100%;
	height: 150%;
	text-align: center;
	padding-bottom: 10px;
}

.left {
	width: 49%;
	border: solid 2px blue;
	float:left;
}

.right {
	width: 49%;
	border: solid 2px blue;
	float:right;
}

.solo
{
 padding-left: 5px;
}

a {
  color: rgb(85,221,170);
  text-decoration: none;
  transition:
    color 0.3s;
}

b {
  color: rgb(85,221,170);
}

a:hover {
  color: #dd7a25ff;
}

p {
  font-family: opensans;
  color: white;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.1;
  /*font-family: Verdana, Geneva, sans-serif;*/
  font-family: couture;
  font-weight: 700;
  overflow: hidden;
  white-space: nowrap;
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-word;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto; }

h1 {
  font-size: 2.35em; }

h2 {
  font-size: 2em; }

h3 {
  font-size: 1.75em; }

h4 {
  font-size: 1.5em; }

h5 {
  font-size: 1.25em;
  }

h6 {
  font-size: 1em; }

  .footer {
      bottom: 0px;
      top: 0px;
      height: 70px;
    	background: #101f47;
    	background-image: url("../img/stripes.png");
    	background-repeat: no-repeat;
    	background-position: center;
  }
