/*
Theme Name: OSS
Author: Yaghi
Version: 1.0
*/

/*@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,700');
*/
html, body {
  height: 100%;
  width: 100%;
  font-family: 'Poppins', sans-serif;
  color: #222;
}

.navbar {
  padding: .8rem;
}

.navbar-nav li {
  padding-right: 20px;
}

.navbar-brand img {
  width: 130px;
  height: 49px;
}

.nav-link {
  font-size: 1.1em !important;
}

.carousel-inner img {
  width: 100%;
  height: 100%;
}

.carousel-caption {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.carousel-caption h1 {
  font-size: 500%;
  text-transform: uppercase;
  text-shadow: 1px 1px 15px #000;
}

.carousel-caption h3 {
  font-size: 200%;
  font-weight: 500;
  text-shadow: 1px 1px 10px #000;
  padding-bottom: 1rem;
}

.btn-primary {
  background-color: #6648b1;
  border: 1px solid #6648b1;
}

.btn-primary:hover {
  background-color: #563d7c;
  border: 1px solid #563d7c;
}

.jumbotron {
  padding: 1rem;
  border-radius: 0;
}

.padding {
  padding-bottom: 2rem;
}

.welcome {
  width: 75%;
  margin: 0 auto;
  padding-top: 2rem; 
}

.welcome hr {
  border-top: 2px solid #b4b4b4;
  width: 95%;
  margin-top: .3rem;
  margin-bottom: 1rem;
}

.social a {
  font-size: 4.5em;
  padding: 3rem;
}

.fa-facebook {
  color: #3b5998;
}

.fa-twitter {
  color: #00aced;
}

/*.fa-google-plus-g {
  color: #dd4b39;
}*/

.fa-instagram {
  color: #517fa4;
}

/*.fa-youtube {
  color: #bb0000;
}*/

.fa-facebook:hover,
.fa-twitter:hover,
.fa-instagram:hover {
  color: #d5d5d5;
}

footer {
  background-color: #3f3f3f;
  color: #d5d5d5;
  padding-top: 2rem;
}

hr.light {
  border-top: 1px solid #d5d5d5;
  width: 75%;
  margin-top: .8rem;
  margin-bottom: 1rem;
}

footer a{
  color: #d5d5d5;
}

hr.light-100 {
  border-top: 1px solid #d5d5d5;
  width: 100%;
  margin-top: .8rem;
  margin-bottom: 1rem;
}


/*---Media Queries --*/
@media (max-width: 992px) {
    .social a {
      font-size: 4em;
      padding: 2rem;
    }
  }

@media (max-width: 768px) {
`.carousel-caption {
  top: 45%;
}

.carousel-caption h1 {
  font-size: 350%
}

.carousel-caption h3 {
  font-size: 140%;
  font-weight: 400
  padding-bottom: .2rem;
}
 
 .carousel-caption .btn {
  font-size: 95%;
  padding: 8px 14px;
 }

 .display-4 {
  font-size:200%;
 }

 .social a {
      font-size: 2.5em;
      padding: 1.2rem;
    }
}

@media (max-width: 576px) {
  `.carousel-caption {
  top: 40%;
}

.carousel-caption h1 {
  font-size: 250%
}

.carousel-caption h3 {
  font-size: 110;
}
 
 .carousel-caption .btn {
  font-size: 90%;
  padding: 4px 8px;
 }

 .carousel-indicators {
  display: none;
 }

 .display-4 {
  font-size:160%;
 }

 .social a {
      font-size: 2em;
      padding: .7rem;
    }
  #hideh3 {
    display: none;
  }
}


/*---Firefox Bug Fix --*/
.carousel-item {
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
}
/*--- Fixed Background Image --*/
figure {
  position: relative;
  width: 100%;
  height: 60%;
  margin: 0!important;
}
.fixed-wrap {
  clip: rect(0, auto, auto, 0);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#fixed {
  /*background-image: url('img/mac.png');*/
  position: fixed;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  will-change: transform;
}
/*--- Bootstrap Padding Fix --*/
[class*="col-"] {
    padding: 1rem;
}

.imgll {
  width: 45%;
  height: 45%;
  margin-bottom: 15px;
  margin-top: 15px;
}

.imgphil {
  border:10px solid #bfbfbf;
}

.bg-color {
  background-color: #fff !important;
}

/*
Extra small (xs) devices (portrait phones, less than 576px)
No media query since this is the default in Bootstrap

Small (sm) devices (landscape phones, 576px and up)
@media (min-width: 576px) { ... }

Medium (md) devices (tablets, 768px and up)
@media (min-width: 768px) { ... }

Large (lg) devices (desktops, 992px and up)
@media (min-width: 992px) { ... }

Extra (xl) large devices (large desktops, 1200px and up)
@media (min-width: 1200px) { ... }
*/



 @media (min-width: 960px) {
  
    .main-navigation a {
      display: inline-block;
      padding: 0;
    }
  }
  
  .main-navigation .current-menu-item a,
  .main-navigation a:hover {
    color: #FAF0CA;
  }
  
  .page-banner {
    background-color: #000;
    padding: 80px 0 40px 0;
    position: relative;
  }
  
  @media (min-width: 530px) {
  
    .page-banner {
      padding: 130px 0 60px 0;
    }
  }
  
  .page-banner__content {
    position: relative;
    z-index: 2;
  }
  
  .page-banner__title {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 300;
    font-size: 2.5rem;
    margin: 0 0 1rem 0;
    color: #FFF;
  }

  @media(max-width: 530px) {
  .metabox__main {
    display: none;
  }
  }
  
  @media (min-width: 530px) {
  
    .page-banner__title {
      font-size: 4rem;
    }
  }
  
  .page-banner__bg-image {
    opacity: .33;
    background-size: cover;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
  
  .page-banner__intro {
    font-weight: 300;
    font-size: 1.2rem;
    line-height: 1.3;
    color: #EDEDED;
  }
  
  
  @media (min-width: 530px) {

    .page-banner__intro {
      font-size: 1.65rem;
    }
  }
  
  .page-banner__intro p {
    margin: 0;
  }
  
  .hero-slider {
    position: relative;
  
  }
  
  .hero-slider div {
    outline: none;
  }
  
  .hero-slider__interior {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  
    .container {
    max-width: 1300px;
    margin: 0 auto ;
    padding: 0 16px;
    position: relative;
  }
  
  .container--narrow {
    max-width: 960px;
  }
  
  .page-section {
    padding-top: 1.6rem;
    padding-bottom: 1.6rem;
  }
  
  @media (min-width: 530px) {
  
    .page-section {
      padding-top: 3.5rem;
      padding-bottom: 3.5rem;
    }
  }
  
  .page-section--white {
    background-color: #FFF;
  }
  
  .page-section--beige {
    background-color: #FAF0CA;
  }
  
  .page-section p:last-of-type {
    margin-bottom: 0;
  }
  
    .metabox {
      background-color: #f2f1ed;
    /*background-color: #FAF0CA;*/
    border-radius: 3px;
    padding: 10px 15px;
    display: inline-block;
    margin-bottom: 30px;
    box-shadow: 2px 2px 1px rgba(0, 0, 0, .07);
  
  }
  
  .metabox--position-up {
    position: absolute;
    top: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  
  .metabox--with-home-link {
    padding: 0;
  }
  
  .metabox__main {
    padding: 10px 15px 10px 11px;
    color: #0D3B66;
  }
  
  .metabox p {
    margin: 0;
    font-size: .9rem;
    color: rgb(168, 146, 56);
  }
  
  .metabox a {
    color: rgb(168, 146, 56);
    text-decoration: none;
    font-weight: bold;
  }
  
  .metabox a:hover {
    text-decoration: underline;
  }
  
  .metabox .metabox__blog-home-link {
    background-color: #0D3B66;
    color: #FFF;
    display: inline-block;
    padding: 10px 15px;
    border-radius: 3px 0 0 3px;
    font-weight: normal;
  }
  
  .metabox .metabox__blog-home-link:hover {
    text-decoration: none;
    background-color: rgb(11, 47, 81);
  }
  
    @media (min-width: 1350px) {
  
    .full-width-split__inner {
      width: 610px;
    }
  }
  
  .event-summary {
    position: relative;
    padding-left: 107px;
    min-height: 77px;
    padding-bottom: 1px;
    margin-bottom: 20px;
  }
  
  .event-summary__title a {
    color: #173f58;
  }
  
  .event-summary__date {
    text-decoration: none;
    display: block;
    top: 0;
    left: 0;
    position: absolute;
    padding: 14px 0 11px 0;
    color: #FFF;
    border-radius: 50%;
    background-color: #0D3B66;
    width: 80px;
    line-height: 1;
    transition: opacity .33s;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .22);
  }
  
  .event-summary__date:hover {
    opacity: .75;
  }
  
  .event-summary__date--beige {
    background-color: #F4D35E;
  }
  
  .event-summary__month {
    display: block;
    font-size: 1.5rem;
    font-weight: 300;
    text-transform: uppercase;
  }
  
  .event-summary__day {
    display: block;
    font-size: 2.02rem;
    font-weight: 700;
  }
  
  .page-links {
    position: relative;
    z-index: 1;
    /*background-color: #FAF0CA;*/
    background-color: #f2f1ed;
    margin: 0 0 40px 0;

  }
  
  @media (min-width: 767px) {
  
    .page-links {
      margin: 0 0 40px 20px;
      width: 300px;
      float: right;
    }
  }
  
  .page-links__title {
    margin: 0;
    font-weight: normal;
    text-align: center;
    padding: 20px 0;
    background-color: #0D3B66;
    color: #FFF;
  }
  
  .page-links__title a {
    color: #FFF;
    text-decoration: none;
    background-color: #0D3B66;
  }
  
  .page-links li {
    /*border-top: 1px solid rgb(244, 223, 138);*/
    border-top: 1px solid #bcbbb8;
  }
  
  .page-links li:first-child {
    border-top: none;
  }
  
  .page-links__active,
    .page-links .current_page_item {
    text-align: center;
   /* background-color: rgb(244, 231, 180);*/
   background-color: #bfbfbf;
    color: #0D3B66;
    font-weight: bold;
  }
  
  .page-links li a {
    display: block;
    text-align: center;
    padding: 17px 10px;
    text-decoration: none;
    color: #0D3B66;
    transition: all .3s;
  }
  
  .page-links li a:hover {
    color: rgb(13, 51, 87);
    /*background-color: rgb(238, 225, 170);*/
    background-color: #bfbfbf;
  }
  
    .min-list {
    padding: 0;
    margin: 0;
  }
  
  .min-list li {
    list-style: none;
  }



   @media (min-width: 530px) {
  
    .headline--small {
      font-size: 1.6875rem;
    }
  }
  
  .headline--smaller {
    font-size: 1.5rem;
  }
  

  .headline--tiny {
    font-family: 'Roboto', sans-serif;
    font-size: 1.3875rem;
    margin-bottom: .25rem;
  }
  
  .headline--post-title a {
    color: #0D3B66;
    text-decoration: none;
  }
  
  .headline--post-title a:hover {
    text-decoration: underline;
  }

  .generic-content {
    margin-bottom: 10%;
  }
  
  .generic-content p, .generic-content li {
    font-size: 1.15rem;
  }
  
  .generic-content blockquote, .generic-content blockquote p {
    font-size: 1.5rem;
    font-style: italic;
  }
  
  .generic-content h1, .generic-content h2, .generic-content h3, .generic-content h4, .generic-content h5, .generic-content h6 {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 300;
    margin-top: 0;
    margin-bottom: 1rem;
  }
  
  .generic-content h1 {
    font-size: 3.6rem
  }
  
  .generic-content h2 {
    font-size: 3.1rem
  }
  
  .generic-content h3 {
    font-size: 2.6rem
  }
  
  .generic-content h4 {
    font-size: 2.1rem
  }
  
  .generic-content h5 {
    font-size: 1.6rem
  }
  
  .generic-content h6 {
    font-size: 1.15rem
  }
  
  @media (min-width: 530px) {
  
    .generic-content h1 {
      font-size: 6.25rem;
    }
  
    .generic-content h2 {
      font-size: 5rem;
    }
  
    .generic-content h3 {
      font-size: 3.125rem;
    }
  
    .generic-content h4 {
      font-size: 2.4rem;
    }
  
    .generic-content h5 {
      font-size: 1.9rem;
    }
  
    .generic-content h6 {
      font-size: 1.15rem;
    }
  }

    hr .my-4 {
    border-bottom: 1px dotted #DEDEDE;
    padding-bottom: 1.7rem;
    margin-bottom: 1.7rem;
  }
  
  hr .my-4:last-of-type {
    border-bottom: none;
    margin-bottom: 0;
  }
  .btncol {
    color: black;
  }



  /*------------------------------------------------*/

/*.contact-body {
  margin: o;
  padding: 0;*/
  /*text-align: center;
  background: linear-gradient(rgbaa(0, 0, 50, 0.5), rgba(0, 0, 50, 0.5))*/
/*  height: 70%;
  width: 100%;
  background-color: black;
}

.contact-title {
  color: white;
}*/

