﻿/* 
Custom CSS for...
'Modern Business' HTML Theme by Start Bootstrap

All Start Bootstrap themes are licensed under Apache 2.0. 
For more info and more free Bootstrap 3 HTML themes, visit http://startbootstrap.com!
*/

/* Global Styles */

html, body {
  height: 100%;
}

body {
  padding-top: 15px;
 /* body padding for fixed top nav */
}

.img-home-portfolio,
.img-customer,
.portfolio-item {
  margin-bottom: 30px;
}

.tab-pane {
  margin-top: 15px;
}

/* Page Sections */
.section,
.section-colored {
  padding: 50px 0;
}

.section-colored {
  background-color: #8DB9CA;
 /* change this to change the background color of a colored section */
}

.sidebar {
  margin-bottom: 15px;
  margin-top:225px;
}

@media (max-width: 1024px) {
    .sidebar {
        display: none;
    }
}

.sidebar ul {
    border-radius: 2.5px;
    padding: 5px;
    background-color: #eff8fe;
    border: 1px solid #7ca6ba;
}

.sidebar li {
    background-color: #d7e7f3;
}

/* Height Carousel*/
.carousel {
  height: 52vh;
  width:100%;
  margin-top:0px;
}

/* Responsive Carousel Customization */
@media (max-width: 1366px) {
    .carousel {
        height: 37vh;
        width: 100%;
        margin-top: 121px;
    }
}
@media (max-width: 1150px) {
    .carousel {
        height: 30vh;
        width: 100%;
        margin-top: 136px;
    }
}
@media (max-width: 960px) {
    .carousel {
        height: 136vh;
        width: 100%;
        margin-top: 121px;
    }
}

@media (max-width: 768px) {
    .carousel {
        height: 70vh;
        width: 100%;
        margin-top: 105px;
    }
}

@media (max-width: 468px) {
    .carousel {
        height: 100%;
        width: 100%;
        margin-top: 90px;
    }
}

@media (max-width: 320px) {
.carousel {
  height: 100%;
  width: 100%;
  margin-top:85px;
}
}

.item,
.active,
.carousel-inner {
  height: 100%;
}

.carousel img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  max-width: none;
}

.fill {
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
}

/* Social Icons Styles */
.list-social-icons {
  margin-bottom: 45px;
}

.tooltip-social a {
  text-decoration: none;
  color: inherit;
}

.facebook-link a:hover {
  color: #3b5998;
}

.linkedin-link a:hover {
  color: #007fb1;
}

.twitter-link a:hover {
  color: #39a9e0;
}

.google-plus-link a:hover {
  color: #d14836;
}

/* Service Page Styles */
.service-icon {
  font-size: 50px;
}

/* 404 Page Styles */
.error-404 {
  font-size: 8em;
}

/* Pricing Page Styles */
.price {
  font-size: 4em;
}

.price-cents {
  vertical-align: super;
  font-size: 50%;
}

.price-month {
  font-size: 35%;
  font-style: italic;
}

/*Learn More Button Styles*/
@media only screen and (min-width: 768px){
    .LearnMore {
        background-color: #3E5E6F;
        color: white;
        border-bottom: 10px solid #F39662;
        padding: 20px;
        text-align: center;
        font-weight: bolder;
        font-size: 18px;
        margin: 0px;
        max-width: 480px;
        margin-top: -30px;
    }

    a:hover .LearnMore {
        background-color: #808080;
        color: white;
        border-bottom: 10px solid #cccccc;
        padding: 20px;
        text-align: center;
        font-weight: bolder;
        font-size: 18px;
        margin: 0px;
        max-width: 480px;
        margin-top: -30px;
        text-decoration: none !important;
    }
        .swapoutimage{
        display:none;
    }
        .swapinimage{
        display:normal;
    }
}
 @media only screen and (min-width: 390px) and (max-width: 767px) {
    .LearnMore {
        background-color: #3E5E6F;
        color: white;
        border-bottom: 10px solid #F39662;
        padding: 20px;
        text-align: center;
        font-weight: bolder;
        font-size: 18px;
        margin: 0px;
        margin-top: -30px;
    }

    a:hover .LearnMore {
        background-color: #808080;
        color: white;
        border-bottom: 10px solid #cccccc;
        padding: 20px;
        text-align: center;
        font-weight: bolder;
        font-size: 18px;
        margin: 0px;
        margin-top: -30px;
        text-decoration: none !important;
    }
        .swapoutimage{
        display:normal;
    }
        .swapinimage{
        display:none;
    }
}
 @media only screen and (min-width: 200px) and (max-width: 389px) {
    .LearnMore {
        background-color: #3E5E6F;
        color: white;
        border-bottom: 10px solid #F39662;
        padding: 20px;
        text-align: center;
        font-weight: bolder;
        font-size: 18px;
        margin: 0px;
        max-width: 480px;
        margin-top: -30px;
    }

    a:hover .LearnMore {
        background-color: #808080;
        color: white;
        border-bottom: 10px solid #cccccc;
        padding: 20px;
        text-align: center;
        font-weight: bolder;
        font-size: 18px;
        margin: 0px;
        max-width: 480px;
        margin-top: -30px;
        text-decoration: none !important;
    }
        .swapoutimage{
        display:none;
    }
        .swapinimage{
        display:normal;
    }
}

.reset-box-sizing,
.reset-box-sizing *,
.reset-box-sizing *:before,
.reset-box-sizing *:after {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
}

.custom-modal-button {
    background-color: #8DB9CA;
    width: 100%;
    padding: 15px;
    text-align:center;
    text-decoration:none;
    font-weight:bolder;
    color: white;
    border: solid 1.5px #63878f; 
    box-shadow: 0px 4px 0px lightgray;
    border-radius:5px;
    cursor: pointer;
    text-shadow: -1px 1px #63878f;
}

a:hover .custom-modal-button {
    opacity: 0.5;
}

@media only screen and (min-width: 481px) {
.impact-booklet-mobile {
    display:none;
    background-color: #3E5E6F; 
    padding: 15px; 
    margin-top: 65px; 
    text-align: center;
    font-weight:bold;
}
}

@media only screen and (min-width: 240px) and (max-width: 480px) {
.impact-booklet-mobile {
    display:block;
    background-color: #3E5E6F; 
    padding: 15px; 
    margin-top: 65px; 
    text-align: center;
    font-weight:bold;
}
}

@media only screen and (min-width: 481px) {
.impact-booklet-desktop {
    display:block;
    background-color: #3E5E6F; 
    padding: 15px; 
    margin-top: 65px; 
    text-align: center;
    font-weight:bolder;
    text-decoration:none;
}
}

@media only screen and (min-width: 240px) and (max-width: 480px) {
.impact-booklet-desktop {
    display:none;
    background-color: #3E5E6F; 
    padding: 15px; 
    margin-top: 65px; 
    text-align: center;
    font-weight:bolder;
    text-decoration:none;
}
}

/*
  Bootstrap Carousel Fade Transition (for Bootstrap 3.3.x)
  CSS from:       http://codepen.io/transportedman/pen/NPWRGq
  and:            http://stackoverflow.com/questions/18548731/bootstrap-3-carousel-fading-to-new-slide-instead-of-sliding-to-new-slide
  Inspired from:  http://codepen.io/Rowno/pen/Afykb 
*/
.carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
  opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-control {
  z-index: 2;
}

/*
  WHAT IS NEW IN 3.3: "Added transforms to improve carousel performance in modern browsers."
  Need to override the 3.3 new styles for modern browsers & apply opacity
*/
@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
}


/*
  added for new board pages by Mark Vogler
*/

.boardbackground {
    background-color: #F0F0F0;
    margin: 0;
}

.newlogo {
    padding: 50px 0 0 0;
}

.boardname {
    font-family: 'Herr Von Muellerhoff', cursive;
    font-size: 100px;
    color: #000000;
    padding: 50px 0;
    line-height: 130px;
}

.boardname-index {
    font-family: 'Herr Von Muellerhoff', cursive;
    font-size: 46px;
    color: #444;
    padding: 10px 0;
    line-height: 56px;
    text-align: center;
}

.boardcert {
    font-family: 'Belleza';
    font-size: 26px;
    color: #000000;
    padding: 0 0 20px 0;
    letter-spacing: 0.2em;
}

.boardcert-index {
    font-family: 'Belleza';
    font-size: 22px;
    color: #444;
    padding: 0;
    letter-spacing: 0.1em;
    text-align: center;
}

.boardp {
    font-family: 'Raleway';
    padding: 0 30px 20px 0;
    font-size: 20px;
    line-height: 1.5em;
    color: #52422a;
}

.boardheader {
    font-family: 'Arimo';
    font-size: 30px;
    color: #000000;
    padding: 0;
    margin: 10px 0 0 -45px;
    text-align: center;
    display: block;
}

.boardphoto {
    padding: 0 0 0 20px;
    margin: 30px 0 0 0;
    overflow: hidden;
}

.boardedu {
    font-family: 'Raleway';
    padding: 40px 0 0 20px;
    font-size: 16px;
    line-height: 1.8em;
    color: #444;
    text-align: left;
    font-weight: bolder;
    margin: 0;
    display: block;
}

.boardexp {
    font-family: 'Raleway';
    padding: 40px 0 0 20px;
    font-size: 16px;
    line-height: 1.8em;
    color: #444;
    font-weight: bolder;
    text-align: left;
    display: block;
}

.boardlink {
    font-family: 'Raleway';
    font-size: 20px;
    line-height: 1.5em;
    color: #000000;
    text-align: left;
    padding: 0 0 0 20px;
    display: block;
}

.boardlink-index {
    font-family: 'Raleway';
    font-size: 20px;
    line-height: 1.5em;
    color: #000000;
    text-align: center;
    padding: 20px 0;
    display: block;
}

.boardcontact {
    font-family: 'Raleway';
    font-size: 18px;
    line-height: 1.5em;
    color: #444;
    text-align: left;
    font-weight: bolder;
    padding: 0 0 0 20px;
    display: block;
}

.boardcontact-index {
    font-family: 'Raleway';
    font-size: 1.5em;
    line-height: 1.5em;
    color: #444;
    text-align: center;
    font-weight: bolder;
    padding: 20px 0;
    display: block;
    margin:0 0 20px 0!important;
}

.boardcontact a, .boardcontact a:hover, .boardlink a, boardlink a:hover, .boardlink-index a, boardlink-index a:hover {
    color: #444;
}