
body {
    --theme-sheet-width-xl: 1140px;
    --theme-sheet-width-lg: 940px;
    --theme-sheet-width-md: 720px;
    --theme-sheet-width-sm: 540px;
    --theme-sheet-width-xs: 340px;
}

@media (min-width: 1200px) {
    #page {
        width: var(--theme-sheet-width-xl) !important;
        padding: 1rem 1rem 0rem 1rem !important;
    }
    #motto {
        margin-right: 68%;
    }
    #img {
        width: 66.6%;
    }
    #contact {
        width: 66.6%;
    }
    #txt {
        width: 33.3%;
        padding: 0rem 1rem 1rem 2rem;
    }
    .hline {
        width: 85%;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    #page {
        width: var(--theme-sheet-width-lg) !important;
        padding: 1rem 1rem 0rem 1rem !important;
    }
    #motto {
        margin-right: 66%;
    }
    #img {
        width: 66.6%;
    }
    #contact {
        width: 66.6%;
    }
    #txt {
        width: 33.3%;
        padding: 0rem 1rem 1rem 2rem;
    }
    .hline {
        width: 85%;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    #page {
        width: var(--theme-sheet-width-md) !important;
        padding: 1rem 1rem 0rem 1rem !important;
    }
    #motto {
        margin-right: 60%;
    }
    #img {
        width: 100%;
    }
    #contact {
        width: 100%;
    }
    #txt {
        margin-left: 30%;
        width: 80%;
        padding: 1rem 0rem 1rem 1rem;
    }
    .hline {
        width: 100%;
    }
}
@media (min-width: 576px) and (max-width: 767px) {
    #page {
        width: var(--theme-sheet-width-sm) !important;
        padding: 1rem 1rem 0rem 1rem !important;
    }
    #motto {
        margin-right: 30%;
    }
    #img {
        width: 100%;
    }
    #contact {
        width: 100%;
    }
    #txt {
        width: 100%;
        padding: 1rem 0rem 1rem 0rem;
    }
    .hline {
        width: 100%;
    }
}
@media (max-width: 575px) {
    #page {
        width: var(--theme-sheet-width-xs) !important;
        padding: 1rem 1rem 0rem 1rem !important;
    }
    #motto {
        margin-right: 10%;
    }
    #img {
        width: 100%;
    }
    #txt {
        width: 100%;
        padding: 1rem 0rem 1rem 0rem;
    }
    .hline {
        width: 100%;
    }
}

body {
    margin: 0;
    box-sizing: border-box;
}

#page {
    position: relative;
    margin: 0 auto;
    min-height: 684px;
    box-sizing: border-box;
    color: rgb(17, 17, 17);
}

h3 {
    font-family: 'PT Sans Caption', sans-serif;
    font-size: 1.9rem;
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

#motto {
    font-family: 'PT Sans', sans-serif;
    color: #111111;
    line-height: 1.6;
}

.hline {
    height: 1px;
    border-color: #454545;
    border-style: solid;
    border-top-width: 1px;
    border-bottom-width: 0;
    border-left-width: 0;
    border-right-width: 0;
    margin-top: 2rem;
    margin-bottom: 1.5rem;
}

#main {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
#txt {
    font-family: 'PT Sans', sans-serif;
    font-size: 1.25rem;
    color: #999999;
    text-align: justify;
    box-sizing: border-box;
    line-height: 1.6;
}

.title {
    margin-bottom: 1rem;
}
.title .ttext {
    font-size: 1.25rem;
    font-style: italic;
    font-weight: 700;
    color: #555555;
    margin-right: 1rem;
}
.title .tyear {
    font-size: 1rem;
    font-style: italic;
    font-weight: 700;
    color: #555555;
}
.img {
    width: 100%;
    cursor: pointer;
}
#slider {
    text-align: center;
    padding-top: 0.5rem;
}
.slider-button {
    height: 1rem;
    background-color: #aaaaaa;
    border: none;
    width: 0.7rem;
    height: 0.7rem;
    margin: 0 0 0 0.8rem;
    padding: 0;
    cursor: pointer;
    opacity: 0.5;
    transition: opacity 100ms;
    display:inline-block;
}
.slider-button.active,
.slider-button:hover {
  opacity: 1;
}
.container {
    width: 100%;
    position: relative;
}
.arrow {
    position: absolute;
    top: 40%;
    border: none;
    color: #fff;
    background-color: black;
    text-align: center;
    width: 3rem;
    height: 3rem;
    opacity: 0;
    cursor:pointer;
    font-family: 'PT Sans', sans-serif;
    font-size: 1.25rem;
    line-height: 2.5rem;
    -webkit-transition:opacity .3s .1s, background .1s;
    transition:opacity .3s .1s, background .1s;
}
#arr-prev { left: 0; }
#arr-next { right: 0; }
#zoom {
    right: 0rem;
    top: 0rem;
    vertical-align: middle;
    font-size: 3rem;
}
#zoom img {
    width: 1.5rem;
}

.mouseover,
.arrow-active:hover {
    cursor: pointer;
    opacity: 0.7;
}
.arrow-passive {
    display: none !important;
}

.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}
@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

.fade-out {
  animation-name: fade-out;
  animation-duration: 3s;
}
@keyframes fade-out {
  from {opacity: 1}
  to {opacity: 0}
}

#contact {
    min-height: 6rem;
}
#email {
    display: inline;
    margin: 3.4rem auto 0.5rem 0px;
    padding: 0.8rem 0px 0.8rem 0px;
    float: left;
}
#email a {
    cursor: pointer;
    letter-spacing: 1px;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    font-size: 0.9rem;
    color: black;
    text-decoration: none;
}
#email img {
    height: 1.1rem;
    margin: 0 0.5rem 0 0.3rem;
    vertical-align: sub;
    transition: transform .2s ease-in;
}
#mail:hover img {
  transform: rotate(-90deg);
}
#share {
    display: inline;
    color: black;
    font-size: 0.9rem;
    letter-spacing: 1px;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    cursor: pointer;
    text-decoration: none;
    padding: 0.8rem 0rem 0.8rem 0rem;
    margin: 3.4rem auto 0.5rem 0px;
    float: right;
}
#share img {
    height: 0.9rem;
    margin: 0 0.5rem 0 0.3rem;
    vertical-align: sub;
    transition: transform .3s ease-in;
}
#share:hover img {
  transform: rotate(-180deg);
}
#copied {
    z-index: 2;
    cursor: pointer;
    visibility: hidden;
    position: absolute;
    font-size: 1rem;
    letter-spacing: 1px;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    color: white;
    background-color: #999;
    border-radius: 1rem;
    padding: 1rem 1.5rem 1rem 1.5rem;
}

#footer {
    color: #ffffff;
    background-color: #333333;
    padding-top: 2rem;
    padding-bottom: 2rem;
    margin-top: 3rem;
    text-align: center;
}
#footer A {
    color: #aaaaaa;
    font-family: 'PT Sans', sans-serif;
}
#footer A:hover {
    color: #cccccc;
}
#lang {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0px;
    margin: 1rem;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    font-size: 0.9rem;
    color: #999999;
    text-decoration: none;
}
#lang a {
    cursor: pointer;
    letter-spacing: 1px;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    font-size: 0.9rem;
    color: black;
    text-decoration: none;
}
