

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
   
a, a:link, a:hover, a:visited, a:active {
	color:#fff;
	text-decoration:none;
}

hr {
  width:80%;
  border-top:1px solid #00243d;
}

ul {
  padding-left:0px;
  list-style:none;
}

/*********** Jumbotron ***********/
   
.jumbotron {
  margin-bottom:0px;
  padding-top:0px;
  padding-left:0px;
  padding-right:0px;
  padding-bottom:130px;
  border-top:10px solid #00243d;
  background-image:url(../img/bbq-bckgrnd.jpg);
  background-repeat:no-repeat;
  background-position:-200px 0px;
  background-size:cover;
  position:relative;
}

#bbq-logo {
  max-width:525px; 
}

#tagline {
  width:100%;
  padding:20px;
  margin-bottom:0px;
  background: rgba(0,0,0,0.6);
  font-size:21px;
  font-weight:400;
  color:#fff;
  position:absolute;
  bottom:0px; 
}

/*********** Social Section ***********/

#social {
  padding-top:25px;
  padding-bottom:15px;
  background:#00243d;
  text-align:center; 
}

svg.icon {
  min-width:45px;
  max-width:55px;
  min-height:45px;
  max-height:55px;
  margin:0px 5px; 
}

#social p {
  height:50px;
  line-height:50px;
  text-align:center;
  font-size:24px;
  color:#fff; 
}

#social button {
	margin-bottom:15px;
}

#photo-btn {
  margin-bottom: 15px; 
}

/*********** Date / DJs ***********/

#guest-text {
	width:95%;
	background-color: #00243d;
	margin-bottom: 20px; 
	padding: 10px 5px 15px 5px;
	color: #fff;
}

#djs {
  background:#e2f2ff; 
}

#djs .row {
  max-width:992px; 
}

#bbq-date {
  color:#00243d; 
}

.panel {
  border-radius:10px; 
}

.panel .panel-footer {
  background:#00243d;
  color:#fff;
  border-bottom-left-radius:10px;
  border-bottom-right-radius:10px; 
}

.panel p {
  margin-bottom:0px;
  font-size:1.6em;
  line-height:50px; 
}

/*********** Info ***********/

#bbq-info {
  padding-top:25px;
  padding-bottom:25px;
  text-align:center;
  color:#666; 
}

#bbq-info span {
  padding:0px 10px;
  opacity:0.5; 
}

#bbq-info h4  {
  margin-top:20px;
}

/*********** RSVP / Sponsor ***********/

#rsvp {
  padding-top:25px;
  padding-bottom:25px;
  background:#fff4d4; 
}

#access .form-control {
  margin-bottom:15px;
  text-align:center;
  text-transform:none;
  border:2px solid #f90; 
}

#access .btn {
  width:100%;
  margin-left:auto;
  margin-right:auto;
  background:#f90;
  color:#fff; 
}

#rsvp hr {
   border-top:1px solid #f90;
}

#access {
  display:block; 
}

.disclaimer {
	color:#f90;
}

.thanks {
  color:#f90;
  display:none; 
}

.closed {
  color:#f90;
	display:none;
}

input[type='text'], textarea {
  font-size:16px;
  text-transform:capitalize;
}

#dd01 {
  padding-left:0px; 
}

#dd02 {
  padding-right:0px; 
}

.sponsor svg {
   max-width:200px;
   max-height:200px;
   margin-top:25px;
   margin-bottom:25px;
   fill:#f90;
}

/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */

/* Small devices (tablets, 768px and up) */
@media screen and (min-width: 768px) {
  hr {
    width:60%;
  }
  
  .jumbotron {
    padding-bottom:75px;
    background-position:center;
  }
	
	#guest-text {
		width:740px;
	}
  
  #rsvp input.form-control {
    margin-bottom:0px;
  }
  
  #rsvp hr {
   width:60%;
  }
 
  .sponsors {
    width:750px;
  }

}

/* Medium devices (desktops, 992px and up) */
@media screen and (min-width: 992px) {
  .jumbotron {
    padding-bottom:50px;
  }
	
	#guest-text {
		width:960px;
	}
	
  .sponsors {
    width:970px;
  }
  
  .panel h2 {
    font-size:20px; 
  }
  
  .panel svg.icon {
    min-width:35px;
    max-width:35px;
    min-height:35px;
    max-height:35px; 
  }
}

/* Large devices (large desktops, 1200px and up) */
@media screen and (min-width: 1200px) {
  
	#bbq-info {
    text-align:center; 
  }
	
	
}











