
@font-face {
    font-family: 'Open Sans';
    src: url('font/opensans-regular.eot');
    src: url('font/opensans-regular.eot?#iefix') format('embedded-opentype'),
         url('font/opensans-regular.woff') format('woff'),
         url('font/opensans-regular.ttf') format('truetype'),
         url('font/opensans-regular.svg#open_sansregular') format('svg');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans';
    src: url('font/opensans-bold.eot');
    src: url('font/opensans-bold.eot?#iefix') format('embedded-opentype'),
         url('font/opensans-bold.woff') format('woff'),
         url('font/opensans-bold.ttf') format('truetype'),
         url('font/opensans-bold.svg#open_sansbold') format('svg');
    font-weight: 600;
    font-style: normal;
}

body {
  background-color: #eeeeee;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #666666;
  line-height: 1.5;
  min-width: 320px;
}

iframe {
  display:none;
  visibility:hidden;
}

img {
  margin: 24px auto 36px;
  display: block;
}

section {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}

article {
  width: calc(100% - 60px);
  border-radius: 5px;
  padding: 30px;
  box-shadow: 0px 0px 20px rgba(0,0,0,0.1);
  background-color: #ffffff;
  margin: 0 auto 36px;
}

p {
  margin: 12px 0;
}

h2 {
  font-size: 30px;
  font-weight: 400;
  margin: 0 0 16px;
  color: #333333;
  line-height: 1.2;
}

h4 {
  font-size: 18px;
  font-weight: 400;
  margin: 0;
  color: #333333;
  line-height: 1.2;
}

hr {
  background-color: #eeeeee;
  height: 1px;
  border: none;
  margin: 0 0 16px;
}

a {
  color: #333333;
  text-decoration: none;
  font-weight: 600;
}

a:hover {
  color: #333333;
  text-decoration: underline;
}

a.button {
  background-color: #ffffff;
  font-weight: 400;
  padding: 10px 12px;
  border: 1px solid #bdbdbd;
  border-radius: 5px;
  line-height: 1.6;
  display: block;
  text-align: center;
  margin-top: 16px;
}

a.button:hover {
  background-color: #eeeeee;
  text-decoration: none;
}

.mood {
  padding-bottom: 16px;
}

.mood p:last-child {
  margin-bottom: 0;
}

.right {
  text-align: right;
}

@media screen and (min-width: 576px) {
  img {
    margin-top: 36px;
  }

  a.button {
    display: inline-block;
    margin-top: 0;
  }
}
@media screen and (min-width: 768px) {
  img {
    margin-top: 64px;
  }

	.mood {
		background: url(../img/mood.png);
		background-size: 400px;
		background-repeat: no-repeat;
		background-position: right bottom;
	}
}
