@font-face {
    font-family: 'American Captain';
    src: url("fonts/American-Captain.otf");
}

@font-face {
    font-family: 'Market Deco';
    src: url("fonts/Market-Deco.ttf");
}

@font-face {
    font-family: 'Atlantic Cruise';
    src: url("fonts/Atlantic-Cruise.ttf");
}

@font-face {
    font-family: 'Source Code Pro';
    src: url("fonts/SourceCodePro.otf");
}

@font-face {
    font-family: 'Source Sans';
    src: url("fonts/Source-Sans.otf");
}

h1 {
    font-family: 'American Captain';
    margin-bottom: 0;
}

h2 {
	font-family: 'Market Deco';
}

h3 {
    font-family: 'Atlantic Cruise';
}

p {
	font-family: 'Source Sans';
}

li a {
	text-decoration: none;
	color: #EAB090;
} 

li a:hover {
	color: white;
}

/* INTRO */

#section0 {
    background: #7A2A19;
	text-align: center;
	outline: 3px solid #A38041;
	outline-offset: -35px;
	height: auto;
}

#section0 h1 {
	color: #ECCB94;
	font-size: 70px;
	margin-top: -25px;
	margin-bottom: 0;
}

#section0 h3 {
	color: #ECCB94;
	font-size: 25px;
	margin-bottom: 0;
}

#section0 img {
	max-width: 500px;
	max-height: 500px;
	padding-bottom: 2em;
}

#section0 ul {
	list-style-type: none;
	display: inline;
	font-family: 'Source Code Pro';
	color: #EAB090;

}

.club {
	position: absolute;
	left: 200px;
	top: 500px;
}

.diamond {
	position: absolute;
	right: 225px;
	top: 500px;
}

/* HISTORY */

#section1 {
	background-image: url("imgs/sand.jpg");
	height: 300px;
	text-align: center;
}

#section1 img {
	height: 250px;
	width: 300px;
}

#section1 h1 {
	color: #A38041;
	font-size: 100px;

}

#section1 p {
	color: #3A3A3A;
	font-size: 15px;
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
}


.white {
	background: white;
	width: 1000px;
	height: 680px;
	margin-top: -39em;
	margin-left: auto;
	margin-right: auto;
	box-shadow: 5px 5px 10px gray;

}

/* LUCKY 38 */

#section2 {
	
	background: #592820;
}

.lucky {
	display: grid;
	grid-template-columns: 1fr 1fr;
}

#section2 h2 {
	color: #EAB090;
	font-size: 100px; 
	padding-left: 1em;
	grid-column: 1/2;
}


#section2 p {
	color: white;
	font-size: 15px;
	padding-left: 7em;
	grid-column: 1/2;
}

#section2 img {
	grid-column: 2/3;
	position: absolute;
	left: 1200px;
	top: 400px;
}

/* THE TOPS */

#section3 {
	
	background: #EAB090; 
	text-align: right;
}

.tops {
	display: grid;
	grid-template-columns: 1fr 1fr;
}

#section3 h2 {
	grid-column: 2/3;
	color: #5B3421;
	font-size: 100px;
	padding-right: 2em;
}

#section3 p {
	color: #5B3421;
	grid-column: 2/3;
	padding-right: 8em;
}

#section3 img {
	grid-column: 1/2;
	position: absolute;
	right: 1200px;
	bottom: 200px;
}

/* GOMORRAH */

#section4 {
	background: #BF742E;
	text-align: left;
}

.gomorrah {
	display: grid;
	grid-template-columns: 1fr 1fr;
}

#section4 h2 {
	color: white;
	font-size: 100px;
	padding-left: 1em;
	grid-column: 1/2;
}

#section4 p {
	color: white;
	padding-left: 7em;
	grid-column: 1/2;
}

#section4 img {
	grid-column: 2/3;
	position: absolute;
	left: 1200px;
	top: 400px;
}

/* ULTRA LUXE*/

#section5 {
	background: #E0AE5F;
	text-align: right;
}

.ultra {
	display: grid;
	grid-template-columns: 1fr 1fr;
}

#section5 h2 {
	grid-column: 2/3;
	color: #F9D8AC;
	font-size: 100px;
	padding-right: 2em;
}

#section5 p {
	color: #F4E1CB;
	padding-right: 8em;
	grid-column: 2/3;
}

#section5 img {
	grid-column: 1/2;
	position: absolute;
	right: 1200px;
	bottom: 200px;
}

/* CHAIRMEN*/

#section6 {
	background: #7A2A19;
	
}

.chairmen {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
}

#section6 h2 {
	color: #EAB090;
	font-size: 100px;
	text-align: center;
	grid-column: 3/5;
	padding-right: 2em;
}

#section6 p {
	color: #F4E1CB;
	text-align: right;
	grid-column: 3/5;
	padding-right: 5em;
	margin-top: -200px;
}

#section6 img {
	grid-column: 1/3;
	max-width: 500px;
	max-height: 500px;
	padding-left: 5em;
	border-bottom: 5px solid #F4E1CB;
}

/* OMERTAS*/

#section7 {
	background: #EAB090;
}

.omertas {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
}

#section7 h2 {
	text-align: center;
	color: #F9D8AC;
	font-size: 100px;
	grid-column: 1/3;
	margin-top: -300px;
}

#section7 p {
	color: #F4E1CB;
	padding-left: 8em;
	grid-column: 1/3;
	margin-top: -100px;
}

#section7 img {
	grid-column: 4/5;
	max-width: 500px;
	max-height: 500px;
	padding-right: 8em;
	border-bottom: 5px solid #F4E1CB;
}

/* WHITE GLOVE*/

#section8 {
	background: #A38041;
	text-align: right;
}

.whiteglove {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
}

#section8 h2 {
	color: white;
	font-size: 100px;
	grid-column: 3/5;
	padding-right: 2em;
}

#section8 p {
	color: #F4E1CB;
	grid-column: 3/5;
	padding-right: 5em;
}

#section8 img {
	max-width: 500px;
	max-height: 500px;
	padding-left: 5em;
	border-bottom: 5px solid #F4E1CB;
}