body{
	background-color: #c2c2d6;
	font-family: "Optima", sans-serif;
	line-height: 1.5;
	color: #ffffff;
}

h1 {
	font-weight: bold;
}

li {
	font-style: italic;
}

a {
    color: gray;
}

figure {
    height: 300px;
    background-position: center center;
    background-repeat: no-repeat;
    overflow: hidden;
}

.add-padding {
	padding-bottom: 50px;
	padding-top: 50px;
}

.bg-1 {
	background-image:url("../img/what-the-hex.png");
	color: #000000;
}

/*--Photo Gallery--*/
.max-height {
    max-height: 360px;
    overflow: hidden;
}

/*--Jumbotron--*/
.jumbo-image{
    background-image: url("../img/zion_background.jpg") ;
    background-size: cover;
    height: 100vh;
}

.jumbotron{
    margin: 0;
    color: white;
    padding-top: 30vh;
    text-shadow: black 0.3em 0.3em 0.3em;
}

/*--Navigation--*/
.nav-link{
    font-size: 17px;
}

/*--Border--*/
.border-thickness {
    border-width:15px !important;
}

/*--Text Size--*/
.text-larger{
    font-size: 20px;
}