/*
  960 Grid System ~ Text CSS.
  Learn more ~ http://960.gs/

  Licensed under GPL and MIT.
*/

@font-face {
	font-family: 'BebasNeueRegular';
	src: url('bebasneue-webfont.eot');
	src: local('?'), url('bebasneue-webfont.woff') format('woff'), url('bebasneue-webfont.ttf') format('truetype'), url('bebasneue-webfont.svg#webfont1tKysByZ') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
    font-family: 'DroidSerifRegular';
    src: url('DroidSerif-Regular-webfont.eot');
    src: url('DroidSerif-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('DroidSerif-Regular-webfont.woff') format('woff'),
         url('DroidSerif-Regular-webfont.ttf') format('truetype'),
         url('DroidSerif-Regular-webfont.svg#DroidSerifRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'ChunkFiveRegular';
    src: url('Chunkfive-webfont.eot?') format('eot'),
         url('Chunkfive-webfont.woff') format('woff'),
         url('Chunkfive-webfont.ttf') format('truetype'),
         url('Chunkfive-webfont.svg#webfont90E2uSjN') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* `Basic HTML
----------------------------------------------------------------------------------------------------*/

body {
  font: 16px/1.5 'DroidSerifRegular', Georgia, "Times New Roman", Times, serif;
  color: #fff6b8;
}

pre,
code {
  font-family: 'DejaVu Sans Mono', Menlo, Consolas, monospace;
}

hr {
  border: 0 #ccc solid;
  border-top-width: 1px;
  clear: both;
  height: 0;
}

#home h1 {
	font-family: 'ChunkFiveRegular';
	font-size: 122px;
	line-height: 86pt;
	margin-bottom: 10px;
}

.content p {
  line-height: 30px;
}

.I {
	color: #fff6b8;
}

.design {
	color: #b13831;
}

#home p {
	font-family:'DroidSerifRegular', Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
	color: #fff6b8;
	line-height: 45px;
}

a:link, a:visited {
	color: #71c7aa;
	text-decoration: none;
	-webkit-transition: color .25s ease-out .0s;
	-moz-transition: color .25s ease-out .0s;
	transition: color .25s ease-out .0s;
}

h1 a:link, h1 a:visited {
	color: #b13831;
	-webkit-transition: color .25s ease-out .0s;
	-moz-transition: color .25s ease-out .0s;
	transition: color .25s ease-out .0s;
}

a:hover, a:active, h1 a:hover, h1 a:active {
	color: #299b93;
	-webkit-transition: color .25s ease-out .0s;
	-moz-transition: color .25s ease-out .0s;
	transition: color .25s ease-out .0s;
}

/* `Headings
----------------------------------------------------------------------------------------------------*/

h1 {
	font-family: 'BebasNeueRegular', "Trebuchet MS", Helvetica, sans-serif;
	font-size: 31px;
	font-weight: normal;
	color: #b13831;
	margin-bottom: 10px
}

h2 {
	font-family: 'BebasNeueRegular', "Trebuchet MS", Helvetica, sans-serif;
	font-size: 25px;
	font-weight: normal;
	color: #b13831;
}

.head_title {
	display: inline-block;
	padding: 0 10px 10px 10px;
	background-color:#fff6b8;
	margin-bottom: 0px;
}

h3 {
	font-family: 'BebasNeueRegular', "Trebuchet MS", Helvetica, sans-serif;
	font-size: 23px;
	font-weight: normal;
	color: #b13831;
}

h4 {
	font-family: 'BebasNeueRegular', "Trebuchet MS", Helvetica, sans-serif;
	font-size: 21px;
	font-weight: normal;
	color: #b13831;
}

h5 {
	font-family: 'BebasNeueRegular', "Trebuchet MS", Helvetica, sans-serif;
	font-size: 19px;
	font-weight: normal;
	color: #b13831;
}

h6 {
	font-family: 'BebasNeueRegular', "Trebuchet MS", Helvetica, sans-serif;
	font-size: 17px;
	font-weight: normal;
	color: #b13831;
}

/* `Spacing
----------------------------------------------------------------------------------------------------*/

ol {
  list-style: decimal;
}

ul {
  list-style: disc;
}

li {
  margin-left: 30px;
}

p,
dl,
hr,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset,
figure {
  margin-bottom: 20px;
}