    #advertisement {display:none;}
	.referral-delivery { display:none; }
	
	.clear {
    color:#fff !important; text-shadow: #000000 1px 0 10px; border:1px solid #fff; background-color:transparent !important; height:58px; line-height:58px; border-radius:2px;
  }
  
  .clear:hover {
    color:#000 !important; border:1px solid #fff; background-color:#fff !important; text-shadow: none; border-radius:2px;
  }
  
  .dark {
    color:#000 !important; border:1px solid #000; background-color:transparent !important; height:58px; line-height:58px; border-radius:2px;
  }
  
  .dark:hover {
    color:#fff !important; border:1px solid #79121b ; background-color:#79121b  !important; text-shadow: none; border-radius:2px;
  }
  
  .topnav { position:fixed; top:0px; margin-left: auto; margin-right: auto; left: 0; right: 0; z-index: 999; }
  
  #secondary-nav { text-align:center; top:0; left:0; width:100%; background-color: #79121b;}
  
  #secondary-nav a {
    display: inline-block;
    color: #f2f2f2;
    text-align: center;
    padding: 14px 8px;
    text-decoration: none;
    font-size: 17px;
  }
  
  #primary-footer a {
	  color:#fff !important;
	  text-decoration: none !important;
	  padding:0px 10px 0px 10px;
  }
  
  .topnav a {
    text-decoration: none;
    position: relative;
    color: #fff;
	text-shadow: #000000 1px 0 10px; color:#fff; font-size:40px;
  }

  .topnav a:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    border-bottom: 1px solid #fff;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
  }

  .topnav a:hover:after {
    width: 100%;
  }
  
  
  #user a:after {
     border-bottom:none !important;
  }
  
  #user a:hover:after {
     border-bottom:none !important;
  }
  
  #user a {
      display: inline-block;
      color: #f2f2f2;
      text-align: center;
      padding: 10px 16px;
      text-decoration: none;
      font-size: 17px;
	}
  
  @media (max-width: 800px) {
    .button { width:100%; }
	.section-heading { font-size:50px !important; }
	.secondary-nav { position:absolute; bottom:0px; left:0px; }
	.order-online { margin-top:0px; margin-bottom:0px; }
  }
  
  /* Style the links inside the navigation bar */
  .topnav a {
    display: inline-block;
    color: #f2f2f2;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
  }

  /* Change the color of links on hover */
  .topnav a:hover {
    /* background-color: #ddd; */
    color: #fff;
  }

  /* Add an active class to highlight the current page */
  .active {
    background-color: #4CAF50;
    color: white;
  }

  /* Hide the link that should open and close the topnav on small screens */
  .topnav .icon {
    display: none;
  }

  /* When the screen is less than 600 pixels wide, hide all links, except for the first one ("Home"). Show the link that contains should open and close the topnav (.icon) */
  @media screen and (max-width: 600px) {
	.topnav {top:0px;}
    .topnav a {display: none;}
    .topnav a.icon {
      float: right;
      display: block;
    }
	
	.review-container { height:550px !important; }
	#secondary-nav { display:none; }
	#advertisement {display:block;}
	.referral-delivery { display:block; }
  }

  /* The "responsive" class is added to the topnav with JavaScript when the user clicks on the icon. This class makes the topnav look good on small screens (display the links vertically instead of horizontally) */
  @media screen and (max-width: 600px) {
	.topnav {top:0px;}
    .topnav.responsive {position: relative;}
    .topnav.responsive a.icon {
      position: absolute;
      right: 0;
      top: 0;
    }
    .topnav.responsive a {
      
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
 
      display: block;
      text-align: center;
    }
	
	#user a {
      display: inline-block;
      color: #f2f2f2;
      text-align: center;
      padding: 9px 16px;
      text-decoration: none;
      font-size: 17px;
	  margin-left:auto !important;
	  margin-right:auto !important;
	}
	
  }
  
  #myVideo{position:absolute;right:0;bottom:0;min-width:100%;min-height:100%}.content{position:fixed;bottom:0;background:rgba(0,0,0,.5);color:#f1f1f1;width:100%;padding:20px}#myBtn{width:200px;font-size:18px;padding:10px;border:none;background:#000;color:#fff;cursor:pointer}#myBtn:hover{background:#ddd;color:#000}
  
  #search { display:none; }
  
    /* Smaller than tablet */
  @media (max-width: 550px) {
	.section-heading { font-size: 3.2rem !important; }
  }
  
  /* people */
  
  
  /* Three columns side by side */
.people-column {
  float: left;
  width: 30.3%;
  margin-bottom: 16px;
  padding: 0 8px 0 0px;
  color:#1f1f1f;

}

.person-column {
  margin: auto;
  width: 45%;
  margin-bottom: 16px;
  color:#1f1f1f;


}

/* Display the columns below each other instead of side by side on small screens */
@media screen and (max-width: 650px) {
  .people-column {
    width: 100%;
    display: block;
  }
  
  .person-column {
  margin: auto;
  width: 100%;
  margin-bottom: 16px;
  color:#1f1f1f;


}
}


/* Add some shadows to create a card effect */

#people p { 
  text-align:center;
}

.intro {
  width:70%;
  text-align:center;
  margin:auto;
}
	
.people-card {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

/* Some left and right padding inside the container */
.people-container {
  padding: 0 16px 20px;
}

.people-container h2 {
  font-size:30px;	
  padding:10px 10px 0px 10px;
}

/* Clear floats */
.people-container::after, .people-row::after {
  content: "";
  clear: both;
  display: table;
   justify-content: center;

}

.people-title {
  color: grey;
  margin:0;	
  font-size:22px;
}

.people-organization {
  margin:0;	
  font-size:14px;
}

.people-organization a {
  text-decoration:none;	
}

.people-summary {
  margin-top:10px;;	
}

.people-social {
  padding:0px 0px 20px 0px;
}

.people-tip {
  background-color:#1f1f1f;
  color:#fff;
}

.people-tip:hover {
  background-color:#000;
  color:#fff;
}

.people-container button {
	width:100%;
	margin-bottom:10px;
}

.centered {
    position: absolute;
    bottom: 10%;
    left: 50%;
    transform: translate(-50%, -50%);
	background-color: rgba(0, 0, 0, 0.6); 
	padding:20px 10px 10px 10px;
	width:80%;
	}
	
	.one-half {
    position: relative;
    text-align: center;
    color: white;
	
	}
	
/* prevent zoom on form field focus */
body { font-size: 16px; }
input, select { font-size: 100%; }
  