/*-- TYPOGRAPHY --*/


body, p, div, a {
    font-family: 'Times', serif;
}

p {
    margin-top: 0;
    margin-bottom: 1.8rem;
}

h1 {
    font-family: 'Times', serif;
    font-size: 2em;
    line-height: 1.3em;
}


h2 {
    font-family: 'Times', serif;
    font-size: 2em;
    line-height: 1.3em !important;
	padding-bottom: 0.55em !important;
}

h4 {
    font-family: 'Times', serif;
    line-height: 1.2em;
    margin-bottom: 1.2em;
}

em {
  font-family: 'Times', serif;
  font-style: italic;
  letter-spacing: -0.01em;
}
a {

color: #000;

}

a:hover{

color: #CD5C5C;
text-decoration: none;

}

section {
    line-height: 1.5em;
}

.fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: white;
    z-index: 1030;
}

.brand-color {
color: #CD5C5C !important;
}


.header-top {
background-color: #fff;
}

.body-align {
padding-left: 25px;
}

.lang-item {
  list-style: none !important;
    display: inline;
    margin: 0;
    padding: 0;
}

.header-top ul,
.align-home ul {
    margin: 0;
    padding: 0;
}

.header-top .lang-item + .lang-item::before,
.align-home .lang-item + .lang-item::before {
    content: " / ";
}

.size-full {
height: auto; 
width: 100% !important;

}

.portfolio-image-wrapper {
    background-color: #b8b8b8;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    aspect-ratio: 4 / 3;
    overflow: hidden;
}

.portfolio-image-wrapper > * {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}

.portfolio-image-wrapper img {
    max-width: 85%;
    max-height: 85%;
    width: auto !important;
    height: auto;
    object-fit: contain;
    display: block;
}

.portfolio-image-wrapper--landscape {
    aspect-ratio: 4 / 3;
}

.portfolio-image-wrapper--pink {
    background-color: #f2e8d8;
}

.align-home {

    margin-top: 0 !important;
}

.align-home h1 {
    margin-top: 0;
}

/* SAFARI */

@media screen and (min-color-index:0) and(-webkit-min-device-pixel-ratio:0)
{ @media {
    /*
      Define here the CSS styles applied only to Safari browsers
      (any version and any device)
     */

.align-home {

margin-top: 0 !important;

}

}}


