@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&family=Space+Mono:ital,wght@0,400;0,700;1,400;1,700&display=swap');


* {
    font-family: 'Outfit', sans-serif;
}

body {
    background-color: #C3C3D8;
    color: #343434;
    font-family: 'Outfit', sans-serif;
}

code {
    font-family: 'Space Mono', monospace;
    font-size: 9pt;
    letter-spacing: 1px;
}

rt {
    font-size: 9pt;
    color: #999999;
}

a {
    color: #4b9fc9;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.b2px {
    border: solid 2px;
}

.b4px {
    border: solid 4px;
}

.bb2px {
    border-bottom: solid 2px;
}

.p5px {
    padding: 5px
}

.r5px {
    border-radius: 5px;
}

.square {
    border-color: #999999;
}

#header {
    position: relative;
}

#header #banner {
    height: 104px;
    background-image: url(img/ban.png);
    background-size: cover;
    border-radius: 5px 5px 0 0;
    background-color: coral;
    transition: all 1.0 ease;
}

#celephais {
    font-size: 30pt;
    font-weight: 100;
    text-transform: uppercase;
    position: absolute;
    text-align: right;
    letter-spacing: 0px;
    color: #E6E6E6;
    top: -20px;
    right: 0;
    clip-path: polygon(0% 13%, 100% 13%, 100% 82%, 0% 82%);
    transition: all 0.5s ease-out;
}

#header:hover #banner {
    background-blend-mode: color;
}

#header:hover #celephais {
    letter-spacing: 6px;
}

.t {
    display: table;
    border-collapse: separate;
    box-sizing: border-box;
    text-indent: initial;
    unicode-bidi: isolate;
    border-spacing: 2px;
    border-color: gray;
}

.tbody {
    display: table-row-group;
    vertical-align: middle;
    unicode-bidi: isolate;
    border-color: inherit;
}

.trow {
    display: table-row;
    vertical-align: inherit;
    unicode-bidi: isolate;
    border-color: inherit;
}

.tdata {
    display: table-cell;
    vertical-align: top;
    unicode-bidi: isolate;
}

.menuuu {
    padding-left: 0px;
}

.menuuu li::before {
    content: '✤';
    margin-right: 10px;
}

.menuuu a li:hover::before {
    margin-right: 3px;
}

.menuuu a {
    text-decoration: none;
    color: #343434;
}

.menuuu li {
    list-style: none;
    background-color: #E6E6E6;
    padding: 10px 40px;
    margin: 10px 0;
    position: relative;
    transition: all 0.5s ease-out;
}

.menuuu a li:hover {
    letter-spacing: 1px;
    background-color: #343434;
    padding: 20px 15px;
    color: #E6E6E6;
    border-color: #4CA0CA;
}

.menuuu textarea {
    font-family: 'Space Mono', monospace;;
    font-size: 8pt;
    overflow-wrap: break-word;
    height: 42px;
}

.menuuu .newsletter {
    background-color: #343434;
    color: #E6E6E6;
    font-size: smaller;
    border: none;
}

.entry {
    background-color: #E6E6E6;
    min-height: 90vh;
    font-weight: 300;
}

.content {
    padding: 10px 20px;
}

.entry h1 {
    color: #4b9fc9;
    font-weight: 200;
}

.entry h2 {
    color: #4b9fc9;
    font-weight: 200;
    margin: 0;
}

.entry h2::before {
    content: '✤';
    padding-right: 5px;
}

.entry b,
.entry strong {
    font-weight: 600;
}

.entry ul {
    padding-left: 20px;
}

.entry li {
    list-style-type: '✤ ';
}

.entry .date {
    color: #666666;
}

span.date {
    padding-right: 10px;
}

.entry.blog img {
    max-width: 100%;
    border-radius: 10px;
    filter: grayscale(50%);
    transition: 0.35s ease-in all;
}

.entry.blog img:hover {
    filter: grayscale(0%);
    margin: 5px 0;
}

.bana {
    width: 72px;
    image-rendering: pixelated;
    border: 1px solid #343434;
}

.line {
    background-image: url(img/u03-macaron-line.gif);
    background-position: center;
    background-repeat: space no-repeat;
    height: 25px;
    width: 100%;
}

.list_blogpost ul {
    padding-left: 0;
}

.list_blogpost a {
    width: 150px;
    background-color: #343434;
    color: #E6E6E6;
    display: inline-flex;
    padding: 5px;
    margin: 5px;
    font-size: 10pt;
}

.list_blogpost li {
    list-style: none;
    display: inline;
}

.list_blogpost img {
    width: 150px;
}

.contact input,
.contact textarea,
.contact button {
    width: 100%;
    margin: 5px 0 0 0;
    border-radius: 5px;
    font-size: 11pt;
    border-width: 1px;
}

.contact button {
    background-color: #4b9fc9;
    padding: 10px;
    transition: ease 0.35s all;
}

.contact button:hover {
    background-color: #343434;
    color: #E6E6E6;
}

/* flickity */

.carousel {
    margin: 0 0 30px 0;
}

.carousel-cell {
    overflow: hidden;
    border: 5px solid #999999;
    border-top-width: 0;
    border-radius: 0 0 15px 15px;
}

.carousel-cell img {
    display: block;
    width: 100%;
    filter: grayscale(80%);
    transition: 0.35s ease-in all;
}

.carousel-cell img:hover {
    filter: grayscale(0%);
}

.carousel-cell .btn {
    width: 100%;
    display: block;
    position: absolute;
    bottom: 20px;
    text-align: center;
}

.carousel-cell a {
    background-color: #343434;
    padding: 10px 40px;
    border: 2px solid #999999;
    color: #E6E6E6;
    border-radius: 5px;
}

/*@media screen and ( min-width: 768px ) {
  .carousel-cell img {
    height: 400px;
  }
}*/