body {
font-family: 'Varela Round', sans-serif;
margin: 0;
padding: 0;
font-size: 18px;
color: #222;
background: #fafafa;
padding-bottom: 20vh;
}
section {
padding: 1em;
min-height: 20em;
display: flex;
flex-direction: column;
justify-content: center;
align-items: space-between;
max-width: 650px;
margin-left: auto;
margin-right: auto;
background: white;
}
section:nth-child(even) {
background: transparent;
}
h1 {
font-size: 2.5em;
}
h2 {
font-size: 1.5em;
}
h1,
h2,
h3,
h4,
em,
nav a {
font-family: 'Pacifico', serif;
font-weight: 100;
margin: 0;
text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
}
a {
color: inherit;
}
table tr td:first-of-type {
width: 230px;
}
table.small tr td:first-of-type {
width: 120px;
}
table{
  padding-top:10px;
}
section#myy_nails {
color: white;
align-items: center;
background: #d53369;
/* fallback for old browsers */
background: -webkit-linear-gradient(to top, #cbad6d, #d53369);
/* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to top, #cbad6d, #d53369);
/* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
max-width: 100%;
background:url(bg.jpg);
background-size:cover;
background-position:center 90%;
text-align:center;
}
nav {
user-select:none;
top: 0;
position: fixed;
background: white;
transition: background 0.3s linear;
display: flex;
justify-content: space-between;
align-items: stretch;
width: 100%;
box-sizing: border-box;
padding: 10px;
}
nav a {
color: black;
display: flex;
align-items: center;
text-decoration: none;
border-bottom: 2px solid transparent;
}
nav a.active {
border-bottom: 2px solid;
}
.hidden {
display: none;
}
.menu {
flex: 1;
display: flex;
justify-content: space-between;
align-items: center;
padding-left: 30px;
background:transparent;
}
.menu .hamburger {
display: none;
}
@media only screen and (max-width: 1024px) {
.menu a {
display: none;
}
.menu.open a {
display: flex;
cursor: pointer;
}
.menu.open a.hidden {
display: none;
}
.menu {
flex-direction: column;
align-items: flex-end;
justify-content: center;
}
.menu.open {
position: fixed;
justify-content: flex-start;
right: 0;
padding: 17px 10px 10px 10px;
top: 0;
left: 0;
bottom: 0;
background: rgba(255, 255, 255, 0.5);
}
.menu .hamburger {
display: flex;
flex-direction: column;
justify-content: space-between;
height: 20px;
width: 20px;
cursor: pointer;
}
.menu.open .hamburger {
margin-bottom: 10px;
flex-direction: row;
}
.menu .hamburger div {
width: 20px;
height: 2px;
background-color: black/* #fb406e*/;
transition: width 0.15s ease-in-out, height 0.15s ease-in-out;
}
.menu.open .hamburger div {
height: 20px;
width: 2px;
}
a.active+.menu {
background: transparent;
}
a.active+.menu.open {
background: rgba(0, 0, 0, 0.5);
}
a.active+.menu .hamburger div {
background-color: white;
}
}
section.image{
max-width:100%;
background-size:cover;
background-position:center center;
}
section h3, section strong, section em, section a{
color:#fb406e!important;
}
#myy_nails em{
color:white!important;
}
#copyright{
  position:relative;
  top:40px;
  text-align: center;
}
