/**
 * If using a CSS pre-processor, tell it to overwrite this file. If not, place
 * your custom CSS modifications here.
 */
 /*fonts*/
@font-face {
    font-family: 'cabinsemibold';
    src: url('../fonts/cabin-semibold-webfont.eot');
    src: url('../fonts/cabin-semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/cabin-semibold-webfont.woff2') format('woff2'),
         url('../fonts/cabin-semibold-webfont.woff') format('woff'),
         url('../fonts/cabin-semibold-webfont.ttf') format('truetype'),
         url('../fonts/cabin-semibold-webfont.svg#cabinsemibold') format('svg');bann
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'cabinmedium';
    src: url('../fonts/cabin-medium-webfont.eot');
    src: url('../fonts/cabin-medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/cabin-medium-webfont.woff2') format('woff2'),
         url('../fonts/cabin-medium-webfont.woff') format('woff'),
         url('../fonts/cabin-medium-webfont.ttf') format('truetype'),
         url('../fonts/cabin-medium-webfont.svg#cabinmedium') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'cabinregular';
    src: url('../fonts/cabin-regular-webfont.eot');
    src: url('../fonts/cabin-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/cabin-regular-webfont.woff2') format('woff2'),
         url('../fonts/cabin-regular-webfont.woff') format('woff'),
         url('../fonts/cabin-regular-webfont.ttf') format('truetype'),
         url('../fonts/cabin-regular-webfont.svg#cabinregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
.banner {
background: #ffffff url(../images/bg-banner.jpg) repeat-x bottom;
background-size:cover;
min-height:300px;

}
.footer_bottom{
background: #ffffff url(../images/bg-ruler.jpg) repeat-x bottom;
height:80px;

}
.navbar-header {
    /*float:right;*/
    display:block;
    width:100%
}
.navbar-default {
    background:none;
    border:0;
}
.navbar {
    margin-bottom:0;
}

h1 {
  
    font-size: 2em;
  }
  h2 {
    font-size: 1.3em;
  }
  h3 {
    font-size: 1.2em;
  }
  h4, h5, h6 {
    font-size: 1.1em;
  }
  .main-container {
    min-height:500px;

  }
  .region-content{
    margin-top:20px;
    font-size:1.25em;
  }
  #block-mrf-main-menu {
    float:right;
    margin-top:50px;
    font-size:1.3em;
    font-weight:bold;
  }
  .dropdown-menu {
     font-size:1em;
  }
  .logo {
    float:left;
  }
  .region-sidebar-second {
    margin-top:20px;
  }
  .field--name-field-paper-thumbnail img{
    border:1px solid #cccccc;
    box-shadow: 2px 2px 10px 2px rgb(0 0 0 / 20%);
    display:block;
    margin:auto;
  }
  .layout__region--first {
    padding-right:20px;
  }
  .page-header {
    border:none;
  }
  .btn {
    background-color:#8f0904;
    border-radius:5px;
    font-weight:bold;
    font-size:1em;
    margin:20px 10px;
    display:block;
    color:#ffffff;

  }
  .btn:hover {
    background-color:#0497e0;
    color:#ffffff;
    text-decoration: underline;
  }
  .paper-list img {
    border:1px solid #cccccc;
    box-shadow: 2px 2px 10px 2px rgb(0 0 0 / 20%);
    display:block;
    margin:auto;
  }