

/*#62CCCA*/


/* general styles */
html, body {
  height: 100%;
  width: 100%;
  font-family: "Dax";
}

/* padded section */
.pad-section {
  padding: 50px 0;
}
.pad-section img {
}
.pad-top {
  padding: 50px 0 0 0;
}

/* vertical-centered text */
.text-vcenter {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}
.text-vcenter h1 {
	font-size: 4.5em;
	font-weight: 700;
	margin: 0;
	padding: 0;
}

.vcenter {
    display: inline-block;
    vertical-align: middle;
}

/* additional sections */
#home {
	background: url(../images/header_opacity3.png) no-repeat center center fixed; 
	display: table;
	height: 100%;
	position: relative;
	width: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;	
}

h1 {
	font-family: "Pinafore";
	font-size: 76px;
	color: #62CCCA;
}

#home h1 {
	font-family: "Pinafore";
	font-size: 100px;
	color: #000;
}

.home-more {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
}

.home-more a {
    display: block;
    width: 50px;
    height: 40px;
    margin: 0 auto;
    border-radius: 4px;
    -webkit-transition: background 300ms ease-out;
    background: rgba(98, 204, 202,0.7);
    color: #333;
}

.home-more a:hover {
	-webkit-transition: background 300ms ease-out;
	background: #333;
	color: #ccc;
}

.home-more i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    height: 8px;
    width: 16px;
}

#venue, #gifts, #map {
	text-align: center;
}

#venue h2 {
	color: #62CCCA;
}

#wrapper { 
	position: relative; 
	height: 500px;
}
#map-google { 
	height: 100%;
}

#map-venue { 
	width: 100%;
	height: 350px;
}

#map-destination { 
	position: absolute; 
	top: 40px; 
	left: 50px; 
	z-index: 99;
}

@media only screen and (max-width: 689px) {
    #map-details  {
        display: none;
    }
}

#map-details { 
	position: absolute; 
	top: 10px;
	right: 10px; 
	z-index: 99;
	width: 500px;
	background: white;
	margin: 40px 0px 0px 0px;
    height: 82%;
}

#map-photo {
    width: 100%;
    background-size: 100%;
    background-position: center;
    height: 199px;
}

.text-holder {
    text-align: left;
    padding: 1em 1.5em;
    overflow-y: hidden;
}

.destination-name {
    margin: 0.4em 0;
}

.description {
    margin-top: 1em;
}

.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
	background-color: #62CCCA;
    border-color: #62CCCA;
}

.navbar-default .navbar-nav>li>a:hover {
    color: #62CCCA;
}
.navbar-default .navbar-brand,
.navbar-default .navbar-brand:hover {
	font-family: "Pinafore";
	font-size: 30px;
	color: #62CCCA;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
	background-color: rgba(0, 0, 0,0);
    color: #62CCCA;
}

a {
    color: #337ab7;
    text-decoration: none;
}

a {
    color: #38adab;
}

a:focus, a:hover {
    color: #62CCCA;
    text-decoration: none;
}