@import url(http://fonts.googleapis.com/css?family=Coming+Soon);/*

 * Base structure

 */

html,
body {
  width: 100%;
  height: 100% !important;
  background-color: #222;
  position: relative;
  overflow: visible !important;
}

body {
  color: #fff;
  text-align: left;
  box-shadow: inset 0 0 100px rgba(0,0,0,.5);
  font-family: 'Exo', 'sans-serif';
}

section {
  height: 380px;
}

h4 {
    font-size: 17px;
    line-height: 23px;
    font-weight: 400;
}

.static-slide-title {
    top: 66px;
    position: relative;
}

p.scrolldown {
  font-size: 22px;
  line-height: 24px;
  font-family: 'Love Ya Like A Sister', 'cursive';
}


/* full width/height container */

#slides-container {
  width: 100%;
  height: 100%;
  overflow: hidden;
}


/* double the height/width of a viewport */

#slides {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
}


/* Extra markup and styles for table-esque vertical and horizontal centering */

.site-wrapper {
  overflow: hidden;
  display: table;
  width: 100%;
  height: 100%;
 /* For at least Firefox */
  min-height: 100%;
  vetical-align: middle;
}

.site-wrapper-inner {
  display: table-cell;
  vertical-align: middle;
  padding: 0px;
}

.cover-container {
  margin-right: auto;
  margin-left: auto;
}

.no-margin {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

.margin {
  margin-top: 100px;
}

/* Padding for spacing */

.inner {
  padding: 30px;
}

.summary {
  font-size: 20px;
  line-height: 26px;
}
/*

 * Globals

 */


.bcg {
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  height: 500px;
  width: 100%;
}

.minheight {
  height: 627px;
  overflow: hidden;
  min-height: 100%;
  width: 100%;
  padding: 2px;
  vertical-align: middle;
}

.minheight1 {
  height: 564px;
  background-size: cover;
  width: 100%;
  padding: 0px;
}

.hsContainer {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.hsContent {
  max-width: 100%;
  position: absolute;
  left: 0%;
  top: 0%;
  z-index: 1;
}

.hsContent h2 {
  color: #fff8de;
  background-color: rgba(0,0,0,0.5);
  padding: 10px 5px;
  font-size: 35px;
  line-height: 38px;
  margin-bottom: 12px;
}

.hsContent p {
  color: #b2b2b2;
  font-size: 14px;
  text-shadow: 0px 1px 7px #0c0c0c;
}

.hsContent a {
  color: #b2b2b2;
  text-decoration: underline;
}


/* Links */

a,
a:focus,
a:hover {
  color: #fff;
}


/* Custom default button */

.btn-default,
.btn-default:hover,
.btn-default:focus {
  color: #333;
  text-shadow: none;
 /* Prevent inheritence from `body` */
  background-color: #fff;
  border: 1px solid #fff;
}


/*

 * Header

 */

#nav {
  background-color: rgba(169,163,132,0.6);
}

.navbar-brand {
font-family: 'Annie Use Your Telescope', cursive;
font-size: 25px;
}

#rightside {
  height: 500px;
}

.masthead-brand {
  margin-top: 10px;
  margin-bottom: 10px;
}

.masthead-nav > li {
  display: inline-block;
}

.masthead-nav > li + li {
  margin-left: 20px;
}

.masthead-nav > li > a {
  padding-right: 0;
  padding-left: 0;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
 /* IE8 proofing */
  color: rgba(169,163,132,.75);
  border-bottom: 2px solid transparent;
}

.masthead-nav > li > a:hover,
.masthead-nav > li > a:focus {
  background-color: transparent;
  border-bottom-color: rgba(169,163,132,.25);
}

.masthead-nav > .active > a,
.masthead-nav > .active > a:hover,
.masthead-nav > .active > a:focus {
  color: #fff;
  border-bottom-color: #fff;
}

@media (min-width: 768px) {

  .masthead-brand {
    float: left;
  }

  .masthead-nav {
    float: right;
  }
}



/*

 * Cover

 */


.cover {
  padding: 0px;
}

.cover .btn-lg {
  padding: 10px 20px;
  font-weight: bold;
}

#slide1 .btn-lg {
  padding: 10px 20px;
  font-weight: bold;
}



/*

 * Footer

 */


.mastfoot {
  color: #3D6869;
 /* IE8 proofing */
  color: rgba(169,163,132,.5);
}


/*

 * Affix and center

 */

@media screen and (max-width: 768px) {


  .hsslide2 {
  }

  h1, .h1 {
    font-size: 48px;
    line-height: 50px;
    font-family: 'Love Ya Like A Sister', 'cursive';
  }

  h1.title {
    text-align: left;
  }

  h2, .h2 {
    font-size: 33px;
    line-height: 35px;
    font-family: 'Love Ya Like A Sister', 'cursive';
  }

  img.phone {
    width: 60%;
  }

  img.all {
    width: 60%;
  }

  img.portfolio {
    width: 100%;
  }

  .content {
    width:100%;
  }

  .square {
    border: 0px solid #fff;
    cursor: pointer;
    height: 140px;
    min-height: 100px;
    float: left;
    margin: 5px;
    width: 100%;
    position: relative;
    overflow: hidden;
    border: 10px solid rgba(0,0,0,.5);
  }
}

@media (min-width: 768px) {

  /* Pull out the header and footer */

  .hsslide2 {
  }

  .masthead {
    position: fixed;
    top: 0;
  }

  h1, .h1 {
    color: #000000;
    font-size: 60px;
    line-height: 63px;
    font-family: 'Love Ya Like A Sister', 'cursive';
  }

  h2, .h2 {
    font-size: 33px;
    line-height: 35px;
    font-family: 'Love Ya Like A Sister', 'cursive';
  }

  h1.title {
    text-align: left;
  }

  img.phone {
    width: 60%;
  }

  img.all {
    width: 60%;
  }

  img.portfolio {
    width: 100%;
  }

  .content {
    width:70%;
  }

  .square {
    border: 0px solid #fff;
    cursor: pointer;
    height: 150px;
    float: left;
    margin: 5px;
    width: 100%;
    position: relative;
    overflow: hidden;
    border: 10px solid rgba(0,0,0,.5);
  }

  .mastfoot {
    position: relative;
    bottom: 0;
  }

  /* Start the vertical centering */

  .site-wrapper-inner {
    vertical-align: middle;
  }

  /* Handle the widths */

  .masthead,

  .mastfoot,

  .cover-container {
    width: 100%;
 /* Must be percentage or pixels for horizontal alignment */;
  }
}

@media (min-width: 992px) {

  .hsslide2 {
    max-width: 100%;
    position: absolute;
    left: 0%;
    top: -50px;
    z-index: 1;
    width: 100%;
  }

  .masthead,

  .mastfoot,

  .cover-container {
    width: 700px;
  }

  h1, .h1 {
    color: #000000;
    font-size: 70px;
    line-height: 75px;
    font-family: 'Love Ya Like A Sister', 'cursive';
  }

  h1.title {
    text-align: left;
  }

  h2, .h2 {
    font-size: 43px;
    line-height: 50px;
    font-family: 'Love Ya Like A Sister', 'cursive';
  }

  img.phone {
    width: 75%;
  }

  img.all {
    width: 100%;
  }

  img.portfolio {
    width: 100%;
    height: 100%;
  }

  .content {
    width:100%;
  }

  .square {
    border: 0px solid #fff;
    cursor: pointer;
    height: 172px;
    float: left;
    margin: 5px;
    width: 100%;
    position: relative;
    overflow: hidden;
    border: 10px solid rgba(0,0,0,.5);
  }
}

@media (min-width: 1200px) {

  img.phone {
    width: 75%;
  }

  img.all {
    width: 85%;
  }

  img.portfolio {
    width: 100%;
    height: 100%;
  }

  .content {
    width:85%;
  }

}

#pheading {
  font-size: 30px;
  line-height: 40px;
}

h3 {
  font-size: 22px;
  line-height: 24px;
  font-family: 'Love Ya Like A Sister', 'cursive';
}

p {
  color: #000000;
  font-size: 18px;
  line-height: 22px;
}

#space {
  color: #000000;
  font-size: 1px;
  line-height: 1px;
}



/*front page*/

#slide1 {
  text-align: center;
  background-color: #4F2E45;
  box-shadow: inset 0 0 100px rgba(0,0,0,.5);
}

/*about*/

#slide2 {
  background-color: #9C6A8D;
  box-shadow: inset 0 0 100px rgba(0,0,0,.5);
  font-color: #FDB0FF;
  text-align: left;
}

/*web design*/

#slide3 {
  background-color: #4F2E45;
  box-shadow: inset 0 0 100px rgba(0,0,0,.5);
  font-color: #0c0c0c;
  text-align: left;
}

/*program*/

#slide4 {
  background-color: #3D6869;
  box-shadow: inset 0 0 100px rgba(0,0,0,.5);
  font-color: #0c0c0c;
  text-align: left;
}

/*marketer*/

#slide5 {
  background-color: #9C6A8D;
  box-shadow: inset 0 0 100px rgba(0,0,0,.5);
  font-color: #000000;
  text-align: left;
}

/*more stuff*/

#slide6 {
  background-color: #3D6869;
  box-shadow: inset 0 0 100px rgba(0,0,0,.5);
  font-color: #ffffff;
  text-align: left;
}

/*portfolio*/

#slide7 {
  background-color: #4F2E45;
  box-shadow: inset 0 0 100px rgba(0,0,0,.5);
  font-color: #ffffff;
  text-align: center;
}

.slide7 {
  background-color: #4F2E45;
  box-shadow: inset 0 0 100px rgba(0,0,0,.5);
  font-color: #ffffff;
  text-align: center;
}

/*summary*/

#slide8 {
  background-color: #9C6A8D;
  box-shadow: inset 0 0 100px rgba(0,0,0,.5);
  font-color: #ffffff;
  text-align: center;
}

.dark {
  color: #0c0c0c;
}

.offwhite {
  color: #efefef;
}

.light {
  color: #ffffff;
  text-shadow: 0px 0px 0px #000000;
}

.container {
  float: center;
  vertical-align: middle;
}


/* columns of same height styles */

.container-xs-height {
  display: table;
  padding-left: 0px;
  padding-right: 0px;
}

.row-xs-height {
  display: table-row;
}

.col-xs-height {
  display: table-cell;
  float: none;
}

@media (min-width: 992px) {

  .container-md-height {
    display: table;
    padding-left: 0px;
    padding-right: 0px;
  }

  .row-md-height {
    display: table-row;
  }

  .col-md-height {
    display: table-cell;
    float: none;
  }
}


/* vertical alignment styles */

.col-top {
  vertical-align: top;
}

.col-middle {
  vertical-align: middle;
}

.col-bottom {
  vertical-align: bottom;
}

.shadow {
  box-shadow: 0 5px 5px -2px #232323;
}

.box {
  border: 10px solid rgba(0,0,0,.5);
}

.darkbg {
  background-color: rgba(0, 0, 0, 0.60);
  height: 100%;
}

.square img {
  position: absolute;
  left: 0;
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  -ms-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}

.square .caption {
  background-color: rgba(41,24,36,.70);
  position: absolute;
  color: #fff;
  z-index: 100;
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  -ms-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  left: 0;
}

.square .full-caption {
  width: 100%;
  height: 177px;
  top: -200px;
  text-align: center;
  padding: 15px;
  font-color: white;
}

.square:hover .full-caption {
  -moz-transform: translateY(100%);
  -o-transform: translateY(100%);
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}

.square:hover #image-2 {
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  filter: blur(3px);
  #mainwrapper {

  font: 10pt normal Arial, sans-serif;
  height: auto;
  margin: 80px auto 0 auto;
  text-align: center;
  width: 660px;
}

#ttt {
  background-color: #000000;
}

#content {
  width: 70%;
  position: absolute;
  left: 100%;
  top: 0%;
  z-index: 1;
}

#computer {
  max-width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
}

.minheight {
  height: 627px;
  overflow: hidden;
  min-height: 100%;
  width: 100%;
  padding: 2px;
  vertical-align: middle;
}

#slide9 {
  font-color: white;
  background-color: #687C92;
}

.container {
  float: center;
  vertical-align: middle;
}


