/* 
Custom CSS for...
'Modern Business' HTML Theme by Start Bootstrap

All Start Bootstrap themes are licensed under Apache 2.0. 
For more info and more free Bootstrap 3 HTML themes, visit http://startbootstrap.com!
*/

/* Global Styles */

@import url(https://fonts.googleapis.com/css?family=Alef);

html, body {
    height: 100%;
    font-family: 'Roboto', 'Alef Hebrew', sans-serif;
    overflow-x: hidden;
}

body {
  padding-top: 50px;
 /* body padding for fixed top nav */
    font-size: 1.4em;
    background-color: #263238;
    color: #ECEFF1;
}


.black-theme { /* used for top bar and footer */
    color:  #ECEFF1;
    background-color: #37474F;
}

.light-black-theme {
    color: #ECEFF1;
    background-color: rgba(55,71,79,0.3);
}

.light-orange-theme {
    color: #37474F;
    background-color: #FFF8E1;
}

.gray-blue-theme { /* used for main bright content area */
    color: #263238; 
    background-color: #ECEFF1;
}





::-moz-selection {
    text-shadow: none;
    background: rgba(0,188,212,0.3); 
}

::selection {
    text-shadow: none;
    background: rgba(0,188,212,0.3);
}

.img-home-portfolio,
.portfolio-item {
    margin-bottom: 10px;
    background-color: #fff;
    min-height: 350px;

}

.portfolio-item {
}

.tab-pane {
  margin-top: 15px;
}

/* Page Sections */
.section,
.section-colored,
.section-black {
  padding: 50px 0;
}

.section-colored {
  background-color: #0097A7;
    color: white;
 /* change this to change the background color of a colored section */
}

.section-black {
  background-color: black;
    color:white;
}

.sidebar {
  margin-top: 40px;
}

.sidebar ul {
  border-radius: 5px;
  padding: 5px;
  border: 1px solid #cccccc;
}

/* Half Page Height Carousel Customization */
.carousel {
  height: 50%;
}

.item,
.active,
.carousel-inner {
  height: 100%;
}

.fill {
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
}

/* Social Icons Styles */
.list-social-icons {
  margin-bottom: 45px;
}

.tooltip-social a {
  text-decoration: none;
  color: inherit;
}

.facebook-link a:hover {
  color: #3b5998;
}

.linkedin-link a:hover {
  color: #007fb1;
}

.twitter-link a:hover {
  color: #39a9e0;
}

.google-plus-link a:hover {
  color: #d14836;
}

/* Service Page Styles */
.service-icon {
  font-size: 50px;
}

/* 404 Page Styles */
.error-404 {
  font-size: 8em;
}

/* Pricing Page Styles */
.price {
  font-size: 4em;
}

.price-cents {
  vertical-align: super;
  font-size: 50%;
}

.price-month {
  font-size: 35%;
  font-style: italic;
}

/* Footer Styles */
footer {
  padding-top: 15px;
}

/* Responsive Styles */
@media (max-width: 767px) {

  .carousel {
    height: 70%;
 /* increases the carousel height so it looks good on phones */
  }
}



h3.quote {
    margin-top: 20px;    
}
img.quote {
    margin-top: 20px;
    margin-right: 10px;
    float: left;
    width: 100px;
}

img.quote-rtl {
    margin-top: 20px;
    margin-left: 10px;
    float: right;
    width: 100px;
}





/* 
.portfolio-item:hover {
   background-color: #00BCD4;
    color:white;
}

.portfolio-item:hover .caption {
    color: white;
}

*/
.material-icons.md-36 { font-size: 36px; }


.nav a:hover {
    font-weight: bold;
}

.nav a.active {
    font-weight: bold;
    border-bottom: 4px solid white;
}

.btn-primary {
    min-width: 50%;
}

.btn {
    border-radius: 3px;
    box-shadow: 0px 2px 2px rgba(0,0,0,0.5);
    text-transform: uppercase;
    border: 0px;
    color: white;
}

.btn-default {
    background-color: #78909C;
}
.btn-default:hover {
    background-color: #607D8B;
    color: white;   
}

.btn-primary {
    background-color: #FF3D00;
}
.btn-primary:hover {
    background-color: #FF5722;
}

.btn:hover {
    box-shadow: 0px 3px 15px rgba(0,0,0,0.5);

}

.navbar-inverse {
    background-color: #37474F;
}