/*!
 * Start Bootstrap - Agency v1.1.1 (http://startbootstrap.com/template-overviews/agency)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */

@import url(./core-website-about.css);
@import url(./core-website-blog.css);
@import url(./core-website-careers.css);
@import url(./core-website-contact.css);
@import url(./core-website-home.css);
@import url(./core-website-policy.css);

/* Global Styles */

html,
body {
    height: 100%;
}

body {
    padding-top: 50px; /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
    overflow-x: hidden;
    font-family: 'Playfair Display', "Roboto Slab", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.text-muted {
    color: #777777;
}
.text-intro-body {
    font-family: 'Playfair Display', "Roboto Slab", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: italic;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 60px;
    color: #ECF0F1;
}
.text-intro-heading {
    font-family: 'Playfair Display', "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 20px;
    color: #ECF0F1;
}
.text-primary {
    color: #1B4F72;
}
p {
    font-size: 14px;
    line-height: 1.75;
}
p.large {
    font-size: 16px;
}
a,
a:hover,
a:focus,
a:active,
a.active {
    outline: none;
}
a {
    color: #1B4F72;
}
a:hover,
a:focus,
a:active,
a.active {
    color: #1B4F72;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Playfair Display', "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: none;
    font-weight: 700;
}

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

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

.img-centered {
    margin: 0 auto;
}

.bg-light-gray {
    background-color: #eeeeee;
}
.bg-darkest-gray {
    background-color: #222222;
}

.bg-dark-blue {
    background-color: #1B4F72;
}

.btn:focus,
.btn:active,
.btn.active,
.btn:active:focus {
    outline: none;
}

.btn-primary {
    color: white;
    background-color: #1B4F72;
    border-color: #1B4F72;
    font-family: 'Playfair Display', "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 700;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    color: white;
    background-color: #1B4F72;
    border-color: #1B4F72;
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
    background-color: #1B4F72;
    border-color: #1B4F72;
}
.btn-primary .badge {
    color: #1B4F72;
    background-color: white;
}
.btn-xl {
    color: white;
    background-color: #1B4F72;
    border-color: #1B4F72;
    font-family: 'Playfair Display', "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 3px;
    font-size: 18px;
    padding: 20px 40px;
}
.btn-xl:hover,
.btn-xl:focus,
.btn-xl:active,
.btn-xl.active,
.open .dropdown-toggle.btn-xl {
    color: white;
    background-color: #2E86C1;
    border-color: #2E86C1;
}
.btn-xl:active,
.btn-xl.active,
.open .dropdown-toggle.btn-xl {
    background-image: none;
}
.btn-xl.disabled,
.btn-xl[disabled],
fieldset[disabled] .btn-xl,
.btn-xl.disabled:hover,
.btn-xl[disabled]:hover,
fieldset[disabled] .btn-xl:hover,
.btn-xl.disabled:focus,
.btn-xl[disabled]:focus,
fieldset[disabled] .btn-xl:focus,
.btn-xl.disabled:active,
.btn-xl[disabled]:active,
fieldset[disabled] .btn-xl:active,
.btn-xl.disabled.active,
.btn-xl[disabled].active,
fieldset[disabled] .btn-xl.active {
    background-color: #1B4F72;
    border-color: #1B4F72;
}
.btn-xl .badge {
    color: #1B4F72;
    background-color: white;
}

/* Font Styles */


/* 404 Page Styles */

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

/* Footer Styles */

footer {
    padding: 15px 0px;
    text-align: center;
    background-color: #1B4F72;
}
footer span.copyright {
    line-height: 40px;
    font-family: 'Playfair Display', "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: none;
    color: #777777;
}
footer ul.quicklinks {
    margin-bottom: 0;
    line-height: 40px;
    font-family: 'Playfair Display', "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: none;
}
footer a {
    color: #777777;
}
footer a:hover,
a:focus,
a:active,
a.active {
    color: #2E86C1;
}

/* Social Media Styles */

ul.social-buttons {
    margin-bottom: 0;
}

ul.social-buttons li a {
    display: block;
    background-color: #222222;
    height: 40px;
    width: 40px;
    border-radius: 100%;
    font-size: 20px;
    line-height: 40px;
    color: white;
    outline: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

ul.social-buttons li a:hover,
ul.social-buttons li a:focus,
ul.social-buttons li a:active {
    background-color: #2E86C1;
}

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

/* ??????? Styles */

::-moz-selection {
    text-shadow: none;
    background: #1B4F72;
}
::selection {
    text-shadow: none;
    background: #1B4F72;
}
img::selection {
    background: transparent;
}
img::-moz-selection {
    background: transparent;
}
body {
    webkit-tap-highlight-color: #1B4F72;
}