/* Custom Stylesheet */
/**
 * Use this file to override Materialize files so you can update
 * the core Materialize files in the future
 *
 * Made By MaterializeCSS.com
 */

h1, h2, p {
	color: white;
}

a {
	color: #f2efd3;
}

.brand-logo img {
	height: 150px;
}

.no-pad-bot {
	display: none;
}

.dropdown-content {
	background-color: #222;
}

.dropdown-content li:hover {
	background-color: #444;
}

.dropdown-content li > a {
	color: #fff;
}
/*
#logo-container {
	left: 51%;
	transform: translateX(-49%);
}*/

nav ul a,
nav .brand-logo {
  color: #fff;
}

p {
  line-height: 2rem;
}

.page-footer li ul {
	padding: 5px !important;
}

.sidenav-trigger {
  color: #fff;
}

.parallax-container {
  min-height: 380px;
  line-height: 0;
  height: auto;
  color: rgba(255,255,255,.9);
}

.parallax-container .section {
  width: 100%;
}
    
.top-background {
  height: 1200px;
}

.bottom-background {
  height: 1000px;
}

.attraction-background {
  height: 800px;
}

.top-nav {
	height: 150px !important;
}

.brick-images {
	padding-top: 30px;
	padding-bottom: 10px;
}

.brick-outside {
	position: relative;
	width: 100%;
}

.brick-inside {
	position: relative;
	width: 100%;
}

.center-box {
	z-index: 99;
	position: absolute;
    left:50%;
    width: 320px;
	margin-left:-160px;
    border: 3px solid white;
    padding-top: 20px;
	padding-bottom: 25px;
	padding-left: 30px;
	padding-right: 30px;
    background-color: black;
}

.center-box-wrapper {
   position: relative;
   top: -130px;	
}

.san-antonio {
	z-index: 99;
	position: absolute;
    left:50%;
    width: 320px;
	margin-left:-160px;
}

.san-antonio-wrapper {
   position: relative;
   top: -140px;	
}

.san-antonio img {
	width: 320px;
}

.wedding-verbiage {
	color: #f2efd3;
	text-align: center;
}

.wedding-day {
	font-weight: bold;
	font-size: 30pt;
}

.wedding-date {
	font-size: 23pt;
	padding-bottom: 15px;
}

.mobile-top-background {
	display: none;
	height: 870px;
	background-image: url('../miah-keni-1200.jpg');
	background-position: center;
	background-size: cover;
}

.mobile-bottom-background {
	display: none;
	height: 1000px;
	background-image: url('../san-antonio.jpg');
	background-position: center;
	background-size: cover;
}

.mobile-story-background1 {
	display: none;
	height: 478px;
	background-image: url('../keni-mobile.jpg');
	background-position: center;
	background-size: cover;
}

.mobile-story-background2 {
	display: none;
	height: 554px;
	background-image: url('../miahstang-mobile.jpg');
	background-position: center;
	background-size: cover;
}

.mobile-story-background3 {
	display: none;
	height: 516px;
	background-image: url('../miah-keni-shoot-mobile.jpg');
	background-position: center;
	background-size: cover;
}

.mobile-story-background4 {
	display: none;
	height: 826px;
	background-image: url('../miah-keni-engagement-mobile.jpg');
	background-position: center;
	background-size: cover;
}

.mobile-attractions-background-riverwalk {
	display: none;
	height: 500px;
	background-image: url('../attractions/riverwalk.jpg');
	background-position: center;
	background-size: cover;
}

.mobile-attractions-background-riverboat {
	display: none;
	height: 500px;
	background-image: url('../attractions/riverboat.jpg');
	background-position: center;
	background-size: cover;
}

.mobile-attractions-background-tower {
	display: none;
	height: 500px;
	background-image: url('../attractions/tower-americas.jpg');
	background-position: center;
	background-size: cover;
}

.mobile-attractions-background-alamo {
	display: none;
	height: 500px;
	background-image: url('../attractions/alamo.jpg');
	background-position: center;
	background-size: cover;
}

.mobile-attractions-background-pearl {
	display: none;
	height: 500px;
	background-image: url('../attractions/pearl-district.jpg');
	background-position: center;
	background-size: cover;
}

.mobile-attractions-background-rivercenter {
	display: none;
	height: 500px;
	background-image: url('../attractions/river-center-mall.jpg');
	background-position: center;
	background-size: cover;
}

.mobile-accommodations-background-hotel {
	display: none;
	height: 500px;
	background-image: url('../marriott-riverwalk.jpg');
	background-position: center;
	background-size: cover;
}

.mobile-accommodations-background-room {
	display: none;
	height: 500px;
	background-image: url('../hotel-room.jpg');
	background-position: center;
	background-size: cover;
}

@media only screen and (max-width : 992px) {
  .parallax-container .section {
    position: absolute;
    top: 40%;
  }
  #index-banner .section {
    top: 10%;
  }
  
  .parallax-container {
    display: none;
  }

  .mobile-top-background {
    display: block;
  }

  .mobile-bottom-background {
    display: block;
  }

  .mobile-story-background1 {
    display: block;
  }

  .mobile-story-background2 {
    display: block;
  }

  .mobile-story-background3 {
    display: block;
  }

  .mobile-story-background4 {
    display: block;
  }
  
  .mobile-attractions-background-riverwalk {
    display: block;
  }

  .mobile-attractions-background-riverboat {
    display: block;
  }

  .mobile-attractions-background-tower {
    display: block;
  }

  .mobile-attractions-background-alamo {
    display: block;
  }
  
  .mobile-attractions-background-pearl {
    display: block;
  }
  
  .mobile-attractions-background-rivercenter {
    display: block;
  }
  
  .mobile-accommodations-background-hotel {
    display: block;
  }
  
  .mobile-accommodations-background-room {
    display: block;
  }
}

.sidenav-trigger .material-icons {
	font-size: 75px !important;
	padding-top: 40px;
	position: relative;
	left: -30px;
}

.sidenav li > a > i.material-icons {
	color: #fff;
}

.sidenav {
	background-color: black;
}

.sidenav li > a {
	color: white;
}

.sidenav li {
	background-color: #222;
	border-bottom: 1px solid gray;
}

@media only screen and (max-width : 600px) {
  #index-banner .section {
    top: 0;
  }
}

.icon-block {
  padding: 0 15px;
}
.icon-block .material-icons {
  font-size: inherit;
}

footer.page-footer {
  margin: 0;
}
