@import url('https://fonts.googleapis.com/css?family=Muli:400,600,700');
            
/*            @import url('https://fonts.googleapis.com/css?family=Meddon');*/
            
            body {
                font-family: "Muli";
            }
            
            .title {
                font-family: "Muli";
                font-size: 4em;
            }
#topcentertitle {
                font-family: "Muli";
                font-size: 35px;
                margin-top: 150px;
                display: flex;
                justify-content: center;
/*
                margin-left: 330px;
                margin-right: 330px;
*/
            }
            
            h1 {
                font-family: "Muli";
                text-align: center;
                margin-bottom: 30px;
            }
            
            .paral {
                min-height: 300px;
                background-attachment: fixed;
                background-size: cover;
                background-position: 50% 50%;
            }
            
            hr {
                background-color: #fff;
            }
            
            .paralsec {
                background-image: url(../images/homepage2.png);
                height: 600px;
            }

#about {
    background-image: url(../images/people.jpg);
}

#award {
    background-image: url(../images/award.png);

}

#event {
    background-image: url(../images/event.png);

}
#member {
    background-image: url(../images/member.png);

}
            
            .desc {
                color: #fff;
/*                border: 2px solid #fff;*/
                padding: 20px;
                width: 100%;
                height: 600px;
                text-align: center;
            }

            #joinnow {
                height: 400px;
            }
            
            .title2 {
                font-family: "Muli";
                font-size: 3em;
/*                text-transform: uppercase;*/
                letter-spacing: 2px;
            }
            
            .paralsec1 {
                background-image: url(../images/shakinghands.jpg);
            }

#joinnowbackground {
    background-image: url(../images/handsmember.jpg)
}
            
            .jumbotron {
                margin-bottom: 0;
                border-radius: 0;
            }
            
            .thumb {
                width: 75%;
                height: auto;
                border: 1px solid transparent;
/*                outline: 1px solid #fff;*/
                outline-offset: -10px;
                display: block;
                margin: auto;
            }
            
            .info {
                margin-top: 20px;
            }
            
            button {
/*                margin-top: 50px;*/
                background-color: #000;
                color: #fff;
                letter-spacing: 3px;
                border: none;
                padding: 10px;
                transition: all .3s ease-in;
                width: 150px;
                height: 65px;
                font-size: 18px;
                border: 1px solid #fff;
                cursor: pointer;
            }
            
            button:hover {
                background: #fff;
                color: #000;
                border: 1px solid #000;
            }
            
            .bounce-up .jumbotron {
              opacity: 0;
              -moz-transition: all 700ms ease-out;
              -webkit-transition: all 700ms ease-out;
              -o-transition: all 700ms ease-out;
              transition: all 700ms ease-out;
              -moz-transform: translate3d(0px, 200px, 0px);
              -webkit-transform: translate3d(0px, 200px, 0px);
              -o-transform: translate(0px, 200px);
              -ms-transform: translate(0px, 200px);
              transform: translate3d(0px, 200, 0px);
              -webkit-backface-visibility: hidden;
              -moz-backface-visibility: hidden;
              backface-visibility: hidden;
            }

            .bounce-up.in-view .jumbotron {
              opacity: 1;
              -moz-transform: translate3d(0px, 0px, 0px);
              -webkit-transform: translate3d(0px, 0px, 0px);
              -o-transform: translate(0px, 0px);
              -ms-transform: translate(0px, 0px);
              transform: translate3d(0px, 0px, 0px);
            }


body{
/*    font-family: 'Montserrat', Helvetica, Arial, sans-serif;*/
    background-color: #ECF0F1;
    margin: 0;
}
a,
a::after,
a::before{
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
a,
a:hover,
a:focus,
a:active{
    outline: none;
    text-decoration: none;
}
*, *::after, *::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
header{
    position: fixed;
    background-color: #424d52;
    padding: 8px 0;
    width: 100%;
    float: left;
    z-index: 1000;
}
.menu{
    position: relative;
    float: none;
    width: 100%;
}
.menu ul{
    float: right;
    padding: 0;
    margin: 0;
    list-style: none;
}
.menu ul li{
    float: left;
}
.menu ul li a{
    display: inline-block;
    margin: 5px;
    font-size: 13px;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #FFF;
    opacity: .6;
    position: relative;
    padding: 8px 15px;
    width: initial;
}
.menu ul li a:hover{
    opacity: 1;
}
.container{
    width: 1170px;
    margin: 0 auto;
}
body .container::after{
    -webkit-transition: all .5s cubic-bezier(1, 0.03, 0, 0.99);
    -moz-transition: all .5s cubic-bezier(1, 0.03, 0, 0.99);
    -ms-transition: all .5s cubic-bezier(1, 0.03, 0, 0.99);
    -o-transition: all .5s cubic-bezier(1, 0.03, 0, 0.99);
    transition: all .5s cubic-bezier(1, 0.03, 0, 0.99);
    position: fixed;
    content: '';
    width: 50px;
    height: 50px;
    float: left;
    top: 3px;
    right: 10.1%;
    transform: scale(0);
    border-radius: 50%;
    z-index: 88;
    background: #761f1e;
/*
    background: -webkit-linear-gradient(left, #52A0FD 0%, #00e2fa 80%, #00e2fa 100%);
    background: linear-gradient(to right, #52A0FD 0%, #00e2fa 80%, #00e2fa 100%);
*/
}
body.open-menu .container::after{
    transform: scale(0);
    opacity: 1;
    visibility: visible;
}
.logo{
    top: 0px;
    color: #FFF;
    left: 0;
    position: absolute;
    text-transform: uppercase;
}
.hamburger-menu {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 35px;
    bottom: 0;
    margin: auto;
    width: 40px;
    height: 60px;
    cursor: pointer;
    right: 0px;
    z-index: 89;
}
.bar,
.bar::after,
.bar::before {
    width: 40px;
    height: 3px;
}
.bar {
    position: relative;
    transform: translateY(25px);
    background: #FFF;
    transition: all 0ms 300ms;
    top: 6px;
}
.bar.animate {
    background: rgba(255, 255, 255, 0);
}
.bar::before,
.bar::after {
    position: absolute;
    background: #FFF;
    content: '';
    left: 0;
}
.bar::before {
    bottom: 10px;
    transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.bar::after {
    top: 10px;
    transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.bar.animate::after {
    top: 0;
    transform: rotate(45deg);
    transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.bar.animate::before {
    bottom: 0;
    transform: rotate(-45deg);
    transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.content{
    position: relative;
    width: 100%;
    float: left;
}
.resize-message{
    margin: 40vh auto 0;
    display: table;
}
.resize-message span{
    text-transform: uppercase;
    text-align: center;
    display: block;
    color: #666;
}
.resize-message span i{
    font-size: 30px;
}
@media (max-width: 1199px){
    body.open-menu .container::after {
        transform: scale(80);
        opacity: 1;
        visibility: visible;
    }
    .container{
        width: 970px;
    }
}
@media (max-width: 991px){
    .container{
        width: 750px;
    }
    header{
        height: 57px;
    }
    .hamburger-menu {
        opacity: 1;
        visibility: visible;
    }
    .logo{
        z-index: 99;
    }
    .menu ul{
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
        opacity: 0;
        visibility: hidden;
        z-index: 99;
        padding: 0;
        position: fixed;
        margin: 20vh auto 0;
        list-style: none;
        display: table;
        left: 50px;
        right: 0;
        width: 270px;
    }
    body.open-menu .menu ul{
        -webkit-transition: all .5s ease-in-out;
        -moz-transition: all .5s ease-in-out;
        -ms-transition: all .5s ease-in-out;
        -o-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out;
        -webkit-transition-delay: .3s;
        transition-delay: .3s;
        visibility: visible;
        opacity: 1;
        left: 0;
    }
    .menu ul li{
        width: 100%;
        float: left;
    }
    .menu ul li a{
        font-weight: 600;
        font-size: 20px;
        display: table;
        margin: 5px auto;
    }
}
@media (max-width: 767px){
    .container{
        padding: 0 15px;
        width: 100%;
    }
    body .container::after{
        top: 3px;
        right: 11px;
    }
    
}

.logo img{
    height: 45px;
    z-index: 1000;
    opacity: .6;
}

.logo img:hover{
    opacity: 1;
}

@media (max-width: 991px){
    .logo img{
    opacity: 1;
}
    
}

#form-main{
	width:100%;
	float:left;
	padding-top:0px;
	padding-bottom: 30px;
}

#form-div {
/*	background-color:rgba(72,72,72,0.4);*/
	padding-left:35px;
	padding-right:35px;
	padding-top:35px;
	padding-bottom:50px;
	width: 70%;
	float: left;
	left: 15%;
	position: absolute;
/*  margin-top:30px;*/
/*	margin-left: -260px;*/
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
}

.feedback-input {
	color:#3c3c3c;
	font-family: Helvetica, Arial, sans-serif;
  font-weight:500;
	font-size: 18px;
	border-radius: 0;
	line-height: 22px;
	background-color: #fbfbfb;
	padding: 13px 13px 13px 54px;
	margin-bottom: 10px;
	width:100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
  border: 3px solid rgba(0,0,0,0);
}

.feedback-input:focus{
	background: #fff;
	box-shadow: 0;
	border: 3px solid #424d52;
	color: #424d52;
	outline: none;
  padding: 13px 13px 13px 54px;
}

.focused{
	color:#424d52;
	border:#424d52 solid 3px;
}

/* Icons ---------------------------------- */
#name{
	background-image: url(http://rexkirby.com/kirbyandson/images/name.svg);
	background-size: 30px 30px;
	background-position: 11px 8px;
	background-repeat: no-repeat;
}

#name:focus{
	background-image: url(http://rexkirby.com/kirbyandson/images/name.svg);
	background-size: 30px 30px;
	background-position: 8px 5px;
  background-position: 11px 8px;
	background-repeat: no-repeat;
}

#email{
	background-image: url(http://rexkirby.com/kirbyandson/images/email.svg);
	background-size: 30px 30px;
	background-position: 11px 8px;
	background-repeat: no-repeat;
}

#email:focus{
	background-image: url(http://rexkirby.com/kirbyandson/images/email.svg);
	background-size: 30px 30px;
  background-position: 11px 8px;
	background-repeat: no-repeat;
}

#comment{
	background-image: url(http://rexkirby.com/kirbyandson/images/comment.svg);
	background-size: 30px 30px;
	background-position: 11px 8px;
	background-repeat: no-repeat;
}

textarea {
    width: 100%;
    height: 150px;
    line-height: 150%;
    resize:vertical;
}

/*
input:hover, textarea:hover,
input:focus, textarea:focus {
	background-color:white;
}
*/

.committee {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    text-align: center;
}

.committee img {
    height: 180px;
}

#reichert {
    grid-column: 1;
    grid-row: 1;
}

#white {
    grid-column: 2;
    grid-row: 1;
}

#haley {
    grid-column: 3;
    grid-row: 1;
}

#ball {
    grid-column: 1;
    grid-row: 2;
}

#edwards {
    grid-column: 2;
    grid-row: 2;
}

#rose {
    grid-column: 3;
    grid-row: 2;
}

footer {
    background-color: #424d52;
    opacity: 1;
    color: white;
    padding-bottom: 20px;
    padding-top: 30px;
    padding-left: 20px;
    margin-top: 0px;
    height: 125px;
    grid-row: 5;
    grid-column: 1 / span 6;
    width:100%;
}

footer p {
    font-size: 18px;
    text-align: left;
}

/*
li {
    color: black
}
*/

footer li {
    color: white;
    display: block;
    font-size: 15px;
    text-align: left;
}

@media (max-width: 767px){
    .committee {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr;
    text-align: center;
}

.committee img {
    height: 180px;
}

#reichert {
    grid-column: 1;
    grid-row: 1;
}

#white {
    grid-column: 2;
    grid-row: 1;
}

#haley {
    grid-column: 1;
    grid-row: 2;
}

#ball {
    grid-column: 2;
    grid-row: 2;
}

#edwards {
    grid-column: 1;
    grid-row: 3;
}

#rose {
    grid-column: 2;
    grid-row: 3;
}
