body {
    background: #f6f9fa;
    font-weight: 400;
    color:#000;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    -webkit-font-smoothing: antialiased !important;
}

/**************************
********** Header *********
**************************/
.carousel-caption {
    padding-bottom: 30px;
    top: 30%;
    left: 0;
    right: 0;
}
.text {
    margin-left: 20%;
    margin-right: 20%;
}
.content {
    background: rgba(0, 0, 0, 0.20);
    padding: 40px;
    z-index: -1;
}
.carousel-fade .item {
    -webkit-transition: opacity 1s;
    -moz-transition: opacity 1s;
    -ms-transition: opacity 1s;
    -o-transition: opacity 1s;
    transition: opacity 1s;
}

.carousel-fade .active.left,
.carousel-fade .active.right {
    left: 0;
    opacity: 0;
    z-index: 2;
}
.carousel-control.right,
.carousel-control.left {
    top: 47%;
    background-image: none;
}
.carousel-fade .next,
.carousel-fade .prev {
    left: 0;
    opacity: 1;
    z-index: 1;
}
.carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 15%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
    opacity: .5;
    z-index: 100;
}

/**************************
********** Header Text *********
**************************/

h1,
h2,
{
    text-transform: uppercase;
    font-family: Futura, "Trebuchet MS", Arial, sans-serif;
    font-weight: 700;
}
h1 {
    text-transform: uppercase;
    font-family: Futura, "Trebuchet MS", Arial, sans-serif;
    font-size: 48px;
    letter-spacing: 5px;
    font-weight: 500;
    -webkit-font-smoothing: antialiased !important;
}

h1 small {
    font-size: 40%;
}

h2 {
    font-family: Futura, "Trebuchet MS", Arial, sans-serif;
    font-size: 30px;
    letter-spacing: 3px;
    font-weight: 1000;
    text-transform: uppercase;
    -webkit-font-smoothing: antialiased !important;
}


/**************************
********** Footer Section *********
**************************/

/* Footer Under Logo - Description*/ 
footer.classic p {
font-size: 14px;
text-align: left;
color: #000;
font-family: "Roboto", Arial, sans-serif;
line-height: 24px;
}

/*Footer Title - Instasphere, Pages to Visit, Stay Connected*/
footer.classic h5 {
font-size: 22px;
font-weight: 100;
font-family: "Roboto", Arial, sans-serif;
color: #000000;
text-align: left;
}

h5, .h5 {
font-size: 22px;
font-weight: 100;
font-family: "Roboto", Arial, sans-serif;
color: #536d76;
text-align: left;
position: relative;
}

/** Text and icons**/
footer.classic h5 i {
text-align: left;
padding-right: 10px;
}

footer.classic h5:hover i {
color: #FF0000;
}

ul.social-media li a:hover {
background: #6ebff3;
border-color: #6ebff3;
}

ul.social-media li a {
font-size: 14px;
width: 30px;
height: 30px;
padding: 7px 0 0 0;
border: 1px solid #fff;
border-radius: 15px;
display: inline-block;
float: left;
color:#000000;
}


/**Pages to Visit - Border line**/
footer.classic ul.pages a.btn {
padding: 5px 15px;
font-size: 14px;
border: 1px solid #fff;
}

footer.classic ul.pages {
margin: 35px 0 0 0;
padding: 0;
}

footer.classic ul.pages li {
display: inline-block;
margin: 0 5px 10px 0;
}
.btn-bordered.white:hover {
color: #404040;
background: #fff;
}


footer.classic div.contact-info {
margin-top: 30px;
}

ul.social-media {
list-style: none;
text-align: center;
padding: 0;
}

a {
color: #000000;
text-decoration: none;
}


/** Icons **/
.fa {
font-size:25px;
}

.text-muted {
color: #000000;
}

.foot-wrapper {
    background-color: #F1F1F1;
    width: 100%;
}

/** Links - A href **/
a {
color: #000000;
text-decoration: none;
}

a.hover {
color: #FF0000;
text-decoration: none;
}


