/*!************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./css/src/main.scss ***!
  \************************************************************************************************************/
@font-face {
  font-family: "Open Sans";
  src: url(../.././css/build/font/opensans-regular-webfont.eot);
  src: url(../.././css/build/font/opensans-regular-webfont.eot) format("embedded-opentype"), url(../.././css/build/font/opensans-regular-webfont.woff2) format("woff2"), url(../.././css/build/font/opensans-regular-webfont.woff) format("woff"), url(../.././css/build/font/opensans-regular-webfont.ttf) format("truetype");
  font-weight: normal;
  font-style: normal;
}
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-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

img {
  max-width: 100%;
  height: auto;
}

body * {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 1.6rem;
}

.header {
  background: #0F2E50;
  height: 12vh;
  padding: 0 5vw;
}

.header .container {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 12vh;
}

.logo {
  width: 20vw;
  display: flex;
  align-items: center;
  min-width: 200px;
}

.logo img:first-child {
  margin-right: 20px;
  max-width: 340px;
}

.logo img:nth-of-type(2) {
  max-width: 240px;
}

.connect {
  margin-left: auto;
}

main {
  position: relative;
  width: 100%;
  height: 88vh;
}

.slideshow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: -1;
}

.slideshow img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 767px) {
  .tagline {
    display: none;
  }
  .connect {
    position: relative;
  }
}
@media only screen and (max-width: 600px) {
  .logo {
    max-width: 250px;
  }
}
body {
  font-family: "Gill Sans", sans-serif;
  font-weight: 400;
  line-height: 1.4;
  font-size: 1.8rem;
}

h1 {
  font-size: 3rem;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
  color: #ffffff;
  line-height: 1.2;
  margin-bottom: 2rem;
  letter-spacing: 4px;
}

a:link, a:visited {
  color: #FFFAE1;
  text-decoration: none;
}

.connect {
  text-transform: uppercase;
  letter-spacing: 4px;
  font-size: 1.4rem;
}

.home main {
  display: flex;
  justify-content: center;
  align-items: center;
}

.homeblock {
  margin: 0 50px;
  max-width: 800px;
}

/*
.homeblock {
  background: $blue;
  background: rgba(15,46,80, .8);
  text-align: center;
  padding: 5rem;
  position: relative;
  clip-path: polygon(5% 0%, 95% 0%, 100% 15%, 100% 85%, 95% 100%, 5% 100%, 0% 85%, 0% 15%);
}
.homeblock p {
  font-size: 2rem;
  color: $white;
}
*/
