@charset "UTF-8";
#header {
	height: 70px;
}

#content {
	min-height: calc(100vh - 70p);
}

.nav-color {
    background-color: #3D6475;
}

.dropdown-menu {
	background-color: #3D6475;
}

.edgewood-brand {
    background-image: url(../images/edgewood-brand.png);
    height: 30px;
}

.white-text {
    color: #3D6475 !important;
}

#footer {
    position: static;
    bottom: auto;
    background-color: #3D6475;
    color: #fff;
    width: 100%;
    height: 135px;
    padding-bottom: 10px;
    padding-top: 10px;
    padding-right: 20px;
    padding-left: 20px;
}

#mobilefooter {
    position: static;
    bottom: auto;
    background-color: #2B5F6D;
    color: #fff;
    width: 100%;
    height: 280px;
    padding-bottom: 10px;
    padding-top: 10px;
    padding-right: 20px;
    padding-left: 20px;
}

.tilesbg {
    background-image: url(../images/indexbgimagewoodtexture.jpg);
}

.carousel-overlay {
    position: absolute;
    top: 10%;
    left: 10%;
    z-index: 1;
    color: white;
    max-width: 90%;
}
.carousel-overlay-text {
    color: white;
    text-shadow: 4px 4px 4px rgba(0,0,0,.6);
}

.woodgrain {
    background-image: url(../images/indexbgimagewoodtexture.jpg);
}

.sponsorbg {
	background-color: #333333;
	width: 100%;
}

.sermoncondense {
    margin-right: 30px;
    margin-left: 30px;
    margin-top: 20px;
}

.conferencespeaker {
    width: 300px;
}

.conferencelink {
    width: 500px;
}

a.anchor {
    display: block;
    position: relative;
    top: -80px;
    visibility: hidden;
}

.td-min {
	width: 100px;
}

hr.solid {
  border-top: 2px solid #fff;
}

.schedulebg {
    background-color: #FFFFFF;
}

.hs-textcolor {
    color: #3D6475;
}

.conferencemap {
}
