/*
font-family: 'Noto Serif', serif;
font-family: 'Oswald', sans-serif;
*/

body, html {
	margin: 0;
	padding: 0;
}

.navigation {
	display: grid;
	grid-template-columns: 0.3fr 0.7fr 0fr 1.8fr 0.3fr;
	grid-template-rows: repeat(1, 1fr);
	grid-column-gap: 0px;
	grid-row-gap: 0px;
	z-index: 1;
}

.navigation h4 {
	text-transform: uppercase;
	font-family: 'Oswald', sans-serif;
	color: #3D4B46;
	letter-spacing: 3px;
	border-right: 2px solid #3D4B46;
	display: table-caption;
	margin-right: 40px;
	padding-right: 20px;
	font-weight: 100;
}

.navigation h4 a {
	text-decoration: none;
	color: #3D4B46;
}

.navigation nav {
	margin-top: 7px;
}

.navigation nav a {
	display: inline-block;
	width: 19%;
	font-family: 'Karla', serif;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 700;
	font-size: 0.9rem;
	color: #3D4B46;
	text-decoration: none;
	height: 20px;
	overflow-y: hidden;
	transition: height .2s;
}

.navigation nav a:hover {
	color: #6F5060;
	height: 15px;
	transition: height .2s;
}

.parent {
	display: grid;
	grid-template-columns: 0.3fr 1.2fr 0.1fr 1.2fr 0.3fr;
	grid-template-rows: repeat(1, 1fr);
	grid-column-gap: 0px;
	grid-row-gap: 0px;
	background: #D8E5E7;
	padding: 10vw 0;
}

.footer {
	display: grid;
	grid-template-columns: 0.3fr 1.2fr 0.1fr 1.2fr 0.3fr;
	grid-template-rows: repeat(1, 1fr);
	grid-column-gap: 0px;
	grid-row-gap: 0px;
	background: #536762;
	padding: 180px 0 100px;
}

.footer img {
	width: 80px;
	margin-right: 20px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.1);
	transition: background .2s;
}

.footer img:hover {
	background: rgba(255, 255, 255, 0.3);
	transition: background .2s;
}

footer p {
	font-weight: 300;
	font-size: 1.1rem;
	line-height: 1.5rem;
}

.parent.one img {
	width: 80%;
}

.parent.two {
	display: grid;
	grid-template-columns: 0.3fr 2.5fr 0.3fr;
	grid-template-rows: repeat(1, 1fr);
	grid-column-gap: 0px;
	grid-row-gap: 0px;
	padding: 10vw 0;	
	background-image: url(images/whiteLines-1.svg), linear-gradient(45deg, #D8E5E7, #D8E5E7);
	background-repeat: no-repeat;
	background-position: bottom left;
	background-size: 60%, 100%;
}

.parent.three {
	display: grid;
	grid-template-columns: 0.3fr 2.5fr 0.3fr;
	grid-template-rows: repeat(1, 1fr);
	grid-column-gap: 0px;
	grid-row-gap: 0px;
	background: #D8E5E7;
	padding: 10vw 0;	
}

.parent.four, .parent.six {
	display: grid;
	grid-template-columns: 0.3fr 2.5fr 0.3fr;
	grid-template-rows: repeat(1, 1fr);
	grid-column-gap: 0px;
	grid-row-gap: 0px;
	padding: 10vw 0;	
	background-image: url(images/whiteLines-4.svg), linear-gradient(90deg, #FFF, #FFF);
	background-repeat: no-repeat;
	background-position: bottom right;
	background-size: 60%, 100%;
}

.parent.six {
	background-image: url(images/whiteLines-5.svg), linear-gradient(90deg, #FFF, #FFF);
}

.parent.two img {
	width: 70px;
	transform: rotate(4deg);
	margin: 0 0px 20px 30px;
	float: right;
}

.parent.five h5 {
	color: #6F5060;
}

.parent.five p {
	display: inline-table;
	color: #3B494B;
	font-weight: bold;
	text-transform: uppercase;
	background: transparent url(images/arrow3.svg) 0 0 no-repeat;
	background-size: 40px;
	padding-left: 80px;
	min-height: 40px;
	padding-top: 5px;
	border: none;
}

.parent.five p .small {
	font-weight: 300;
	font-size: 1.1rem;
	line-height: 1.5rem;
	margin-top: 20px;
	display: block;
	width: 70%;
	text-transform: none;
}

.parent.five img {
	width: 40px;
	float: left;
	margin-right: 20px;
}

.bg-white {
	background-color: rgba(255, 255, 255, 0.8);
}

.bg-grey {
	background-image: url(images/whiteLines-1.svg), linear-gradient(45deg, #a4c2a7, #e0d8d1);
	background-repeat: no-repeat;
	background-position: bottom left;
	background-size: 60%, 100%;
}

.bg-blue {
	background-image: url(images/whiteLines-2.svg), linear-gradient(90deg, #FFF, #FFF);
	background-repeat: no-repeat;
	background-position: bottom right;
	background-size: 60%, 100%;

}

.bg-neon {
	background-image: url(images/whiteLines-1.svg), linear-gradient(45deg, #E0D8D1, #ffffff);	
	background-repeat: no-repeat;
	background-position: bottom left;
	background-size: 60%, 100%;
}

.center {
	text-align: center;
}

h1, h2 {
	font-family: 'Oswald', sans-serif;
	font-size: 4rem;
	font-weight: 300;
	text-transform: uppercase;
	color: #ffffff;
}

h1 {
	font-size: 7rem;
	line-height: 8rem;
	font-weight: 500;
	letter-spacing: 1px;
	margin-bottom: 0;
	color: #3D4B46;
}

h2 {
	font-family: 'Oswald', sans-serif;
	font-size: 3rem;
	font-weight: 300;
	text-transform: uppercase;
	color: #3B494B;
}

h3 {
	font-family: 'Oswald', sans-serif;
	font-size: 2rem;
	font-weight: 300;
	text-transform: uppercase;
	color: #3B494B;
}

h5 {
	font-family: 'Oswald', sans-serif;
	font-size: 2rem;
	font-weight: 300;
	text-transform: uppercase;
	letter-spacing: 4px;
	margin-top: 0;
	color: #ffffff;
}

p, li {
	font-family: 'Karla', serif;
	font-weight: 300;
	font-size: 1.3rem;
	color: #cad6e4;
	line-height: 1.9rem;
}

p, .leadlines {
	font-size: 1.1rem;
	line-height: 2rem;
	color: #3B494B;
	border-bottom: 1px solid #536B6E66;
	padding-bottom: 21px;
	display: table;
	margin-top: 3px;
}

.parent.bg-blue .leadlines {
	border: none;
	margin-bottom: 115px;
}

.leadlines img {
	max-height: 80px;
	margin: 0 40px 40px 0;
}

.noborder {
	border: none;
}

.underline-blue {
	padding-right: 8px;
	padding-left: 8px;
	padding-top: 4px;
	padding-bottom: 4px;
	background: #536762;
	color: #FFF;
}

.rot-right {transform: rotate(4deg); border-radius: 6px;}

.rot-left {transform: rotate(-4deg); border-radius: 6px;}

.border {
	box-shadow: 12px 12px #536762;
	border-radius: 0;
}

.sticky {
	position: fixed;
	top: 0;
	width: 100%;
}

.middle {
	align-self: center;
}

.right {
	align-content: end;
}

ul.cards, ul.tags {
	margin: 0;
	padding: 0;
}

.cards li {
	list-style: none;
	display: inline-block;
	margin: 10px;
	padding: 1.5% 3% 3% 1.5%;
	font-size: 1.1rem;
	line-height: 2rem;
	color: #536B6E;
	border-bottom: 1px solid #536B6E66;
	padding-bottom: 21px;
	display: inline-block;
	margin-top: 3px;
	background: #FFF;
	border: none;
	margin-bottom: 40px;
	width: 25%;
}

.cards.two li {
	vertical-align: top;
}

.tags li {
	padding-right: 17px;
	padding-left: 17px;
	padding-top: 4px;
	padding-bottom: 4px;
	background: linear-gradient(90deg, #51344D, #A78682);
	color: #FFF;
	display: inline-block;
	margin: 0 15px 15px 0;
	border-radius: 2;
}

.logos {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.logos img {
	width: 13%;
}

.footer a, .copyright a {
	text-decoration: none;
	color: #FFF;
}

.footer p {
	font-size: 1.15rem;
	position: relative;
	color: #cad6e4;
}

.footer strong {
	position: absolute;
	left: 100px;
	color: #FFF;
	font-weight: bold;
	white-space: nowrap;
}

.copyright {
	background: #536762;
	padding: 0 0 80px;
	color: rgba(255, 255, 255, 0.753);
	font-size: 0.85rem;
	text-align: center;
	font-family: 'Karla', serif;
}

.copyright a:hover {
	text-decoration: underline;
}


/* Timeline */

/* (A) TIMELINE CONTAINER */
.vtl {
  /* (A1) RELATIVE POSITION REQUIRED TO PROPERLY POSITION THE TIMELINE */
  position: relative;
 
  /* (A2) RESERVE MORE SPACE TO THE LEFT FOR THE TIMELINE */
  padding: 10px 10px 10px 50px;
 
  /* (A3) OPTIONAL WIDTH RESTRICTION */
  
}
.vtl, .vtl * { box-sizing: border-box; }

/* (B) DRAW VERTICAL LINE USING ::BEFORE */
.vtl::before {
  /* (B1) VERTICAL LINE */
  content: "";
  width: 5px;
  background-color: #e1ece2;
 
  /* (B2) POSITION TO THE LEFT */
  position: absolute;
  top: 0; bottom: 0; left: 15px;
}

/* (C) COSMETICS FOR EVENTS */
div.event {
  padding: 20px 30px;
  position: relative;
  border-radius: 6px;
}

/* (D) COSMETICS FOR EVENT DATE & TEXT */
p.date {
  font-size: 1.1em;
  font-weight: 700;
  color: #3B494B;
  margin: 0;
  border: none;
  padding-bottom: 0;
}
p.txt {
  margin: 0 0 0 0;
  color: #222;
  font-size: 1.1rem;
  border: none;
}

/* (E) EVENT "SPEECH BUBBLE CALLOUT" */
div.event::before {
  /* (E1) "MAGIC TRIANGLE" */
  content: "";
  border: 10px solid transparent;
  border-left: 0;
 
   /* (E2) POSITION TO THE LEFT */
  position: absolute;
  top: 20%; left: -10px;
}

/* (F) CIRCLE ON TIMELINE */
div.event::after {
  /* (F1) "MAGIC CIRCLE" */
  content: "";
  background: #fff;
  border: 4px solid #3B494B;
  width: 16px;
  height: 16px;
  border-radius: 50%;
 
  /* (F2) POSITION TO THE LEFT */
  position: absolute;
  top: 25px; left: -44px;
}

@media (min-width: 900px) and (max-width: 1150px) {

	h1 {
	font-size: 5rem;
	line-height: 5rem;
	}

	h5 {
		font-size: 1.28rem;
		margin-top: 10px;
	}

	.parent.bg-blue .leadlines {
		margin-bottom: 40px;
	}

	.leadlines img {
		max-height: 80px;
		margin: 0 12px 40px 0;
	}

	.tags li {
		font-size: 1.2rem;
	}

	.logos img {
		 width: 26%;
	 }
	 
}


@media (max-width: 900px) {
 
 .navigation h4 {
	 margin-right: 0;
 }
 
 nav {
	 width: 100%;
	 display: inline-grid;
	 margin: 5px 0;
 }
 
 .navigation nav a {
	 display: inline-block;
	 width: 98%;
	 text-align: right;
	 transition: none;
	 height: 20px;
 }
 
 .navigation nav a:hover {
	 transition: none;
	 height: 20px;
 }
 
 .parent, .footer {
	grid-template-columns: 0fr 1.2fr;
	padding: 30vw 6vw;
	 }
	 
	  .footer {
		  padding-bottom: 25vw;
	  }
	  
	  .social {
		  margin-top: 50px;
	  }

h1 {
	  font-size: 20vw;
	  line-height: 5rem;
	  }
	  
h5 {
	font-size: 5vw;
}	  

.parent.one img {
	width: 95%;
}
	 
.parent.bg-blue .leadlines {
		 border: none;
		 margin-bottom: 25px;
	 }
	 
	 .parent.bg-blue .leadlines img {
	 width: 19%;
	 margin: 0 3% 40px 3%;
	 }
	 
	 .parent.bg-blue .leadlines.two img {
	  width: 40%;
	  margin: 0 3% 40px 3%;
	  vertical-align: middle;
	  }

	 .leadlines {
		 margin-right: 0;
	 }
	 
	 .leadlines br {
		 display: none;
	 }
	 
	 .underline-blue {
		 background: transparent;
		 color: #3B494B;
		 font-weight: bold;
		 border-bottom: 3px solid #536762;
		 padding: 0;
	 }
	 
	.cards li {
		width: 100%;
		box-sizing: border-box;
		padding: 5vw;
		margin: 0 0 30px 0;
		line-height: 1.8rem;
		}
 
 .footer h5 {
	 font-size: 12vw;
 }
 
 .footer p {
	  font-size: 1rem;
	  white-space: nowrap;
  }
 
.parent.five h5 {
	 font-size: 1.8rem;
	 letter-spacing: 0px;
 }
 
 	.parent.five p {
		 padding-left: 70px;
	 }
	 
	 .parent.five p .small {
		 width: 100%;
	 }
	 
	 .tags li {
		 font-size: 1.1rem;
		 line-height: 1.5rem;
		 padding-top: 7px;
		 padding-bottom: 7px;
	 }
	 
	 .logos img {
		 width: 40%;
	 }
	 
	 .bg-grey {
		 background-size: 100%, 100%;
	 }
	 
	 .bg-blue {
		 background-size: 100%, 100%;
	 
	 }
	 
	 .bg-neon {
		 background-size: 100%, 100%;
	 }
 
}

