/*
Theme Name: Nforrest.co.uk
Theme URI: http://htmltowordpress.io/
Author: htmltowordpress.io
Author URI: http://htmltowordpress.io/
Description: Created with the simple HTML to WordPress development tool: http://htmltowordpress.io/
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: nforrest-co-uk

The files located inside the html2wp folder (excluding the html2wp/vendor folder) and other files that are part of the
Simple WordPress Starter Theme (https://github.com/html2wp/simple-wp-starter-theme) are licensed under the GPLv2+.

Ownership of any other files and their copyrights belong to their respective authors.
*/	.wrapper {
	height: 100vh;
	}
	
	body,a,p,.title {
	color: black;
	}
	
	
	.title {
	margin-bottom: 2rem;
	font-size: 35px;
	font-weight: 200;
    font-family: 'Abril Fatface', cursive;
	text-transform: uppercase;
	color: #25345a;
	letter-spacing: 1px;
	}
	
	.contact {
	margin: 0 auto;
	width: 100%;
	text-align: center;
	}

	p {
	font-family: 'Roboto', sans-serif;
    font-size: 13px;
    letter-spacing: 5px
	line-height: 1.5;
	color: rgba(0,0,0,0.7);
	}
	
	.banner {
	max-width: 435px;
	margin: 0 auto;
	margin-bottom: 5rem; 
	}
	
	img {
	max-width: 100%;
	}
	
	
	.content .info {
	margin-top: auto;
	}
	
	@media screen and (max-width: 992px) { 
	.wrapper {
	height: auto;
	
	}
	
	
	.banner {
	max-width: 80%;
	margin-bottom: 3rem;
	} 
