/*
Theme Name: m&m
Author: Mette Lund
Description: A simple empty theme to custom code wp
Version: 1.0
*/

.container {
    max-width: 1670px;
}

@media screen and (max-width: 1770px) {
  .container {
    max-width: 90%;
  }
}

.container-top-bot {
    padding-top: 80px;
    padding-bottom: 80px;
}

body {
    margin: 0;
    font-family: "Lato", sans-serif;
    overflow-x: hidden;
    background-color: white;
    line-height: 1.7;
    font-weight: normal;
    font-size: 16px;
}

html, body {
    height: 100%;
    width: 100%;
    scroll-behavior: smooth;
}

body * {
    box-sizing: border-box;
}