.headerpad {

    padding-top: 10px;
    padding-bottom: 100px;
    background-color: white;
   
}

body {
  /* Margin bottom by footer height */
  margin-top: 70px;
  margin-bottom: 150px;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-color:#dafbfb;
  font-size: 18px;
  color: #364242;
  
}

.footer {
padding-top: 10px;
padding-bottom: 10px;
position: fixed;
bottom: 0;
width: 100%;
height: 75px;            /* Footer height */
background-color: lightgray;
}

.black{
    background-color: black;
}


/* unvisited link */
a:link {
  color: #29a1f6;
}

/* visited link */
a:visited {
  color: #29a1f6;
}

/* mouse over link */
a:hover {
  color: #12c3a1;
}

/* selected link */
a:active {
  color: #12c3a1;
}


.container_full {
    width: 100%;
    
} 

.image-pad {
    
    padding-left: 35px;
    padding-bottom: 5px;
    
}

.pad {
    padding-top: 10px;
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 10px;
}

.pad2 {
    padding-top: 10px;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 10px;
}

.pad3 {
    padding-top: 0px;
    padding-right: 20px;
    padding-left: 0px;
    padding-bottom: 10px;
    
}

.pad_banner {
    padding-top: 20px;
}

.imgright {
  float: right;
}


.column {
  float: left;
  width: 33.33%;
  padding: 5px;
}

/* Clear floats after image containers */
.row::after {
  content: "";
  clear: both;
  display: table;
}


h5 {
   color: white;
    
}

.text-white {
    color: white;
}
        
.blue_text {
    color: #383568;
    }

.textSlogan {
    font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
    color: black;
    font-size: 2.0em;

}

.textSlogan2 {
    font-family: "arial, sans-serif;
    color: black;
    font-size: 1.33em;
    font-style: italic;

}

.textAddy {
    font-family: "arial, sans-serif;
    color: black;
    font-size: 1.2em;

}



.righColborder {
    border-right-color: navajowhite;
    border-right-style: solid;
    border-width: thin;
    
}

.white {
    background-color:white;
}

.foot {
	
	   margin-top: 250px;
	  margin-bottom: 0px;
	   padding-top: 25px;
	   padding-left: 25px;
	   background-color: #dfdbdb;
		position: absolute;
		height: 400px;
}
	

.black {
    background-color:black;
}

.gold {
    color: gold;
}

.red {
    color: red;
}

.credit {
    font-size: 12px;
    
}

.bg1 {
    background-image: url(images/ewdl_logo1.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    
}

.body_bg {
    background-image: url(images/ewdl_logo1.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
 

    
}

.stroke { 
   border:1px solid;
    color: darkgrey;
}


.position_center {
    object-position: center;
}




 .corners {
      -webkit-border-radius: 10px !important;
         -moz-border-radius: 10px !important;
              border-radius: 10px !important;
      -webkit-border-top: 10px !important;
         -moz-border-top: 10px !important;
              border-top: 10px !important;
      -webkit-border-bottom: 10px !important;
         -moz-border-bottom: 10px !important;
              border-bottom: 10px !important;

     margin-top: 10px;
     margin-bottom: 20px;
 }


 .corners2 {
      -webkit-border-radius: 10px !important;
         -moz-border-radius: 10px !important;
              border-radius: 10px !important;
      -webkit-border-top: 10px !important;
         -moz-border-top: 10px !important;
              border-top: 10px !important;
      -webkit-border-bottom: 10px !important;
         -moz-border-bottom: 10px !important;
              border-bottom: 10px !important;

     margin-top: 15px;
     margin-bottom:15px;
     padding-top: 10px;
     background-color: #f6f5f4;
     opacity: 0.;
 }

 .corners3 {
      -webkit-border-radius: 10px !important;
         -moz-border-radius: 10px !important;
              border-radius: 10px !important;
      -webkit-border-top: 10px !important;
         -moz-border-top: 10px !important;
              border-top: 10px !important;
      -webkit-border-bottom: 10px !important;
         -moz-border-bottom: 10px !important;
              border-bottom: 10px !important;


 }


 .corners4 {
      -webkit-border-radius: 15px !important;
         -moz-border-radius: 15px !important;
              border-radius: 15px !important;
      -webkit-border-top: 15px !important;
         -moz-border-top: 15px !important;
              border-top: 15px !important;
      -webkit-border-bottom: 15px !important;
         -moz-border-bottom: 15px !important;
              border-bottom: 15px !important;
             

     margin-top: 0px;
	 margin-right: 0px;
     margin-bottom: 10px;
	 margin-left: 10px;


 }

.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}


hr{
  border-top: 7px solid;
  color: #157561;

}



.googleCalendar{
  position: relative;
  height: 100%;
  width: 100%;
  padding-bottom: 600px;
}

.googleCalendar iframe{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}



.videocontainer {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}
.video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}






 /* Responsive iFrame */
 .responsive-iframe-container {
     position: relative;
     padding-bottom: 56.25%;
     padding-top: 30px;
     height: 0;
     overflow: hidden;
 }
 .responsive-iframe-container iframe,   
 .vresponsive-iframe-container object,  
 .vresponsive-iframe-container embed {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
 }



.responsive-video {
position: relative;
padding-bottom: 56.25%;
padding-top: 60px; overflow: hidden;
}


.responsive-video iframe,
.responsive-video object,
.responsive-video embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

.pitch {
  font-family: 'Open Sans Condensed',sans-serif;
}



.map-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}


