.lg-pics{
    width: 540px;
}
.lg-box{
    flex: 0 0 600px;
    padding:10px;
    text-align: center;
}
.button-cool ,
a.button-cool{
    display: inline-block;
    padding: 0.3rem 1.2rem;
    margin: 0 0.1em 0.1em 0;
    border: 0.16em solid rgba(255,255,255,0);
    border-radius: 2em;
    box-sizing: border-box;
    text-decoration: none;
    font-family: 'Roboto', Sans-Serif;
    font-weight: 300;
    font-size: 1.2rem;
    color:white;
    text-shadow: 0 0.04em 0.04em rgba(0,0,0,0.35);
    text-align: center;
    transition: all .2s;
    cursor: pointer;
}
.button-cool:hover{
    border-color: rgba(0,0,0,1);
}
@media all and (max-width: 30em){
    a.button-cool, .button-cool{
        display: block;
        margin: 0.2em auto;
    }
}

.zoom {
  //  padding: 50px;
//    background-color: green;
    transition: transform 1s; /* Animation */
//    width: 200px;
//    height: 200px;
    margin: 0 auto;
}

.zoom:hover {
    transform: scale(2); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
    transition-delay: 1s;
}

.flex-container{
    flex-direction: row;
    align-items: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    width:100%;
    margin: 30px auto;
    justify-content: space-evenly;

}
.wrap    {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}




div.table {
/ / float: left;
    display: table;
    padding: 5px;
    margin: 0 auto;
//            border: 3px solid red;
    width: 90%;
//    border: 2px solid red;
}

div.tr {
    display: table-row;
    width: auto;
}

div.td {
// float: flex;
    display: table-cell;
    text-align: center;
    width: 45%;
    vertical-align: top;
    padding: 5px;
    border: 2px solid white;

}


div.colspan,
div.colspan + div.td {
    border: 0;
}

div.colspan > div {
/ / width: 1 px;
}

div.colspan > div > div {
    position: relative;
/ / width: 99 px;
    overflow: hidden;
}

.main-picture2{
    max-width: 100%;
}
.main-picture{
    width: calc(75% + .5vw)
}
.image {
    width: calc(40% + 1vw)
}

.indent{
    padding: 10px;
}

@import url("https://fonts.googleapis.com/css?family=Lato:400,400i,700");

.fancy-count{
    list-style: none;
    counter-reset: my-awesome-counter;
    margin: 5px 0 20px 0;
}
.fancy-count li{
    counter-increment: my-awesome-counter;
    font-family: "Times New Roman", serif;
    font-size: 26px;
}

.fancy-count li::before{
    content: counter(my-awesome-counter) ". ";
    color: red;
    font-weight: bold;}
.give-detail-header{
    font-size: 16px;
    color: black;
    background-color: silver;
    text-align: center;
    width: 20%;
    font-weight: bold;
}
.give-detail{
    font-size: 16px;
    color: black;
    text-align: center;
    width: 20%;
}

/*Input Box*/
.input4 {
    line-height: 3.25vw;
    background: #fafafa;
    -webkit-box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.08);
    -moz-box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.08);
    box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.08);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 0 20px;
    font-size: 1vw;
    color: #666;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}


.btn {
    display: inline-block;
    line-height: 50px;
    padding: 0 50px;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    cursor: pointer;
    font-size: 18px;
    color: #fff;
    font-family: "Poppins", "Arial", "Helvetica Neue", sans-serif;
}

.btn--radius-2 {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.btn--blue {
    background: #4272d7;
}

.btn--blue:hover {
    background: #3868cd;
}

.cc{
    display: none;
}

.ba{
    display: none;
}

option[value=""][disabled] {
    display: none;
}



input[type='checkbox'] {
    -webkit-appearance:none;
    width:20px;
    height:20px;
    background:white;
    border-radius:5px;
    border:2px solid #555;
    vertical-align: middle;
}
input[type='checkbox']:checked {
    background: #B89878;
}
/*
.image {
//    width: calc(50% + .5vw);
    height: auto;
}

 */
textarea{
    background: #fafafa;
//    width:210px;
    border:1px solid #ccc;
//    height: 40px;
    padding-left: 10px;
    padding-right: 10px;
    -ms-box-sizing:content-box;
    -moz-box-sizing:content-box;
    box-sizing:content-box;
    -webkit-box-sizing:content-box;
    font-size: 16px;
    -webkit-box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.08);
    -moz-box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.08);
    box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.08);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

input[type='text'], input[type='password'], input[type='number'], select{
//    width:150px;
    background: #fafafa;
    width:210px;
    border:1px solid #ccc;
    height: 40px;
    padding-left: 10px;
    padding-right: 10px;
    -ms-box-sizing:content-box;
    -moz-box-sizing:content-box;
    box-sizing:content-box;
    -webkit-box-sizing:content-box;
    font-size: 16px;
    -webkit-box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.08);
    -moz-box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.08);
    box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.08);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}



.dd{
    width:20.18vw;
    height:3.25vw;
    line-height: 3.25vw;
    background: #fafafa;
    -webkit-box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.08);
    box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.08);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
//    padding: 0 20px;
    font-size: 1vw;
    color: #666;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.gtype{
    width:200px;
    height: 50px;
}
/*Drop-Down Menu*/
.dropbtn {
    background-color: #4CAF50;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
}

/* Dropdown Content (Hidden by Default) */

.center{
    text-align: center;
    font-size: 18px;
}

.modalnav1-img{
    height: 95px;
    width: 100%;
    background-color: black;
    text-align: center;
}


.modalnav
{
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1000; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
// background-color: #bdc4c8; /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
    padding-top: 50px;
}

/* Modal Content/Box */
.modalnav-content
{
    background-color: #ECE9E6;
//    margin-top: 3%;
//    margin-bottom: 15%;
//    margin-left: 80%;
    margin: 5% auto 15% auto; /* 5% from the top, 15% from the bottom and centered */
    border: 1px solid #888;
    width: 60%; /* Could be more or less, depending on screen size */
    left: 5px;

}
.modalnav a{
    text-decoration: none;
    color: black;
}
.modalnav a:visited{
    color: black;
}
.modalnav a:hover{
    color:red;
}
.navmenu1{
    font-size: 12rem;
    width:70%;
}
.modalnav1 a{
    width:70%;
}


.drop-menu {
    position: fixed;
    right: -250px;
    background-color: black;
    width: 250px;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
    z-index: 9999;
    font-size: 20px;
    transition: .3s;
    -webkit-transition: 0.3s;
    color: white;
//    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    top: 101px;
}

.menu-open{
    right: 0;
}

.drop-menu ul{
    background-color: black;
    width: 250px;
    list-style: none;
    padding: 0;
    margin: 0;
    font-family: arial;
    color: #ffffff;
    text-align: center;
 //   position: absolute;
    z-index: 997;

}
.drop-menu ul li{
    margin: 10px;
    color: white;

}
.drop-menu ul li a{
//    margin-top: 100px;
    color: white;
    text-decoration: none;
}
.drop-menu ul li:hover{
    cursor: pointer;
    //background-color: #49A3FF;
    background-color: red;
    color:white;
}
.line{
    height: 2px;
    width: 100px;
    background-color: white;
    margin-top: 10px;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    transition: all .3s;
}
ul li:hover .line{
    width: 180px;
}




/* End*/


/*Hamberger menu*/
.nav-but {
    width: 35px;
    height: 5px;
    background-color: black;
    margin: 6px 0;
}


.title{
    font-family: "Arial";
    font-size: 30px;

}


.blue-btn-thin {
    background-color: #4272d7;
    color:white;
    padding: 0 1.25vw;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    border-radius: 1.3vw;
    -webkit-border-radius: 1.3vw;
    -moz-border-radius: 1.3vw;
    line-height: 3vw;
    font-size: 1.17vw;
    font-weight: bold;
    cursor: pointer;
}

.blue-btn {
    background-color: #4272d7;
    color:white;
    padding: 0 50px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    line-height: 50px;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
}



.green-btn {
    background-color: #00dd1c;
    color:white;
    padding: 0 50px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    line-height: 50px;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
}

.ccdiv{
    display: none;
}
.achdiv{
    display: none;
}

/* The Modal (background) */
.modal1
{
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
    padding-top: 60px;
}

/* Modal Content/Box */
.modal-content
{
    background-color: #fefefe;
    margin: 5% auto 15% auto; /* 5% from the top, 15% from the bottom and centered */
    border: 1px solid #888;
    width: 80%; /* Could be more or less, depending on screen size */
}

/* The Close Button (x) */
.close
{
    position: absolute;
    right: 25px;
    top: 0;
    color: #000;
    font-size: 35px;
    font-weight: bold;
}

.close:hover,
.close:focus
{
    color: red;
    cursor: pointer;
}

/* Add Zoom Animation */
.animate
{
    -webkit-animation: animatezoom 0.6s;
    animation: animatezoom 0.6s
}

.animate2
{
    -webkit-animation: animatezoom 0.3s;
    animation: animatezoom 0.3s
}


@-webkit-keyframes animatezoom
{
    from {-webkit-transform: scale(0)}
    to {-webkit-transform: scale(1)}
}

@keyframes animatezoom
{
    from {transform: scale(0)}
    to {transform: scale(1)}
}

/* Change styles for span and cancel button on extra small screens */
@media screen and (max-width: 300px)
{
    span.psw
    {
        display: block;
        float: none;
    }
    .cancelbtn
    {
        width: 100%;
    }
}
.container1
{
    padding: 16px;
}
.giver-but a:link{
    color:white;
    text-decoration: none;
}

.giver-but a:visited {
    color: white;
    text-decoration: none;
}

.giver-but a:hover{
    color:red;
    text-decoration: none;
}
.nav-menu{
    font-family: Arial;
    font-size: 2.8vw;
    color: white;
    background-color: black;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
}

.saying{
    font-family: Courgette;
    font-size: 1.3vw;
    font-weight: normal;
    color: white;
    text-align: center;
}
.nav-menu a:link{
    text-decoration: none;
    color: white;
}

.nav-menu a:visited{
    text-decoration: none;
    color: white;
}

.nav-menu a:hover{
    text-decoration: none;
    color: white;
}

.nav {
    font-size:18px;
    color:black;
    background-color:white;
    text-align:center;
}

.nav a:link{
    color: #4B4039;
    text-decoration: none;
}

.nav a:visited{
    color: #4B4039;
}

.nav a:hover{
    color:red;
}

.m3cs{
      flex: 0 0 425px;
      border:1px solid white;
      vertical-align: top;
      color: white;
      padding: 10px
  }
.lg{
    flex: 0 0 600px;
    padding: 10px;
    text-align: center;
}
.pastor{
    font-family: "Times New Roman", serif;
    font-size: 1.3rem;
}

.co-must-use {
    box-sizing: border-box;
    border: 2px solid red;
    border-radius: 4px;
}

.nav-right{
    font-size:10px;color:white;
    text-align:right;
    background-color:black;
}

h1{
    font-size: 2.625rem;
    padding: 0;
    margin: 20px 0 0 0 ;
    color: #4b4039;
    text-align: center;
}

h2{
    font-size: 2.188rem;
    padding: 0;
    margin: 0;
    color: #4b4039;
}

h3{
    font-size: 2.125rem;
    padding: 0;
    margin: 0;
}
h4{
    font-size: 1.625rem;
    padding: 0;
    margin: 0;
}

li{
    margin-bottom:10px;
}


.nav-login{
    color:white;
    background-color:black;
    font-family:"Times New Roman", Times, serif;
    font-size:12px;
    text-align:right;
}
.nav-login a:link{
    color:white;
    text-decoration:none
}

.nav-login a:visited{
    color:white;
}

.nav-login a:hover{
    color:red;
}

.logoff{
    text-decoration: none;
    color: #49A3FF;
    text-align: center;
}
.logoff a:link{
    color: #49A3FF;
    text-align: center;
    text-decoration: none;
}
.logoff a:hover{
    color: red;
}
.logoff a:visited{
    color: #49A3FF;
}

.img-circle{
    border-radius: 50%;
    padding: 3px;
    line-height: 0;
    border: 3px solid saddlebrown;
    background-color: #eee;
    //width: calc(75% + .5vw);
    text-align: center;
}
.img-circle-noborder{
    border-radius: 50%;

}

.lined-light{
    background-color: white;
}

.lined-dark{
    background-color: #dce6ea;
}

body{
    margin:0;
    height: 100%;
    position: relative;
    font-size:1rem;
    font-family:Arial, Helvetica, sans-serif;
    overflow-y: scroll;

}

.footer-menu{
    background-color: #000000;
    color:white;
    font-size:.7vw;
    text-align:center;
    /*	position: absolute;
        bottom: 0;
        width: 100%;
    */}

.foot-menu a:link{
    color:white;
    text-decoration:none;
}

.footer-menu a:visited{
    color:white;
}


footer {
    position: absolute;
    bottom: 0;
    width: 100%;
}


* {
    box-sizing: border-box;
}*:before,
 *:after {
     box-sizing: border-box;
 }



.main-page
{
    font-size:16px;
    font-family:Arial, Helvetica, sans-serif;
    text-align:left;
    vertical-align:top;
}







* {
    box-sizing: border-box;
}

/* Set a background color */

/* The actual timeline (the vertical ruler) */
.timeline {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}

/* The actual timeline (the vertical ruler) */
.timeline::after {
    content: '';
    position: absolute;
    width: 6px;
    background-color: black;
    top: 0;
    bottom: 0;
    left: 50%;
    margin-left: -3px;
}

/* Container around content */
.container {
    padding: 10px 40px;
    position: relative;
    background-color: inherit;
    width: 50%;
}

/* The circles on the timeline */
.container::after {
    content: '';
    position: absolute;
    width: 25px;
    height: 25px;
    right: -17px;
    background-color: white;
    border: 4px solid #FF9F55;
    top: 15px;
    border-radius: 50%;
    z-index: 1;
}

/* Place the container to the left */
.left {
    left: 0;
}

/* Place the container to the right */
.right {
    left: 50%;
}

/* Add arrows to the left container (pointing right) */
.left::before {
    content: " ";
    height: 0;
    position: absolute;
    top: 22px;
    width: 0;
    z-index: 1;
    right: 30px;
    border: medium solid black;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent #f1f1f1;
}

/* Add arrows to the right container (pointing left) */
.right::before {
    content: " ";
    height: 0;
    position: absolute;
    top: 22px;
    width: 0;
    z-index: 1;
    left: 30px;
    border: medium solid white;
    border-width: 10px 10px 10px 0;
    border-color: transparent #f1f1f1 transparent transparent;
}

/* Fix the circle for containers on the right side */
.right::after {
    left: -12px;
}

.left::after{
    right: -12px;
}

/* The actual content */
.content {
    padding: 5px 30px;
    background-color: #f1f1f1;
    position: relative;
    border-radius: 6px;
    font-size: 24px;
    font-weight: bold;
}

/* Media queries - Responsive timeline on screens less than 600px wide */
@media screen and (max-width: 600px) {
    /* Place the timelime to the left */
    .timeline::after {
        left: 31px;
    }

    /* Full-width containers */
    .container {
        width: 100%;
        padding-left: 70px;
        padding-right: 25px;
    }

    /* Make sure that all arrows are pointing leftwards */
    .container::before {
        left: 60px;
        border: medium solid white;
        border-width: 10px 10px 10px 0;
        border-color: transparent white transparent transparent;
    }

    /* Make sure all circles are at the same spot */
    .left::after, .right::after {
        left: 13px;
    }

    /* Make all right containers behave like the left ones */
    .right {
        left: 0%;
    }
}

.new-header{
    flex: 0 0 100%;
    text-align: center;
    font-family: roboto, serif;
    font-size: 50px;
    font-weight: bold;
}
.new-bold{
    font-weight: bold;
    font-size: 24px;
    font-family: roboto, serif;
}

.new-text{
    font-size: 20px;
    font-family: roboto, serif;
}

.new-flex-box{
    flex-direction: row;
    align-items: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    width:50%;
    margin: 40px auto;

}

.leadership-text{
    flex: 0 0 325px;
    font-family: roboto, serif;
    font-size: 20px;
    text-align: center;
    margin-top: 20px;
    vertical-align: top;
//    border: 1px solid black;
    align-self: flex-start;
}
.leadership-text a{
    text-decoration: none;
    color: black;
}

.contact-drop{
margin-left: -90px;
}
.pastorsal{
    display: none;
    transition: .6s;
}

.show-leader{
    width: 100%;
    height:100%;
    top:50px;
    background-color: white;
    position: fixed;
    overflow: scroll;
}

.leader-x{
    right: 60px;
    top: 60px;
    position: fixed;
    text-align: center;
}

.leader-x a{
    color:black;
    text-decoration: none;
}

.leader-image{
    height: 265px;
}

.dd-events{
    right: 100px;
    display: none;
}

.dd-about{
    right:362px;
    display: none;
}

.dd-message{
    right:230px;
    display: none;
}

.dd-contact{
    right:20px;
    display: none;
}

.dd-eventssm{
    right: 20px;
    display: none;
    font-size: 12px;
    color: white;
}

.dd-aboutsm{
//    right:240px;
    display: none;
    font-size: 12px;
    color: white;
}

.dd-messagesm{
    right:150px;
    display: none;
    font-size: 12px;
    color: white;
}

.dd-contactsm{
    right:20px;
    display: none;
    font-size: 12px;
    color: white;
}

.drop-down-content{
//    top: 58px;
    background-color: black;
    position: fixed;
    z-index: 999;
//    transition: .1s;
    border: 1px rosybrown solid;
}

.drop-down-content a{
    color: white;
    text-decoration: none;
    padding: 3px 20px;
}

.drop-down-content ul li{
    padding: 5px 0;
}

.drop-down-content a:hover{
    color: red;
}



.show-message{
    display: block;
    position: absolute;
}
.show-message ul{
    list-style: none;
    padding:0;
}

.message-link-flex{
    flex:0 0 500px;
}

.message-link{
    margin-top: 40px;
    width: 600px;
    height: 400px;
    text-align: center;
    font-family: 'Roboto', serif;
    font-size:18px;
}

.message-flex-item{
    width:1200px;
}

.message-flex-container{
    flex-direction: row;
    align-items: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    width:85%;
    margin: 30px auto;
    justify-content: space-evenly;
}

.message-container{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.message-container iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

.event-container{
    width: 70%;
    margin: 0 auto;
}
.message-bottom-left{
    float: left;
    margin-left: 20px;
    text-align: left;
    margin-top: 5px;
}

.message-bottom-right{
    float: right;
    margin-right: 20px;
    text-align: right;
    margin-top: 5px

}
.navbarsm {
    overflow: hidden;
    background-color: #333;
}


.navbarsm a {
    float: left;
    font-size: 16px;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}


.drop-down{
    overflow: hidden;
    display: inline;
}

.drop-downsm{
    overflow: hidden;
    display: inline-block;
    position: relative;
}
.drop-downsm .dropbtnsm {
    font-size: 16px;
    border: none;
    outline: none;
    color: black;
    padding: 0px 0px;
    background-color: inherit;
    font-family: inherit;
    margin: 0;
}

.drop-downsm-content {
    display: none;
    position: fixed;
    margin-left: -35px;
    background-color: black;
    min-width: 165px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.3);
    z-index: 999;
    text-align: left;
    padding-left: 0;
}

.drop-downsm-content > ul {
    list-style-type: none;
    padding-left: 30px;
    padding-right: 30px;
    margin-left: 0;
}

.drop-downsm-content > ul > li{
    width: 100%;
    padding-left: 0;
    margin-left: 0;
    margin-top: 2px;
}

.drop-downsm-content ul li:hover{
    background-color: red;
}


.drop-downsm-content ul li a {
//    float: left;
    color: white;
    padding-left: 0;
    margin-left: 0;
    text-decoration: none;
//    display: block;
    text-align: left;
    font-size: 14px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.drop-downsm:hover .drop-downsm-content {
    display: block;
;
}

.smnav-menu{
    color: white;
    background-color: black;
    font-size: 14px;
}


label {
    margin:20px 0 0 0;
    position:relative;
    display:inline-block;
}

.textmove {
    padding:10px;
    pointer-events: none;
    position:absolute;
    left:5px;
    top:0;
    transition: 0.2s;
    transition-timing-function: ease;
    transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
    opacity:0.5;
}

input:focus + span, input:not(:placeholder-shown) + span {
    opacity:1;
    transform: scale(0.75) translateY(-100%) translateX(-30px);
}

/* For IE Browsers*/
input:focus + span, input:not(:-ms-input-placeholder) + span {
    opacity:1;
    transform: scale(0.75) translateY(-100%) translateX(-30px);
}

.reg-signup{
    text-align: center;
    font-size: 30px;
    font-weight: bold
}

.covid-warning{
    margin:20px auto;
    text-align: left;
    background-color: #bebebe;
    width: 70%;
    font-family: 'Times New Roman', serif;
    font-size: 24px;
    padding: 20px
}

.spacer{
    padding-top: 0;
}

.halloween{
    display: none;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.3);
    position: fixed;
    top: 80px;
    left: 0;
    overflow: auto;
    bottom: 100px;
}

.h-pics{
    width: 200px;
}

.h-table-flyer{
    width: 800px;
    margin: 0 auto;
    background-color: white
}

.h-table-menu{
    width:500px;
    margin: 0 auto;
    background-color: white;
}

.text input[type='text'], input[type='password'], input[type='number'], select{
//    width:150px;
    background: #fafafa;
    width:210px;
    border:1px solid #ccc;
    height: 40px;
    padding-left: 10px;
    padding-right: 10px;
    -ms-box-sizing:content-box;
    -moz-box-sizing:content-box;
    box-sizing:content-box;
    -webkit-box-sizing:content-box;
    font-size: 16px;
    -webkit-box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.08);
    -moz-box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.08);
    box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.08);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.label-top{
    display: block;
    margin:0;
}

label.error {
    float: none;
    color: red;
    padding-left: 5px;
    vertical-align: top;
    display: block;
    margin: 0;
    text-align: center;
    font-size: 16px;
}

.errortext{
    float: none;
    color: red;
    padding-left: 5px;
    vertical-align: top;
    display: block;
    margin: 0;
    text-align: center;
    font-size: 12px;
    border: 1px solid red;
}

.error{
    float: none;
    color: red;
//    padding-left: 5px;
    vertical-align: top;
    display: block;
//    position: relative;
    margin: 0 auto 10px auto;
    text-align: center;
    font-size: 12px;
}