@import 'https://fonts.googleapis.com/css?family=Montserrat:100,200,300,400,500,600,700,800,900';

body, html{
  height: 100%;
  margin: 0;
  font-family: 'Montserrat', sans-serif;
}
nav {
	position: fixed;
	z-index: 10;
	left: 0;
	right: 0;
	top: 0;
	padding: 0 5%;
	height: 80px;
	background: transparent;
}
nav .logo {
	float: left;
	width: 40%;
	height: 100%;
	display: flex;
	align-items: center;
	font-size: 24px;
	color: #000000;
	text-decoration: none;
}
nav a.logo:hover {
	color: #ffffff;
	text-decoration: none;
}
nav .links {
	float: right;
	padding: 0;
	margin: 0;
	width: 30%;
	height: 100%;
	display: flex;
	justify-content: space-around;
	align-items: center;
}
nav .links li {
	list-style: none;
}
nav .links a {
	display: block;
	padding: 1em;
	font-size: 16px;
	font-weight: 400;
	color: #000000;
	text-decoration: none;
}
#nav-toggle {
	position: absolute;
	top: -80px;
}
nav .icon-burger {
	display: none;
	position: absolute;
	right: 5%;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
}
nav .icon-burger .line {
	width: 30px;
	height: 2px;
	background-color: #000000;
	margin: 5px;
	transition: all .3s ease-in-out;
}
@media screen and (max-width: 414px) {
	nav .logo {
	font-size: 18px;
	}
}
@media screen and (max-width: 768px) {
	nav .logo {
		float: none;
		width: auto;
		justify-content: center;
	}
	nav .links {
		float: none;
		position: fixed;
		z-index: 9;
		left: 0;
		right: 0;
		top: 80px;
		bottom: 100%;
		width: auto;
		height: auto;
		flex-direction: column;
		justify-content: center;
		background-color: rgba(255,255,255,.8);
		overflow: hidden;
		box-sizing: border-box;
		transition: all .5s ease-in-out;
	}
	nav .links a {
		font-size: 20px;
		color: #000000;
	}
	nav :checked ~ .links {
		bottom: 0;
	}
	nav .icon-burger {
		display: block;
	}
	nav :checked ~ .icon-burger .line:nth-child(1) {
		transform: translateY(7px) rotate(225deg);
	}
	nav :checked ~ .icon-burger .line:nth-child(3) {
		transform: translateY(-7px) rotate(-225deg);
	}
	nav :checked ~ .icon-burger .line:nth-child(2) {
		opacity: 0;
	}

}












































.pimg1, .pimg2, .pimg3{
  display: flex;
  position: relative;
  opacity: 1;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed; /*PARALLAX MAGIC
  fixed = parallax
  scroll = normal
*/
}

.pimg1{
  background-image:url("friends.jpg");
  min-height:100%;
}

.pimg2{
  background-image: url(meeting.mp4);
  min-height:800px;
}

.pimg3{
  background-image: url(enjoying.mp4);
  min-height:1000px;
}
.didot{
  position: absolute;
  top: 40%;
  width: 100%;
  text-align: center;
  vertical-align: middle;
  color: #000;
  font-family: "didot";
  font-size: 100px;
  line-height: 130px;
}
.ptext{
  position: absolute;
  top: 50%;
  width: 100%;
  text-align: center;
  color: #000;
  font-size: 27px;
  letter-spacing: 8px;
  text-transform: uppercase;
}

.ptext .border{
  background-color: #111;
  color: #fff;
  padding: 20px;
}

.ptext .border.trans{
  background-color: transparent;
/*   color: #fff;
  padding: 20px; */
}


.ptext2 {
  position: absolute;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 27px;
  letter-spacing: 4px;
}
.tricked {
	font-size: 27px;
	color: #ffffff;
	text-decoration: none;
}
a:hover.tricked {
	text-decoration: none;
	border-bottom: 1px solid #ffffff;
}
.ptext2 .border{
  background-color: #111;
  color: #fff;
  padding: 20px;
}

.ptext2 .border.trans{
  background-color: transparent;
}

.ptext3{
  position: absolute;
  top: 50%;
  width: 100%;
  text-align: center;
  color: #000;
  font-size: 60px;
  font-weight: 600;
}

.ptext3 .border{
  background-color: #111;
  color: #ffffff;
  padding: 20px;
}

.ptext3 .border.trans{
  background-color: transparent;
}

.section-1 a {
	float: right;
	text-align: right;
	color: black;
	border: solid 1px black;
	padding: 10px 20px;
	text-decoration: none;
	transition: all 0.2s ease;
}
.section-1 a:hover {
	color: white;
	background: black;
	transition: all 0.2s ease;
}







.section{
  text-align: center;
  padding: 50px 80px;
}

.section-light{
	text-align: center;
	background-color: #ffffff;
	color: #666;
	padding: 10px;
}

.section-dark{
  background-color: #ffffff;
  color: #000000;
}
.section-two {
	margin: 0 auto;
	width: 100%;
	max-width: 1400px;
	font-size: 1.4rem;
	line-height: 1.9rem;
	font-weight: 300;
	padding: 2%;
}
/* To make it mobile-responsive: 
    Parallax for big screens,
    Scrolling pics for mobile screens
*/
@media(max-width: 568px){
  .pimg1, .pimg2, .pimg3{
    background-attachment: scroll;
  }
}
@media only screen and (min-width : 320px) {
.didot{
  font-size: 20px;
  line-height: 40px;
  }
}
@media only screen and (min-width : 480px) {
.didot{
  font-size: 30px;
  line-height: 50px;
  }
}
@media only screen and (min-width : 600px) {
.didot{
  font-size: 40px;
  line-height: 60px;
  }
}
@media only screen and (min-width : 768px) {
.didot{
  font-size: 60px;
  line-height: 80px;
  }
}
@media only screen and (min-width : 992px) {
.didot{
  font-size: 80px;
  line-height: 100px;
  }
}
@media only screen and (min-width : 1200px) {
.didot{
  font-size: 100px;
  line-height: 130px;
  }
}









