/*! HTML5 Boilerplate v7.3.0 | MIT License | https://html5boilerplate.com/ */

/* main.css 2.0.0 | MIT License | https://github.com/h5bp/main.css#readme */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */

::-moz-selection {
  background: #ffffff;
  text-shadow: none;
}

::selection {
  background: #ffffff;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
  resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden {
  display: none !important;
}

/*
* Hide only visually, but have it available for screen readers:
* https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
*
* 1. For long content, line feeds are not interpreted as spaces and small width
*    causes content to wrap 1 word per line:
*    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
*/

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  /* 1 */
}

/*
* Extends the .sr-only class to allow the element
* to be focusable when navigated to via the keyboard:
* https://www.drupal.org/node/897638
*/

.sr-only.focusable:active,
.sr-only.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}

/*
* Hide visually and from screen readers, but maintain layout
*/

.invisible {
  visibility: hidden;
}

/*
* Clearfix: contain floats
*
* For modern browsers
* 1. The space content is one way to avoid an Opera bug when the
*    `contenteditable` attribute is included anywhere else in the document.
*    Otherwise it causes space to appear at the top and bottom of elements
*    that receive the `clearfix` class.
* 2. The use of `table` rather than `block` is only necessary if using
*    `:before` to contain the top-margins of child elements.
*/

.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.clearfix:after {
  clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}

@media print,
  (-webkit-min-device-pixel-ratio: 1.25),
  (min-resolution: 1.25dppx),
  (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  /*
     * Printing Tables:
     * https://web.archive.org/web/20180815150934/http://css-discuss.incutio.com/wiki/Printing_Tables
     */
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}


@font-face {
    font-family: 'circularplmedium';
    src: url('../fonts/circularpl-medium-webfont.eot');
    src: url('../fonts/circularpl-medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/circularpl-medium-webfont.woff2') format('woff2'),
         url('../fonts/circularpl-medium-webfont.woff') format('woff'),
         url('../fonts/circularpl-medium-webfont.ttf') format('truetype'),
         url('../fonts/circularpl-medium-webfont.svg#circularplmedium') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: '../circularplbold';
    src: url('../circularpl-bold-webfont.eot');
    src: url('../circularpl-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../circularpl-bold-webfont.woff2') format('woff2'),
         url('../circularpl-bold-webfont.woff') format('woff'),
         url('../circularpl-bold-webfont.ttf') format('truetype'),
         url('../circularpl-bold-webfont.svg#circularplbold') format('svg');
    font-weight: normal;
    font-style: normal;

}

#scene-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	
	
	
}

#scene {
	width: 100%;
	height: 100%;
	background: #ffffff;
	float: left;
}


#scene .cls-1 {
	fill: #fff;
	stroke: #535353;
	stroke-miterlimit: 2;
	opacity: 0.14;
}


body.left-active #scene  .left-hexagon .cls-1 {
	transition: all 0.5s;

	opacity: 0.5;
}

body.right-active #scene  .right-hexagon .cls-1, body.right-active #scene  .right-hexagon .cls-3 {
	transition: all 1s;
	stroke: #B3236E !important;
	opacity: 1;
}


#hexagon-1 {
	
	left: 50% !important;
	margin-left: -600px;
	margin-top: -380px;
	
}

#hexagon-2 {
	left: 50% !important;
	margin-left: -350px;
	margin-top: 770px;
	
}

#hexagon-left-1 {
	margin-top: -140px;
	left: 50% !important;
	margin-left: -1150px;
}

#hexagon-left-2 {
	margin-top: 520px;
	left: 50% !important;
	margin-left: -600px;
}

#hexagon-left-3 {
	margin-top: 610px;
	left: 50% !important;
	margin-left: -1230px;
}

#hexagon-right-1 {
	margin-top: -110px;
	left: 50% !important;
	margin-left: 550px;
}

#hexagon-right-2 {
	margin-top: 440px;
	left: 50% !important;
	margin-left: 330px;
}

#hexagon-right-3 {
	margin-top: 610px;
	left: 50% !important;
	margin-left: 550px;
	
}

#hexagon-right-3 .cls-1 {
        fill: none;
      }

#hexagon-right-3 .cls-2 {
        clip-path: url(#clip-path);
      }

#hexagon-right-3 .cls-3 {
        fill: #fff;
        stroke: #535353;
        stroke-miterlimit: 10;
        opacity: 0.14;
      }

body.right-active #scene #hexagon-right-3 .cls-3 {
        fill: #fff;
        stroke: #B3236E;

        opacity: 1;
      }






body {
	background: #FAFAFA;
	font-family: 'circularplmedium', 'Arial', 'Helvetica', sans-serif;
}

#home {
	
	width: 100%;
	float: left;
	height: 350px;
	overflow: hidden;
	position: relative;
	
	
}

#mlwg-logo {
	margin: 150px auto 150px auto;
	display: block;
}

#link-wrapper {
	width: 100%;
	position: relative;
}


#link-divider {
	width: 1px;
	background: #000000;
	left: 50%;
	position: absolute;
	height: 50px;
		top: 0;
}

#mlw-warsaw-link {
	position: absolute;
	right: 50%;
	margin-right: 250px;
	top: 0;
	transition: all 0.5s;
}

#mlw-warsaw-link  .cls-1 {
	fill: #040506;
}

#mlw-warsaw-link .cls-2 {
	font-size: 13px;
	font-family: 'circularplbold', 'circularplmedium';
	font-weight: 700;
	letter-spacing: 1em;
}

#mlw-warsaw-link:hover  {
	opacity: 0.5;
}




#mlw-media-hub-link {
	position: absolute;
	left: 50%;
	margin-left: 250px;
	top: 0;
	transition: all 0.5s;
}


#mlw-media-hub-link .cls-1 {
	fill: #040506;
}

#mlw-media-hub-link .cls-2 {
	font-size: 13px;
	font-family: 'circularplbold', 'circularplmedium';
	font-weight: 700;
	letter-spacing: 1em;
}

#mlw-media-hub-link:hover .cls-1 {
	fill: #B3236E
}



#mlw-media-hub-link:hover  tspan {
	color: #B3236E;
	fill: #B3236E
}


footer {
	float: left;
	width: 100%;
	text-align: center;
	background: #FAFAFA;
	padding-top: 135px;
	text-transform: uppercase;
	letter-spacing: 2px;
	padding-bottom: 150px;
	letter-spacing: 5px;
	line-height: 170%;
}

.footer-header {
	color:#ABABAB;
	font-size: 10px;
	margin-top: 70px;
}

      
      
@media (max-width: 1240px) {
	
	#mlw-warsaw-link {
		right: auto;
		left: 50px;
		margin-right: 0px;
		top: 0;
	}
	
	#mlw-media-hub-link {
		position: absolute;
		left: auto;
		right: 50px;
		margin-left: 0;
		top: 0;
	}
	
}

@media (max-width: 768px) {
	
	#scene-wrapper {
		display: none;
	}
	
	#mlw-warsaw-link {
		right: auto;
		left: auto;
		position: relative;
		margin: 0 auto;
		display: block;
		text-align: center;
		

	}
	
	#mlw-media-hub-link {
		right: auto;
		left: auto;
		position: relative;
		margin: 0 auto;
		display: block;
		text-align: center;
	}
	
	#link-divider {
		width: 50px;
		background: #000000;
		right: auto;
		left: auto;
		position: relative;
		height: 1px;
		margin: 25px auto;

	}
	
	#mlwg-logo {
		margin: 30px auto 70px auto;
		
	}
	
	#home {
		height: 600px;
		background: #ffffff;
		
	}
	
	footer {
		padding-top: 75px;
		padding-bottom: 70px;
		letter-spacing: 5px;

	}

	
}
      