/*
	HTML5 Reset :: style.css
	----------------------------------------------------------
	We have learned much from/been inspired by/taken code where offered from:

	Eric Meyer					:: http://meyerweb.com
	HTML5 Doctor				:: http://html5doctor.com
	and the HTML5 Boilerplate	:: http://html5boilerplate.com

-------------------------------------------------------------------------------*/
/* Let's default this puppy out
-------------------------------------------------------------------------------*/
html, body, body div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, menu, nav, section, time, mark, audio, video, details, summary {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-weight: normal;
  vertical-align: baseline;
  background: transparent;
  outline: none;
}

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

/* Handle box-sizing while better addressing child elements:
   http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

/* consider resetting the default cursor: https://gist.github.com/murtaugh/5247154 */
/* Responsive images and other embedded objects */
/* if you don't have full control over `img` tags (if you have to overcome attributes), consider adding height: auto */
img,
object,
embed {
  max-width: 100%;
}

/*
   Note: keeping IMG here will cause problems if you're using foreground images as sprites.
	In fact, it *will* cause problems with Google Maps' controls at small size.
	If this is the case for you, try uncommenting the following:

#map img {
		max-width: none;
}
*/
/* force a vertical scrollbar to prevent a jumpy page */
html {
  overflow-y: scroll;
}

/* we use a lot of ULs that aren't bulleted.
	you'll have to restore the bullets within content,
	which is fine because they're probably customized anyway */
ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
  cursor: pointer;
}

a:hover {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help;
}

/* tables still need cellspacing="0" in the markup */
table {
  border-collapse: separate;
  border-spacing: 0;
}

th {
  font-weight: bold;
  vertical-align: bottom;
}

td {
  font-weight: normal;
  vertical-align: top;
}

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

input, select {
  vertical-align: middle;
}

pre {
  white-space: pre; /* CSS2 */
  white-space: pre-wrap; /* CSS 2.1 */
  white-space: pre-line; /* CSS 3 (and 2.1 as well, actually) */
  word-wrap: break-word; /* IE */
}

input[type=radio] {
  vertical-align: text-bottom;
}

input[type=checkbox] {
  vertical-align: bottom;
}

.ie7 input[type=checkbox] {
  vertical-align: baseline;
}

.ie6 input {
  vertical-align: text-bottom;
}

select, input, textarea {
  font-family: "Open Sans", sans-serif;
  font: 99%;
}

table {
  font-size: inherit;
  font: 100%;
}

small {
  font-size: 85%;
}

strong {
  font-weight: bold;
}

td, td img {
  vertical-align: top;
}

/* Make sure sup and sub don't mess with your line-heights http://gist.github.com/413930 */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* standardize any monospaced elements */
pre, code, kbd, samp {
  font-family: monospace, sans-serif;
}

/* hand cursor on clickable elements */
.clickable,
label,
input[type=button],
input[type=submit],
input[type=file],
button {
  cursor: pointer;
}

/* Webkit browsers add a 2px margin outside the chrome of form elements */
button, input, select, textarea {
  margin: 0;
}

/* make buttons play nice in IE */
button,
input[type=button] {
  width: auto;
  overflow: visible;
}

input[type=submit]:disabled,
input[type=button]:disabled {
  background: #CCC !important;
  opacity: 0.7 !important;
}

input[type=submit]:disabled:hover,
input[type=button]:disabled:hover {
  opacity: 0.7 !important;
}

*:focus {
  outline: none;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset;
}

/* scale images in IE7 more attractively */
.ie7 img {
  -ms-interpolation-mode: bicubic;
}

/* prevent BG image flicker upon hover
   (commented out as usage is rare, and the filter syntax messes with some pre-processors)
.ie6 html {filter: expression(document.execCommand("BackgroundImageCache", false, true));}
*/
/* let's clear some floats */
.clearfix:after {
  content: " ";
  display: block;
  clear: both;
}

a {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/*
@media (min-width: $tablet) {}
@media (min-width: $tabletPro) {}
@media (min-width: $desktop-md) {}
@media (min-width: $desktop-lg) {}
@media (min-width: $desktop-big) {}
@media (min-width: $desktop-gg) {}
*/
/*
@include transition($vast);
@include transition($mfast);
@include transition($fast);
@include transition($default);
@include transition($slow);
@include transition($vslow);
*/
/*
@include border-radius();
*/
/* TRANSITIONS */
@font-face {
  font-family: "Gotham Book";
  src: url("../fonts/Gotham-Book.woff2") format("woff2"), url("../fonts/Gotham-Book.woff") format("woff"), url("../fonts/Gotham-Book.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Raleway";
  src: url("../fonts/Raleway-Regular.woff2") format("woff2"), url("../fonts/Raleway-Regular.woff") format("woff"), url("../fonts/Raleway-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Raleway bold";
  src: url("../fonts/Raleway-Bold.woff2") format("woff2"), url("../fonts/Raleway-Bold.woff") format("woff"), url("../fonts/Raleway-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
body {
  background: url(../images/bg-mobile.jpg) no-repeat center center;
  height: 100vh;
  background-size: cover;
  font-family: "Raleway";
  color: #FFF;
}
body a {
  color: #FFF;
}
@media (min-width: 1024px) {
  body {
    background: url(../images/bg-desktop.jpg) no-repeat center center;
    background-size: cover;
  }
}
.desktop {
  display: none;
}
@media (min-width: 1024px) {
  .desktop {
    display: block;
  }
}

@media (min-width: 1024px) {
  .mobile {
    display: none;
  }
}

header {
  background: rgba(37, 99, 120, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
}
header .wrapper {
  display: inline-block;
  width: 250px;
  text-align: left;
}
header h1 {
  margin: 30px 0 22px 0;
}
@media (min-width: 1024px) {
  header .wrapper {
    width: 1000px;
  }
  header h1 {
    float: left;
    width: 250px;
    margin: 40px 70px 40px 0;
  }
}
@media (min-width: 1400px) {
  header .wrapper {
    width: 1350px;
  }
  header h1 {
    margin: 50px 110px 50px 0;
  }
}
@media (min-width: 1920px) {
  header .wrapper {
    width: 1700px;
  }
  header h1 {
    width: 360px;
    margin: 50px 150px 50px 0;
  }
}
header ul li {
  float: left;
  width: 100%;
  margin-bottom: 12px;
}
header ul li span {
  width: 19px;
  float: left;
  margin: 0 10px 0 0;
}
header ul li span img {
  max-width: 100%;
}
header ul li .insta {
  font-family: "Raleway bold";
}
header ul li.breve {
  text-align: center;
  font-family: "Gotham Book";
  text-transform: uppercase;
  margin-top: 10px;
}
header ul li.breve a {
  display: inline-block;
}
@media (min-width: 1024px) {
  header ul {
    float: left;
    width: 220px;
    margin: 42px 0 0 0;
  }
  header ul li {
    font-size: 13px;
  }
  header ul li.breve {
    text-align: left;
    margin: 0px 0 15px 0;
  }
}
@media (min-width: 1400px) {
  header ul {
    margin: 53px 0 0 0;
  }
  header ul li {
    font-size: 16px;
    margin-bottom: 8px;
  }
  header ul.col01 {
    width: 430px;
  }
  header ul.col01 li {
    width: 50%;
  }
  header ul.col01 li:nth-child(1) {
    padding-right: 50px;
  }
  header ul.col02 {
    width: 300px;
  }
  header ul.col03 {
    width: 250px;
  }
}
@media (min-width: 1920px) {
  header ul li {
    font-size: 17px;
  }
  header ul.col01 {
    width: 560px;
  }
  header ul.col01 li {
    width: 50%;
  }
  header ul.col01 li:nth-child(1) {
    padding-right: 100px;
  }
  header ul.col02 {
    width: 340px;
  }
  header ul.col03 {
    width: 290px;
  }
}