@font-face {
    font-family: Almendra;
    src: url(AlmendraDisplay-Regular.ttf);
}

body {
    background: #fff;
   
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.06);
    color: #545454;
    margin: 0 auto;
    max-width: 1100px;
    padding: 2em 2em 4em;
    text-align: justify;

}
.email {
    font-size: 15px;
}

.caption {
    position: relative;
    padding-top: 40%;
}

.caption1 {
    padding-top: 160%;
    position: relative;
    z-index: 1;
}
.caption2 {
    padding-top: 160%;
    position: relative;
}

.caption3{
    position: relative;
    padding-top: 8%;
}

hr {
    height: 2px;
    color: #000000;
    background-color: #000000;
    border: none;
}

#layer1 {
    top: 25%;
    display: block;
    width: 350px;
    height: auto;
    margin: 0 auto;
    position:relative;
}

#layer2 {
   position: absolute;
    width: 100%;
    display: block;
    top: 40%;
    left: 5%;
    z-index: 1;
}

#layer3 {
   position: absolute;
    width: 120%;
    display: block;
    top: 35%;
    right: 0%;
}

#layer4{
    top: 12%;
    display: block;
    width: 350px;
    height: auto;
    position:relative;
}
.row {
  display: flex;
     font-family: century-old-style-std, serif;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 1.5;
}

.column {
  flex: 33.33%;
  padding: 20px;
    -webkit-columns: 5 400px;
    -moz-columns: 5 400px;
    columns: 5 400px;
    
}

a:link {
    color: black;
    text-decoration: none;
}

a:visited {
    color: black;
}

h2 {
    text-align: center;
    font-family: Almendra;
    font-style: normal;
    font-weight: 400;
    font-size: 41.89px;
    line-height: .5;
}

h3{
   font-family: Arial Black;
   
}


div {
    position: relative;
}
div img {

}
