@import url('https://fonts.googleapis.com/css2?family=Gupter&display=swap');

.menu-header-menu-container{display:inline-flex !important;}

body {
	font-size: 15px;
        font-family: 'Gupter', serif;
	line-height: 1.2;
}


li {padding: 2px !important;
    color: #000000;
    font-size: 15px;
    font-weight: 300;
    line-height: 20px;
    letter-spacing: 0.2px;
}

p {padding: 2px !important;
    color: #000000;
    font-size: 15px;
    font-weight: 300;
    line-height: 20px;
    letter-spacing: 0.2px;
}

h3 {
    color: #000000;
    font-size: 16px;
    font-weight: bold;
    font-family: 'Cormorant Garamond', serif;
    line-height: 32px;
    letter-spacing: 6px;
    text-transform: uppercase;
}

h1 {
    color: #000000;
    font-family: 'Gupter', serif;
    font-size: 40px;
    font-weight: 300;
    line-height: normal;
}

h2 {
  color: #000000;
  font-size: 35px;
  line-height: normal;
  font-weight: 300;
}

h4 {
  color: #797979;
  font-size: 20px;
  font-weight: 400;
}

.to_top .smue-ce-icon-obj {
position: fixed !important;
bottom: 20px;
right: 20px;
z-index: 1;
cursor: pointer;
} 
