@import "https://fonts.googleapis.com/css?family=Open+Sans";
@import "https://fonts.googleapis.com/css?family=Archivo+Narrow:700";
body {
  font-family: 'Open Sans', sans-serif; }

@font-face {
  font-family: 'si';
  src: url("../fonts/socicon.eot");
  src: url("../fonts/socicon.eot?#iefix") format("embedded-opentype"), url("../fonts/socicon.woff") format("woff"), url("../fonts/socicon.ttf") format("truetype"), url("../fonts/socicon.svg#icomoonregular") format("svg");
  font-weight: normal;
  font-style: normal; }
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: si;
    src: url(../fonts/socicon.svg) format(svg); } }
html,
body {
  height: 100%;
  width: 100%; }

h1,
h2,
h3,
h4,
h5,
h6,
.title {
  font-family: 'Archivo Narrow', sans-serif; }

a {
  text-decoration: none; }

.clear {
  clear: both; }

.text-center {
  text-align: Center; }

.hidden {
  display: none; }

.img_responsive {
  max-width: 100%; }

a {
  color: inherit; }

.siteContainer {
  max-width: 1150px;
  width: 95%;
  margin: 0 auto; }

header {
  height: 100%;
  width: 100%;
  background: url(../images/home.jpg) no-repeat top center #009fe3;
  background-size: cover;
  text-align: center;
  min-height: 600px;
  padding-top: 40px;
  box-sizing: border-box; }
  header .logo {
    margin-bottom: 40px; }
  header h1 {
    font-size: 40px; }
  header .links {
    display: inline-block;
    width: 166px;
    height: 37px;
    color: White;
    text-transform: uppercase;
    background-color: #009fe3;
    font-size: 12px;
    font-weight: bold;
    margin: 0px 2px;
    padding-top: 9px;
    box-sizing: border-box; }
    header .links a {
      color: White; }
  header ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    header ul li {
      font-size: 20px; }
      header ul li span {
        display: inline-block;
        text-transform: uppercase; }
      header ul li p {
        display: inline-block;
        margin: 0;
        color: #e6007e; }
  header .siteContainer {
    height: 100%;
    position: relative; }
  header .quote {
    position: absolute;
    max-width: 100%;
    left: 0;
    bottom: 10%; }
  header .social {
    margin-top: 20px; }
    header .social .fb-share-button {
      margin-top: -2px;
      vertical-align: top; }
  header .konica {
    position: absolute;
    bottom: 5%;
    right: 5%;
    max-width: 100%; }

#about {
  margin-top: 40px;
  text-align: center;
  color: #424242; }
  #about p {
    font-size: 13px;
    line-height: 2; }

#registration {
  margin-top: 60px;
  margin-bottom: 60px; }
  #registration .main {
    margin-left: -3.3%; }
  #registration select,
  #registration input[type='text'],
  #registration input[type='number'],
  #registration input[type='email'] {
    float: left;
    box-sizing: border-box;
    padding-left: 5px;
    width: 30%;
    margin-bottom: 50px;
    margin-left: 3.3%;
    height: 35px;
    font-size: 14px;
    background-color: white;
    outline: none;
    border: 1px solid #424242;
    color: #424242; }
    #registration select:focus,
    #registration input[type='text']:focus,
    #registration input[type='number']:focus,
    #registration input[type='email']:focus {
      border-color: #009fe3; }
  #registration select {
    -webkit-appearance: none;
    -webkit-border-radius: 0px;
    text-transform: capitalize;
    color: #424242; }
  #registration ::-webkit-input-placeholder {
    color: #424242; }
  #registration :-moz-placeholder {
    /* Firefox 18- */
    color: #424242; }
  #registration ::-moz-placeholder {
    /* Firefox 19+ */
    color: #424242; }
  #registration :-ms-input-placeholder {
    color: #424242; }
  #registration .question {
    margin-bottom: 30px;
    font-size: 14px;
    display: block;
    color: #424242; }
    #registration .question span {
      display: block;
      margin-bottom: 5px; }
    #registration .question textarea {
      resize: none;
      width: 100%;
      color: #424242;
      outline: none;
      box-sizing: border-box;
      font-size: 14px;
      height: 120px; }
      #registration .question textarea:focus {
        border-color: #009fe3; }
    #registration .question input[type='radio'] {
      margin-right: 5px;
      margin-left: 10px; }
  #registration .note {
    color: #e6007e;
    font-size: 14px; }
  #registration input[type='submit'] {
    color: white;
    background-color: #009fe3;
    font-size: 16px;
    border: none;
    padding: 15px 25px;
    cursor: pointer; }
    #registration input[type='submit']:focus, #registration input[type='submit']:hover {
      background-color: #424242; }

footer {
  min-height: 340px;
  background: url(../images/footer.jpg) no-repeat top center #404040;
  background-size: cover;
  color: white;
  text-align: center;
  padding-top: 70px;
  box-sizing: border-box; }
  footer ul {
    margin: 0;
    padding: 0;
    list-style: none;
    vertical-align: top; }
  footer .soc li {
    display: inline-block;
    *display: inline;
    zoom: 1; }
  footer .soc li a {
    font-family: si !important;
    font-style: normal;
    vertical-align: top;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    text-decoration: none;
    text-align: center;
    display: block;
    position: relative;
    z-index: 1;
    width: 32px;
    height: 32px;
    line-height: 32px;
    font-size: 22px;
    margin-right: px;
    color: #ffffff;
    background-color: transparent; }
  footer .soc-icon-last {
    margin: 0 !important; }
  footer .soc-facebook:before {
    content: 'b'; }
  footer .soc-instagram:before {
    content: 'x'; }
  footer .soc-linkedin:before {
    content: 'j'; }
  footer .info li {
    margin-bottom: 7px;
    font-size: 15px; }
  footer .copyright {
    border-top: 1px solid white;
    padding-top: 27px;
    margin-top: 20px;
    font-size: 15px; }

@media only screen and (max-width: 768px) {
  header h1 {
    font-size: 30px; }

  #registration .main {
    margin-left: 0; }
  #registration select,
  #registration input[type='text'],
  #registration input[type='number'],
  #registration input[type='email'] {
    width: 100%;
    margin-bottom: 15px;
    margin-left: 0; } }

/*# sourceMappingURL=styles.css.map */
