@import url('https://fonts.googleapis.com/css?family=Oswald|Lato:300');

* {
    box-sizing: border-box;
}

body {
    font-family: Lato;
    color: #FFFFFF;
    background: #2e377f;
}

h2 {
    font-family: Lato;
    text-transform: uppercase;
    letter-spacing: 4px;
    color: #FFFFFF;
    margin-left: -1%;
    display: inline;

}

#header {
    margin: 0;
    border-bottom: 1px solid #28306C;
    color: #ffffff;
}

/* Hero image */
#hero-image {
    height: 600px;
    width: 100%;
    background: url('assets/images/hero_image.jpg')no-repeat center center;
    background-size: contain;
    animation-name: hero-zoom;
    animation-duration: 5s;
    animation-fill-mode: forwards;
    margin-top: 5%;
}

#hero-outer {
    height: 600px;
    width: 100%;
    position: relative;
    margin-bottom: 10%;
}

.responsive {
    height: auto;
}

@keyframes hero-zoom {
    from {
        transform: scale(1);
    }

    to {
        transform: scale(1.1);
    }
}

/*end of hero image*/

/* SECTION THREE CLASS TIMES */

#thisweek {
    margin-top: 120px !important;
    margin-left: 50px;
}

.column {
    float: left;
    width: 25%;
    padding: 5px;
}

.row::after {
    content: "";
    clear: both;
    display: table;
}

.thisweek-container {
    position: relative;
    width: 90%;
}

.thisweek-text {
    background-color: #ffffff;
    color: #28306C;
    font-size: 16px;
    padding: 16px 32px;
}

.image {
    opacity: 1;
    display: block;
    width: 100%;
    height: auto;
    transition: .5s ease;
    backface-visibility: hidden;
}

.middle {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.thisweek-container:hover .image {
    opacity: 0.3;
}

.thisweek-container:hover .middle {
    opacity: 1;
}



@media screen and (max-width: 600px) {
    .column {
        width: 100%;
    }
    #thisweek {
        margin-top: 220px !important;
        margin-left: 50px;
        }
    }

/*end of class times*/

/* who we are*/

#whoweare{
    margin-top: -30%;
}

.whoweare-header {
    text-transform: uppercase;
    font-size: 40px;
    font-weight: 800;
    letter-spacing: 2px;
    text-align: right;
    padding-top: 5%;
    display: inline-block;
}

.whoweare-paragraph {
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 40px;
    text-align: right;
    display: inline-block;
}

.whoweare-bg {
    background-size: cover;
    background-position: center center;
    min-height: 450px;
    margin: 0;
}

.col-whoweare {
    position: relative;
    min-height: 200px;
}

.whoweare-text {
    position: absolute;
    background-color: #FFF;
    padding: 2.5rem;
    border: 0px solid rgba(194, 194, 194);
    box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.15);
    width: 80%;
    z-index: 1;
    overflow-x: scroll;
    min-height: 200px;
    max-height: 400px;
    color: #28306C
}

.whoweare-text h3 {
    font-weight: 700;
    font-size: 2.5rem;
    letter-spacing: 1px;
}

/* S2 - Our Team*/
.ourteam-text-left .whoweare-text {
    right: -10%;
}

.ourteam-text-left .whoweare-bg {
    margin-left: -10%;
}

#ourteam {
    margin-bottom: 72px;
}

#ourteam .whoweare-bg {
    background: url('../images/our-team.png')no-repeat;
}

/* S2 - Our Community*/
.ourcommunity-text-left .whoweare-text {
    right: -10%;
}

.ourcommunity-text-left .whoweare-bg {
    margin-left: -10%;
}

#ourcommunity {
    margin-bottom: 72px;
}

#ourcommunity .whoweare-bg {
    background: url('../images/our-community.png')no-repeat;
    
}

/* S2 - Our Mission*/
.ourmission-text-left .whoweare-text {
    right: -10%;
}

.ourmission-text-left .whoweare-bg {
    margin-left: -10%;
}

#ourmission {
    margin-bottom: 72px;
}

#ourmission .whoweare-bg {
    background: url('../images/our-mission.png')no-repeat;
}

@media screen and (max-width: 400px) {

    #ourcommunity .whoweare-bg {
        width: 125%;
        margin-top: 45%;
    }

    #ourmission .whoweare-bg{
        width: 125%;
        margin-top: 45%;
    }

    #ourteam .whoweare-bg {
        width: 125%;
        margin-top: 45%;
    }

    #whoweare {
        margin-top: -81%;
        margin-right: 10%;
}
    .whoweare-bg {
        width: 100%;
    }

    .col-whoweare {
        width: 90%;
    }

    .whoweare-text h3 {
        width: 90%;
    }

    .whoweare-text {
        width: 90%;
    }
}

/* end of who we are*/

/*Koffeehouse Page*/

#koffeehouse-page{
    margin-left: 5%;
}

#koffeehouse-heading{
    text-align: center;
    margin-top: 10%;
    margin-bottom: 5%;
}
.center {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10%;
}

.menu-responsive{
  height: auto;
  width: 50%;
}

#koffeehouse-download{
    text-align: center;
    margin-bottom: 10%;
}
/*MEMBERSHIP PAGE */

.membership-heading{
    margin-top: 2%;
    text-align: center;
}
.card-membership {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    padding: 16px;
    text-align: center;
    background-color: #f1f1f1;
  }
.column-membership {
    float: left;
    width: 28%;
    background-color: #FFF;
    padding: 2.5rem;
    border: 0px solid rgba(194, 194, 194);
    box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.15);
    min-height: 200px;
    max-height: 400px;
    color:#28306C;
    margin: 2%}

/* Clear floats after the columns */
.row-membership:after {
  content: "";
  display: table;
  clear: both;
  padding: 5%;
  margin-top: 5%;
  margin-left: 5%;
  margin-right: 5%;
}
@media screen and (max-width: 600px) {
  .column-membership {
    width: 100%;
  }

/* form */
#form-heading{
    text-align: center;
}

.gallery-headers{
    margin-top: 10%;
    margin-left: 5%;
    margin-right: 5%;
}

.gallery{
    margin-top: 10%;
    margin-left: 5%;
    margin-right: 5%;
    margin-bottom: 10%;
}

}