/* Body of HTML */

body {
    font: 400 16px Lato, sans-serif;
    line-height: 1.8;
    color: #818181;
}

/* Headers */

h2 {
    font-family: Raleway, sans-serif;
    font-size: 24px;
    text-transform: uppercase;
    color: #303030;
    font-weight: 600;
    margin-bottom: 30px;
}

h3 {

    font-family: Raleway, sans-serif;
}

h4 {
    font-size: 19px;
    line-height: 1.375em;
    color: #303030;
    font-weight: 400;
    margin-bottom: 30px;
}

/* Links */
a {

    color: #f26101;
}

a:hover {

    color: #f26101;

}

/* Agille Colors */

.ag-orange {

    color: #f26101;
}

.ag-blue {

    color: #91BED4;
}

.bg-blue {
    background-color: #91BED4;
}

.bg-grey {
    background-color: #D9E8F5;
}


/* MENU BAR */
.navbar {
    margin-bottom: 0;
    background-color: #91BED4;
    z-index: 9999;
    border: 0;
    font-size: 12px !important;
    line-height: 1.42857143 !important;
    letter-spacing: 4px;
    border-radius: 0;
}

.navbar li a, .navbar .navbar-brand {
    color: #fff !important;
}

.navbar-nav li a:hover, .navbar-nav li.active a {
    color: #f26101 !important;
    background-color: #fff !important;
}

.navbar-default .navbar-toggle {
    border-color: transparent;
    color: #fff !important;
}

.navbar {
    font-family: Montserrat, sans-serif;
}


/* JUMBOTRON */
.jumbotron {
    font-family: Montserrat, sans-serif;

    background-color: #91BED4;
    color: #fff;
    padding: 100px 25px;
}

/* CONTAINERS */

.container-fluid {
    padding: 60px 50px;
}


/* LOGOS */

.logo-small {
    color: #f26101;
    font-size: 50px;
}

.logo {
    color: #f26101;
    font-size: 200px;
}

/* CAROUSEL */

.carousel-control.right, .carousel-control.left {
    background-image: none;
    color: #f4511e;
}

.carousel-indicators li {
    border-color: #f4511e;
}

.carousel-indicators li.active {
    background-color: #f4511e;
}

.item h4 {
    font-size: 19px;
    line-height: 1.375em;
    font-weight: 400;
    font-style: italic;
    margin: 70px 0;
}

.item span {
    font-style: normal;
}

/*
 * Blog name and description
 */

.blog-header {
  padding-top: 20px;
  padding-bottom: 20px;
}
.blog-title {
  margin-top: 30px;
  margin-bottom: 0;
  font-size: 60px;
  font-weight: normal;
}
.blog-description {
  font-size: 20px;
  color: #999;
}


/*
 * Main column and sidebar layout
 */

.blog-main {
  font-size: 18px;
  line-height: 1.5;
}

/* Sidebar modules for boxing content */
.sidebar-module {
  padding: 15px;
  margin: 0 -15px 15px;
}
.sidebar-module-inset {
  padding: 15px;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.sidebar-module-inset p:last-child,
.sidebar-module-inset ul:last-child,
.sidebar-module-inset ol:last-child {
  margin-bottom: 0;
}


/* Pagination */
.pager {
  margin-bottom: 60px;
  text-align: left;
}
.pager > li > a {
  width: 140px;
  padding: 10px 20px;
  text-align: center;
  border-radius: 30px;
}


/*
 * Blog posts
 */

.blog-post {
  margin-bottom: 60px;
}

.blog-post-title {
  margin-bottom: 5px;
}

.blog-post-meta {
  margin-bottom: 20px;
  color: #999;
}


/* CONTAINERS */

.container-fluid {
    padding: 60px 50px;
}

/* FOOTER */
footer p {
    font-size: 12px;
}

footer .ld2-footer{
    font-size: 10px;
}

footer .glyphicon {
    font-size: 20px;
    margin-bottom: 20px;
    color: #f4511e;
}

/* BUTTONS */
.btn-primary {
  border-radius: 300px;
  background-color: #304269;
}

.btn-default {
  border-radius: 300px;
  background-color: #91BED4;

}

@media screen and (max-width: 768px) {
    .col-sm-4 {
        text-align: center;
        margin: 25px 0;
    }
}