html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr,
acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong,
sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table,
caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption,
footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

body {
  -webkit-user-select: none;  /* Chrome all / Safari all */
  -moz-user-select: none;     /* Firefox all */
  -ms-user-select: none;      /* IE 10+ */
  user-select: none;          /* Likely future */      
}

#contactFooter {
  -webkit-user-select: text;  /* Chrome all / Safari all */
  -moz-user-select: text;     /* Firefox all */
  -ms-user-select: text;      /* IE 10+ */
  user-select: text;          /* Likely future */    
}

body {
  width: 100%;
  background-color: #F8F8F8;
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
  color: #666;
  font-size: 14px;
  position: relative;
}

h1 {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding: 20px;
}

h2 {
  font-size: 24px;
  text-transform: uppercase;
  font-weight: bold;
  border-top: 1px solid;
  border-bottom: 1px solid;
  padding: 10px 0;
  margin-bottom: 20px;
}

p, ul li {
  line-height: 28px;
  font-size: 20px;
  margin-bottom: 20px;
}

ul {
  margin-bottom: 20px;
  list-style-position: inside;
}

ul li {
  margin-bottom: 5px;
}

a.external-link {
  font-size: 22px;
  color: #0f4a6a;
}
a.external-link:hover {
  color: #939eb4;
}
a.external-link:visited {
  color: #337488;
}

.spaced {
  letter-spacing: 1px;
}

.left {
  float: left;
}

.right {
  float: right;
}

.clear {
  clear: both;
}

.container {
  clear: both;
  width: 1200px;
  margin: 10px auto 0 auto;
  padding: 30px 0;
}

.hidden {
  display: none !important;
}

.lblue {
  background-color: #939eb4;
}

.dblue {
  background-color: #0f4a6a;
}

.emphasis {
  color: #0f4a6a;
}

.whitetypo {
  color: white;
}

/*colors*/
.colorNeutral {
  background: #cfb7b7;
}

.copy-colorNeutral {
  color: #cfb7b7;
}

.color1 {
  background: #e0aaaa;
}

.copy-color1 {
  color: #e0aaaa;
}

.color2 {
  background: #939eb4;
}

.copy-color2 {
  color: #939eb4;
}

.color3 {
  background: #869b6f;
}

.copy-color3 {
  color: #869b6f;
}

.color4 {
  background: #db8e2b;
}

.copy-color4 {
  color: #db8e2b;
}

.color5 {
  background: #337488;
}

.copy-color5 {
  color: #337488;
}

.color6 {
  background: #883333;
}

.copy-color6 {
  color: #883333;
}

.color7 {
  background: #d8c09c;
}

.copy-color7 {
  color: #d8c09c;
}

.color8 {
  background: #338855;
}

.copy-color8 {
  color: #338855;
}

.color9 {
  background: #0f4a6a;
}

.copy-color9 {
  color: #0f4a6a;
}

footer {
  position: relative;
  z-index: 2;
  -webkit-box-shadow: 0px 0px 3px;
  -moz-box-shadow: 0px 0px 3px;
  box-shadow: 0px 0px 3px;
  padding-bottom: 20px;
  padding-top: 20px;
  text-align: right;
}
footer p {
  position: relative;
  right: 5%;
  margin-bottom: 0;
}
footer .committed {
  letter-spacing: 1px;
}
footer .committed a {
  text-decoration: none;
  font-size: 18px;
  color: #0f4a6a;
}
footer .committed a:hover {
  color: #939eb4;
}
footer .committed a:visited {
  color: #337488;
}

#contactFooter {
  text-align: right;
}
#contactFooter p {
  margin: 5px 0;
}

.wrapper-up {
  margin-bottom: 20px;
  overflow: auto;
}
.wrapper-up .wrapper-left {
  width: 790px;
  margin-right: 20px;
  float: left;
}
.wrapper-up .wrapper-left .box:nth-child(odd) {
  margin-right: 20px;
}
.wrapper-up .wrapper-left .box:nth-child(1), .wrapper-up .wrapper-left .box:nth-child(2) {
  margin-bottom: 20px;
}
.wrapper-up .wrapper-left .box3 {
  width: 306px;
}
.wrapper-up .wrapper-left .box5 {
  width: 464px;
}
.wrapper-up .wrapper-right {
  float: right;
  width: 390px;
}
.wrapper-up .wrapper-right .box {
  width: 100%;
  height: 340px;
}

.wrapper-down {
  clear: left;
  overflow: auto;
}
.wrapper-down .box {
  margin-right: 20px;
  width: 285px;
}
.wrapper-down .box:last-child {
  margin-right: 0;
}

.box {
  display: table;
  height: 160px;
  float: left;
  text-decoration: none;
  color: white;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}
.box p, .box ul {
  font-size: 14px;
  line-height: 20px;
}

#bulletNav {
  position: fixed;
  right: 5%;
  top: 40%;
  z-index: 10;
}
#bulletNav li {
  list-style-type: none;
  position: relative;
  height: 25px;
}
#bulletNav h1 {
  display: none;
  position: absolute;
  right: 22px;
  top: -7px;
  padding: 4px 10px 4px 7px;
  white-space: nowrap;
  font-size: 18px;
  color: #999;
  line-height: 24px;
  text-shadow: 0px 0px 2px rgba(255, 255, 255, 0.2);
}
#bulletNav a {
  display: block;
  width: 15px;
  height: 15px;
  margin-bottom: 10px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background: #fff;
  border: 2px solid #999;
}
#bulletNav a.active, #bulletNav a:hover {
  border: 2px solid transparent;
}
#bulletNav a.active.color1, #bulletNav a:hover.color1 {
  background: #e0aaaa;
}
#bulletNav a.active.color2, #bulletNav a:hover.color2 {
  background: #939eb4;
}
#bulletNav a.active.color3, #bulletNav a:hover.color3 {
  background: #869b6f;
}
#bulletNav a.active.color4, #bulletNav a:hover.color4 {
  background: #db8e2b;
}
#bulletNav a.active.color5, #bulletNav a:hover.color5 {
  background: #337488;
}
#bulletNav a.active.color6, #bulletNav a:hover.color6 {
  background: #883333;
}
#bulletNav a.active.color7, #bulletNav a:hover.color7 {
  background: #d8c09c;
}
#bulletNav a.active.color8, #bulletNav a:hover.color8 {
  background: #338855;
}
#bulletNav a.active.color9, #bulletNav a:hover.color9 {
  background: #0f4a6a;
}

#parallax-bg3 {
  z-index: 3;
  position: fixed;
  left: 50%;
  /* align left edge with center of viewport */
  top: 300px;
  width: 940px;
  margin-left: -470px;
  /* move left by half element's width */
}

/* balloon */
#bg3-1 {
  position: absolute;
  top: 603px;
  left: 1055px;
}

#bg3-2 {
  position: absolute;
  top: 1812px;
  left: -400px;
}

#bg3-3 {
  position: absolute;
  top: 3437px;
  left: 200px;
}

#parallax-bg2 {
  left: 50%;
  margin-left: -600px;
  position: fixed;
  top: 0;
  width: 1200px;
  z-index: 2;
}

#bg2-1 {
  left: -50px;
  position: absolute;
  top: 602px;
}

#bg2-2 {
  left: 150px;
  position: absolute;
  top: 1500px;
}

#bg2-3 {
  left: -400px;
  position: absolute;
  top: 2400px;
}

#bg2-4 {
  left: 250px;
  position: absolute;
  top: 3080px;
}

#bg2-5 {
  left: -160px;
  position: absolute;
  top: 2500px;
}

#parallax-bg1 {
  left: 50%;
  margin-left: -600px;
  position: fixed;
  top: 0;
  width: 1200px;
  z-index: 1;
}

#bg1-1 {
  left: -270px;
  position: absolute;
  top: 85px;
}

#bg1-2 {
  left: 795px;
  position: absolute;
  top: 840px;
}

#bg1-3 {
  left: 1220px;
  position: absolute;
  top: 1883px;
}

#bg1-4 {
  left: 450px;
  position: absolute;
  top: 1020px;
}

#contentWrapper {
  position: relative;
  z-index: 5;
}

#contentWrapper {
  clear: both;
}

.navigation {
  position: relative;
  z-index: 9;
  margin-bottom: 40px;
  font-family: "Verdana", sans-serif;
}
.navigation h1 {
  font-size: 20px;
  -webkit-box-shadow: 0px 0px 3px -1px white;
  -moz-box-shadow: 0px 0px 3px -1px white;
  box-shadow: 0px 0px 3px -1px white;
}

.content {
  margin-bottom: 140px;
}

#profile p {
  float: left;
  width: 760px;
  padding-right: 40px;
}

.navigation h1, #visit-card div p, #linkToTop {
  text-shadow: 1px 0px 0px white, 2px 1px 0px rgba(0, 0, 0, 0.15);
}

#visit-card div p.emphasis {
  text-shadow: 0px 0px 6px rgba(255, 255, 255, 0.5);
}

#visit-card {
  font-family: "Open Sans", sans-serif;
}
#visit-card div {
  text-align: center;
}
#visit-card div p {
  margin: 5px 0;
}
#visit-card div p.emphasis {
  font-size: 18px;
}
#visit-card #name {
  margin: 25px 0 20px 0;
  font-size: 20px;
  color: #fff;
  font-family: "Verdana", sans-serif;
}

#visitCardWrapper {
  position: relative;
}
#visitCardWrapper > div {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}

#visit-card,
#visit-card-title {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#visit-card a,
#visit-card-title a {
  text-decoration: none;
  color: white;
}

#visit-card-title {
  display: none;
}
#visit-card-title a {
  display: table;
  text-align: center;
  width: 100%;
  height: 100%;
  vertical-align: middle;
}

#linkToTop {
  float: right;
  color: white;
  text-decoration: none;
  padding: 10px 20px;
  display: block;
  cursor: pointer;
  background: #e0aaaa;
  position: relative;
  z-index: 10;
}
#linkToTop:hover {
  -webkit-box-shadow: 0px 0px 3px -1px black;
  -moz-box-shadow: 0px 0px 3px -1px black;
  box-shadow: 0px 0px 3px -1px black;
}

#spareTime {
  margin-bottom: 240px;
}

#fixed-bg {
  position: absolute;
  bottom: 0;
}

/* Large desktop, full HD */
@media screen and (min-width: 1200px) {
  .container {
    width: 1200px;
  }
}
/* Landscape tablet to desktop */
@media screen and (min-width: 1200px) and (max-width: 1399px) {
  .container {
    width: 960px;
  }

  .wrapper-up .wrapper-left {
    width: 630px;
  }
  .wrapper-up .wrapper-left .box3 {
    width: 242px;
  }
  .wrapper-up .wrapper-left .box5 {
    width: 368px;
  }
  .wrapper-up .wrapper-right {
    width: 310px;
  }
  .wrapper-up .wrapper-right .box {
    width: 100%;
  }

  .wrapper-down .box {
    width: 225px;
  }

  #profile p {
    width: 520px;
    padding-right: 40px;
  }

  .navigation h1 {
    font-size: 18px;
  }

  #visit-card #name {
    margin: 20px 0 20px 0;
    font-size: 18px;
  }

  #visit-card div p.emphasis {
    font-size: 15px;
  }

  p, ul li {
    font-size: 18px;
  }

  a.external-link {
    font-size: 20px;
  }

  #bulletNav {
    right: 2%;
  }
}
/* Landscape tablet*/
@media screen and (min-width: 1024px) and (max-width: 1199px) {
  .container {
    width: 760px;
  }

  .wrapper-up .wrapper-left {
    width: 496.66667px;
  }
  .wrapper-up .wrapper-left .box3 {
    width: 188.66667px;
  }
  .wrapper-up .wrapper-left .box5 {
    width: 288px;
  }
  .wrapper-up .wrapper-right {
    width: 243.33333px;
  }
  .wrapper-up .wrapper-right .box {
    width: 100%;
  }

  .wrapper-down .box {
    width: 175px;
  }

  .navigation h1 {
    font-size: 18px;
  }

  #profile p {
    width: 360px;
    padding-right: 40px;
  }
  #profile img {
    width: 360px;
  }

  #visit-card #name {
    margin: 10px 0 10px 0;
    font-size: 18px;
  }

  #visit-card div p.emphasis {
    font-size: 16px;
  }

  p, ul li {
    font-size: 16px;
    line-height: 22px;
  }

  a.external-link {
    font-size: 18px;
  }

  .spaced {
    letter-spacing: 0;
  }

  #bg2-5 {
    left: 160px;
    position: absolute;
    top: 2300px;
  }

  #spareTime {
    margin-bottom: 300px;
  }

  #bulletNav {
    display: none;
  }
}
/*@media screen and (min-width: 768px) and (max-width: 1023px) {
	#bulletNav {
		display: none;
	}
	.container {
		width: $container-inter;
	}
	.navigation {
		h1 {
			font-size: 18px;
		}
		.box {
			height: 100px;
		}
	}
	.wrapper-up {
		overflow: hidden;
		.wrapper-left {
			.box {
				width: ($container-inter - $custom-spacing)/2;
			}
		}
		.wrapper-right {
			width: auto;
			float: none;
			.box {
				height: 100px;
				margin-top: $custom-spacing;
				width: $container-inter;
			}
		}
	}
	.wrapper-down {
		.box {
			width: ($container-inter - $custom-spacing)/2;
		}
		.box:nth-child(odd) {
			margin-right: $custom-spacing;
		}
		.box:nth-child(even) {
			margin-right: 0;
		}
		.box:nth-child(1), .box:nth-child(2) {
			margin-bottom: $custom-spacing;
		}
	}
	#visit-card #name {
		margin: 30px 0 10px 0;
		font-size: 20px;
	}
	.spaced {
		display: none;
	}
	#visit-card div p.emphasis {
		font-size: 16px;
	}
	p, ul li {
		line-height: 26px;
		font-size: 18px;
		margin-bottom: 15px;
	}
	#profile {
		img {
			padding: 70px 98px;
			@include box-shadow(1px 1px 3px #CCC);
			@include border-radius(5px);
			margin-top: $custom-spacing;
		}
		p {
			width: $container-inter;
			padding-right: 0;
		}

	}
	#fixed-bg {
		img {
			width: 300px;
		}
	}
	#bg1-3 {
		left: 520px;
		top: 1883px;
	}
		#bg3-2 {
		top: 2212px;
		left: 0px;
	}
}
*/
/* Phone and maybe some other smaller devices*/
@media screen and (min-width: 360px) and (max-width: 1023px) {
  #bulletNav {
    display: none;
  }

  .container {
    width: 100%;
  }

  .content {
    padding: 0 20px;
  }

  .navigation h1 {
    font-size: 44px;
  }

  body .container.navigation .box {
    width: 100%;
    margin: 0 0 15px 0 !important;
    height: auto;
    float: none;
  }

  .wrapper-up, .wrapper-down {
    padding: 0px 20px;
  }

  .wrapper-up {
    margin-bottom: 0;
  }
  .wrapper-up .wrapper-left {
    width: auto;
    margin-right: 0px;
    float: none;
  }
  .wrapper-up .wrapper-right {
    float: none;
    width: auto;
  }

  #visit-card {
    display: none;
  }

  #visit-card-title {
    display: table;
  }

  #visitCardWrapper {
    height: 95px;
  }

  p, ul li {
    line-height: 26px;
    font-size: 18px;
    margin-bottom: 15px;
  }

  #profile img {
    width: 90%;
    padding: 50px;
    -webkit-box-shadow: 1px 1px 3px #cccccc;
    -moz-box-shadow: 1px 1px 3px #cccccc;
    box-shadow: 1px 1px 3px #cccccc;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    margin-top: 20px;
  }
  #profile p {
    width: 100%;
    padding-right: 0;
  }

  #fixed-bg img {
    width: 300px;
  }

  #linkToTop {
    padding: 30px 50px;
    font-size: 28px;
    right: 20px;
  }
}
