/*Site design and build by Matt Gibson*/

@font-face {
	font-family: helveticaNue;
	src: url('fonts/helveticaneue.woff') format('woff');
	src: url('fonts/helveticaneue.eot');
}

@font-face {
	font-family: helveticaNueThin;
	src: url('fonts/helveticaneue-thin.woff') format('woff');
	src: url('fonts/helveticaneue-thin.eot');
}
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/MaterialIcons-Regular.eot');
  src: local('Material Icons'),
       local('MaterialIcons-Regular'),
       url('fonts/MaterialIcons-Regular.woff') format('woff'),
       url('fonts/MaterialIcons-Regular.ttf') format('truetype');
}

header, section, footer, aside, nav, main, article, figure {
    display: block; 
}

/*IE warning box*/
.upgradeBox {
    position: fixed; 
    z-index: 10; 
    left: 0;
    top: 0;
    width: 100%; 
    height: 100%; 
    overflow: auto; 
    background-color: rgb(0,0,0); 
    background-color: rgba(0,0,0,0.8);
}
/* Modal Content/Box */
.browserupgrade {
    background-color: #fefefe;
    margin: 15% auto; 
    padding: 20px;
    border: 1px solid #888;
    width: 80%; 
}

/*icon styles*/
.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: 'liga';
  color: #F44336;
}

.material-icons.main-chevron{
	font-size: 5em;
	padding-top: 10vh;
	color: #212121;
}
div.chevron{
	text-align: center;
	height: 35vh;
}

/*nav styles*/
nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	height: inherit;
	overflow: hidden;
}
nav ul li {
	float: left;
}

.contact {
	width: 50%;
	text-align: right;
}
.mg {
	width: 50%;
}
nav img.mg {
	width: 30px; /*fallback height*/
	width: 10vw;
	padding-left: 3%;
	padding-top: 10px;
	cursor: pointer;
}
nav img.contact {
	width: 30px; /*fallback height*/
	width: 10vw;
	padding-right: 3%;
	padding-top: 10px;
	cursor: pointer;
}
/*end nav styles*/

html, body {
        position: relative;
        height: 100%;
    }
body {
    font-family: helveticaNue, Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-size: calc(0.85em + 1vw);
    line-height: 1.6;
    color: #212121;
    margin: 0;
    padding: 0;
   /* max-width: 1200px;
    margin: auto;*/
}
h2 {
	font-size: 1.5em;
	text-align: center;
	font-weight: 500;
}
h4 {
	font-size: 1.1em;
	text-align: center;
	font-weight: 600;
}
p {
	font-size: 0.9em;
	text-align: center;
}

.swiper-container {
    width: 100%;
    height: 90%;
}
.swiper-slide {
    max-width: 1200px;
    margin: auto;
}

.headline-logo img {
	display: block;
	width: 60%;
	margin: auto;
	padding-top: 25vh;
}

h2.subheader {
	font-size: 1.25em;
}
.hide {
	display: none;
}

.chevron i{
	cursor: pointer;
}

.content-container{
	height: 70vh;
}
.vert-centered-div{
	position: absolute;
  	top: 50%;
  	transform: translateY(-50%);
}
.venn{
	display: block;
	width: 30%;
	margin: 0 auto;
}
.venn-text{
	padding-left: 2em;
	padding-right: 2em;
}
.sub-2{
	display: inline-block;
	width: 38%;
	padding-left: 5%;
	padding-right: 5%;
	vertical-align: top;
	padding-top: 2em;
}
.sub-3{
	display: inline-block;
	vertical-align: top;
	width: 27%;
	padding-left: 3%;
	padding-right: 2%;
}
.sub-3 p {
	font-size: 0.75em;
}

.sub-icon{
	text-align: center;
}
.excited-img{
	display: block;
	margin: 0 auto;
	width: 90%;
	max-width: 128px;
}
.contact-email{
  text-align: center;
}
.contact-email .material-icons{
  vertical-align: middle;
}
.small-para{
  padding-left: 2em;
  padding-right: 2em;
}
.swiper-container-sport img {
  padding-top: 2em;
}
/*Media queries*/

@media only screen and (max-width: 700px) {
  /*small screens*/
  body {
  	font-size: 14px;
  }
  nav img {
  	min-width: 70px;
  }
  h2 {
  	margin-left: 0.5em;
  	margin-right: 0.5em;
  }
  .venn{
  	width: 50%;
  	padding-bottom: 1em;
  }
  .sub-3 p {
	font-size: 1em;
  }
  .large{
  	display: none !important;
  }
  .sub-mobile{
  	height: 75vh;
  }
  .sub-mobile p{
  	padding-left: 2em;
  	padding-right: 2em;
  }
  .material-icons{
  	font-size: 3em;
  }
}

@media only screen and (min-width: 700px) {
  /*hide embeded swipers on large screens*/
  .small{
  	display: none !important;
  }
 .swiper-container-data{
    display: none !important;
  }
 .swiper-container-end-to-end{
    display: none !important;
 }
 .swiper-container-agile{
    display: none !important;
 }
 .swiper-container-user-centred{
    display: none !important;
 }
 .swiper-container-sport{
    display: none !important;
 }
}
@media only screen and (min-width: 900px) {
  /*nav images max size*/
  nav img.mg {
  	max-width: 90px;
  }
}
@media only screen and (min-width: 1500px) {
  /*overwrite responsive typography on xl screens*/
  font-size: 2em;
}
