/*
* Skeleton V2.0.4
* Copyright 2014, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 12/29/2014
*/

/* Grid
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.container {
  position: relative;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.column,
.columns {
  width: 100%;
  float: left;
  box-sizing: border-box;
}

@media (min-width: 320px) {
  .container {
    width: 85%;
    padding: 0;
  }
}

@media (min-width: 680px) {
  .container {
    width: 80%;
  }
  .column,
  .columns {
    margin-left: 4%;
  }
  .column:first-child,
  .columns:first-child {
    margin-left: 0;
  }
  .one.column,
  .one.columns {
    width: 4.66666666667%;
  }
  .two.columns {
    width: 13.3333333333%;
  }
  .three.columns {
    width: 22%;
  }
  .four.columns {
    width: 30.6666666667%;
  }
  .five.columns {
    width: 39.3333333333%;
  }
  .six.columns {
    width: 48%;
  }
  .seven.columns {
    width: 56.6666666667%;
  }
  .eight.columns {
    width: 65.3333333333%;
  }
  .nine.columns {
    width: 74%;
  }
  .ten.columns {
    width: 82.6666666667%;
  }
  .eleven.columns {
    width: 91.3333333333%;
  }
  .twelve.columns {
    width: 100%;
    margin-left: 0;
  }
  .one-third.column {
    width: 30.6666666667%;
  }
  .two-thirds.column {
    width: 65.3333333333%;
  }
  .one-half.column {
    width: 48%;
  }
  /* Offsets */
  .offset-by-one.column,
  .offset-by-one.columns {
    margin-left: 8.66666666667%;
  }
  .offset-by-two.column,
  .offset-by-two.columns {
    margin-left: 17.3333333333%;
  }
  .offset-by-three.column,
  .offset-by-three.columns {
    margin-left: 26%;
  }
  .offset-by-four.column,
  .offset-by-four.columns {
    margin-left: 34.6666666667%;
  }
  .offset-by-five.column,
  .offset-by-five.columns {
    margin-left: 43.3333333333%;
  }
  .offset-by-six.column,
  .offset-by-six.columns {
    margin-left: 52%;
  }
  .offset-by-seven.column,
  .offset-by-seven.columns {
    margin-left: 60.6666666667%;
  }
  .offset-by-eight.column,
  .offset-by-eight.columns {
    margin-left: 69.3333333333%;
  }
  .offset-by-nine.column,
  .offset-by-nine.columns {
    margin-left: 78%;
  }
  .offset-by-ten.column,
  .offset-by-ten.columns {
    margin-left: 86.6666666667%;
  }
  .offset-by-eleven.column,
  .offset-by-eleven.columns {
    margin-left: 95.3333333333%;
  }
  .offset-by-one-third.column,
  .offset-by-one-third.columns {
    margin-left: 34.6666666667%;
  }
  .offset-by-two-thirds.column,
  .offset-by-two-thirds.columns {
    margin-left: 69.3333333333%;
  }
  .offset-by-one-half.column,
  .offset-by-one-half.columns {
    margin-left: 52%;
  }
}

/* Base Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */

/* NOTE
html is set to 62.5% so that all the REM measurements throughout Skeleton
are based on 10px sizing. So basically 1.5rem = 15px :) */

html {
  font-size: 62.5%;
}

body {
  font-size: 1.8em;
  /* currently ems cause chrome bug misinterpreting rems on body element */
  line-height: 1.667;
  font-family: 'Josefin Slab', serif;
  color: #344149;
  background-color: #d5dbd9;
}

/* Typography
–––––––––––––––––––––––––––––––––––––––––––––––––– */

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 2rem;
  font-family: FuturaPT-Book, sans-serif;
  font-weight: 300;
  text-transform: uppercase;
}

h1 {
  font-size: 2.6rem;
  line-height: 1.2;
  letter-spacing: 0.65rem;
}

h2 {
  font-size: 2.6rem;
  line-height: 1.25;
  letter-spacing: 0.65rem;
  padding-bottom: 2.5rem;
  margin-bottom: 3rem;
}

h3 {
  font-size: 1.6rem;
  line-height: 1.3;
  letter-spacing: 0.65rem;
  padding-bottom: 1.1rem;
}

h4 {
  font-size: 1.6rem;
  line-height: 1.35;
  letter-spacing: 0.15rem;
  padding-bottom: 1.1rem;
  text-transform: initial;
  color: #516370;
  font-family: 'Josefin Slab', serif;
}

@media (min-width: 550px) {
  h1 {
    font-size: 3.3rem;
  }
  h2 {
    font-size: 3.3rem;
    margin-bottom: 8rem;
  }
  h3 {
    font-size: 1.8rem;
  }
  h4 {
    font-size: 1.8rem;
  }
}

p {
  margin-top: 0;
  letter-spacing: 0.2rem;
}

/*
@media (min-width: 320px) {
  .row p:last-child {margin-bottom: 2.5rem;}
}
*/

::selection {
  background: #526272;
  color: #d5dbd9;
}

::-moz-selection {
  background: #526272;
  color: #d5dbd9;
}

/* Links
–––––––––––––––––––––––––––––––––––––––––––––––––– */

a {
  color: #897140;
  text-decoration: none;
  position: relative;
}

/* Buttons
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.button,
button,
input[type='submit'],
input[type='reset'],
input[type='button'] {
  display: inline-block;
  height: 38px;
  padding: 0 30px;
  color: #d5dbd9;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 38px;
  letter-spacing: 0.1rem;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border-radius: 4px;
  border: 1px solid #d5dbd9;
  cursor: pointer;
  box-sizing: border-box;
}

.button:hover,
button:hover,
input[type='submit']:hover,
input[type='reset']:hover,
input[type='button']:hover,
.button:focus,
button:focus,
input[type='submit']:focus,
input[type='reset']:focus,
input[type='button']:focus {
  color: #333;
  border-color: #888;
  outline: 0;
}

.button.button-primary,
button.button-primary,
input[type='submit'].button-primary,
input[type='reset'].button-primary,
input[type='button'].button-primary {
  color: #fff;
  background-color: #33c3f0;
  border-color: #33c3f0;
}

.button.button-primary:hover,
button.button-primary:hover,
input[type='submit'].button-primary:hover,
input[type='reset'].button-primary:hover,
input[type='button'].button-primary:hover,
.button.button-primary:focus,
button.button-primary:focus,
input[type='submit'].button-primary:focus,
input[type='reset'].button-primary:focus,
input[type='button'].button-primary:focus {
  color: #fff;
  background-color: #1eaedb;
  border-color: #1eaedb;
}

/* Forms
–––––––––––––––––––––––––––––––––––––––––––––––––– */

input[type='email'],
input[type='number'],
input[type='search'],
input[type='text'],
input[type='tel'],
input[type='url'],
input[type='password'],
textarea,
select {
  height: 38px;
  padding: 6px 10px;
  /* The 6px vertically centers text on FF, ignored by Webkit */
  background-color: #fff;
  border: 1px solid #d1d1d1;
  border-radius: 3px;
  box-shadow: none;
  box-sizing: border-box;
}

/* Removes awkward default styles on some inputs for iOS */

input[type='email'],
input[type='number'],
input[type='search'],
input[type='text'],
input[type='tel'],
input[type='url'],
input[type='password'],
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

textarea {
  min-height: 65px;
  padding-top: 6px;
  padding-bottom: 6px;
}

input[type='email']:focus,
input[type='number']:focus,
input[type='search']:focus,
input[type='text']:focus,
input[type='tel']:focus,
input[type='url']:focus,
input[type='password']:focus,
textarea:focus,
select:focus {
  border: 1px solid #33c3f0;
  outline: 0;
}

label,
legend {
  display: block;
  margin-bottom: 0.5rem;
  font-weight: 400;
}

fieldset {
  padding: 0;
  border-width: 0;
}

input[type='checkbox'],
input[type='radio'] {
  display: inline;
}

label > .label-body {
  display: inline-block;
  margin-left: 0.5rem;
  font-weight: normal;
}

label {
  display: inline;
}

.form_padding {
  padding: 0 4rem;
}

@media (min-width: 320px) {
  .form_padding {
    padding: 0 2rem;
  }
}

/* Lists
–––––––––––––––––––––––––––––––––––––––––––––––––– */

ul {
  list-style: circle inside;
}

ol {
  list-style: decimal inside;
}

ol,
ul {
  padding-left: 0;
  margin-top: 0;
}

ul ul,
ul ol,
ol ol,
ol ul {
  margin: 1.5rem 0 1.5rem 3rem;
  font-size: 90%;
}

li {
  margin-bottom: 1rem;
}

/* Tables
–––––––––––––––––––––––––––––––––––––––––––––––––– */

th,
td {
  padding: 12px 15px;
  text-align: left;
  border: 1px solid #e1e1e1;
}

/* Spacing
–––––––––––––––––––––––––––––––––––––––––––––––––– */

button,
.button {
  margin-bottom: 1rem;
}

input,
textarea,
select,
fieldset {
  margin-bottom: 1.5rem;
}

pre,
blockquote,
dl,
figure,
table,
p,
ul,
ol,
form {
  margin-bottom: 2.5rem;
}

/* Utilities
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.u-full-width {
  width: 100%;
  box-sizing: border-box;
}

.u-max-full-width {
  max-width: 100%;
  box-sizing: border-box;
}

.u-pull-right {
  float: right;
}

.u-pull-left {
  float: left;
}

/* Misc
–––––––––––––––––––––––––––––––––––––––––––––––––– */

hr {
  margin-top: 3rem;
  margin-bottom: 6rem;
  border-width: 0;
  border-top: 1px solid #d5dbd9;
}

/* Clearing
–––––––––––––––––––––––––––––––––––––––––––––––––– */

/* Self Clearing Goodness */

.container:after,
.row:after,
.u-cf {
  content: '';
  display: table;
  clear: both;
}

/* Custom
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.center {
  text-align: center;
}

.centered {
  float: none !important;
  margin: 0 auto !important;
}

.border-bottom-light {
  border-bottom: 1px solid #d5dbd9;
}

.border-bottom-dark {
  border-bottom: 1px solid #344149;
}

.fs-italic {
  font-style: italic;
}

.fs-normal {
  font-style: normal;
}

section {
  display: table;
  width: 100%;
  max-width: none;
  padding: 6.5rem 0;
}

.inside {
  display: table-cell;
  vertical-align: middle;
}

h3.subhead {
  line-height: 1.3;
  padding-bottom: 1rem;
  margin-bottom: 0;
}

img {
  margin-bottom: 3rem;
}

/* NAVIGATION
–––––––––––––––––––––––––––––––––––––––––––––––––– */

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  z-index: 10;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

header nav {
  background-color: rgba(81, 99, 112, 0.95);
  position: fixed;
  top: 0;
  right: 0;
  transition: width 0.5s, right 0.5s;
  z-index: -1;
  height: 100%;
  width: 0;
  display: table;
}

@media (min-width: 550px) {
  header nav {
    display: block;
  }
}

header nav.open {
  width: 100%;
}

@media (min-width: 550px) {
  header nav.open {
    width: 50%;
  }
}

header nav ul {
  padding: 5rem 0;
  margin-bottom: 0;
  display: table-cell;
  vertical-align: middle;
}

@media (min-width: 550px) {
  header nav ul {
    display: block;
  }
}

nav ul li {
  list-style: none;
}

header nav ul li {
  padding: 0 6rem;
}

nav ul li a,
nav ul li {
  font-family: FuturaPT-Book, sans-serif;
  letter-spacing: 0.65rem;
  text-decoration: none;
  text-transform: uppercase;
  color: #d5dbd9;
  margin-bottom: 1rem;
}

header nav ul li a {
  padding: 1rem 0 0 0;
  display: block;
  text-align: center;
}

footer nav ul li a,
footer nav ul li {
  font-size: 1.4rem;
  display: inline-block;
}

.language-toggle-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  color: #897140;
  font-family: FuturaPT-Book, sans-serif;
  font-weight: 700;
}

.navToggle {
  opacity: 0.8;
  transition-duration: 0.5s;
  width: 60px;
  height: 60px;
}

.navToggle .icon {
  background-color: #897140;
  position: absolute;
  top: 30px;
  right: 15px;
  width: 30px;
  height: 2px;
  transition-duration: 0.25s;
}

.navToggle .icon:before,
.navToggle .icon:after {
  transition-duration: 0.25s;
  position: absolute;
  width: 30px;
  height: 2px;
  background-color: #897140;
  content: '';
}

.navToggle .icon:before {
  top: -10px;
  left: 0;
}

.navToggle .icon:after {
  top: 10px;
  left: 0;
}

.navToggle:hover {
  cursor: pointer;
}

.navToggle.open {
  transition-duration: 1s;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.navToggle.open .icon {
  transition-duration: 0.5s;
  background-color: transparent;
}

.navToggle.open .icon:before {
  transition-duration: 0.5s;
  top: 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  background-color: #d5dbd9;
}

.navToggle.open .icon:after {
  transition-duration: 0.5s;
  top: 0;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background-color: #d5dbd9;
}

/* HERO
–––––––––––––––––––––––––––––––––––––––––––––––––– */

section#hero {
  padding: 0;
}

#hero {
  height: 100vh;
  color: #d5dbd9;
  background-color: #516370;
}

@media (min-width: 550px) {
  .index #hero {
    background: url('../img/bg/bg_hero_jante-bar.png') no-repeat;
    background-size: cover;
    background-position: center center;
  }
}

#logo-svg {
  display: block;
  margin: 2rem auto 0;
  width: 13rem;
}

@media (min-width: 550px) {
  #logo-svg {
    display: block;
    margin: 2.7rem auto 3.3rem;
    width: 18.7rem;
  }
}

#michelin {
  width: 2rem;
}

@media (min-width: 550px) {
  #michelin {
    width: 3rem;
  }
}

#hero h1 {
  font-size: 2rem;
}

@media (min-width: 550px) {
  #hero h1 {
    font-size: 2.6rem;
  }
}

#hero a {
  display: inline-block;
}

@media (min-width: 550px) {
  #hero a {
    margin: 2.5rem;
  }
}

#hero #scroll-arrow {
  width: 4rem;
  height: 4rem;
  padding: 0.5rem;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

@media (min-width: 550px) {
  #hero #scroll-arrow {
    width: 5rem;
    height: 5rem;
    padding: 5px;
  }
}

#scroll-arrow path:first-child {
  fill: transparent;
  stroke-width: 2px;
  stroke: #d5dbd9;
}

#scroll-arrow path:last-child {
  fill: #d5dbd9;
}

/* MENU
–––––––––––––––––––––––––––––––––––––––––––––––––– */

#menu {
  color: #d5dbd9;
  background: url('../img/bg/bg_menu_jante_hannover.jpg') no-repeat;
  background-size: cover;
  background-position: center center;
}

#menu p:last-child {
  margin-bottom: 8rem;
}

@media (min-width: 320px) {
  #menu p:last-child {
    margin-bottom: 5rem;
  }
}

.modal h3 {
  margin-bottom: 0;
}

/* TEAM
–––––––––––––––––––––––––––––––––––––––––––––––––– */

#team {
  color: #d5dbd9;
  background: url('../img/bg/bg_team_jante_hannover.jpg') no-repeat;
  background-size: cover;
  background-position: center center;
}

#team .row:last-child {
  margin-top: 3rem;
}

/* RESTAURANT
–––––––––––––––––––––––––––––––––––––––––––––––––– */

#restaurant .row:last-child .column:last-child p:last-child,
.row:last-child .columns:last-child p:last-child {
  margin-bottom: 2.5rem;
}

/* JOBS
–––––––––––––––––––––––––––––––––––––––––––––––––– */

#jobs {
  background-color: white;
}

/* FOOTER
–––––––––––––––––––––––––––––––––––––––––––––––––– */

footer {
  text-align: center;
  color: #d5dbd9;
  background-color: #516370;
  padding: 2rem 0;
}

footer a {
  color: #d5dbd9;
}

footer ul,
footer ul li a {
  margin: 0;
}

footer li {
  display: inline-block;
  margin: 1.5rem;
}

#map-canvas {
  height: 30rem;
  width: 100%;
}

/* IMPRESSUM
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.impressum #hero {
  height: 40vh;
  display: table;
}

.impressum #hero .row {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  width: 100vw;
}

.impressum #hero a {
  display: inline-block;
  margin: 0;
}

.impressum #logo-svg {
  margin: 0;
}

.impressum section .row {
  margin-bottom: 3rem;
}

.impressum h4 {
  margin-bottom: 0.5rem;
  padding-bottom: 0.5rem;
}

/* MODAL
–––––––––––––––––––––––––––––––––––––––––––––––––– */

#overlay {
  display: none;
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  z-index: 30;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
}

.modal {
  color: #d5dbd9;
  background-color: #516370;
  border-radius: 3px;
  border: 1px solid #897140;
  position: fixed;
  z-index: 40;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 4.8rem 4.8rem 2.3rem 4.8rem;
  display: none;
}

.modal-open {
  overflow: hidden;
}

/* .modal__take-away,
#overlay {
  display: block;
} */

.modal__take-away {
  max-height: 90%;
  overflow-y: auto;
  overflow-x: hidden;
}

.modal__take-away input:not([type='submit']),
.modal__take-away select {
  color: #344149;
}

@media (min-width: 320px) {
  .modal {
    padding: 2.3rem;
  }
}

.close-modal {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  fill: #d5dbd9;
  cursor: pointer;
  width: 10px;
  height: 10px;
}

@media (min-width: 550px) {
  .close-modal {
    width: 20px;
    height: 20px;
  }
}

.modal .row:last-child .column:last-child .row:last-child p:last-child {
  margin-bottom: 0;
}

/* SLIDER
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.slider {
  position: relative;
  margin-bottom: 3rem;
}

.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  z-index: 1;
}

.rslides li {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  margin-bottom: 0;
}

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
}

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  margin: 0;
}

.rslides1_nav {
  position: absolute;
  top: 50%;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" x="0" y="0" viewBox="0 0 100 100" enable-background="new 0 0 100 100" xml:space="preserve" id="slider-next"><path fill="#d5dbd9" d="M50 0C22.4 0 0 22.4 0 50c0 27.6 22.4 50 50 50 27.6 0 50-22.4 50-50C100 22.4 77.6 0 50 0L50 0zM50 0"/><path fill="#897140" d="M43.3 68.8c-0.5 0-0.9-0.2-1.3-0.5 -0.7-0.7-0.7-1.9 0-2.6l16.5-16.5L42 32.7c-0.7-0.7-0.7-1.9 0-2.6 0.7-0.7 1.9-0.7 2.6 0l17.8 17.8c0.7 0.7 0.7 1.9 0 2.6L44.6 68.3C44.2 68.6 43.7 68.8 43.3 68.8L43.3 68.8zM43.3 68.8"/></svg>')
    no-repeat;
  text-indent: -9999px;
  overflow: hidden;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  z-index: 9;
  opacity: 0.7;
}

.rslides1_nav.next {
  right: 1rem;
}

.rslides1_nav.prev {
  left: 1rem;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* ANIMATION
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.ani-uline-gray:before {
  background-color: #d5dbd9;
}

.ani-uline-gold:before {
  background-color: #897140;
}

.ani-uline:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: -5px;
  left: 0;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.ani-uline:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}

.ani-bg-button {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  overflow: hidden;
  -webkit-transition-duration: 0.7s;
  transition-duration: 0.7s;
  -webkit-transition-property: color, background-color;
  transition-property: color, background-color;
}

.ani-bg-gray {
  background-color: #d5dbd9;
  color: #344149;
}

.ani-bg-transparent {
  background-color: transparent;
  color: #d5dbd9;
}

.ani-bg-gray:hover {
  background-color: #516370;
  color: #d5dbd9;
}

.ani-bg-transparent:hover {
  background-color: #d5dbd9;
  color: #516370;
}

/* Helper
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.d-block {
  display: block;
}
.t-left {
  text-align: left;
}
.w-100 {
  width: 100%;
}
/* Media Queries
–––––––––––––––––––––––––––––––––––––––––––––––––– */

/* Larger than mobile */

@media (min-width: 400px) {
}

/* Larger than phablet (also point when grid becomes active) */

@media (min-width: 550px) {
}

/* Larger than tablet */

@media (min-width: 750px) {
}

/* Larger than desktop */

@media (min-width: 1000px) {
}

/* Larger than Desktop HD */

@media (min-width: 1200px) {
}
