
body {
	font-family: dunbar-tall, sans-serif;
	font-weight: 400;
	font-style: normal;
}

header {
	width: 100%;
	height: 70px;
	background-color: black;
}

body {
	width: 100%;
	height: auto;
	background-color: #FFFFF0;
	margin: 0;
	padding: 0;
}

main {
	width: 80%;
	margin: 0 auto;
}

h2 {
	font-family: dunbar-tall, sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 2.5em;
	padding: 30px;
	line-height: 60px;
}

h3 {
	font-family: dunbar-tall, sans-serif;
	font-size: 3em;
	padding: 0;
	margin: 0;
	align-items: baseline;
}

hr.solid {
	width: 100%;
	border-top: 3px solid black;
	margin: 0px;
	padding: 0px;
}

div {
	margin: 0;
	padding: 0;
}

footer {
	width: 100%;
	height: auto;
	background-color: black;
	align-items: center;
	display: inline-block;
	margin: 0;
	padding: 0;
}

figure {
	width: 35%;
	padding-top: 10px;
	float: left;
}

span {
	color: white;
	float: right;
	margin-right: 25px;
	margin-top: 10px;
	font-size: 2em;
	padding-top: 2px;
}

a {
	text-decoration: none;
	color: black;
}

a:hover {
	color: orange;
	letter-spacing: 4px;
	transition: 0.3s;
}


.overlay {
            height: 0%;
            width: 100%;
            position: fixed;
            top: 0;
            left: 0;
            background-color: #282828;
            overflow-y: hidden;
            transition: 1.0s;
        }
  
        .overlay-content {
            position: relative;
            top: 25%;
            width: 100%;
            text-align: center;
        }
  
        .overlay a {
            padding: 10px;
            text-decoration: none;
            font-size: 2.7em;
            color: white;
            display: block;
            transition: 0.3s;
        }
  
        .overlay a:hover,
        .overlay a:focus {
            color: orange;
			letter-spacing: 6px;
        }
  
        .overlay .closebtn {
            position: absolute;
            top: 10px;
            right: 35px;
            font-size: 4em;
        }




.white {
	font-family: dunbar-tall, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: .8em;
	color: white;
	float: right;
	padding-top: 25px;
	padding-right: 25px;
}

.list {
	font-size: 1.2em;
	line-height: 45px;
	font-family: dunbar-tall, sans-serif;
	font-weight: 400;
	font-style: normal;
}

.action {
	margin-top: 120px;
}

.image-flex {
	width: 100%;
}

.center {
	text-align: center;
}

.stripe {
	width: 100%;
	height: 10px;
	background-image:url("../img/Tiger_Fur_Print.jpg");
}

.tiger {
	font-size: 5em;
	line-height: 100px;
	text-align: center;
	background: url("../img/Tiger_Fur_Print.jpg");
	background-size: cover;
	background-clip: text;
	-webkit-backgroud-clip: text;
	-webkit-text-fill-color: transparent;
}


@media only screen and (max-width: 650px) {
	
	h2 {
	font-family: dunbar-tall, sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 1.3em;
	padding: 30px;
	line-height: 50px;
}
	
	h3 {
	font-family: dunbar-tall, sans-serif;
	font-size: 2em;
	padding: 0;
	margin: 0;
	align-items: baseline;
}
	
	.list {
	font-size: .8em;
	line-height: 35px;
	font-family: dunbar-tall, sans-serif;
	font-weight: 400;
	font-style: normal;
}
	
	span {
		font-size: 1.2em;
		padding-top: 10px;
	}
	
	.overlay a {
		font-size: 1.8em;
	}
	
	.overlay .closebtn {
		font-size: 2.2em;
	}
	
	.tiger {
		font-size: 2em;
		line-height: 50px;
	}
}