@import "../fonts/webfonts.css";


body{
  font-family: 'Montserrat', sans-serif;
}

h1, h2, h3, h4, h5, h6{
  font-family: 'NeoSansStd-Bold';
  padding: 0 0 20px 0;
  margin: 0;
}

a, a:hover, a:active, a:visited, a:focus{
  color: #000;
}

.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover{
  color: #fff;
}

.navbar-default .navbar-nav > li > a{
  color: #fff;
}

.carousel .item img{
  width: 100%;
  height: auto;
}

.navbar-default{
  background: none;
  border: none;

}

.navbar .navbar-nav {
  display: inline-block;
  float: none;
  vertical-align: top;
}

.navbar .navbar-collapse {
  text-align: center;

}

#navbar{
  border-bottom: 1px solid #ccc;
  padding: 20px 0;
  margin-bottom: 20px;
}

.navbar{
  transition: all 0.5s ease-in-out;
}

.carousel .item .carousel-caption img{
  width: auto;
  height: auto;
}

.carousel-caption{
  bottom: auto;
  top: 120px;
  padding: 20px 0;
}

.carousel-caption img{
  margin-bottom: 20px;
}

.carousel-caption h1{
  font-size: 30px;
}

.carousel-caption h3, .carousel-caption h2, .carousel-caption h1{
  font-size: 20px;
  font-weight: 300;
  font-family: 'Montserrat', sans-serif;
}

.carousel-captiona {
  color: #fff;
}

#carousel-generic .item::before{
  content: '';
  width: 100%;
  height: 100%;
  background-color: #000;
  position: absolute;
  opacity: 0.4;
}

.tagline{
  text-align: center;
  font-size: 24px;
  color: #fff;
  padding: 20px 0;
}

.parallax {
  /* Set a specific height */
  height: 400px;
  width: 100%;
  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.parallax::before{
  width: 100%;
  height: 100%;
  background-color: #000;
  content: "";
  display: block;
  opacity: 0.5;
}

.parallax .quote{
  width: 600px;
  position: absolute;
  left: 50%;
  margin-left: -300px;
  top: 40%;
  margin-top: -50px;
  text-align: center;
}

.parallax .quote h3, .parallax .quote h5{
  color: #fff;
  padding: 30px 0;
  margin: 0;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  font-weight: 300;
  font-family: 'Montserrat', sans-serif;

}

.parallax .quote h5{
  border: none;
}

.leftImg img{
  width: 90%;
  transform: rotate(-5deg);
  -webkit-box-shadow: 3px 3px 10px 0px rgba(0,0,0,0.5);
  -moz-box-shadow: 3px 3px 10px 0px rgba(0,0,0,0.5);
  box-shadow: 3px 3px 10px 0px rgba(0,0,0,0.5);
}

.panel01, .panel02, .panel03{
  padding-top: 40px;
  padding-bottom: 40px;
}

.panel02, .panel03{
  text-align: center;
}

.panel02 img{
  margin: 30px 0;
  width: 25%;
  transform: rotate(-5deg);
  -webkit-box-shadow: 3px 3px 10px 0px rgba(0,0,0,0.5);
  -moz-box-shadow: 3px 3px 10px 0px rgba(0,0,0,0.5);
  box-shadow: 3px 3px 10px 0px rgba(0,0,0,0.5);
}

.downloadLink{
  text-transform: uppercase;
  border: 1px solid #000;
  padding: 10px 20px;
  margin: 10px 0;
  border-radius: 10px;
  color: #000;
  display: inline-block;
}

.buyLink{
  text-transform: uppercase;
  border: 1px solid #fff;
  padding: 10px 20px;
  margin: 10px 0 20px 0;
  border-radius: 10px;
  color: #fff !important;
  display: inline-block;
}

.buyLink:hover{
  text-decoration: none;
  background-color: #fff;
  color: #000 !important;
}

.downloadLink:hover{
  text-decoration: none;
  background-color: #ccc;
  color: #000;
}

.video{
  margin-top: 20px;
  display: inline-block;
}

.siteby{
  text-align: right;
}

footer{
  width: 100%;
  background-color: #000;
  padding: 60px 0;
  text-align: center;
  color: #fff;
  font-size: 12px;
}

footer a, footer a:hover, footer a:visited, footer a:active, footer a:focus{
  color: #fff;
}

footer img{
  width: 15%;
  margin-bottom: 20px;
}

/* RESPONSIVE CSS
-------------------------------------------------- */
/* Large Devices, Wide Screens */
@media only screen and (max-width : 1550px) {

}

/* Medium Devices, Desktops */
@media only screen and (max-width: 1199px) {

}

/* Medium Devices, Desktops */
@media only screen and (max-width: 992px) {
  .carousel .item .carousel-caption img{
    width: 50%;
  }
  .carousel-caption h3, .carousel-caption h2, .carousel-caption h1{
    margin: 0;
    padding-bottom: 10px;
  }
}

/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {

  .parallax .quote{
    width: 100%;
    left: auto;
    margin-left: auto;
    padding: 0 20px;
  }

  .carousel-caption{

    top: 30px;
  }

  .carousel-caption img{
    width: 50% !important;
    height: auto !important;
  }

  .navbar-fixed-bottom, .navbar-fixed-top{
    position: relative;
    background-color: #000 !important;
    margin: 0;
  }

  .carousel-caption{
    position: relative;
    background-color: #000;
    top: auto;
    left: auto;
    right: auto;
    padding: 40px;
  }

}
/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {

  .video img{
    width: 100%;
  }



}

/* Custom, iPhone Retina */
@media only screen and (max-width : 320px) {

}
