/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
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;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

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, main, menu, nav, section, summary {
  display: block;
}

/* Scss Document */
/* $font-size: 0.75rem; */
html {
  font-size: 62.5%;
  /* Sets up the Base 10 stuff */
}

html, body {
  max-width: 100%;
  overflow-x: hidden;
  font-family: "PT Sans", sans-serif;
  color: #ffffff;
  line-height: 1.2em;
  font-weight: 300;
}

body {
  background-color: #e2e1e4;
}

@media (min-width: 868px) {
  .container {
    width: 850px;
    
  }
}
@media (min-width: 1092px) {
  .container {
    width: 1070px;
    
  }
}
@media (min-width: 1400px) {
  .container {
    width: 1370px;
  }
}
.navbar-default {
  background-color: transparent;
  background: url(./texture-bg.jpg) top center fixed;
  border: none;
  border-bottom: 1px solid #fff;
  border-color: #e7e7e7;
}

.darkHeader {
  background: none !important;
  background-color: #000000 !important;
}

.navbar-brand {
  float: left;
  height: 152px;
  padding: 20px 15px;
  line-height: 20px;
}

.navbar-toggle {
  padding: 9px 10px;
  margin-top: 95px;
  margin-right: 15px;
  margin-bottom: 8px;
}

.navbar {
  border-radius: 0px;
}

.navbar .container {
  position: relative;
  height: 100%;
}

.nav-bottom {
  position: absolute;
  right: 20px;
  bottom: 0px;
}

.nav-bottom a {
  color: #ffffff !important;
  font-family: "Josefin Sans", sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  transition: all 0.5s ease;
  font-size: 19.2px;
  font-size: 1.6rem;
}

.nav-bottom a:hover {
  color: #999 !important;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #999 !important;
  background-color: transparent;
  text-decoration: none;
}

#slider-banner {
  min-height: 100%;
  height: 100vh;
  width: 100%;
  text-align: center;
  padding: 0;
  background: url(./texture-bg.jpg) top center fixed;
}

@media screen and (max-width: 867px) {
  #slider-banner {
    min-height: 130%;
    height: 130%;
    padding-bottom: 150px;
  }
}
@media screen and (max-width: 400px) {
  #slider-banner {
    min-height: 120%;
    height: 120%;
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 340px) {
  #slider-banner {
    min-height: 130%;
    height: 130%;
    padding-bottom: 150px;
  }
}
.background-logo {
  width: 100%;
  height: 90%;
  background: url(./SF_Logo.png) no-repeat center bottom;
  background-size: 65vh;
}

.background-logo .container {
  height: 100vh;
}

.home-titles-spacer {
  position: relative;
  height: 65vh;
  width: 100%;
}

.home-titles {
  position: relative;
  top: -180px;
}

.home-titles h1, .services h1 {
  font-family: "Josefin Sans", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  /* font-size:1.9em; */
  letter-spacing: 0.2em;
  font-size: 36px;
  font-size: 3rem;
}

.home-titles p, .services p, footer p {
  font-size: 16.8px;
  font-size: 1.4rem;
  line-height: 19px;
  line-height: 1.9rem;
}

@media (max-height: 720px) and (min-width: 868px) {
  .home-titles-spacer {
    height: 60vh;
    width: 100%;
  }
}
@media (max-height: 650px) and (min-width: 868px) {
  .home-titles-spacer {
    height: 52vh;
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1092px) {
  .home-titles h1 {
    font-size: 31.2px;
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 867px) {
  .home-titles-spacer {
    display: none;
  }

  .home-titles {
    float: left;
    top: 180px;
  }

  .home-titles h1 {
    line-height: 1.2em;
    font-size: 33.6px;
    font-size: 2.8rem;
  }

  .home-titles p {
    font-size: 18px;
    font-size: 1.5rem;
    line-height: 1.5em;
  }

  #slider-banner {
    min-height: auto;
    height: auto;
  }

  .background-logo {
    background-size: 65vh;
  }

  .nav-bottom {
    position: relative;
    right: 0px;
    bottom: inherit;
  }

  .home-titles .col-sm-4 {
    width: 100%;
  }
}
@media screen and (max-width: 450px) {
  .home-titles-spacer {
    display: none;
  }

  .home-titles {
    float: left;
    top: 180px;
  }

  .home-titles h1 {
    line-height: 1em;
    font-size: 26.4px;
    font-size: 2.2rem;
  }

  .home-titles hr {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .home-titles p {
    font-size: 15px;
    font-size: 1.25rem;
    line-height: 1.5em;
  }

  #slider-banner {
    min-height: auto;
    height: auto;
  }

  .background-logo {
    background-size: 65vh;
  }

  .nav-bottom {
    position: relative;
    right: 0px;
    bottom: inherit;
  }
}
.home-titles .col-sm-4 {
  padding-bottom: 30px;
}

/* SERVICES */
.services {
  margin: 40px 0;
  color: #000000;
}

.services h1 {
  margin: 30px 0;
}

.services p {
  margin: 0 0 20px 0;
}

hr.section-line {
  height: 5px;
  background-color: #386acd;
  border: none;
}

/* Footer */
footer.footer {
  border-top: 30px solid #386acd;
  background: #cacaca;
  min-height: 350px;
  margin-top: 70px;
}

footer .left-pad20 {
  padding-left: 40px;
}

footer .right-pad20 {
  padding-right: 40px;
}

footer .side-line {
  border-right: 2px solid #fff;
  min-height: 350px;
}

footer h2 {
  text-transform: uppercase;
  padding: 40px 0 20px 0;
  font-size: 15.6px;
  font-size: 1.3rem;
}

footer p.ptop, footer form {
  padding-top: 40px;
}

footer p {
  text-transform: uppercase;
  padding: 0 0 20px 0;
  font-size: 15.6px;
  font-size: 1.3rem;
}

footer a {
  font-size: 15.6px;
  font-size: 1.3rem;
  color: #ffffff;
}

@media screen and (max-width: 767px) 
{
  .mob-full {
    padding-left: 0px;
    padding-right: 0px;
  }

  footer.footer {
    min-height: auto;
  }

  footer .left-pad20 {
    padding-left: 20px;
    padding-right: 20px;
  }

  footer .right-pad20 {
    padding-left: 20px;
    padding-right: 20px;
  }

  footer .side-line {
    border-right: none;
    min-height: auto;
  }

  footer h2 {
    text-transform: uppercase;
    padding: 20px 0 20px 0;
  }

  footer p {
    text-align: center;
  }

  footer p.ptop {
    padding-top: 10px;
  }
}
/* POLYGONS */
.polygons {
  width: 100%;
  height: 550px;
  margin: 0px auto;
  position: absolute;
  overflow: hidden !important;
}

.svg.triangle {
  position: absolute;
  bottom: -18px;
  width: 26%;
  margin: 0 37%;
  opacity: .5;
  z-index: 10;
  transition: all 1.4s ease;
}

.square {
  position: absolute;
  bottom: 0;
  width: 26%;
  margin: 0 37%;
  opacity: 0.5;
  transition: all 1.5s ease;
  z-index: 6;
}

.svg.pentagon {
  position: absolute;
  bottom: 0;
  width: 41%;
  margin: 0 29.5%;
  opacity: 0.5;
  transition: all 1.8s ease;
  z-index: 5;
}

.svg.hexagon {
  position: absolute;
  bottom: 0;
  width: 46%;
  margin: 0 27%;
  opacity: 0.5;
  transition: all 2.2s ease;
  z-index: 4;
}

.svg.septagon {
  position: absolute;
  bottom: 0;
  right: 1px;
  width: 58%;
  margin: 0 21%;
  opacity: 0.5;
  transition: all 2.8s ease;
  z-index: 3;
}

.svg.octagon {
  position: absolute;
  bottom: 0;
  right: 2px;
  width: 64%;
  margin: 0 18%;
  opacity: 0.5;
  transition: all 3.4s ease;
  z-index: 2;
}

.triangle:hover {
  bottom: -26px;
  width: 26%;
  margin: 0 37%;
}

.triangle:hover ~ .square {
  width: 26%;
  margin: 0 37%;
  opacity: 0.6;
}

.triangle:hover ~ .pentagon {
  width: 41%;
  margin: 0 29.5%;
  opacity: 0.5;
}

.triangle:hover ~ .hexagon {
  width: 46%;
  margin: 0 27%;
  opacity: 0.4;
}

.triangle:hover ~ .septagon {
  width: 58%;
  margin: 0 21%;
  opacity: 0.3;
}

.triangle:hover ~ .octagon {
  width: 64%;
  margin: 0 18%;
  opacity: 0.2;
}

/* FORM */
footer input.form-control {
  font-size: 15.6px;
  font-size: 1.3rem;
  height: 30px;
  padding: 6px 12px;
  line-height: 1.5;
}

footer textarea.form-control {
  font-size: 15.6px;
  font-size: 1.3rem;
  height: auto;
  padding: 6px 12px;
  line-height: 1.5;
}

label {
  color: #FFFFFF;
  text-transform: uppercase;
}

.btn-sf {
  background-color: #386acd;
  border-color: none !important;
}

.btn-sf:hover {
  background-color: #222222;
  color: #ffffff;
}

.btn-send {
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
  width: 100%;
}
