@import url('https://fonts.googleapis.com/css?family=Merriweather|Open+Sans:400,700');

html {
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
}

a,
a:active {
	color: #4ac;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Merriweather', serif;
  font-weight: normal;
}

img {
  max-width: 100%;
  height: auto;
}

hr {
  border: none;
  background: transparent;
  border-top: 1px solid #ccc;
  height: 0;
  overflow: hidden;
  margin: 40px 0;
}

header {
  background-color: #358;
}
header .header-content {
  max-width: 1200px;
  padding: 20px;
  margin: 0 auto;
  color: #fff;
  text-align: center;
}
header .logo-block {
  margin: 20px 0;
}
header .logo-block .logo {
  font-family: 'Merriweather', serif;
  font-weight: normal;
  font-size: 30px;
}
header .logo-block .slogan {
}
header .main-nav {
  display: inline-block;
  width: 100%;
}
header .main-nav a {
  display: inline-block;
  padding: 10px;
  font-size: 17px;
  text-decoration: none;
  color: #6cf;
}

.hero {
  display: table;
  width: 100%;
  height: 500px;
  background-size: cover;
  background-position: 50% 20%;
}
.hero .hero-inner {
  display: table-cell;
  vertical-align: bottom;
  padding: 50px 20px;
}
.hero .hero-content {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
  color: #fff;
}
.hero .hero-content h2 {
  font-size: 50px;
}
.hero .hero-content .btn {
  padding: 20px 40px;
}

.page-content {
  max-width: 1200px;
  padding: 20px;
  margin: 0 auto;
}

.btn {
  display: inline-block;
  padding: 10px 20px;
  background-color: #ca5;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 3px;
}

.cols-2 {
  display: inline-block;
  width: calc(100% + 40px);
  margin: 0 -20px;
}
.cols-2 > .col {
  width: calc(50% - 40px);
  float: left;
  margin: 20px;
}

@media screen and (max-width:899px)
{
	.cols-2 > .col
	{
		display:block;
		clear:both;
	}
}

footer {
  margin-top: 20px;
}
footer .footer-content-wrapper {
  border-top: 1px solid #ccc;
  max-width: 1200px;
  padding: 20px 20px 100px 20px;
  margin: 0 auto;
}
footer .footer-content {
  display:inline-block;
  vertical-align:top;
}
footer .footer-content-right {
  display:inline-block;
  vertical-align:top;
  float: right;
}

@media screen and (max-width:899px)
{
	.footer-content-wrapper > .footer-content
	{
		display:block;
		clear:both;
	}
	.footer-content-wrapper > .footer-content-right
	{
		display:block;
		float: left;
		clear:both;
	}
}

table
{
  border-collapse: collapse;
}

tr
{
	line-height: 14px;
}

td
{
  font-family: 'Merriweather', serif;
  font-weight: normal;
  padding: 4px;
  font-size: 14px;
}

@media screen and (max-width:1199px)
{
	td
	{
		font-size: 12px;
	}
}
