﻿@charset "utf-8";
/* CSS Document */

.slogan-area {
	position:absolute;
	background:rgba(0,0,0,0.6);
	float:left;
	width:100%;
	height:14%;
	top:86%;
  	left:0;
}

.slogan img {
	position:absolute;
}

#txt {
	left:15%;
	top:15%;
	height:70%;
}

#learn-more {
	right:25.7%;
	top:20%;
	height:60%;
}

#subscribe {
	right:15%;
	top:20%;
	height:60%;
}

/* overriding Bootstrap carousel styles */

.carousel-control {
  /*bottom: 14%;*/
}

.carousel-indicators li { visibility: hidden; }





.slogan-area_responsive {
    margin: 10px;
    padding:5%;
	background:rgba(0,0,0,0.6);
    text-align:center;
}

#txt_responsive {
	height:25px;
    zoom:0.7;
    -moz-transform:scale(0.7);
    -moz-transform-origin: 0,0;  
}

#learn-more_responsive {
	height:30px;
     margin:5%;
}

#subscribe_responsive {
    height:30px;
     margin:5%;
}