/*Resets*/
*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  box-sizing: inherit; }

.row {
  margin-left: 0;
  margin-right: 0; }

html {
  font-size: 66%; }

body {
  box-sizing: border-box;
  font-family: 'Montserrat', sans-serif;
  font-size: 1.5rem;
  line-height: 2.5rem;
  background: #6F0102;
  color: #FFF8D2; }

h1, h2, h3, h4, h5, h6 {
  font-family: 'Lato', sans-serif; }

ul {
  list-style-type: none; }

ul li a {
  text-decoration: none; }

input {
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  padding: 12px 20px;
  width: 50rem; }

.hidden {
  display: none; }

.respsonsive-image {
  max-width: 55%; }

header {
  padding: 2rem 20rem;
  display: flex;
  justify-content: space-between; }
  header .logo {
    font-family: 'Simonetta', cursive;
    font-size: 3.0rem;
    font-weight: 900;
    font-style: italic; }

nav {
  padding: 0 20rem;
  background-color: #891515; }
  nav .burger-bars {
    display: none; }
  nav ul li a {
    color: #FFF8D2;
    text-decoration: none;
    display: inline-block;
    padding: 2rem; }
  nav ul li:hover, nav ul li:focus {
    background-color: #6F0102; }
  nav .site-links ul {
    display: flex;
    justify-content: center; }
  nav .site-links ul li {
    width: 100%;
    text-align: center; }

.largeImage {
  height: 95vh;
  background-image: url(../assets/lg_bgimage.jpg);
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding-top: 25%; }
  .largeImage .imageRow {
    display: flex;
    justify-content: space-around; }
    .largeImage .imageRow .image {
      display: flex;
      align-items: center;
      flex-direction: column; }
    .largeImage .imageRow img {
      padding: 2rem;
      background-color: #0B0B0B;
      border-radius: 4px; }

.middle {
  background-color: #891515;
  padding: 2rem 10rem; }
  .middle h2 {
    text-align: center;
    padding-bottom: 3rem; }
  .middle .posts {
    display: flex;
    justify-content: space-around; }
    .middle .posts div {
      display: flex;
      justify-content: center;
      flex-direction: column; }
      .middle .posts div .blogTitle {
        font-size: 2rem;
        font-weight: 500; }
      .middle .posts div .date {
        font-style: italic; }
    .middle .posts div img {
      max-width: 95%; }

.newsLetter {
  background-image: linear-gradient(to right bottom, rgba(11, 11, 11, 0.7), rgba(11, 11, 11, 0.7)), url(../assets/newsletterBG.jpg);
  background-size: cover;
  background-position: center;
  display: flex;
  flex-direction: column;
  padding: 5rem 10rem;
  align-items: center; }
  .newsLetter h3 {
    padding-bottom: 2.5rem; }
  .newsLetter form {
    padding-top: 1.5rem; }
    .newsLetter form a:link, .newsLetter form a:visited {
      background-color: #EAAD21;
      color: #6F0102;
      display: inline-block;
      text-align: center;
      padding: 8px 20px;
      width: 200px;
      border-radius: 4px;
      text-decoration: none; }

footer {
  display: flex;
  justify-content: space-between;
  padding: 2rem 10rem; }
  footer ul li {
    display: inline-block;
    border-right: 1px solid #FFF8D2; }
    footer ul li a:visited, footer ul li a:link {
      color: #FFF8D2;
      padding: 1rem; }
    footer ul li a:hover, footer ul li a:focus {
      color: #fff; }
  footer ul li:last-of-type {
    border: none; }
  footer .icons ul li {
    border-right: none; }

#menu {
  height: 50vh;
  background-image: linear-gradient(to right bottom, rgba(11, 11, 11, 0.4), rgba(11, 11, 11, 0.4)), url(../assets/menuBG.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
  display: flex;
  justify-content: flex-end;
  align-items: center; }
  #menu .logo {
    font-size: 5rem; }

#menu-contents {
  background-color: #560102;
  display: flex;
  justify-content: center;
  padding: 2rem 20rem; }
  #menu-contents div {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center; }
    #menu-contents div .menuTitle {
      font-size: 2.7rem;
      margin-bottom: 1rem; }
    #menu-contents div .menuItemTitle, #menu-contents div .menuTitle {
      font-family: 'Lato', sans-serif;
      font-weight: 700;
      text-transform: uppercase; }
    #menu-contents div .menuItemDescription {
      font-size: 1.3rem;
      margin-bottom: 2rem; }
    #menu-contents div img {
      padding-bottom: 2rem; }
  #menu-contents div:nth-of-type(2) {
    margin-left: 10rem;
    margin-right: 5rem; }
  #menu-contents div:nth-of-type(3) {
    margin-left: 5rem;
    margin-right: 10rem; }

@media (max-width: 992px) {
  header {
    padding: 2rem 5rem; }
  nav {
    padding: 2rem 5rem; }
  .largeImage {
    height: 55vh;
    padding-top: 35%; }
    .largeImage .imageRow .image img {
      padding: 1rem;
      background-color: #0B0B0B;
      border-radius: 4px; }
  .middle .posts {
    flex-direction: column; }
    .middle .posts div {
      align-items: center; }
      .middle .posts div img {
        padding: 1rem 0; }
  .newsLetter form {
    display: flex;
    flex-direction: column;
    align-items: center; }
    .newsLetter form input {
      margin-bottom: 1rem; }
  #menu {
    height: 30vh; }
    #menu .logo {
      font-size: 3rem; }
  #menu-contents {
    padding: 2rem 5rem;
    flex-direction: column; }
    #menu-contents div:nth-of-type(2) {
      margin-left: 0;
      margin-right: 0; }
    #menu-contents div:nth-of-type(3) {
      margin-left: 0;
      margin-right: 0; } }

@media (max-width: 920px) {
  footer {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
    padding: 2rem 10rem;
    text-align: center; }
    footer ul li {
      display: block;
      border-right: none;
      padding: 1rem 0; }
      footer ul li a:visited, footer ul li a:link {
        color: #FFF8D2;
        padding: 1rem; }
      footer ul li a:hover, footer ul li a:focus {
        color: #fff; } }

@media (max-width: 768px) {
  nav {
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center; }
    nav .burger-bars {
      display: block;
      align-self: flex-end;
      margin: 2rem; }
    nav .site-links {
      display: none;
      width: 100%; }
      nav .site-links ul {
        flex-direction: column; } }

@media (max-width: 576px) {
  .largeImage {
    height: 100vh;
    padding-top: 5%; }
    .largeImage .imageRow {
      flex-direction: column; }
  .middle {
    padding: 2rem; }
  .newsLetter {
    padding: 2rem; }
  input {
    width: 25rem; } }
