<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
@-webkit-viewport { width: device-width; }
@-moz-viewport    { width: device-width; }
@-ms-viewport     { width: device-width; }
@-o-viewport      { width: device-width; }
@viewport         { width: device-width; }

@font-face {
	font-family: "jaapokki";
	src: url('../fonts/jaapokkienchance/jaapokkienchance-regular.eot');
	src: local('jaapokki'), local('jaapokki'),
	url("../fonts/jaapokkienchance/jaapokkienchance-regular.woff") format("woff"),
	url("../fonts/jaapokkienchance/jaapokkienchance-regular.ttf") format("truetype"),
	url("../fonts/jaapokkienchance/jaapokkienchance-regular.svg#jaapokkienchance-regular") format("svg");
}

/* Globals */

/* Links */
a,
a:focus,
a:hover {
  color: #fff;
}

/* Custom default button */
.btn-default,
.btn-default:hover,
.btn-default:focus {
  color: #333;
  text-shadow: none; /* Prevent inheritence from `body` */
  background-color: #fff;
  border: 1px solid #fff;
}


/*
 * Base structure
 */

html,
body {
  height: 100%;
  background-color: #fff;
      -webkit-font-smoothing: antialiased;
}
body {
  color: #fff;
  text-align: center;
}

/* Extra markup and styles for table-esque vertical and horizontal centering */
.site-wrapper {
	position: relative;
	display: table;
	width: 100%;
	height: 100%; /* For at least Firefox */
	min-height: 100%;
	background: #fff;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.site-wrapper-inner {
  display: table-cell;
  vertical-align: top;
}
.cover-container {
  margin-right: auto;
  margin-left: auto;
}

/* Padding for spacing */
.inner {
  padding: 30px;
}

/* Nav */
.navbar-static-bottom {
	position: absolute;
	bottom: 0;
}

.navbar-fixed-top .navbar-collapse {
    padding-right: 15px;
    padding-left: 15px;
}

.navbar {	
	background: #e1e0e0;
	height: 69px;
	border-bottom: 1px solid #e5e5e5;
	width: 100%;
	margin-bottom: 0;
	border-radius: 0;
}

.navbar ul li a {	
	color: #415f6d;
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	line-height: 40px;
	transition: 0.3s;
	height: 65px;
}

.navbar ul li a::after {
	content : "/";
	font-size: 24px;
	color: #415f6d;
	margin-left: 30px;
}

.navbar ul li a.last::after {
	content:"";
}

.navbar ul li.active a {
	text-decoration: line-through;
}

.navbar ul li a:hover {
	text-decoration: line-through;
}

.navbar ul li.active a:hover {
	text-decoration: none;
}

 .navbar-brand {
 	font-weight: bold;
 	color: #415f6d;
    padding: 25px 15px;
 }

/*
 * Header
 */
.masthead-brand {
  margin-top: 10px;
  margin-bottom: 10px;
}

.masthead-nav > li {
  display: inline-block;
}
.masthead-nav > li + li {
  margin-left: 20px;
}
.masthead-nav > li > a {
  padding-right: 0;
  padding-left: 0;
  font-size: 16px;
  font-weight: bold;
  color: #fff; /* IE8 proofing */
  color: rgba(255,255,255,.75);
  border-bottom: 2px solid transparent;
}
.masthead-nav > li > a:hover,
.masthead-nav > li > a:focus {
  background-color: transparent;
  border-bottom-color: #a9a9a9;
  border-bottom-color: rgba(255,255,255,.25);
}
.masthead-nav > .active > a,
.masthead-nav > .active > a:hover,
.masthead-nav > .active > a:focus {
  color: #fff;
  border-bottom-color: #fff;
}

@media (min-width: 768px) {
  .masthead-brand {
    float: left;
  }
  .masthead-nav {
    float: right;
  }
}


/*
 * Cover
 */

.cover {
  padding: 0 20px;
}
.cover .btn-lg {
  padding: 10px 20px;
  font-weight: bold;
}
.cover-heading {
	font-family: jaapokki;
	font-size: 85px;
	background: white;
	color: black;	
    padding: 30px 20px 10px 20px;
}
.claim {
	font-family: jaapokki;
	font-size: 62px;
  text-shadow: 0 1px 3px rgba(0,0,0,.5);
}
.contact {
	margin-top: 50px;
}
.contact a {	
	border-radius:0;
	border: none;
	padding: 15px 30px!important;
	transition: 0.3s;
}
.contact a:hover {
	background: black;
	color: white;
	border: none;
}
.scrollicon {
	margin-bottom: 40px;
	transition: 0.1s;
}
.scrolldown {
	transition: 0.1s;
}

/* Content */

.site-content {
	position: relative;
	margin: 0 auto;
	max-width: 1140px;
	padding: 50px;
	color: black;
 }
 .row {
 	font-family: 'Montserrat', sans-serif;
 }
 .strate {

 }
 .strate:after {
 	content:'';
 	display: block;
 	width: 500px;
 	margin: 0 auto;
    height: 1px;
    background: #e5e5e5;
    margin-top:100px;

 }

h2 {
	font-family: jaapokki;
	font-size: 48px;
	margin-top: 130px;
 }
 h3 {
 	text-align: left;
 	font-size: 14px;
 	text-transform: uppercase;
 	margin-bottom: 30px;
 }
 h3.skill:before {
	display: block;
	position: relative;
	content: '';
 	background: url('../images/arrow-left.jpg') right center no-repeat;
 	width: 11px;
 	height: 21px;
    float: right;
    margin-right: -2px;
    z-index: 10;
 }
 h3:after {
 	width: 50px;
    height: 3px;
    background: #f04e65;
    content: '';
    display: block;
    margin-top: 15px;
 }
 .site-content h3.skill {
 	display: block;
 	float: left;
 	width: 200px;
 	padding-top: 50px;
 }
 .site-content p {
 	font-size: 16px;
 	line-height: 24px;
 }
 .site-content ul {
 	display: block;
 	float: left;
 	text-align: left;
 	list-style-type: none;
 	border-left: 1px solid #e5e5e5;
 	padding: 60px 50px;
 	width: calc(100% - 200px);
 }
 .site-content ul li {
 	margin-bottom: 30px;
 }
p.presentation {
	font-size: 24px;
	line-height: 32px;
}
.wgm {
	font-family: jaapokki;
	text-transform: uppercase;
}
p.quote {	
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
p.quote:before {
	content: url('../images/quote.png');
	width: 80px;
	height: 80px;
	margin: -25px auto;
    display: block;
}
.quoteparent-1 {
	height:	350px;
}
.quoteparent-2 {
	height: 325px;
}
.quoteparent-3 {
	height: 120px;
}

/* Contact */
#contactus input, #contactus textarea {
	width: 500px;
	color: black;
	padding: 0 15px;
	display: block;
	border: #e5e5e5 1px solid;
	margin:0 auto 15px auto;
}
#contactus button {
	width: 500px;
	display: block;
	margin:0 auto 15px auto;
	height: 50px;
	background: #f04e65;
	border: #e5e5e5 1px solid;
	transition: 0.3s;
	color: white;
}
#contactus button:hover {
	background: white;
	color: #00e7b4;
}
#contactus input[type="email"] {
	height: 50px;
}
#contactus textarea {
	height: 200px;
	padding-top: 15px;
}

/*
 * Footer
 */

.mastfoot {
	cursor: pointer;
}

.mastfoot:hover .scrolldown {
	margin-bottom: 15px;
}


/*
 * Affix and center
 */

@media (min-width: 768px) {
  /* Pull out the header and footer */
  .masthead {
    position: fixed;
    top: 0;
  }
  .mastfoot {
    position: absolute;
    bottom: 100px;
  }
  /* Start the vertical centering */
  .site-wrapper-inner {
    vertical-align: middle;
  }
  /* Handle the widths */
  .masthead,
  .mastfoot,
  .cover-container {
    width: 100%; /* Must be percentage or pixels for horizontal alignment */
  }
}

@media (min-width: 992px) {
  .masthead,
  .mastfoot,
  .cover-container {
    width: 1000px;
  }
}

@media (max-width: 768px) {
	p.quote:before {
		display: none;
	}
}