﻿@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700,800,300);
@import url(https://fonts.googleapis.com/css?family=Muli);
@import url('https://fonts.googleapis.com/css?family=Satisfy');

@font-face {
    font-family: 'Harrington';
    src: url('../fonts/Harrington.eot');
    src: url('../fonts/Harrington.eot?#iefix') format('embedded-opentype'), url('../fonts/Harrington.woff2') format('woff2'), url('../fonts/Harrington.woff') format('woff'), url('../fonts/Harrington.svg#Harrington') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: 'Open Sans', 'Harrington', sans-serif;
    background: #FFD6CD;
    font-size: 14px;
    font-weight: 400;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smoothing: subpixel-antialiased;
    color: #4a4a4a;
    line-height: 25px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}


/* Sticky footer styles
-------------------------------------------------- */
html {
  font-size: 14px;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 700; 
    line-height: 1.2;
    margin-top: 0;
    margin-bottom: 15px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
}

.border-top {
  border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}
.footer {
  position: reative;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  /* Set the fixed height of the footer here */
  height: 60px;
  line-height: 60px; /* Vertically center the text there */
}
.border-top {
    border-top: 2px solid #EF4438 !important;
}

