* {
margin: 0;
padding: 0;
}

body {
	text-align:left;
	background-color:#ff431d;
	}

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

a:hover { 
	color:white; 
	text-decoration: underline;
	}
	
.overlay{    
	background: linear-gradient(#ff431d, white);
    position:fixed;
    width:100%;
    height:70%;	
	bottom:0;
	z-index:-1000;
	}

.content{
	margin:0px;
	padding:80px;    
	font-size: 24px;
	color: #ffffff;
}

.upper{
	color: #ffffff;
	}

.title{ 
	font-family: 'Pathway Gothic One', sans-serif;
	font-size: 64px;
	}

.subtitle{
	font-family: 'Cardo', serif; 
	font-size: 28px;
	}

	
.lower{
	position: absolute;
	bottom: 70px;
	color: #ff431d;
	font-family: 'Cardo', serif;
	font-size: 30px;
	}

.linkbox{ 
	display: inline;
	margin-right: 40px;
	}

	
	

	

	