@charset "UTF-8";
a:link{
	color:#2025F4;
	text-decoration:none;
}

a:visited{
	color:#2025F4;
	text-decoration:none;
}

a:hover{
	color:#886C51;
	text-decoration:none;
}

body{
    /*background: #669999;  green   */
    /*background: #fff;    white */
    /*background: #547f92;   blue */
}


#container{
	position:relative;
	font-family:Palatino Linotype;
	width: 100%;
	margin: auto;
	background: #fff;
}

@media screen and (min-width: 1000px) {
  #container {
    width: 1000px;
    margin: auto;
  }
}




@media screen and (max-width: 800px) {
  #container {
    width: 100%;
  }
}

@media screen and (min-width: 800px) {
  #contact_body {
    position: relative;
    width: 60%;
    left: 20%;
  }
}
@media screen and (max-width: 600px) {
  #contact_body {
    position: relative;
    width: 90%;
    left: 5%;
  }
}



.btn {
  background: #669999;
  /*background-image: -webkit-linear-gradient(top, #669999, #97c79b);
  background-image: -moz-linear-gradient(top, #669999, #97c79b);
  background-image: -ms-linear-gradient(top, #669999, #97c79b);
  background-image: -o-linear-gradient(top, #669999, #97c79b);
  background-image: linear-gradient(to bottom, #669999, #97c79b); */
  font-family: Arial;
  color: #ffffff;
  font-size: 20px;
  padding: 10px 0;
  border: none;
  text-decoration: underline;
}

.btn:hover {
  background: #3399ff;
  /*background-image: -webkit-linear-gradient(top, #3d753f, #7ccc68);
  background-image: -moz-linear-gradient(top, #3d753f, #7ccc68);
  background-image: -ms-linear-gradient(top, #3d753f, #7ccc68);
  background-image: -o-linear-gradient(top, #3d753f, #7ccc68);
  background-image: linear-gradient(to bottom, #3d753f, #7ccc68);*/
  text-decoration: none;
}
#top_spacer{
    position: relative;
    height: 10px;
    width: 100%;
    background: #fff;
}

.header{
    position: relative;
    width: 100%;
    padding: 20px 0px;
    background: #3e6475;
    min-height: 180px;
}

#header_text{
    position: relative;
    width: 90%;
    padding: 0px 5%;
    text-align: center;
}

#main_body{
    position: relative;
    width: 90%;
    padding: 20px 5%;
    text-align: center;
}
#donate_body{
    position: relative;
    width: 90%;
    padding: 20px 5%;
}

#mission_statement{
    position: relative;
    width: 90%;
    padding: 10px 5%;
}




.flex-container {
  display: flex;
  flex-direction: row;
  background: #fff;
  border: 1px solid #547f92;
  font-size: 100%;
  padding: 20px;
}


.flex-item-left {
   flex: 46%;
   padding: 10px 2% 10px 3%;
}

.flex-item-right {
   padding: 10px 3% 10px 2%;
  flex: 46%;
}


@media screen and (max-width: 600px) {
   .flex-container{
    flex-direction: column;   
   }
   
   .flex-item-left{
       width: 95%;
       left: 2.5%;
   }
   
   .flex-item-right {
        width: 95%;
        left: 2.5%;
   }
    
}


#calendar_modified{
    position: relative;
    width: 90%;
    padding: 20px 5%;
}

#churches-list{
    position: relative;
    width: 90%;
    left: 5%;
}

#footer{
    position: relative;
    width: 80%;
    padding: 20px 10%;
    background: #d0e1e1;
    line-height: 1.6;
}

#member_images{
    max-width: 50%;
}

#weekofmonth{
    font-style: italic;
    padding: 0 5px;
}

/* Style the navigation menu */
.topnav {
  overflow: hidden;
  background-color: #333;
  position: relative;
  margin: 0 0 20px 0;
}

/* Hide the links inside the navigation menu (except for logo/home) */
.topnav #myLinks {
  display: none;
}

/* Style navigation menu links */
.topnav a {
  color: white;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 24px;
  display: block;
}

/* Style the hamburger menu */
.topnav a.icon {
  background: #2d7e8d;
  display: block;
  position: absolute;
  right: 2px;
  top: 2px;
}

/* Add a grey background color on mouse-over */
.topnav a:hover {
  background-color: #ddd;
  color: black;
}

/* Style the active link (or home/logo) */
.active {
  background: 	#547f92;
  color: white;
  font-weight: bold;
  border: 2px solid white;
  padding: 2px 0;
  font-size: 120%;
}

