@import url('https://fonts.googleapis.com/css?family=Roboto:400,400i,900,900i');

@import url(/font-awesome.min.css);

@font-face {
    font-family: 'Linux Libertine';
    src: url('font/LinLibertine_aDRS.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}


html {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    top: 0;
    left: 0;
}


body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    top: 0;
    left: 0;
    overflow-x: hidden;
    color: white;
    opacity: 1;
    color: black;
    font-size: 10pt;
    font-family: "Arial Narrow";
    background: #f1f1f1;
}



.clock {
    margin: 5px 0;
    font-size: 1.5rem;
}

.clock h2 {
    margin: 0;
    font-size: 1rem;
    color: #555;
}

/*Slider*/
.swiper img {
    width: 100%;
    object-fit: cover!important;
}

.swiper-pagination-bullet-active {
    background: white!important;
}

.swiper-pagination-bullet {
    width: 5px!important;
    height: 5px!important;
    border-radius: 0%!important;
}

/*End slider*/





p {
    font-family: "Arial Narrow";
}

.ligneblack {
    position: relative;
    width: 100%;
    height: 1px;
    border-top: 1px solid #f1f1f1;
    margin-top: 2px;
    margin-bottom: 2px;
}





#bio {
    background: white;
    border: 0px solid lightgray;
    font-family: 'Arial Narrow';
    padding: 0px;
    border: 1px solid #f1f1f1;
    border-top: 0px solid #f1f1f1;
    padding-bottom: 0px;
}


#introbox {
    background-color: white;
    cursor: pointer;
}

#introbox:hover {
    background: #f1f1f1;
    cursor: pointer;
}

#subintro {
    color: darkgray;
    text-align: center;
}



#imagery {
    background-color: white;
    margin-top: 0px;
    text-align: center;
    font-size: 0.8em;
    padding-bottom: 0px;
    margin-bottom: 5px;
    $ text-decoration: none;
}

#imagery h2 {
    font-weight: bolder;
}

#imagery td {
    vertical-align: top;
    font-size: 1.2em;
}

a #imagery {
    color: black;
    text-decoration: none !important;
}

a #imagery:hover {
    background: lightgray;
    filter: brightness(0.8);
    text-decoration: none;
}

#infeedbutton {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
    font-size: 1.2em;
    padding-top: 10px;
    padding-bottom: 10px;
    color: black;
    background: white;
    cursor: pointer;
}

#infeedbutton:hover {
    background: lightgray;
}

#infeedbutton a {
    color: black;
    text-decoration: none;
}


#bio table {
    margin-bottom: 0px;
}

#bio td {
    padding-top: 4px;
    padding-left: 4px;
    padding-right: 4px;
    vertical-align: top;
}

#smaller {
    font-size: 8pt;
    color: black;

}

#pix {
    background-color: rgba(0, 0, 0, 0.0);
    top: 0;
    z-index: 100;
    background-image: url(./img/pat.png);
}

#pix2 {
    background-color: rgba(0, 0, 0, 0.0);
    background-image: url(./img/pat.png);
    height: 40px;
    width: 40px;
    opacity: 1;

}

#colortd {
    background: #e4e3e5;

    text-align: center;
    align-items: center;
    font-size: 1em;
    color: black;
    font-weight: bold;
    padding-top: 5px !important;

    padding-bottom: 10px;
    width: 100%;
}

#left {
    font-weight: normal;
    width: 30%;
    padding-right: 10px;
    opacity: 0.8;
}

#colortdsmall {
    background: white;
    text-align: left;
    font-size: 0.9em;
    color: gray;
    font-weight: ;
    padding: 0px;
    border-top: 1px solid #f1f1f1;
    border-bottom: 1px solid #f1f1f1;
}

.collapsible {
    color: black;
    font-family: "Arial Narrow";
    cursor: pointer !important;
    padding: 8px;
    padding-left: 0;
    font-size: 1.3em;

    width: 100%;
    border: none;
    border-bottom: 1px solid #f1f1f1;
    border-bottom-style: dotted;

    text-align: left;
    margin-bottom: 20px;
}

.active,
.collapsible:hover {
    opacity: 0.8;
    cursor: pointer;
}

.content {
    padding: 0 0px;
    padding-left: 0;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease-out;
    cursor: pointer;
    margin-bottom: 0px;
}

a #whatsapp {
    text-align: left;

}


.dib-post {
    border-bottom: 1px solid #a7abb1;
    padding: 0px;
    width: calc(100% + 10px);
    background: none;
    margin-bottom: 20px;

}

.dib-post-title {
    color: black;
    font-size: 1.7em;
    line-height: 1 !important;
}

.dib-post-title-link {
    text-decoration: none !important;
    color: black;
}

.dib-post-date {
    color: black;
    font-size: 0.8em;
    color: gray;
    color: grey;
    font-weight: lighter;
}

.dib-post-content img {
    width: 100%;
    height: auto !important;
}

.dib-post-content p {
    font-family: "Arial Narrow";
    font-weight: lighter !important;
}

.dib-post-back-link-bottom {
    font-family: "Arial Narrow" !important;
    color: black;
    text-decoration: none;
}

#imagepost {
    border: 1px solid #a7abb1;
    padding: 10px;
    width: calc(100% - 10px);
    background: #f8f9fa;
    margin-bottom: 20px;

}

#imagepost img {
    width: 100%;
}



.footer {

    position: relative;
    width: 100%;
    border: 1px solid #f1f1f1;

    font-size: 0.8em;
    background-color: white;

    color: darkgray;
    font-weight: lighter;
    margin-top: 20px;
    text-align: right;
}

.footer p {
    padding: 4px;
    margin: 0;
}

#hashtags {
    font-size: 0.8em;
    text-align: right;
    color: lightgray;
}


/* ///IPHONE/ */
/* ///IPHONE/ */
/* ///IPHONE/ */
/* ///IPHONE/ */

@media only screen and (max-device-width: 480px) {}



/* ///IPHONE/ */
/* ///IPHONE/ */
/* ///IPHONE/ */
/* ///IPHONE/ */




.collapsible {
    background: white;
    text-align: left;
    font-size: 1em;
    color: gray;
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
    border-top: 1px solid #f1f1f1;
    border-bottom: 0px solid #f1f1f1;
    font-family: "Arial Narrow";
    margin-bottom: 0;
    margin-top: 0;
    user-select: none;
}

.collapsible p {
    padding: 0;
    padding-left: 5px;
    margin: 0;
}


.collapsible:hover {
    opacity: 1;
    background: #f1f1f1;
}

.active {

    border-bottom: 1px solid #f1f1f1;
}

.content {
    padding: 0 0px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    background-color: white;

}

.content table {
    margin-bottom: 10px;
}

.content table tr {
    border-top: 0px solid #f1f1f1;
}