

@font-face {
    font-family: CopperBold;
    src: url('/images/COPRGTB.TTF');
}

@font-face {
    font-family: CopperLight;
    src: url('/images/COPRGTL.TTF');
}

.antispam {
  display: none; 
    
}


body {
	font-size: 18px;
	background: #f0f0f0;
	color: #021e5f;
	margin:0;
	padding:0;
	width: 100%;
	min-width: 360px;
	font-family: Tahoma, Verdana, Helvetica, arial;
	}
	
.topbg {
	background: #5a9bd5;
	border: 0;
	height: 70px;
	width: 100%;
	min-width: 360px;
    top: 0;
    position: fixed;
    z-index: 99;
    box-shadow: 0 5px 10px black;
	}
	
	
.tophead {
    max-width: 1050px;
	border: solid 0px #ff0000;
    margin-left: auto;
    margin-right: auto;
}
	
#topmenu {
    top:80px;
    margin-top: 85px;
    position: fixed;
    max-width: 1050px;
	border: solid 0px #ff0000;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

	
#headinfo {
    float:right;
    margin-right: 5px;	 
    color: #ffffff;
    transition: 0.7s ease;
	font-size: 12px;
    margin-top: 5px;
	}
	
#headinfo a {
    text-decoration:none;
    color: #ffffff;
	}
	
	
#headinfo a:hover {
    text-decoration:underline;
	}

	
.normal {
    color: #021e5f;
}

#menubox {
    width: 20px;
    height: 20px;
    border: solid 1px #000000;
    position: fixed;
    top: 2px;
    float: right;
}


#sitelogo {
    max-width: 100%;
    height: 69px;
    transition: 0.7s ease;
	}

#header {
    transition: 0.7s;
}
	

.mainbody {
	margin-top: 2px;
    display: block;
    text-align: center;
	border: solid 0 #ff0000;
    padding: 10px 0;
    margin-left:auto;
    margin-right:auto;
    border: solid 0px #007777;
    max-width: 1100px;
}

.container1 {
	margin-top: 95px;
	margin-bottom: 1px;
    }
    
.container2 {
	margin-top: 10px;
	margin-bottom: 2px;
    }
    
.contactbody {
	margin: 10px;
	text-align: left;
	border: solid 0px #ff0000;
    display: block;
    }
    



.box, .smbox, .lgbox {
	background: #ffffff;
    text-align: center;
    max-width: 350px;
    margin: 2px;
    margin-top:5px;
    line-height: 1.4;
    border: solid 1px #CCCCCC;
    display: inline-block;
    border-radius: 10px;
}

.box {
    min-height: 620px; 
}

.smbox {
    margin:2px;
    margin-left:2px;
    margin-right:2px;
    padding-left:2px;
    padding-right:2px;
    max-width: 155px;
    height: 170px; 
}



.lgbox{
    max-width: 1000px;
    padding-left: 10px;
    padding-right: 10px;
}





.listbox{
	background: #ffffff;
    text-align: center;
    max-width: 550px;
    line-height: 1.4;
    border: solid 0px #CCCCCC;
    display: inline-block;
    overflow:auto;
    border-radius: 10px;
    padding: 10px;
}

a {
    color: blue;    
    text-decoration:underline; 
}
a:hover {
    text-decoration:none;    
}

.map1{
    margin-top: 20px;
}
.map2{
    margin-top: 10px;
}


#box1:hover {
    background: rgba(0, 255, 0, 0.1); /* Green background with 30% opacity */
}

#box2:hover {
    background: rgba(0, 0, 255, 0.1); /* Green background with 30% opacity */
}

#box3:hover {
    background: rgba(255, 0, 0, 0.1); /* Green background with 30% opacity */
}


.box1:hover {
    background: #d8f2d8; /* pale green */
}

.box2:hover {
    background: #e7f0f9; /* pale blue */
}

.box3:hover {
    background: #d8d8f2; /* pale purple */
}

.box4:hover {
    background: #fffaeb; /* pale yellow */
}

.box5:hover {
    background: #fcece1; /* pale orange */
}

.box6:hover {
    background: #ffdede; /* pale red */
}


.boximage, .smboximage{
  width: 330px;
  height: 240px;
  margin-top:10px;
  border-radius: 8px 8px 0 0;
  border: solid 1px #CCCCCC;
}

.smboximage{
  width: 145px;
  height: 100px;
  border-radius: 6px;
  margin-top:5px;
}

.lgboximage{
  width: 330px;
  height: 240px;
  margin:10px;
  border-radius: 8px;
  border: solid 1px #CCCCCC;
}

.boxtitle, .smboxtitle {
    margin: 2px;
    padding-top: 7px;
    padding-bottom: 0px;
    min-width:240px ;
    font-weight: bold;
    font-size: 24px;
    font-family: CopperLight;
    text-align: center;
    display: block;
	color: #021e5f;
    border: solid 0px #CCCCCC;
}

.smboxtitle {
    
    font-size: 14px;
    min-width:120px ;
    font-weight: normal;
    
}




.boxtext, .smboxtext {
    text-align: center;
    font-size: 16px;
    font-weight: 150;
    border: solid 0px #CCCCCC;
    color: #000000;
    border-radius: 10px;
    display: inline-block;
    transition: background 2s;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 15px;
}


.boxtext {
    height:310px;
    padding-bottom: 1px;
}

.boxbutton, .noboxbutton, .btn-warning, .btn-danger  {
    min-width:130px;
    min-height:43px;
	background: #5a9bd5;
	color: #ffffff;
    border: solid 1px #AAAAAA;
    border-radius: 5px;
    margin-bottom: 10px;
    font-size: 18px;
    padding: 7px 7px;
    font-family: CopperLight;
    cursor: pointer;
    transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

.btn-warning{
    color:#212529;
    background-color:#ffc107;
    border-color:#ffc107
    
}

.btn-danger{
    color:#fff;
    background-color:#dc3545;
    border-color:#dc3545
    
}

.noboxbutton {
    font-size: 14px;
  cursor: no-drop;
}


.boxbutton:hover {
	background: #021e5f;
}


.btn-warning:hover
{
    color:#ffffff;
    background-color:#e0a800;
    border-color:#d39e00
}


.btn-danger:hover {
    color:#fff;
    background-color:#c82333;
    border-color:#bd2130
}

.socials {
    width: 35px;
    height: auto;
    margin-left: 30px;
    margin-right: 30px;
}

#socialcontainer {
    margin-top: 70px;
    margin-bottom: 70px;
}

.title {
    margin: 2px;
    padding-top: 15px;
    padding-bottom: 15px;
    font-weight: bold;
    font-size: 15px;
    color: #5a9bd5;
}


.eventmap {
    width: 300px;
    height: 300px;
    border: solid 1px #CCCCCC;
    vertical-align: baseline;
    margin-bottom: 20px;
    border-radius: 6px;
    
}

.smallprint {
    
	font-size: 12px;
}
    
#footer {
    font-size: 70%;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.floatright {
  float: right;
}

h1 {
  margin-bottom: 0;
  font-family: CopperLight;
}

h2 {
  margin-bottom: 0;
  font-family: CopperLight;
}

h4 {
  margin-bottom: 0;
  font-family: CopperLight;
}

.rsvpgoing, .rsvpnotgoing {
    font-family: CopperLight;
    font-size: 24px;
    font-weight: bold;
    
}

.rsvpgoing {
    color: green;
}

.rsvpnotgoing {
    color: red;
}

ul {
    
    text-align: left;
    max-width: 500px;
}


.event, .postevent{
	background: #ffffff;
    text-align: center;
    font-size: 12px;
    max-width: 350px;
    height: 400px; 
    margin: 2px;
    border: solid 1px #CCCCCC;
    display: inline-block;
    overflow:auto;
  
  border-radius: 10px;
}

.eventimage{
  width: 290px;
  height: 200px;
  margin-top:30px;
  border-radius: 10px 10px 0 0;
}


.hiddenevent {
  visibility: hidden;
}


.eventtext {
    padding-left: 30px;
    padding-right: 2px;
    text-align: left;
    min-height:90px;
    display:block;
}


.highlight {
    font-weight: bold;
    color: #5a9bd5;
}

.highlight1 {
    font-weight: bold;
}

.highlight2 {
    color: #ff0000;
}

.highlightnote {
    font-weight: bold;
    color: #ff0000;
    line-height: .8;
	font: 55% Verdana, Helvetica, Arial;
}

.p {
    margin-top: 0;
    font-size: 90%;
}


.floatleft {
    text-align:left;
    
}

td, th {
    width: 200px;
    text-align:left;
}


input {
    padding: 5px 5px;
    line-height: 1.4px;
}
	
	

	
	
	
.tophead {
    max-width: 1050px;
	border: solid 0px #ff0000;
    margin-left: auto;
    margin-right: auto;
}


.animateleft{
    position:relative;
    animation:animateleft 1s
}





/* ***** START PIC POPUP ***** */

#myImg {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}

#myImg:hover {opacity: 0.7;}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 60px;
  width: 100%; /* Full width */
  height: 1000px; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
  margin-left:auto;
  margin-right:auto;
}

/* Modal Content (image) */
.modal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
}

/* Caption of Modal Image */
#caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}

/* Add Animation */
.modal-content, #caption {  
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
  from {-webkit-transform:scale(0)} 
  to {-webkit-transform:scale(1)}
}

@keyframes zoom {
  from {transform:scale(0)} 
  to {transform:scale(1)}
}

/* The Close Button */
.close {
  position: absolute;
  top: 30px;
  right: 35px;
  color: #ffffff;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close:hover,
.close:focus {
  color: #ddd;
  text-decoration: none;
  cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
  .modal-content {
    width: 100%;
  }
}

/* ***** END PIC POPUP ***** */


@keyframes animateleft {
    from {
        left:-200px;
        opacity:0;
    }
    to {
        left:0;
        opacity:1;
    }
}

.animateright{
    position:relative;
    animation:animateright 1s
}
@keyframes animateright {
    from {
        right:-200px;
        opacity:0;
    }
    to {
        right:0;
        opacity:1;
    }
}

.animatebottom{
    position:relative;
    animation:animatebottom 1s
}
@keyframes animatebottom {
    from {
        bottom:-200px;
        opacity:0;
    }
    to {
        bottom:0;
        opacity:1;
    }
}

.animatetop{
    position:relative;
    animation:animatetop 1s
}
@keyframes animatetop {
    from {
        top:-200px;
        opacity:0;
    }
    to {
        top:0;
        opacity:1;
    }
}
	
	
	
@media screen and (max-width: 480px) {


    

}

