/* Typography */
@import url("https://fonts.googleapis.com/css?family=Hind:300,400,500,600,700|Roboto:300,400,500");

body {
    color: #555756;
    font-family: "Roboto", sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    color: #333;
    font-family: "Hind", sans-serif;
}

h1 a:hover, h2 a:hover, h3 a:hover {
    text-decoration: none;
}

h1 {
    font-size: 30px;
    font-weight: 700;
}

h2 {
    font-size: 26px;
    font-weight: 600;
}

h3 {
    font-size: 24px;
    font-style: italic;
}

p {
    margin: 1em 0;
}

.text-big {
    font-size: 120%;
}

/* Navbar */

.navbar {
    height: 100px;
    /*border-bottom: solid gray 1px;*/
}

.navbar-brand img {
    height: 80px;
}

.navbar .navbar-collapse {
    justify-content: flex-end;
}

.navbar .navbar-collapse ul li a {
    color: inherit;
    font-weight: 500;
    text-transform: uppercase;
}

/* Hero */

.hero {
    background-color: rgba(233, 236, 239, 0.45);
}

.hero h2 {
    font-size: 250%;
    margin-top: 1em;
}

.hero .blue {
    color: #1ba0e1;
}

.hero .gray {
    color: #555;
}

.hero .red {
    color: #e41d08;
}

.hero p {
    font-size: 150%;
    color: #777;
    line-height: 1.3em;
}

/* positions / discover */

.position {
    padding: 1em;
    margin: 10px 0;
    background: #f4f4f4;
    color: #777;
    border: 1px solid #f1f1f1;
}

.position h3 {
    font-weight: 700;
}

/* Home news */

h3.card-title {
    font-size: 130%;
    font-weight: 600;
    font-style: inherit;
}

.home-news .card {
    min-height: 600px;
}

/* Testimonial */

.testimonial blockquote {
    margin-bottom: 5px;
    padding: 1em;
    background: #f3f3f3;
    color: #555;
    font-size: 13px;
}

blockquote {
    margin-left: 4em;
    margin-right: 4em;
    font-style: italic;
    border-left: none;
    /*border-left: 4px solid #1570a6;*/
}

blockquote p {
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 5px;
}

blockquote small {
    color: #555;
}


/* Social links */

.social-links a, .social-links a:visited, .social-links a:hover {
    font-size: 15px;
    margin: 0 15px;
    color: black;
    font-weight: 400;
    text-decoration: none;
    display: inline-block;
}

.social-links i {
    vertical-align: -3px;
    background: inherit;
}

/* Footer */

footer {
    font-size: 13px;
    background: #f6f6f6;
}

footer ul {
    list-style-type: none;
    margin-left: 0;
    padding-left: 0;
}

footer ul li {
    padding: 3px 0;
}

footer .widgets {
    padding-top: 20px;
}

footer .copy {
    border-top: 1px solid #ddd;
    padding: 10px 0;
    margin-top: 10px;
}

/* Page header */

.page-header {
    padding: 60px 0;
    background: url(/static/img/blog-header.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}

.page-header .h1 {
    color: white;
    font-weight: 700;
    font-size: 50px;
}

.page-header .breadcrumbs {
    display: flex;
    flex-wrap: wrap;
    margin: 30px 0 0 0;
    padding: 0;
}

.page-header .breadcrumbs li {
    color: white;
    list-style: none;
}

.page-header .breadcrumbs li a {
    color: white;
}

.page-header .breadcrumbs li + li {
    margin-left: 25px;
    position: relative;
}

.page-header .breadcrumbs li + li:before {
    position: absolute;
    content: "/";
    left: -14px;
    top: 0;
}

.section-padding {
    padding: 20px 0;
}

/* Blog */

.blog-wrapper .blog-single {
    margin-bottom: 3em;
}

.blog-wrapper .blog-single .p-excerpt {
    margin: 30px 0;
}

/*.blog-wrapper .blog-single .read-more {*/
/*text-align: center;*/
/*}*/

.blog-title a {
    color: inherit;
}

.blog-image {
    width: 75%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    height: auto;
}

.post-bottom {
    background: #f5f5f5;
    margin-top: 30px;

    font-size: 90%;
}

.post-bottom ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
    padding: 10px;
}

/* Library */

.library picture {
    background: whiteSmoke;
    /*padding: 1em;*/
}

.library .media img {
    width: 100%;
}

.library aside {
    font-style: italic;
}

/* Buttons */

a.btns {
    display: inline-block;
    padding: 0.5em 2em;
    background: #e31f29;
    color: white;
    font-weight: 400;
    border-radius: 3px;
    margin-top: 10px;
    transition: 0.3s ease;
    text-decoration: none;
}

a.btns:hover {
    background: #269edb;
    color: white;
    text-decoration: none;
}

/* color */
.blog-wrapper {
    background-color: #fafafa;
}

h1, h2, h3, h4, h4, h6 {
    margin-top: 1em;
}
