/* 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, h3, p {
	color: white;
}

h2 {
	font-size: 250%;
}

h3 {
	font-size: 150%;
}

a {
	color: #fff;
	font-weight: bold;
}

.contact {
	color: black;
}

.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;
}

ul {
	color: white;
}

.section li {
	list-style-type: circle !important;
    line-height: 2rem;
	margin-left: 20px;
}

.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%;
}

.home-background {
  height: 300px;
}
    
.top-background {
  height: 300px;
}

.bottom-background {
  height: 1000px;
}

.attraction-background {
  height: 300px;
}

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

#first-name {
	font-size: 100px;
}

#last-name::before {
  content: "\A";
  white-space: pre;
}

#last-name {
	font-size: 42px;
	position: relative;
    top: -30px;
}

.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;	
}

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

.transparent-logo-wrapper {
   position: relative;
   top: -140px;	
}

.transparent-logo img {
	width: 320px;
	top: 22px;
    position: relative;
}

.intro-verbiage {
	color: #d2d2d2;
	text-align: center;
	height: 370px;
}

.intro-title {
	font-weight: bold;
	font-size: 30pt;
	position: relative;
	top: -20px;
}

.intro-subtitle {
	font-size: 23pt;
	padding-bottom: 15px;
	position: relative;
	top: -65px;
}

/*
.contact-background {
  height: 2000px;
}*/

.mobile-home-background {
	display: none;
	height: 300px;
	background-image: url('../black-ornate-background-mobile.jpg');
	background-position: center;
	background-size: cover;
}

.mobile-top-background {
	display: none;
	height: 300px;
	background-image: url('../black-ornate-background-mobile.jpg');
	background-position: center;
	background-size: cover;
}

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

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

.mobile-story-background2 {
	display: none;
	height: 554px;
	background-image: url('../ryan-rothmeyer-classroom-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-bio-background {
	display: none;
	height: 500px;
	background-image: url('../ryan-rothmeyer-bio-background-mobile.jpg');
	background-position: center;
	background-size: cover;
}

.mobile-resume-background {
	display: none;
	height: 300px;
	background-image: url('../ryan-rothmeyer-resume-background-mobile.jpg');
	background-position: center;
	background-size: cover;
}

.mobile-performance-background {
	display: none;
	height: 500px;
	background-image: url('../ryan-rothmeyer-performance-background-mobile.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%;
  }

  .contact-background {
	 height: auto;
  }

  .contact-background .parallax img {
   opacity: 0 !important;
  }
  
  .parallax-container {
    display: none;
  }

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

  .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-bio-background {
    display: block;
  }
  
  .mobile-resume-background {
    display: block;
  }

  .mobile-performance-background {
    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;
  }

  .brick-images {
	padding-top: 300px;
  }
}

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

footer.page-footer {
  margin: 0;
}
