.flex-nav {
    width: 100%;
    background-color: black;
    color: white;
    height: 55px;
    flex-direction: row;
/ / justify-content: center;
    align-items: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
//    overflow-y: hidden;
}

.nav-logo {
    flex: 0 0 35%;
    float: left;
    left: 10px;
//    border: white solid 1px;
}
.nav-logo a{
    text-decoration: none;
    color:white;
}

.nav-text {
    font-size: 30px;
    color: white;
    vertical-align: middle;
    
}
.nav-text a{
    text-decoration: none;
    color: white;
}

.nav-logo-image {
    width: 40px;
    vertical-align: middle;
}

.small-header{
    background-color: black;
    color: white;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
//    height: 100%;
    overflow-y: auto;
    height: 80px;
}
.small-menu{
    background-color: black;
    color: white;
    display: none;
//    height: 75px;
}

.page-container{
//    position: fixed;
//    top: 55px;
//    right: 0;
//    bottom: 0;
//    left: 0;
//    overflow-y: auto;
//    margin-bottom: 40px;
}

.small-nav-links{
    padding-left: 10px;
}
.small-header a{
    text-decoration: none;
    color: white;
    padding-left: 5px;
}

.nav-links {
    flex: 0 0 65%;
    margin-left: auto;
    right: 5px;
//      border: 1px red solid;
    text-align: right;
    margin-right: 20px;
}

.wrapper{
    min-height: 100%;
}

.nav-message{
    text-decoration: none;
    color:white;
    font-size: 16px;
    margin-left: 20px;
    cursor: pointer;
    display: inline;
}
.nav-message:hover{
    color: red;
}
.nav-events{
    text-decoration: none;
    color:white;
    font-size: 16px;
    margin-left: 20px;
    cursor: pointer;
    display: inline;
}
.nav-events:hover{
    color: red;
}

.nav-contact{
    text-decoration: none;
    color:white;
    font-size: 16px;
    margin-left: 20px;
    cursor: pointer;
    display: inline;
    position: relative;
}
.nav-contact:hover{
    color: red;
}
.nav-about{
    text-decoration: none;
    color:white;
    font-size: 16px;
    margin-left: 20px;
    cursor: pointer;
    display: inline;
}
.nav-about:hover{
    color: red;
}
.nav-messagesm{
    text-decoration: none;
    color:white;
    font-size: 14px;
    margin-left: 5px;
    cursor: pointer;
    display: inline;
}
.nav-messagesm:hover{
    color: red;
}

.nav-eventssm{
    text-decoration: none;
    color:white;
    font-size: 14px;
    margin-left: 5px;
    cursor: pointer;
    display: inline;
}
.nav-eventssm:hover{
    color: red;
}

.nav-contactsm{
    text-decoration: none;
    color:white;
    font-size: 14px;
    margin-left: 5px;
    cursor: pointer;
    display: inline;
    position: relative;
}
.nav-contactsm:hover{
    color: red;
}
.nav-aboutsm{
    text-decoration: none;
    color:white;
    font-size: 14px;
//    margin-left: 3px;
    cursor: pointer;
//    display: inline;
    list-style: none;
    padding:0;
    position: relative;
}
.nav-aboutsm:hover{
    color: red;
}

.nav-links a {
    text-decoration: none;
    color: white;
    font-size: 16px;
    margin-left: 20px;
}

.nav-links a:hover {
    color: red;
}

.nav-links a:hover .drop-down-content{
//    display: block;
}

.nav-giving {
    margin-right: 20px;
}

.nav-giving a {
    color: #66F427;
    font-size: 20px;
    font-weight: bold;
    text-decoration: none;
}
.containernav {
//   width: 10%;
    display: none;
    flex: 0 0 10%;

    position: fixed;
    cursor: pointer;
    top: 10px;
    right:30px;
//    border: 1px white solid;

}
.bar1, .bar3 {
    width: 35px;
    height: 4px;
    background-color: white;
    margin: 6px 0;
    transition: 0.3s;
    border-radius: 30px;
}
.bar2{
    width:40px;
    height: 4px;
    background-color: white;
    margin: 6px 0;
    transition: .3s;
    border-radius: 30px;
}
.change .bar1 {
    -webkit-transform: rotate(-405deg) translate(-9px, 6px);
    transform: rotate(-405deg) translate(-9px, 6px);
}

.change .bar2 {opacity: 0;}

.change .bar3 {
    -webkit-transform: rotate(405deg) translate(-8px, -8px);
    transform: rotate(405deg) translate(-7px, -6px);
}
.containernav:hover .bar1 {
    width: 40px;
}
.containernav:hover .bar2{
    width:35px;
}
.containernav:hover .bar3{
    width:40px;
}
.modalnav1{
    display: none;
    float: right;
    width: 100%;
//    border: 1px solid black;
    right:1px;
    height:100%;
    background-color: rgba(0,0,0,0.4);
    color:white;
    z-index: 995;
    overflow: scroll;
    position: fixed;
    padding-bottom: 200px;


}
.modalnav-content1{
    width:20%;

    float: right;
    height: 100%;
    background-color: black;
    text-align: center;
    position: relative;
    z-index: 9999;
    padding: 5px 0 800px 0;

}
.animate
{
    -webkit-animation: animatezoom 0.6s;
    animation: animatezoom 0.6s
}

@-webkit-keyframes animatezoom
{
    from {-webkit-transform: scale(0)}
    to {-webkit-transform: scale(1)}
}

@keyframes animatezoom
{
    from {transform: scale(0)}
    to {transform: scale(1)}
}

.modalnav1-img{
    height: 95px;
    width: 100%;
    background-color: black;
    text-align: center;
}
.img-circle-noborder{
    border-radius: 50%;
}
.navmenu1{
    font-size: 1.2rem;
    width:70%;
}
.modalnav-content1 ul{
    list-style: none;
    padding: 8px 0;
    padding-bottom: 200px;
    margin: 0 auto;
    font-family: Arial;
    color: white;
    text-align: center;
    position: absolute;
    cursor: pointer;
    font-size: 1.2rem;
    width:100%;
    z-index: 1001;

}

.main-container {
    min-height: 100vh; /* will cover the 100% of viewport */
    overflow: hidden;
    display: block;
    position: relative;
    padding-bottom: 40px; /* height of your footer */
    padding-top:55px; /* height of header menu */
}
.header1{

    background-color: #ffffff;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
//    height: 100%;
    overflow-y: auto;
}

.modalnav-content1 a{
    width:80%;
    display: block;
    margin:0 auto;
    color:white;
    text-decoration: none;
    padding-top: 10px;
}
.modalnav-content1 a:hover{
    background-color: red;
}
.modalnav-content1 li a:visited{
    color: white;
}
.modalnav-content1 ul li{
    text-align: center;
    margin: 0 auto;
//    padding: 5px 0;
}


.modalnav-content1 ul li a:hover{
    background-color: red;
}

