/*********************
BREAKPOINTS
*********************/
@import url(../css/font-awesome.min.css);
@import url("http://fonts.googleapis.com/css?family=Open+Sans:400,400italic,600,600italic,800,800italic");
@-ms-viewport {
  width: device-width; }
@font-face {
  font-family: 'CodeliciousFont';
  src: url("../fonts/ufonts.com_metroscript-opentype.otf"); }
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; }

body {
  background: #2e3842; }

body, input, select, textarea {
  color: white;
  font-family: "Open Sans", Helvetica, sans-serif;
  font-size: 15pt;
  font-weight: 400;
  letter-spacing: 0.075em;
  line-height: 1.65em; }

h1, h2, h3, h4, h5, h6 {
  color: #fff;
  font-weight: 800;
  letter-spacing: 0.225em;
  line-height: 1em;
  margin: 0 0 1em 0;
  text-transform: uppercase; }

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

h2 {
  font-size: 1.35em;
  line-height: 1.75em; }

p {
  margin: 0 0 2em 0; }

a {
  -moz-transition: color 0.2s ease, border-bottom-color 0.2s ease;
  -webkit-transition: color 0.2s ease, border-bottom-color 0.2s ease;
  -ms-transition: color 0.2s ease, border-bottom-color 0.2s ease;
  transition: color 0.2s ease, border-bottom-color 0.2s ease;
  border-bottom: dotted 1px;
  color: inherit;
  text-decoration: none; }
a.text {
  color: white;
  font-family: "Open Sans", Helvetica, sans-serif;
  font-size: 15pt;
  font-weight: 400;
  letter-spacing: 0.075em;
  line-height: 1.65em;
}

a:hover {
  border-bottom-color: transparent; }

.scripted {
  font-family: 'CodeliciousFont'; }

footer {
  padding-top: 1em;
  padding-left: 1em;
  padding-right: 1em;
  padding-bottom: 1em;
  background-color: #1d242a;
  text-align: center; }
  footer ul.icons {
    font-size: 1.25em;
    list-style: none;
    left: 50%;
    padding-bottom: 1em; }
    footer ul.icons a {
      color: rgba(255, 255, 255, 0.5); }
      footer ul.icons a:hover {
        color: #fff; }
    footer ul.icons li {
      display: inline; }
  footer ul.icons :not(:first-child) {
    padding-left: 1em; }
  footer .copyright {
    color: rgba(255, 255, 255, 0.5);
    font-size: 0.8em;
    letter-spacing: 0.3em;
    list-style: none;
    padding: 0;
    text-transform: uppercase; }
    @media (max-width: 37.5em) {
      footer .copyright {
        font-size: 0.6em; } }
    footer .copyright li {
      border-left: solid 1px rgba(255, 255, 255, 0.5);
      display: inline-block;
      line-height: 1em;
      margin-left: 1em;
      padding-left: 1em; }
      footer .copyright li:first-child {
        border-left: 0;
        margin-left: 0;
        padding-left: 0; }
      footer .copyright li a {
        color: inherit; }
        footer .copyright li a:hover {
          color: #fff; }
      @media (max-width: 37.5em) {
        footer .copyright li {
          border: 0;
          display: block;
          line-height: 1.65em;
          margin: 0;
          padding: 0 0; } }

.cedeliciousfont {
  font-family: 'CodeliciousFont';
  font-size: 10rem;
  font-weight: normal;
  line-height: 1em;
  margin: 0 0 0.5 0;
  text-transform: none; }
  @media (max-width: 37.5em) {
    .cedeliciousfont {
      font-size: 4rem;
      margin: 0 0 0 0; } }

section#banner {
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -moz-flex-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  cursor: default;
  height: 100vh;
  min-height: 35em;
  overflow: hidden;
  position: relative;
  text-align: center; }
  section#banner h2 {
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -moz-transition: -moz-transform 0.5s ease, opacity 0.5s ease;
    -webkit-transition: -webkit-transform 0.5s ease, opacity 0.5s ease;
    -ms-transition: -ms-transform 0.5s ease, opacity 0.5s ease;
    transition: transform 0.5s ease, opacity 0.5s ease;
    display: inline-block;
    font-size: 1.75em;
    opacity: 1;
    padding: 0.35em 1em;
    position: relative;
    z-index: 1; }
    @media (max-width: 37.5em) {
      section#banner h2 {
        padding: 0.35em 0; } }
    section#banner h2:before, section#banner h2:after {
      -moz-transition: width 0.85s ease;
      -webkit-transition: width 0.85s ease;
      -ms-transition: width 0.85s ease;
      transition: width 0.85s ease;
      -moz-transition-delay: 0.25s;
      -webkit-transition-delay: 0.25s;
      -ms-transition-delay: 0.25s;
      transition-delay: 0.25s;
      background: #fff;
      content: '';
      display: block;
      height: 2px;
      position: absolute;
      width: 100%; }
    section#banner h2:before {
      top: 0;
      left: 0; }
    section#banner h2:after {
      bottom: 0;
      right: 0; }
  section#banner p {
    letter-spacing: 0.225em;
    text-transform: uppercase; }
    @media (max-width: 37.5em) {
      section#banner p {
        font-size: 0.7em; } }
  section#banner .more {
    -moz-transition: -moz-transform 0.75s ease, opacity 0.75s ease;
    -webkit-transition: -webkit-transform 0.75s ease, opacity 0.75s ease;
    -ms-transition: -ms-transform 0.75s ease, opacity 0.75s ease;
    transition: transform 0.75s ease, opacity 0.75s ease;
    -moz-transition-delay: 3.5s;
    -webkit-transition-delay: 3.5s;
    -ms-transition-delay: 3.5s;
    transition-delay: 3.5s;
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    border: none;
    bottom: 0;
    color: inherit;
    font-size: 0.8em;
    height: 8.5em;
    left: 50%;
    letter-spacing: 0.225em;
    margin-left: -8.5em;
    opacity: 1;
    outline: 0;
    padding-left: 0.225em;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    width: 16em;
    z-index: 1; }

.landing #page-wrapper {
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../../images/banner.jpg");
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../../images/banner.jpg");
  background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../../images/banner.jpg");
  background-image: linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../../images/banner.jpg");
  background-attachment: fixed;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 0; }

#page-wrapper {
  -moz-transition: opacity 0.5s ease;
  -webkit-transition: opacity 0.5s ease;
  -ms-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  opacity: 1;
  padding-top: 3em; }

/*
@media screen and (max-width: 1280px)
body, input, select, textarea {
    font-size: 12pt;
}

@media screen and (max-width: 1680px)
body, input, select, textarea {
    font-size: 13pt;
}
*/
/*
@media only screen and (max-width: 320px) {

	#banner {
		h2 {
			padding: 0.35em 0 !important;

			&:before, &:after {
				width: 100%;
			}
*/
			/*&:before {
		
			left: 20%;
		}

		&:after {
			
			right: 20%;
		}
		}*/
	/*ul {
		list-style: none;
	}
 	ul.icons {
		padding-left: auto;
	}*/
/*		.cedeliciousfont {
			font-family: 'CodeliciousFont';
			font-size: 4rem;
			font-weight: normal;
			line-height: 1em;
			margin: 0 0 0 0;
			text-transform: none;
		}

		p {
			font-size: 0.7em;
		}
		
	}
}*/
/*

	.codeliciousbackground {
		 background-image: '../../images/codelicious_red_no_background.png';
		 background-repeat: no-repeat;
	}
	*/

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