/* your custom styles here */
body {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 16px !important;
    color: #303030 !important;
    line-height: 1.6;
}

@media screen and  (min-width: 768px) {
    .col-sm-12 {
        width: 100%;
        padding-left: 15% !important;
        padding-right: 15% !important;
    }
}

.avatar {
    font-size: 12px;
    margin-left: -8px;
    margin-right: -8px;
    font-weight: 700;
}

.blog-preview-left {
    padding-right: 25px;
}

.blog-preview-right {
    padding-left: 25px;
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 5px;
    font-family: "Josefin Sans", sans-serif;
    color: #333;
}

.title-link {
    color: #333 !important;
}

.news-title {
    font-family: "Roboto Condensed", sans-serif;
    font-size: larger;
}

.heading-center {
    text-align: center;
    margin-bottom: 30px;
    padding-top: 16px;
    padding-bottom: 12px;
}

.topbar {
    text-align: left;
    padding-top: 2px;
    padding-bottom: 4px;
    margin-bottom: 0px;
    color: #303030;
}

.topbar a {
    color: #303030;
    font-size: 12px;
}

.navbar-header {
    font-family: "Josefin Sans", sans-serif !important;
    font-weight: 800;
    font-size: 16px;
    padding-top: 16px;
    padding-bottom: 13px;
    color: 	#00609d;
}
.navbar-brand.navbar-logo-bigger > img {
    position: relative;
    top: -5px;
    width: 100px;
}

.main-features {
    color: #FFF;
    margin-bottom: 30px !important;
    padding: 0px;
  }

.thematic-area {
    margin-bottom: 0px !important;
    padding-top: 15px;
    padding-bottom: 10px;
    text-align: center;
}

.thematic-area>h1,
.thematic-area>h2,
.thematic-area>h3,
.thematic-area>h4,
.thematic-area>h5 {
    color: #fff;
}

.block-red {
    background-color: #a21723 !important;
}

.block-banner {
    background-color: rbg(14,106,156) !important;
}


.card-red {
    border-color: #a21723;
    border-style: solid;
    border-width: 1px;
    padding: 10px;
}

.block-green {
    background-color: #266f37 !important;
}
.card-green {
    border-color: #266f37;
    border-style: solid;
    border-width: 1px;
    padding: 10px;
}

.block-yellow {
    background-color: #c59a25 !important;
}
.card-yellow {
    border-color: #c59a25;
    border-style: solid;
    border-width: 1px;
    padding: 10px;
}

.block-blue {
    background-color: #00619d !important;
}
.card-blue {
    border-color: #00619d;
    border-style: solid;
    border-width: 1px;
    padding: 10px;
}

.block-light-blue {
    background-color: #0E6A9C !important;
}
.card-light-blue {
    border-color: #0E6A9C;
    border-style: solid;
    border-width: 1px;
    padding: 10px;
}

.block-gray {
    background-color: #909090 !important;
}
.card-gray {
    border-color: #909090;
    border-style: solid;
    border-width: 1px;
    padding: 10px;
}

.main-features h1,
.main-features h2,
.main-features h3,
.main-features h4,
.main-features h5,
.main-features h6 {
    color: #FFF !important;
  }

.topbar-row {
    background-color: #BADAF3 !important;
}

.navbar-default .navbar-nav {
    margin-right: -25px;
    margin-top: 20px;
}

.nav > li > a {
    position: relative;
    display: block;
    padding: 30px 10px 13px 10px;
    font-family: "Josefin Sans", sans-serif !important;
}

.navbar-default .navbar-nav > li > a {
    font-weight: 600;
    color: 	#00609d;
}

.navbar-toggle {

    margin-top: 8px;
    margin-bottom: 8px;
}

.boxed-content.left-boxed-icon i {
    background: 	#00609d !important;
}

.text-accent-color {
    color: 	#00609d;
}

.heading-center .lead {
    color: #303030;
}

.main-features .heading-center .lead {
    color: #fff;
}

.portfolio-item img {
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    max-width: 100%;
    margin: 10px;
    padding: 10px;
}

/* Three image containers (use 25% for four, and 50% for two, etc) */
.blog-author {
    float: left;
    width: 400px;
    padding: 5px;
  }

/* Clear floats after image containers */
.blog-authors::after {
content: "";
clear: both;
display: table;
}

.author-name {
    font-weight: bold;
}

/* Responsive layout - makes the three columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
    .blog-author {
      width: 100%;
    }
  }

.btn-primary {
    background-color: #00619d;
    border-color: #00619d;
    border-radius: 0px !important;
}

.btn-outline {
    background-color: transparent !important;
    border-width: 2px;
    color: #fff;
}

.webinar-header {
    margin-bottom: 10px;
}

.speaker-role {
    font-weight: bold !important;
}

section.bgimage {
    margin-bottom: 0px;
}

.bgimage {
    width:100%;
    height:500px;
    background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../img/photos/bern/Bern-01.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size:cover;
    background-attachment: fixed;
  }
  .bgimage img {
    margin-top: 40px;
  }

  .bgimage h1 {
    color:white;
    text-shadow:2px 2px #333;
    font-size: 60px;
    margin-top: 40px;
  }

  .bgimage p {
    color:white;
    text-shadow:2px 2px #333;
    font-size: 42px;
  }

  @media screen and (max-width: 400px) {
    .bgimage h1 {
        font-size: 40px;
    }

    .bgimage p {

        font-size: 28px;
    }
}

@media screen and (min-width: 990px) {
    .partner-photo {
        margin-left: 30px;
        margin-right:30px;
        margin-top:10px;
    }
}
