/* MAIN SCSS IMPORT */
/* HELPERS */
/* /////////////// HELPERS - MIXINS //////////////////// */
/* /////////////// HELPERS - END MIXINS //////////////////// */
/* /////////////// HELPERS - VARIABLES //////////////////// */
/* /////////////// END BASE STYLES //////////////////// */
/* BASE */
/* /////////////// BASE STYLES //////////////////// */
/* /////////////// END BASE STYLES //////////////////// */
body {
  background: #00131f;
}

/* /////////////// RESETS //////////////////// */
/*----- CSS RESET -----*/
/* Basic Styles Reset */
html, body {
  width: 100%;
  height: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

img {
  display: block;
  border: 0;
}

/* Content Holders & HTML5 Elements */
div, article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block;
  zoom: 1;
}

div:after, article:after, aside:after, details:after, figcaption:after, figure:after, footer:after, header:after, hgroup:after, main:after, nav:after, section:after, summary:after {
  content: " ";
  display: block;
  clear: both;
}

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]), [hidden], template {
  display: none;
  height: 0;
}

/* Form Elements */
button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled], html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

/* Tables */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td, th {
  padding: 0;
}

/* /////////////// END RESETS //////////////////// */
/* COMPONENTS */
/* LAYOUT */
/*  

    __________  ____  ________________
   / ____/ __ \/ __ \/_  __/ ____/ __ \
  / /_  / / / / / / / / / / __/ / /_/ /
 / __/ / /_/ / /_/ / / / / /___/ _, _/
/_/    \____/\____/ /_/ /_____/_/ |_|


 */
/* /////////////// END FOOTER //////////////////// */
/* 

       __  ___________    ____  __________
       / / / / ____/   |  / __ \/ ____/ __ \
      / /_/ / __/ / /| | / / / / __/ / /_/ /
     / __  / /___/ ___ |/ /_/ / /___/ _, _/
    /_/ /_/_____/_/  |_/_____/_____/_/ |_|


 */
/* /////////////// END HEADER //////////////////// */
/* PAGES */
/* 
       __  ______  __  _____________  ___   ____________
       / / / / __ \/  |/  / ____/ __ \/   | / ____/ ____/
      / /_/ / / / / /|_/ / __/ / /_/ / /| |/ / __/ __/
     / __  / /_/ / /  / / /___/ ____/ ___ / /_/ / /___
    /_/ /_/\____/_/  /_/_____/_/   /_/  |_\____/_____/

  */
.logo {
  text-align: center;
  display: block;
  margin: 0 auto;
  height: 100px;
}

.baseline {
  background: url("./images/bg-baseline.jpg") no-repeat center center;
  background-size: cover;
  height: 200px;
}
.baseline h2 {
  max-width: 700px;
  padding-top: 50px;
  text-shadow: 0px 0px 24px #000000;
  margin: 0 auto;
  text-align: center;
  color: #ffffff;
  font-family: "Playfair Display", serif;
  font-size: 30px;
  line-height: 35px;
}
@media screen and (max-width: 640px) {
  .baseline h2 {
    font-size: 24px;
    line-height: 32px;
  }
}
@media screen and (max-width: 640px) {
  .baseline {
    height: 250px;
  }
}

.logos {
  margin-top: -30px;
}

.logo-container {
  background: #0b253e;
  padding: 0px 15px;
  margin-bottom: 30px;
  display: block;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
  height: 200px;
}
.logo-container:hover {
  background: #0f3254;
  margin-top: -15px;
}
.logo-container img {
  display: block;
  text-align: center;
  margin: 0 auto;
  max-width: 100%;
}
/*
.logo-container img.quantim {
  padding-top: 40px;
}
.logo-container img.thom {
  padding-top: 20px;
}
.logo-container img.rsq {
  padding-top: 60px;
}
.logo-container img.bw {
  padding-top: 85px;
}
.logo-container img.upthrust {
  padding-top: 85px;
}
.logo-container img.highmind {
  padding-top: 85px;
}
*/

/* /////////////// END HOMEPAGE //////////////////// */
