div.header {
	margin: 20px 0;
	border-radius: 10px;
	background-image: url("/metapho/img/XMetapho.jpg");
	background-size: 128%;
	background-position: center center;
	height: 250px;
	position: relative;
}

div.header div.head {
	color: #fff;
	display: grid;
	grid-template-columns: 84px 1fr;
	grid-template-rows: 84px;
	grid-gap: 10px;
	padding: 20px 0 20px 20px;
}

div.header div.head img {
	width: 100%;
} 

div.header div.head div {
	align-self: center;
}

div.header h1 {
	margin: 0;
	font-weight: 700;
}

div.header p {
	margin: 0;
	padding-bottom: 6px;
}

div.download {
	width: 100%;
	position: absolute;
	bottom: 20px;
}

div.download a {
	float: right;
	width: 226px;
	margin-right: 20px;
}

div.download img {
	display: block;
	width: 100%;
	border: 2px solid #212333;
	border-radius: 10px;
}

@media screen and (max-width:767px) {
	div.header {
		background-size: 330%;
		background-position: center center;
		height: 250px;
	}
	
	div.header div.head {
		grid-template-columns: 64px 1fr;
		grid-template-rows: 64px;
		grid-gap: 10px;
		background-color: rgba(0, 0, 0, 0.3);
		-webkit-backdrop-filter: saturate(180%) blur(20px);
		backdrop-filter: saturate(180%) blur(20px);
		border-radius: 10px 10px 0px 0px;
		padding: 10px 0 10px 10px;
	}
	
	div.download {
		text-align: center;
	}
	
	div.download a {
		float: none;
		margin: 0;
	}
	
	div.download img {
		display: inherit;
		width: 226px;
	}
	
	div.header h1 {
		font-size: 16px;
		font-weight: 600;
	}
	
	div.header p {
		font-size: 16px;
		padding-bottom: 0;
		color: #ccc;
	}
}


section {
    display: grid;
    grid-template-columns: 20px 170px 1fr;
    grid-gap: 0 5px;
}

.decoration div {
	background-color: #FF6F67;
	height: 9px;
	width: 15px;
	margin-top: 8px;
}

@media screen and (max-width:767px) {
	.decoration div {
		height: 8px;
		margin-top: 7px;
	}
}

section h4 {
    margin: 0;
}

section p {
	margin: 0 0 15px 0;
}

p.secondaryText {
    color: hsla(0, 0%, 50%, 1)
}

div.content {
	margin-bottom: 2rem;
}

@media screen and (max-width:767px) {
	section {
	    grid-template-columns: 20px 1fr;
	}
	
	div.content {
		grid-column-start: 2;
		grid-column-end: span 1;
		margin-top: 1rem;
	}	
}



section#features {
	margin-bottom: 3rem;
}

section#features h4 {
	grid-column-start: 2;
	grid-column-end: span 2;
	box-shadow: 0px 1px 0px #dedede;
	padding-bottom: 3px;
}

div.featuresContents {
    grid-column-start: 2;
    grid-column-end: span 2; 
    display: grid;
    grid-template-columns: 170px 1fr;
    grid-gap: 0 5px;
	margin-top: 1rem;
}

@media screen and (max-width:767px) {
	section#features h4 {
		grid-column-end: span 1;  
	}

	div.featuresContents {
	    grid-column-start: 2;
	    grid-column-end: span 1; 
	    grid-template-columns: 1fr;
	}
}

div.featuresContents p.secondaryText {
	margin-bottom: 0;
}

div.featuresContents p {
	margin-bottom: 20px;
}

div#downloadButton {
	border-top: 1px solid #dedede;
	border-bottom: 1px solid #dedede;
}

div#downloadButton a {
	display: block;
	padding: 10px 25px;
	text-decoration: none;
}
