.bg{
    min-height: 667px;
    background: url('http://yellowmessenger.com/website/img/back_d.jpg'); 
    background-size: 100% 100%;
}

body{
    margin: 0px;
    font-family: lato;
    overflow-x: hidden !important;
}

@media (max-width: 767px){
.bg {
    background-image: url('http://yellowmessenger.com/website/img/back_d.jpg');
    background-size: 100% 100%;
    background-attachment: fixed;
}
}

@media (min-width: 768px){
#blockOneImage {
    padding-top: 15%;
}
}

@media (min-width: 768px){
#blockTwoImage {
    max-height: 100vh;
    overflow: hidden;
    background-size: 60% auto;
    background-repeat: no-repeat;
    background-position: bottom center;
}
}

@media (min-width: 768px){
#blockTwoImage {
    padding-top: 5%;
}
}

/*custom style*/

html, body{
	min-height: 100% !important;
	min-height: 100%;
}
.static-background{
	padding: 50px 0 50px 0;
	color: white;
    /*background-image: url('/website/website/img/back2.jpg');*/
    background-image:url('/website/img/IMG_0508.JPG');
	background-size: auto 100%;
}

a.deco-none {
    color:#fff !important;
    text-decoration:none;

}

.download-count{

}
.hie-wid{
    height:100vh;
}

@media (max-width:800px){
    .hie-wid{
        height:auto;
    }
}

.land{
	/*height:100vh;*/
	/*height: 100%;*/
	min-height:100%;
	/*background-image: url('http://yellowmessenger.com/website/img/back_d.jpg');*/
	background-size: cover;
	background-repeat: no-repeat;
	min-height: 100% !important;
            box-shadow: inset 0 0 0 1000px rgba(0,0,0,0.5);
}

.tag-line{
	/*margin-top:-12%;*/
	/*margin-left: 28%;*/
        color: white;
}

#blockTwoImage{
		max-height:100vh;
		overflow: hidden;
}

.tag-line-long{
	padding-top: 10px;
}

.screenshot{
	/*margin-top:2%;*/
}

.fold-one{

}
.download-button-padding-top{
	padding-top: 20px;
}
.download-button-padding-bottom{
	padding-bottom: 20px;
}
.download-button-group{
	margin-top: -17%;
	background-color: rgba(0, 0, 0, 0.7);
	position: absolute;
	padding: 10px;
	width: 100%;
	left: 0;
}
.section-one{
	padding: 15px 0 15px 0!important;
	/*background-color: rgb(78, 134, 222);*/
	background-color: #fff;
}
.section{
	/*-webkit-box-shadow: inset 0 20px 10px -20px rgba(0,0,0,0.8);
    -moz-box-shadow: inset 0 20px 10px -20px rgba(0,0,0,0.8);
    box-shadow: inset 0 20px 10px -20px rgba(0,0,0,0.8);*/
}
.section-two{
	/*background-color:rgba(255, 204, 0, 0.5);*/
	background-color:#fff;
	margin-top: 0px;
}
.section-three{
	/*background-color:rgb(102, 204, 204);*/
	background-color:#fff;
	padding-bottom:30px;
}

.section-four{
	/*background-image:url('/website/img/back2.jpg');*/
	background-image:url('/website/img/IMG_0420.jpeg');
	background-size: auto 100%;
	padding: 100px 0 100px 0;
	color: white;
    background-repeat: no-repeat;
}
.social{
	padding-top: 2%;
}

/* carousel */
#quote-carousel
{
  padding: 0 10px 30px 10px;
  margin-top: 30px;
}

/* Control buttons  */
#quote-carousel .carousel-control
{
  background: none;
  color: #222;
  font-size: 2.3em;
  text-shadow: none;
  margin-top: 30px;
}
/* Previous button  */
#quote-carousel .carousel-control.left
{
  left: -12px;
}
/* Next button  */
#quote-carousel .carousel-control.right
{
  right: -12px !important;
}
/* Changes the position of the indicators */
#quote-carousel .carousel-indicators
{
  right: 50%;
  top: auto;
  bottom: 0px;
  margin-right: -19px;
}
/* Changes the color of the indicators */
#quote-carousel .carousel-indicators li
{
  background: #c0c0c0;
}
#quote-carousel .carousel-indicators .active
{
  background: #333333;
}
#quote-carousel img
{
  width: 250px;
  height: 100px
}
/* End carousel */

.item blockquote {
    border-left: none;
    margin: 0;
}

.item blockquote img {
    margin-bottom: 10px;
}

.item blockquote p:before {
    content: "\f10d";
    font-family: 'Fontawesome';
    float: left;
    margin-right: 10px;
}

.twitter-logo{
	margin-left:10px;
}
.linkedin-logo{
	margin-left:10px;
}
.carousel-indicators{
	position: absolute;
	bottom: 0;
}


/* desktop button styles */
.btn-cs{
	display: inline;
	margin-top: 10px;
	padding-right: 15px;
	padding-left: 15px;
	border-style: solid;
  border-width: 3px;
	border-color: white;
    text-decoration:none !important;
    border-radius: 10px;
    color: rgb(255, 217, 70);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
    transition: all 0.5s;
}
.btn-cs:hover{
	color: rgb(255, 217, 70);
	background-color: rgb(98, 35, 88);
	border-color: rgb(98, 35, 88);
}

.desktop-btn{
	margin-top: 30px;
}


.btn-cs-2{
	display: inline;
	margin-top: 10px;
	padding: 15px 15px;
	border-style: solid;
    border-width: 3px;
	border-color: rgb(98, 35, 88);
    text-decoration:none !important;
    border-radius: 10px;
    color: #fff;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
    transition: all 0.5s;
}
.btn-cs-2:hover{
	color: rgb(255, 217, 70);
	background-color: rgb(98, 35, 88);
}


.feature-section{
	padding-top: 40px;
	padding-bottom: 30px;
	max-width: 70%;
	margin:auto;
}



/**
  MEDIA QUERIES
*/

@media (min-width: 1440px){
	.screenshot{
    	/*float: right;*/
    	width: 65%;
    }

}

@media (min-width: 1280px){
	.screenshot{
    	/*float: right;*/
    	width: 75%;
    }

}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
	.land{
		background-image: url('../images/slider-image.jpg');
		background-size: cover;
		background-attachment: fixed;
                /*height: 100vh;*/
	}
	.container{
		width: 100% !important;
	}
    #quote-carousel
    {
      margin-bottom: 0;
      padding: 0 40px 30px 40px;
    }

    .screenshot{
    	/*float: right;*/
    	/*width: 65%;*/
        width: 280px;
    	position: absolute;
    	bottom: 0px;
    }
    .tag-line{
    	font-size: 3em;
    	color: white;
    }
	#blockTwoImage{
    	padding-top: 10%;
    }

    #blockOneImage{
    	padding-top: 15%;
    }

    #blockTwoImage{
    	max-height:100vh;
    	overflow: hidden;
    	background-size: 60% auto;
    	background-repeat: no-repeat;
    	background-position: bottom center;
    }
    .static-background{
    	padding: 50px 0 50px 0;
    	color: white;
        /*background-image: url('/website/img/back2.jpg');*/
        background-image:url('/website/img/IMG_0508.JPG');
    	background-size: 100% 100%;
    	background-attachment: fixed;
    }
    .section-four{
    	/*background-image:url('/website/img/back2.jpg');*/
    	background-image:url('../images/Internet.jpg');
    	background-size: 100% auto;
    }
    .download-count-section{
    	padding-top: 7%;
    	padding-bottom: 7%;
    }
	.util-col > img{
		width: 20%
	}
    .util-col-1{
    	padding-top:10%;
    }
    .download-count>h1{
    	font-size: 8em;
    }
    .download-count>h4{
    	font-size: 4em;
    }
    .section-three{
    	padding-top: 2.5%;
    }
	.section-three{
		padding-bottom: 2.5%;
	}
	.section-three >h2 {
		font-size: 2.5em;
	}
    .section-two{
    	padding-top: 2.5%;
    	padding-bottom: 5%;
    }
    .section-two > div > img {
    	width: 40%;
    }
    .section-two >h2 {
    	font-size: 2.5em;
    	/*padding-bottom: 2.5%;*/
    }

    .quote-text{
    	font-size: 1.5em;
    }
    .section-four > h4{
		font-size: 2em;
    }
    .btn-cs-2{
	    font-size: 150%;
    }
}

/* Small devices (tablets, up to 768px) */
@media (max-width: 768px) {
    .land{
		background-image: url('../images/slider-image.jpg');
		background-size: cover;
	}
    /* Make the indicators larger for easier clicking with fingers/thumb on mobile */
    .screenshot{
		width: 80%;
		overflow:hidden;

    }



/*    #blockTwoImage{
		background-size: 80% ;
		background-image: url('../images/mtatvascreen.png');
		background-repeat: no-repeat;
		background-position: bottom center;
    }*/

    #blockOneImage{
    	padding-top: 1%;
    }

    .tag-line{
    	font-size: 1.7em;
    	padding: 15px 15px;
        color: white;
    }
    #quote-carousel .carousel-indicators {
        bottom: -20px !important;
    }
    #quote-carousel .carousel-indicators li {
        display: inline-block;
        margin: 0px 5px;
        width: 15px;
        height: 15px;
    }
    #quote-carousel .carousel-indicators li.active {
        margin: 0px 5px;
        width: 20px;
        height: 20px;
    }
    .feature-section >div>a>img{
		margin-top: 10px;
    }
}

.image-top{
        margin-top: 30px;
        text-align:center
}


/*Progress bar*/ 

.section2{
    height:100vh;
    padding-top: 30px;
}

@media (min-width:1920px){
    #blockOneImage {
    padding-top: 20%;
}
#blockTwoImage {
padding-top: 15%;
}

.large-screen{
 padding-top: 50px !important;   
   
}
.wid-scr{
        height: 280px;
}
.min-hei{
    min-height: 200px !important;
}
}

@media (min-width:920px) and (max-width:991px){
    
    .allinone_carousel{
        margin-left: 13%;
    }
}

@media (min-width:820px) and (max-width:919px){
    
    .allinone_carousel{
        margin-left: 10%;
    }
}

@media (min-width:768px) and (max-width:991px){
    
    .marg-cen{
        margin-left: 35%;
    }
}

@media (min-width:670px) and (max-width:767px){
    
    .marg-cen{
        margin-left: 33%;
    }
}

@media (min-width:600px) and (max-width:669px){
    
    .marg-cen{
        margin-left: 33%;
    }
}


@media (min-width:467px) and (max-width:599px){
    
    .marg-cen{
        margin-left: 26%;
    }
}
