/* Global Styles */

@font-face {
  font-family: "m+1c";
  font-style: light;
  src: url("../fonts/m%2b1c/mplus-1c-light.ttf");
}
@font-face {
  font-family: "m+1m";
  font-style: light;
  src: url("../fonts/m%2b1m/mplus-1m-light.ttf");
}
@font-face {
  font-family: "aller";
  font-style: light;
  src: url("../fonts/aller/Aller_Lt.ttf");
}
@font-face {
  font-family: "exo";
  font-style: bold;
  src: url("../fonts/exo/Exo-Bold.otf");
}

html,
body {
    height: 100%;
    font-family: "aller";
}
.navbar-brand {
    font-family: exo;
}

body {
    /*padding-top: 50px; /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
}

.img-portfolio {
    margin-bottom: 30px;
}

.img-hover:hover {
    opacity: 0.8;
}

/* Home Page Carousel */

header.carousel {
    height: 50%;
}

#header{
    
    background-color: #f7d46a;
}

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;
}

/* 404 Page Styles */

.error-404 {
    font-size: 100px;
}

/* 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;
}

/* Footer Styles */

footer {
width: 100%;
    margin: 50px 0;
    background-color: #f7d46a;
}

/* 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%;
    }
}
#collapsible {
    font: "m+1m";
}

/*Override all this stuff*/
.navbar > .container > .center {
  text-align: center;
}
.center > .navbar-nav {
  display: inline-block;
  float: none;
  vertical-align: top;
}


.navbar-fixed-top {
  min-height: 80px;
}

.navbar-nav > li > a {
    padding-top: 0px;
    padding-bottom: 0px;
    line-height: 80px;
    font-size: 1.35em;
    color: green;
}
.navbar-toggle {
    padding: 20px 10px;
    color: black;
    border: 1px solid black;
}
.navbar-toggle::content{
  color: black;
}
.navbar-header .navbar-brand {
    line-height: 80px;
    height: auto;
    padding: 0;
    padding-left: 15px;
}
@media (max-width: 767px) {
    .navbar-nav > li > a {
        line-height: 20px;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .navbar-header .navbar-brand {
        line-height: 20px;
        padding-top: 10px;
        padding-bottom: 10px;
    }
}

/*body {
    position: relative;
    top: 40px;
}*/
.navbar {
   /* background-color: rgba(255,255,255,1);*/
     background-color: #f7d46a;
    margin-bottom: 0;
}

/** Footer **/
footer {
width: 100%;
  background-color: #f7d46a;
}
.footer-header {
  color: rgb(95,182,17);
  font-size: 1.2em;
}
.footer-link {
  color: grey;
  margin-left: 1em;
  font-size: 1.1em;
}
.footer-link:hover {
  text-decoration: line-through;
  color: rgb(95,182,17);
}
.footer-link:link,
.footer-link:visited {
  text-decoration: none;
}
