/* =========== Typography ========== */

@font-face {
    font-family: 'ELEPHNT';
    src: url(../fonts/ELEPHNT.TTF);
}

@font-face {
    font-family: 'Gotham-Book';
    src: url(../fonts/Gotham-Book.otf);
}

body {
    margin: 0px;
    padding: 0px;
    font-family: 'Arial', serif;
}

/* ======DEFAULT BROWSER STYLE========= */

a:focus{
    text-decoration: none;
}
a:focus,.btn:focus,.btn:active:focus,
button:focus,input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus{
    outline: none;
}

/* =========== SPACE CLASSES=========== */

.space5{margin-top: 5px;}
.space10{margin-top: 10px;}
.space15{margin-top: 15px;}
.space20{margin-top: 20px;}
.space25{margin-top: 25px;}
.space30{margin-top: 30px;}
.space40{margin-top: 40px;}
.space50{margin-top: 50px;}
.space60{margin-top: 60px;}
.space70{margin-top: 70px;}
.space80{margin-top: 80px;}
.space100{margin-top: 100px;}
.pad0{padding: 0;}
/*============ placeholder =============*/

::-webkit-input-placeholder {
  color: pink;
}
::-moz-placeholder {
  color: pink;
}
:-ms-input-placeholder {
  color: pink;
}
:-moz-placeholder {
  color: pink;
}

/* ============COLOR CLASSES============= */

.whiteclr
{
    color: #fff !important;
}
.blackclr{
    color: #000 !important;
}

/* =============HEADER STYLE============== */
html,body{
    height: 100%;
    width: 100%;
}
#header_img{
    background: url(../img/Layer0.png) no-repeat;

    width: 100%;
	height: 100%;
    display: table;
    background-position: center;
    position: relative;

}
#poodleLamp_img{
    background: url(../img/poodleLampImg.jpg) no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    display: table;
    background-position: center;
    position: relative;

}
.page-scroll{
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
}
.background-container {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: bottom;
    align-items: center;
}
.carousel-control {
    top: 50%;
    opacity: 1;
    width: 8%;
}

.carousel-control.left , .carousel-control.right{
        background-image: none;
}

.carousel-inner h1{
   font-family: "ELEPHNT regular";
   font-size: 100px;
   text-align: center;
   color: #fff;
   font-weight: bold;
}
.video-container {
	position:relative;
	padding-bottom:56.25%;
	padding-top:30px;
	height:0;
	overflow:hidden;
}

.video-container iframe, .video-container object, .video-container embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

#bg_1{
    background-color: #f6ac0c;
    background-size: cover;
    padding: 100px 0;
}

#bg_2{
    background-color: #2ea7dc;
    background-size: cover;
    padding: 100px 0;
}
#bg_3{
    background-color: #f50fc7;
    background-size: cover;
    padding: 100px 0;
}
#bg_4{
    background-color: #04de65;
    background-size: cover;
    padding: 100px 0;
}

#Inquiries{
    background-color: #f7a0a1;
    background-size: cover;
    padding: 50px 0;
}
#Inquiries h2{
  text-align: center;
  color: #fff;
  font-family: "ELEPHNT regular";
  font-size: 28px;
  font-weight: bold;
}
#Inquiries h3 {
    text-align: left;
    margin-left: 50px;
    font-family: 'Gotham-Book';
    line-height: 25px;
    font-size: 20px;
}
.media img{
    margin-left: 30px;
}

#form .btn-default {
    color: #fff;
    background-color: #5084ca;
    border-color: #5084ca;
    text-transform: uppercase;
    font-weight: bold;
    padding: 15px 30px;
}

#form .btn-default:hover {
    color: #5084ca;
    background-color: transparent;
    border-color: #5084ca;
    -webkit-transition:all 0.2s ease-in;
}

#form{
    padding: 50px 0;
}

#form label{
    color: #767676;
}

#form p{
    color: #767676;
    margin-top: 20px;
}


#Carousel2{
margin-top: -8px;
}
#Carousel1 .item img{
    width: 100%;
}


@media(max-width: 991px){

    .carousel-inner h1 {
    font-size: 60px;
    }
    #Inquiries h3 {
    margin-left: 20px;
    line-height: 24px;
    font-size: 16px;
    }
}



/* ============================================================
  PRIMARY STRUCTURE
============================================================ */
.container {
  max-width: 960px;
  margin: 0 auto;
}
/* ============================================================
  SECTIONS
============================================================ */
section.module:last-child {
  margin-bottom: 0;
}
section.module h2 {
  margin-bottom: 40px;
  font-family: "Roboto Slab", serif;
  font-size: 30px;
}
section.module p {
  margin-bottom: 40px;
  font-size: 16px;
  font-weight: 300;
}
section.module p:last-child {
  margin-bottom: 0;
}
section.module.content {
  padding: 40px 0;
}
section.module.parallax {
  height: 500px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;

  width: 100%;
}
section.module.parallax h1 {
  color: rgba(255, 255, 255, 0.8);
  font-size: 48px;
  line-height: 600px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
section.module.parallax-1 {
  background-image: url("../img/p1.jpg");
}
section.module.parallax-2 {
  background-image: url("../img/p2.jpg");
}
section.module.parallax-3 {
  background-image: url("../img/p3.jpg");
}
section.module.parallax-4 {
  background-image: url("../img/p4.jpg");
}





@media(max-width: 767px){
    .carousel-inner h1, #Inquiries h2 {
        font-size: 24px;
    }
    .media img {
        margin: 0 auto;
    }
    section.module.parallax {
        height: 150px;
    }
    .media-body, .media-left, .media-right {
    display: block;
    width: 100%;
    }

    #Inquiries h3 {
    margin-left: 0;
    line-height: 18px;
    font-size: 12px;
    }
    .carousel-control img{
        width: 25px;
    }

    section.module.parallax {
        background-attachment: scroll;
    }
/*    section.module.parallax-3,section.module.parallax-2 ,section.module.parallax-1,section.module.parallax-4{
        background-size: contain;
    }
*/
    .carousel-control {
      top: 38%;
    }

    #down-arrow {
        display: none;
    }
}
@media all and (min-width: 600px) {
  section.module h2 {
    font-size: 42px;
  }
  section.module p {
    font-size: 20px;
  }
  section.module.parallax h1 {
    font-size: 96px;
  }
}
@media all and (min-width: 960px) {
  section.module.parallax h1 {
    font-size: 160px;
  }
}
