/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

@font-face {
  font-family: Strenuous;
  src: url("../res/fonts/strenuous hv.otf");
  font-weight: 400; }

@font-face {
  font-family: 'pakenham_rgregular';
  src: url("../res/fonts/pakenham_rg-webfont.eot");
  src: url("../res/fonts/pakenham_rg-webfont.eot?#iefix") format("embedded-opentype"), url("../res/fonts/pakenham_rg-webfont.woff2") format("woff2"), url("../res/fonts/pakenham_rg-webfont.woff") format("woff"), url("../res/fonts/pakenham_rg-webfont.ttf") format("truetype"), url("../res/fonts/pakenham_rg-webfont.svg#pakenham_rgregular") format("svg");
  font-weight: normal;
  font-style: normal; }

body {
  font-size: 18px;
  font-family: 'pakenham_rgregular', sans-serif;
  color: white;
  background: url("../res/img/bg/bg-sand.jpg") no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }

#body-wrapper {
  padding: 3em 10px 0; }

h1 {
  font-family: 'Strenuous', cursive;
  text-align: center;
  font-size: 6em;
  color: #fff7d4; }

.container {
  margin-bottom: 60px; }

.bordered {
  padding: 3em 2em;
  border-bottom: 1px solid #AA3333;
  border-top: 1px solid white;
  border-radius: 6px;
  background: #6CE291;
  /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(#6CE291, #ADD474);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(#6CE291, #ADD474);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(#6CE291, #ADD474);
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(#6CE291, #ADD474);
  /* Standard syntax */
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2); }

.color0 {
  background: #f7ad2f;
  /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(#f7ad2f, #f1b357);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(#f7ad2f, #f1b357);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(#f7ad2f, #f1b357);
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(#f7ad2f, #f1b357);
  /* Standard syntax */
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.3); }

.color1 {
  background: yellow;
  /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(yellow, yellow);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(yellow, yellow);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(yellow, yellow);
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(yellow, yellow);
  /* Standard syntax */
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.3); }

img.img-responsive {
  width: 100%;
  height: auto;
  border-radius: 5px; }

p {
  line-height: 1.4em;
  margin-bottom: 1em; }

strong {
  font-weight: bold; }

a {
  color: #FFFDA2; }

a:hover {
  color: #B91B1B; }

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 0px;
  height: 0; }

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.4); }

.vineWrapper {
  position: relative;
  padding-bottom: 100%;
  /* 16:9 */
  padding-top: 0px;
  height: 0; }

.vineWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.4); }

h3 {
  font-family: 'Strenuous', cursive;
  font-size: 18px;
  color: #FCFF87; }

h2 {
  font-family: 'Strenuous', cursive;
  font-size: 32px;
  color: #FCFF87;
  margin-bottom: 1em; }

.social-icon {
  font-size: 2em;
  margin-left: 12px; }

.separator {
  margin: 3em 0; }

#instabox {
  color: black;
  padding: 6px;
  border-radius: 4px;
  background-color: white;
  border-right: 1px solid #D07505;
  border-bottom: 1px solid #D07505; }

#instabox #username {
  margin: 5px; }

#instabox #username img {
  width: 32px; }

#instabox #username span {
  display: inline;
  font-family: proxima-nova, 'Helvetica Neue', Arial, Helvetica, sans-serif;
  color: #3f729b;
  font-size: 13px;
  font-weight: bold;
  position: relative;
  top: -12px;
  left: 5px; }

#instaicon {
  float: right;
  font-size: 30px; }

#instaicon a {
  color: gray; }

#follow-us {
  text-align: right; }

@media only screen and (max-width: 768px) {
  #follow-us {
    text-align: center; }
  .bordered {
    padding: 1.5em; }
  body {
    background: #B3DD76; } }

#mc_embed_signup {
  color: black;
  border-radius: 5px;
  font-family: 'pakenham_rgregular', sans-serif !important; }

#mc_embed_signup h2 {
  color: #6CE291;
  font-size: 2em !important; }

#navbar {
  background-color: red; }
