/*EXTERNAL CSS FOR PASTA AMORE BY MINDY WILLIAMS*/ 




html {
    background: #5e1414;
}

body {
    background: #d7c5b7;
    box-shadow: 10px 10px 50px #000000;
    outline-color: #000000;
    font-size: 20px;
    line-height: 1.5;
    margin: 16px auto;
    /*max-width: 800px;*/
    padding: 0em 0em 0em;
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
li {
    display: inline;
}
.image{
    position: relative;
    width: 100%; /* for IE 6*/
}
img {
    animation: colorize 2s 1;
    border-radius: 2px;
    display: block;
    margin: 1.3em auto;
    max-width: 100%;
    border-style: hidden 2px;
    align-content: center;
}
.parent {
    position: relative;
    width: 100%;
    top: 0;
    left: 0;
}
.image1 {
    position: relative;
    top: 0;
    left: 0;
    padding: 0px;
    margin: 0px;
    image-resolution:snap;
    box-shadow: 5px 5px 10px #000000;
}
.image2 {
    position: absolute;
    top: 90px;
    left: 20px;
    image-resolution: snap;
            }

body {
    margin:0px 0px 0px ;
    font-family: 'klinic_slabbook', Klinic Slab Book;
    color: #5e1414;
    padding: 0px;
}


h1{  
    color: #ffffff;
    font-size: relative 40px;
    font-family: 'klinic_slabbook', Klinic Slab Book;
    text-shadow: 1px 2px 1px #000000;
    box-shadow: 5px 5px 10px #000000;
    float: inline ;
    padding: 0px 0px;
    margin: 0px auto;
    background: #354e24;
    box-sizing: content-box;
}
h3{
    color: #354e24;
    font-size: 40px;
    font-family: 'klinic_slabbook', Klinic Slab Book;
    text-shadow: 1px 2px 1px #000000;
    padding: 40px;
    margin: 0px auto;
    box-sizing: content-box;
}
h4{
    text-align: left;
    padding: 10px;
    font-size: 30px;
    color: #354e24;
    text-decoration: underline;
}
h5{
    text-align: justify;
    padding: 0px;
    font-size: 30px;
    color: #5e1414;
}
.overlay {
    height: 0%;
    width: 50%;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #5f1312;
    overflow-y: hidden;
    transition: 0.5s;
}

.overlay-content {
    position: relative;
    top: 25%;
    width: 100%;
    text-align: center;
    margin-top: 30px;
}

.overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 36px;
    font-family: 'klinic_slabbook', Klinic Slab Book;
    color: #ffffff;
    display: block;
    transition: 0.3s;
}
.overlay a1 {
    padding: 2px;
    text-decoration: none;
    background: #d7c5b7;
    font-size: 75px;
    font-family: 'klinic_slabbook', Klinic Slab Book;
    color: #354e24;
    box-shadow: 5px 5px 10px #000000;
    display: block;
    transition: 0.3s;
    text-shadow: 2px 2px 5px #000000;
}

.overlay a:hover, .overlay a:focus {
    color: #f1f1f1;
}

.overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
}

@media screen and (max-height: 450px) {
  .overlay {overflow-y: auto;}
  .overlay a {font-size: 20px}
  .overlay .closebtn {
    font-size: 40px;
    top: 15px;
    right: 35px;
  }