@import url('https://fonts.googleapis.com/css?family=Redressed&family=Merriweather');

div, h1, h2, h3, h4, h5, h6, p {
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
}

.navbar-brand {
    opacity: 0.9;
}

.cc-navbar {
    font-family: 'Merriweather', 'serif';
    min-height: 50px;
    border-bottom: solid #FFC300;
}

.cc-navbar .nav-item {
    font-size: 1.5rem;
}
.cc-navbar .nav-link:hover {
    background-color:  #FFC300;
}

.cc-navbar .nav-link:active {
    background-color:   #dcc178;
}

#home {
    margin-top: 50px;
    background: url("../img/accordion-1466482_960_720.jpg");
    background-size: cover;
    min-height: 60vh;
    text-align: center;
    color: white;
}

#home h1 {
    margin-top: 5vh;
    font-size: 4rem;
    color: #FFC300;
    text-shadow: 3px 3px 3px rgba(0,0,0,0.5);
}

#home h4 {
    font-size: 2rem;
    color: #FFC300;
    text-shadow: 3px 3px 3px rgba(0,0,0,0.5);

}

.p-presentation {
    background: #dcc178;
    color: black;
    font-size: 1.5rem;
    text-align: left;
}


.section-header {
    position: relative;
    margin-bottom: 40px;
    font-size: 26px;
    font-weight: 400;
    color: #333;
    text-align: center;
    line-height: 60px;
    letter-spacing: 1px;
}

.section-header:after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 70px;
    height: 2px;
    background: #907dda;
    transform: translate(-50%, 0);
    transform: translate3d(-50%, 0, 0);
}

.section {
    margin: 50px 0 50px;
}


.card-body {
    border: none;
}

.card-body h5 {
    font: bold;
    margin-bottom: 30px;
    text-decoration: underline;
    text-decoration-color: #907dda ;
    text-align: center;
}

#photos {
    max-height: 30%;
}
