/*------------------------
CSS - FITWEBSITEDESIGN.COM
------------------------*/

body {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 20px;
  background-color: #FFF;
}

main {
  width: 100%;
  z-index: 10;
}

.page {
  position: relative;
  width: 100%;
}

header {
  background: none repeat scroll 0 0 #fff;
  padding: 0;
  position: absolute;
  width: 100%;
  top: 0px;
  left: 0;
  z-index: 1;
}

nav {
  background: none repeat scroll 0 0 #161616 !important;
  border: 0 none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  margin: 0 !important;
}

.navbar-default .navbar-brand {
  color: #fff;
  font-size: 32px;
  font-weight: bold;
}

#animations {
  position: relative; 
  margin: 0; 
  overflow: hidden;
}

#animations .puzzle_piece {
  position: absolute;
}



/*--------------
Main Logo
--------------*/
.logo {
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 1020;
  text-align: center;
  padding: 2em;
}

.logo img {
  width: 90%;
  max-width: 710px;
  margin: 0px auto;
}




/*-----------------------
Page Sections
-----------------------*/
section {
  background-color: #fff;
  padding: 2em 0;
  background: url("/images/bg_puzzle.jpg") repeat-y scroll center 0 #fff;
}




/*----------------
General Styles
----------------*/
h1 {
  font-weight: bold;
}

.box-content h3 {
  margin: 20px 0 10px;
}

ul, ol {
  margin-bottom: 10px;
  margin-top: 0;
  padding: 0;
}

.tight-line {
  line-height: 1;
}

.smaller {
  font-size: 80% !important;
}







.fit {
  bottom: 16px;
  left: 10px;
  position: absolute;
  z-index: 100;
}




/* Preloader */
#preloader {
  position: fixed;
  top:0;
  left:0;
  right:0;
  bottom:0;
  background-color:#fff; /* change if the mask should have another color then white */
  z-index:1200; /* makes sure it stays on top */
}

#status {
  width:200px;
  height:200px;
  position:absolute;
  left:50%; /* centers the loading animation horizontally one the screen */
  top:50%; /* centers the loading animation vertically one the screen */
  background-image:url('/images/status.gif'); /* path to your loading animation */
  background-repeat:no-repeat;
  background-position:center;
  margin:-100px 0 0 -100px; /* is width and height divided by two */
}


/*------------------------
Media Queries
------------------------*/

@media screen and (max-width: 1180px) {

}

@media screen and (max-width: 970px) {

}

@media screen and (max-width: 650px) {

}

@media screen and (max-width: 544px) {

}

@media screen and (max-width: 320px) {

}

@media screen and (max-height: 414px) {
  .logo img {
    width: 39%;
  }

  .logo {
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 1020;
    text-align: center;
    padding: 1em 2em;
    top: 0;
  }

  h1, .h1 {
    font-size: 23px;
    margin: 2px 2px;
  }

  h2, .h2 {
    font-size: 30px;
    margin: 3px 0;
  }

  h3, .h3 {
    font-size: 23px;
    margin: 3px 0px;
  }

  hr {
    margin: 14px 0;
  }

  p.copyright {
    margin: 0 0 0px;
  }

}

