	.carousel-inner {
		box-shadow: 4px 4px 8px black;
	}
	
  	.carousel-inner img {
  		width: 400px;
  		height: 300px;
  	}
  	.carousel-inner h3 {
  		color: white;
  		font-family: Cinzel;
  	}

  	.navbar {
  		opacity: .85;
		/* height: 50px; */
  	}
	
    html, body {
      margin: 0;
      padding: 0;
	  background: -webkit-linear-gradient(bottom right, black, red);
	  background: -moz-linear-gradient(bottom right, black, red);
	  background: -o-linear-gradient(bottom right, black, red);
	  background: linear-gradient(to bottom right, black, red);
    }
	
	span {
			
		font-size: 25px;
		position: fixed;
		font-family: 'Cinzel', serif;
		color: red;
		text-shadow: 2px 2px 4px grey;
	
	}

	#main__h1 {
		margin-top: 1.5em;
	}
	
	#logo {
	
		margin-top: 3.0em;
		font-family: 'Cinzel', serif;
		text-align: center;
		color: red;
		text-shadow: 2px 2px 4px black;
	
	}
	
	#mission {
	
		font-family: 'Cinzel', serif;
		text-align: center;
		color: white;
		text-shadow: 2px 2px 4px black;
		box-shadow: 4px 4px 8px black;
	
	}
	
	
	#address {
	
		text-align: center;
		line-height: 1;
		color: white;
		text-shadow: 2px 2px 4px grey;
	
	}
	
	#copy {
	
		color: white;
		text-align: center;
	
	}
	
	#email {
	
		color: white;
		text-align: center;
		text-shadow: 2px 2px 4px black;
	
	}

	form #website {
		display: none;
	}

	#error {
		margin-top: 1.3em;
	}

	.ohnohoney {
		opacity: 0;
        position: absolute;
        top: 0;
        left: 0;
        height: 0;
        width: 0;
        z-index: -1;
	}
	
		