html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box; }

body {
  min-height: 100vh;
  -webkit-backface-visibility: hidden;
  background: #fefefe;
  color: #595959;
  background-size: cover; }

#main-section {
  min-height: 100vh; }

a {
  color: #595959;
  text-decoration: none;
  -webkit-transition: color .2s;
  -o-transition: color .2s;
  transition: color .2s; }

p {
  color: #595959;
  font-family: "Lato", sans-serif;
  line-height: 2;
  font-size: .9rem;
  letter-spacing: .04rem; }

h1 {
  color: #595959;
  font-size: 1.5rem;
  font-family: "Montserrat", sans-serif;
  letter-spacing: .15rem;
  text-transform: uppercase;
  text-align: center; }
  @media only screen and (max-width: 500px) {
    h1 {
      font-size: 1.2rem; } }

h2 {
  color: #595959;
  font-family: "Lato", sans-serif;
  font-size: 1.7rem;
  -webkit-transition: color .2s;
  -o-transition: color .2s;
  transition: color .2s;
  letter-spacing: .1rem; }
  @media only screen and (max-width: 500px) {
    h2 {
      font-size: 1.3rem; } }

h3 {
  color: #595959;
  font-family: "Lato", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  -webkit-transition: color .2s;
  -o-transition: color .2s;
  transition: color .2s; }

h5 {
  color: #595959;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  line-height: 2;
  letter-spacing: .1rem;
  font-size: .8rem;
  -webkit-transition: color .2s;
  -o-transition: color .2s;
  transition: color .2s; }

button {
  border: 1px solid #dedede; }

.line {
  border: 1px solid #595959; }

.empty-top {
  height: calc(35px + 5vh); }

.empty-top-utstallningar {
  height: 35px; }

@media only screen and (max-width: 800px) {
  .empty-top-matilda {
    height: 10vh; } }
a {
  font-weight: 900; }

.no-break {
  white-space: nowrap; }

header {
  position: absolute;
  width: 100vw;
  z-index: 2;
  height: 40px;
  background-color: #fff;
  margin-bottom: 0;
  padding-top: 10px; }

.social {
  z-index: 2;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  left: 50px;
  top: 20px;
  width: 150px;
  height: 25px; }
  .social p {
    font-size: .7rem;
    position: absolute;
    left: 70px;
    top: 0;
    display: none;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s; }
  .social .instagram {
    margin-right: 15px;
    width: 20px;
    padding-bottom: 0px; }
    @media (hover: hover) {
      .social .instagram:hover p {
        display: block; } }
  .social .facebook {
    width: 20px;
    padding-bottom: 0px; }
    @media (hover: hover) {
      .social .facebook:hover p {
        display: block; } }

#instagram-svg {
  cursor: pointer;
  fill: #595959;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s; }
  @media (hover: hover) {
    #instagram-svg:hover {
      fill: #a6b0a7; } }

#facebook-svg {
  cursor: pointer;
  fill: #595959;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s; }
  @media (hover: hover) {
    #facebook-svg:hover {
      fill: #a6b0a7; } }

#banner {
  cursor: pointer;
  position: absolute;
  top: 70px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 20px;
  fill: #595959;
  -webkit-transition: fill .2s;
  -o-transition: fill .2s;
  transition: fill .2s; }
  @media (hover: hover) {
    #banner:hover {
      fill: #a6b0a7; } }

#top-menu {
  height: 40px;
  width: 80vw;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  overflow: hidden;
  background: #fefefe; }
  #top-menu p {
    /* width: 130px; */
    font-size: .65rem;
    margin: 0 10px;
    text-align: center;
    cursor: pointer;
    -webkit-transition: color .2s;
    -o-transition: color .2s;
    transition: color .2s; }
    @media (hover: hover) {
      #top-menu p:hover {
        color: #a6b0a7; } }
  #top-menu #menu-items {
    width: 100vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content:flex-end;
    gap: 60px;
    position: absolute;
    right: 2.5vw;
    top: 20px;
    -webkit-transition-delay: opacity 1s;
    -o-transition-delay: opacity 1s;
    transition-delay: opacity 1s; }
    #top-menu #menu-items div {
      content: ""; }
  @media only screen and (max-width: 950px) {
    #top-menu {
      -webkit-transform: translateY(-40px);
      -ms-transform: translateY(-40px);
      transform: translateY(-40px);
      height: 80px; }
      #top-menu #menu-items {
        opacity: 0; } }

#icon {
  position: absolute;
  width: 140px;
  top: 20px;
  right: 10px;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  height: 40px;
  cursor: pointer;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s; }
  #icon p {
    display: none;
    font-size: .7rem;
    position: absolute;
    top: 50%;
    letter-spacing: .1rem;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 2s;
    -o-transition: all 2s;
    transition: all 2s; }
  @media (hover: hover) {
    #icon:hover p {
      display: block;
      color: #595959; } }

.hamburger {
  width: 25px;
  height: 2px;
  background: #595959;
  position: absolute;
  top: 50%;
  right: 0px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s; }
  .hamburger:before, .hamburger:after {
    content: '';
    position: absolute;
    width: 25px;
    height: 2px;
    background: #595959;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s; }
  .hamburger:before {
    top: -7px; }
  .hamburger:after {
    top: 7px; }

#icon.active .hamburger {
  background: rgba(0, 0, 0, 0);
  position: fixed;
  z-index: 2; }
  #icon.active .hamburger:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 0;
    background: darkred; }
  #icon.active .hamburger:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 0;
    background: darkred; }

#full-screen-menu {
  display: none;
  position: fixed;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 100%;
  width: 100vw;
  background: white;
  z-index: 1; }
  #full-screen-menu h3 {
    font-size: 1.5rem; }
  #full-screen-menu #menu {
    position: absolute;
    top: 20vh;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }
    #full-screen-menu #menu ul {
      max-height: 90vh;
      line-height: 1.8;
      list-style-type: none;
      text-decoration: none;
      text-align: center; }
      #full-screen-menu #menu ul li {
        cursor: pointer; }
        @media (hover: hover) {
          #full-screen-menu #menu ul li:hover h3 {
            color: #a6b0a7; } }

#images-header {
  width: 60%;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 100px; }
  #images-header a {
    -webkit-transition: color .2s;
    -o-transition: color .2s;
    transition: color .2s; }
    @media (hover: hover) {
      #images-header a:hover {
        color: #a6b0a7; } }
  @media only screen and (max-width: 600px) {
    #images-header {
      width: 85%; } }

.masonry {
  /* Masonry container */
  width: 95%;
  margin: 10px auto 300px;
  -webkit-column-count: 3;
  column-count: 3; }

.item {
  width: 100%;
  cursor: -webkit-zoom-in;
  cursor: zoom-in; }
  .item img {
    width: 100%;
    max-width: calc(100% - 20px);
    border-radius: 3px;
    margin: 10px;
    -webkit-transition: .18s;
    -o-transition: .18s;
    transition: .18s; }
    @media (hover: hover) {
      .item img:hover {
        transform: scale(1.01); } }

@media only screen and (max-width: 500px) {
  .masonry {
    -webkit-column-count: 1;
    column-count: 1;
    width: 98%; } }
@media only screen and (min-width: 501px) and (max-width: 900px) {
  .masonry {
    -webkit-column-count: 2;
    column-count: 2; } }
@media only screen and (min-width: 901px) and (max-width: 1400px) {
  .masonry {
    -webkit-column-count: 3;
    column-count: 3; } }
@media only screen and (min-width: 1401px) {
  .masonry {
    -webkit-column-count: 4;
    column-count: 4; } }
.masonry.hidden {
  display: none; }

.fullscreen.hidden {
  display: none; }

#fullscreen-image-wrapper {
  height: auto;
  width: auto; }

#exit {
  position: absolute;
  top: 0;
  right: 20px;
  width: 20vh;
  height: 20vh;
  cursor: pointer; }
  @media (hover: hover) {
    #exit:hover #exit-button {
      background: rgba(255, 255, 255, 0.95); }
      #exit:hover #exit-button:after {
        background: rgba(255, 255, 255, 0.95); } }

#exit-button {
  width: 40px;
  height: 5px;
  background: rgba(255, 255, 255, 0.7);
  position: absolute;
  border-radius: 2px;
  top: 3vh;
  right: 3vh;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s; }
  #exit-button:after {
    content: '';
    position: absolute;
    width: 40px;
    height: 5px;
    background: rgba(255, 255, 255, 0.7);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s; }
  #exit-button:after {
    top: 0px; }

.fullscreen {
  z-index: 5;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(50, 60, 60, 0.9); }
  .fullscreen img {
    position: absolute;
    top: 50vh;
    left: 50vw;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 100vw;
    max-height: 100vh;
    border-radius: 2px;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); }

#figcaption {
  position: fixed;
  left: 50%;
  bottom: 10px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%); }
  #figcaption h3 {
    background: rgba(20, 20, 20, 0.5);
    padding: 5px;
    border-radius: 5px;
    color: #fff; }

.prev-button,
.next-button {
  position: absolute;
  top: calc(50vh - 30px);
  background-color: #595959;
  height: 80px;
  width: 80px;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  color: #a6b0a7;
  font-size: 2rem;
  line-height: 60px;
  text-align: center;
  cursor: pointer; }
  @media (hover: hover) {
    .prev-button:hover,
    .next-button:hover {
      color: white; } }

.prev-button {
  left: -5px;
  border-radius: 0 25px 25px 0; }
  @media (hover: hover) {
    .prev-button:hover {
      left: 0px; } }

.next-button {
  right: -5px;
  border-radius: 25px 0 0 25px; }
  @media (hover: hover) {
    .next-button:hover {
      right: 0px; } }

.mb-start-text {
  margin-top: 50px;
  width: 100vw;
  text-align: center; }
  .mb-start-text h1 {
    width: 100%;
    text-align: center; }

.start-top {
  width: 70vw;
  height: 70vh;
  margin: 20px auto 200px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between; }
  .start-top * {
    border-radius: 2px; }
  @media only screen and (max-width: 800px) {
    .start-top {
      width: 95vw; } }

.start-left {
  flex-grow: 1; }
  .start-left .start-left-bkg {
    width: 95%;
    margin: 0 auto;
    height: 80%;
    background: url("../img/16.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center; }
  .start-left .start-left-bkg-b {
    width: 95%;
    margin: 0 auto;
    height: 80%;
    background: url("../img/4.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top; }

.start-middle {
  flex-grow: 1;
  height: 100%;
  display: flex;
  flex-direction: column; }
  .start-middle .start-middle-top-bkg {
    width: 95%;
    margin: 0 auto 5%;
    height: 40%;
    background: url("../img/2.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center; }
  .start-middle .start-middle-top-bkg-b {
    width: 95%;
    margin: 0 auto 5%;
    height: 40%;
    background: url("../img/5.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center; }
  .start-middle .start-middle-bottom-bkg {
    width: 95%;
    margin: 0 auto;
    height: 60%;
    background: url("../img/19.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 20%; }
  .start-middle .start-middle-bottom-bkg-b {
    width: 95%;
    margin: 0 auto;
    height: 60%;
    background: url("../img/15.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center; }

.start-right {
  flex-grow: 1; }
  @media only screen and (max-width: 500px) {
    .start-right {
      flex-grow: 0; } }
  .start-right .start-right-bkg {
    width: 95%;
    margin: 0 auto;
    height: 80%;
    background: url("../img/27.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top left; }
  .start-right .start-right-bkg-b {
    width: 95%;
    margin: 0 auto;
    height: 80%;
    background: url("../img/26.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top; }

.green-background {
  width: 100vw;
  background-color: #e7eded;
  padding-bottom: 50px; }

#main-1 {
  width: 100vw;
  height: 100vh;
  max-height: 800px;
  background: url(../img/fullsizeimages/17.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 1; }

.mb-start {
  width: 60vw;
  margin: 200px auto;
  text-align: center; }
  @media only screen and (max-width: 1000px) {
    .mb-start {
      width: 90vw; } }

.leaf-container {
  margin: 300px auto;
  width: 15vw;
  min-width: 150px;
  overflow: hidden; }
  .leaf-container svg {
    fill: #e7eded; }

.start-grid-text-wrapper {
  width: 100vw;
  max-width: 1100px;
  padding: 50px 10vw 300px;
  margin: 50px auto 0;
  text-align: center; }
  .start-grid-text-wrapper h1 {
    text-align: center; }

#start-image-2 {
  width: 100vw;
  height: 600px;
  background-image: url(../img/start1.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 50px; }

#mb1 {
  text-align: center;
  padding-bottom: 30px; }

#matilda-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto 300px;
  padding: 0 50px;
  width: 98vw;
  max-width: 1100px; }
  #matilda-wrapper #matilda-text {
    text-align: left;
    max-width: 600px;
    -ms-grid-column-align: start;
    -webkit-box-flex: 1.2;
    -ms-flex-positive: 1.2;
    flex-grow: 1.2;
    margin: 0 auto; }
  #matilda-wrapper #matilda-image-container {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding-top: 10px;
    max-width: 300px;
    margin: 0 auto; }
    #matilda-wrapper #matilda-image-container img {
      display: block;
      width: 80%; }
  #matilda-wrapper #mb2 {
    display: none;
    margin-top: 0;
    text-align: center;
    margin-bottom: 30px; }

@media only screen and (max-width: 1100px) {
  #mb1 {
    display: none; }

  #matilda-wrapper {
    width: 100vw;
    padding: 0 5vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    #matilda-wrapper #mb2 {
      display: block; }
    #matilda-wrapper #matilda-text {
      -ms-grid-column-align: center;
      justify-self: center; }
    #matilda-wrapper #matilda-image-container {
      max-width: 300px;
      margin-bottom: 50px; }
      #matilda-wrapper #matilda-image-container img {
        width: 100%; } }
.cv {
  margin: 0 auto;
  padding: 50px 10% 300px;
  width: 100vw;
  background: #e7eded; }
  .cv h1 {
    text-align: left; }
  @media only screen and (max-width: 800px) {
    .cv {
      padding: 50px 5vw; } }

#map {
  height: 50vh;
  min-height: 300px; }

#locations-wrapper {
  width: 100%;
  height: auto; }
  #locations-wrapper h1 {
    text-align: center;
    width: 100%;
    margin: 50px auto; }
    #locations-wrapper h1 .smaller {
      font-size: .1rem; }

#locations-grid {
  margin: 0 auto;
  width: 80%;
  max-width: 1000px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 100px 0; }

#locations-text {
  width: auto;
  margin: 100px auto;
  text-align: center; }
  #locations-text h1 {
    margin-bottom: 30px; }

.location {
  background-color: #fefefe;
  padding: 30px;
  height: auto;
  width: calc(50% - 10px);
  min-width: 400px;
  border: 1px solid #a6b0a7;
  border-radius: 5px;
  margin: 5px auto; }
  .location h2 {
    text-align: center; }
  .location p {
    text-align: center;
    margin: 0 auto;
    width: 100%; }
  @media only screen and (max-width: 500px) {
    .location {
      min-width: 0;
      width: 95%; } }

#utstallningar-wrapper {
  background-color: #e7eded;
  padding-top: 100px;
  padding-bottom: 300px;
  margin: 150px auto 0;
  width: 100vw;
  text-align: center; }

#kontakt-text {
  margin: 0 auto;
  width: 60vw; }
  #kontakt-text img {
    margin: 100px auto;
    width: 100%; }
  @media only screen and (max-width: 900px) {
    #kontakt-text {
      width: 90vw; } }

#bestallning-main-text {
  margin: 0 auto;
  width: 60vw; }
  @media only screen and (max-width: 900px) {
    #bestallning-main-text {
      width: 90vw; } }
  @media only screen and (hover: hover) {
    #bestallning-main-text a:hover {
      color: #a6b0a7; } }

.bestallning-kontakt {
  width: 60vw;
  height: auto;
  margin: 50px auto 300px; }
  .bestallning-kontakt a {
    display: block;
    width: 100%; }
    .bestallning-kontakt a h3 {
      display: inline; }
    .bestallning-kontakt a img {
      vertical-align: middle;
      width: 40px;
      height: 40px;
      margin-bottom: 4px;
      margin-right: 20px; }
    @media only screen and (hover: hover) {
      .bestallning-kontakt a:hover h3 {
        color: #a6b0a7; } }
  @media only screen and (max-width: 900px) {
    .bestallning-kontakt {
      width: 90vw; } }

.bestallning-kontakt.grid-3 {
  margin: 50px auto 100px; }

.bestallning-grid-1-wrapper {
  width: 100vw;
  background-color: #e7eded;
  padding: 50px 5vw 300px; }

#bestallning-grid-1 {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 60vw; }
  @media only screen and (max-width: 800px) {
    #bestallning-grid-1 {
      justify-content: center;
      width: 100%; } }
  #bestallning-grid-1 .norm {
    flex-grow: 3; }
  #bestallning-grid-1 .vagg {
    flex-grow: 1; }

#bestallning-grid-2 {
  width: 80vw;
  margin: 100px auto 0;
  display: flex;
  flex-wrap: wrap; }
  #bestallning-grid-2 .image-container {
    padding-bottom: 100px;
    max-width: 500px;
    margin: 0 auto; }
    #bestallning-grid-2 .image-container img {
      width: 100%;
      margin: 0 auto;
      height: auto; }

.bestallning-image {
  width: 100vw;
  height: 600px;
  max-height: 100vh;
  margin: 0 auto 100px;
  background-image: url(../img/fullsizeimages/1.jpg);
  background-size: cover;
  background-position: 100% 80%; }

footer {
  text-align: center; }
  @media only screen and (max-width: 700px) {
    footer p {
      display: none; } }

#footer-grid {
  width: 100vw;
  padding: 0 15vw;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background: #e7eded;
  border-top: 1px solid #a6b0a7; }
  #footer-grid p {
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    line-height: 2.5;
    color: #2e2e2e; }
  #footer-grid img {
    height: 2vw;
    max-height: 40px;
    min-width: 40px;
    min-height: 30px; }

#footer-mail {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-top: 2%;
  margin-bottom: 1%; }
  @media (hover: hover) {
    #footer-mail:hover p {
      color: #a6b0a7; } }
  @media only screen and (max-width: 700px) {
    #footer-mail {
      padding: 10px;
      margin-top: 0; } }

#footer-phone {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-top: 2%;
  margin-bottom: 1%;
  border-right: 1px solid #a6b0a7; }
  @media (hover: hover) {
    #footer-phone:hover p {
      color: #a6b0a7; } }
  @media only screen and (max-width: 700px) {
    #footer-phone {
      padding: 10px;
      margin-top: 0; } }

#footer-instagram {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-top: 2%;
  margin-bottom: 1%; }
  @media (hover: hover) {
    #footer-instagram:hover p {
      color: #a6b0a7; } }
  @media only screen and (max-width: 700px) {
    #footer-instagram {
      padding: 10px;
      margin-top: 0; } }

#footer-facebook {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-top: 2%;
  margin-bottom: 1%; }
  @media (hover: hover) {
    #footer-facebook:hover p {
      color: #a6b0a7; } }
  @media only screen and (max-width: 700px) {
    #footer-facebook {
      padding: 10px;
      margin-top: 0; } }


     /*  NY UPPD */
.mainImage {
  height: 100vh;
  Width: 95vw;
  background-image: url('/img/_DSF3181.jpg');
  background-size: cover;
  background-position: 50%;
  margin: 50px auto;
  border-radius: 5px;
  margin-bottom: 400px;
}


/*# sourceMappingURL=main.css.map */
