﻿body {
	background-image: url(../img/background.png);
	font-family:"Cabin",Arial,sans-serif;
}

nav {

	background:#383d42;

}

.greybox {background-color: #d8d8d8;}

.large {font-size:5rem;}

h1,h2,h3,h4,h5,h6 {
	Font-Family: 'Roboto Condensed', Sans-Serif;
}

h1 {font-size:3rem;}
h2 {font-size:2.5rem;}  
h3 {font-size:2rem;}  
h4 {font-size:1.5rem;}  
h5 {font-size:1.3rem;}  
h6 {font-size:1.2rem;} 

p,li,dl,blockquote,table,kbd {
  font-size: 1rem;
  line-height: 1.6;
}

