/*!
 * Start Bootstrap - Modern Business (http://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */

/* Global Styles */

@import url('https://fonts.googleapis.com/css?family=Orbitron');

html,
body {
    height: 100%;
		font-family: Lato,"Helvetica Neue",Helvetica,Arial,Sans-serif; font-weight: 300; color: #000; font-size: 17px; line-height: 1.5;  

}


body {
    padding-top: 50px; /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
}

.title {font-size: 3em; font-weight: 300;}
.img-portfolio {
    margin-bottom: 30px;
}

.img-hover:hover {
    opacity: 0.8;
}

/* Home Page Carousel */

header.carousel {
    height: 60%;
}

header.carousel .item,
header.carousel .item.active,
header.carousel .carousel-inner {
    height: 100%;
}

header.carousel .fill {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
}

ol.carousel-indicators {  }
h2 {font-size: 2.5em; font-weight: 300; color: #34BFFF; }
h3.review {font-size: 1.3em; font-weight: 300; color: #34BFFF;}
.navbar-inverse {
    background-color:;#000;
    border-color:#000;
}

.navbar-brand {font-family: 'Orbitron', sans-serif; }

.mainlist li {padding: 5px 0;}
.navbar-inverse .navbar-brand ,
.navbar-inverse .navbar-nav > li > a {
    color: #34BFFF;}
.navbar-inverse .navbar-nav > li > a:hover {
    color: #fff;}
.carousel-caption h2 {color: #fff;}
.strapline {font-weight: 300; font-size: 1.9em; line-height: 1.6; padding: 2% 10%;}
.carousel-caption button {margin: 0 0 10px 0; font-size: 1.4em;}
/* 404 Page Styles */

.error-404 {
    font-size: 100px;
}

h1 {font-family: 'Orbitron', sans-serif;}

/* Pricing Page Styles */

.price {
    display: block;
    font-size: 50px;
    line-height: 50px;
}

.price sup {
    top: -20px;
    left: 2px;
    font-size: 20px;
}

.period {
    display: block;
    font-style: italic;
}
.fa {color: #34BFFF;}
.gold {color: #D3B53A;}
.btn-primary  {background: #34BFFF; padding: 20px 30px;}
.navbar-brand {text-transform: uppercase; font-weight: bold;}
/* Footer Styles */

footer {
    margin: 50px 0 0 0; background:#526374; color: #fff; padding: 5%; border-top: 8px solid teal;}
	.copyright, .copyright a {font-size: 12px; color: #fff; margin-top: 40px;}
footer .fa  {color: #fff;}
footer h4 {font-size: 1.4em; padding-bottom: 20px; color: #34BFFF;}
footer a {color: #FC0;}
.aff {margin-right: 20px;}
footer a:hover {color: #34BFFF;}
footer .fa {background: #34BFFF; padding: 4px; margin: 10px 10px 0 0;}
.circle {border-radius: 50%; padding-top: 15%;}
/* Responsive Styles */

@media(max-width:991px) {
    .customer-img,
    .img-related {
        margin-bottom: 30px;
    }
}

@media(max-width:767px) {
    .img-portfolio {
        margin-bottom: 15px;
    }

    header.carousel .carousel {
        height: 70%;
    }
	.desktop {display: none;}
	
	.carousel-caption button  { font-size: 1em;}
.carousel-caption h2 {font-size: 2em;}
}