@charset "UTF-8";
/* CSS Document */


/* Colours */



.light-green {background-color:#E4F2E1;}
.yellow {background-color:#F0F073;}
.dark-green {background-color:#70B261}
.primary-green {background-color:#78C068;}
.dark-grey {background-color:#385059;}
.light-grey {background-color:#496972;}

/* Fonts */

.post-title, .travis, .travis-sub, .travis-head-desc {font-family: 'Archivo Narrow', sans-serif; color:#496972; text-transform:uppercase; line-height:none;}

p {font-family: 'Source Serif Pro', serif;}

.nav-type li { font-family: 'Archivo Narrow', sans-serif; font-weight:700;}



/* Title Head */
.travis { font-size:75px;}
.travis-sub { font-size:25px;}
.travis-head-desc { font-size:12px;}
.travis-plus {height:100px; overflow:hidden;}
.title-head {height:130px; overflow:hidden;}


.header { position:relative; padding-top:20px; padding-bottom:20px; padding-left:20px; }

@media all and (max-width: 800px) {
	
	.header { top: 50px;}
	.title-head {height:160px;}
	
}

/* Posts */

.post-title {font-size:30px; font-weight:400; padding-bottom:16px;}
.post-body {font-family: 'Source Serif Pro', serif; font-size:14x; font-weight:400; color:#496972; line-height:1.5em; width:auto;}

.date-header,  .jump-link {font-size:14px; font-weight:400; padding-bottom:16px; font-family: 'Archivo Narrow'; color:#496972;}

.jump-link {padding-top:16px;}

/*section and widget */

.section, .widget {margin:0;}

/* Footer */

.footer {height:auto; width:100%; background-color:#78C068; }
.footer-desc { color:#E4F2E1; font-family: 'Archivo Narrow'; text-align:center; padding-top:32px; }