/*Comic-Layout für dunkle momente*/

body {
    font-family: Arial;
    color: #7c0b21;
    padding: 0%;
    margin: 0;
    background-color: #b8b29e;
    
    * {
        box-sizing: border-box;
    }
}


/* Header/Blog Title */
@import url("https://fonts.googleapis.com/css2?family=Chewy&family=Gloria+Hallelujah&display=swap");
.gloria-hallelujah-regular {
    font-family: "Gloria Hallelujah", cursive;
    font-weight: 400;
    font-style: normal;
}

/*andere fonts probieren!*/
@font-face {
    font-family: Syncopy-Flipside;
    src: url(fonts/Y2K/Syncopy/Synkopy-Flipside.otf);
    font-weight: bold;
}
.header {
    padding: 1%;
    margin: 0;
    text-align: center;

    background-size: 150%;
    background-position: center;
    /*
        background-repeat: repeat-x;
        background-color:  #4e1f93;*/
}

.header h1 {
    font-size: 400%;
    line-height: 1;
    font-weight: bold;
    font-stretch: expanded;
    color: #ff4592;
    text-shadow: 5px 8px #81d7fb;
}

h1 {
    color: #3a77bd;
    font-family: Syncopy-Flipside, "Gloria Hallelujah", GloriaHallelujah-Regular, "Lucida Console", "Brush Script MT",
        "Comic Sans MS", "Bradley Hand", BlinkMacSystemFont, Impact, Haettenschweiler, Verdana, Geneva, Tahoma;
    font-weight: bold;
    font-stretch: expanded;
}

h2 {
    
    font-family:"Times New Roman", Syncopy-Flipside, "Lucida Console", "Gloria Hallelujah", GloriaHallelujah-Regular, "Brush Script MT",
        "Comic Sans MS", "Bradley Hand", BlinkMacSystemFont, Impact, Haettenschweiler, Verdana, Geneva, Tahoma;
    font-weight: bold;
    font-stretch: expanded;
    font-size: 250%;
}

h4 {
    color: #ffffff;
    font-family: Verdana, Geneva, Tahoma;
}

p {
    font-family: Verdana, Geneva, Tahoma;
}

li {
    color: #ff4592;
    font-family: Verdana, Geneva, Tahoma;
}

a {
    color: #3a77bd;
    text-decoration: none;
    font-style: italic;
}
a:hover {
    color: #99ff59;
    font-size: 1.1em;
}
/* Dotted border */
hr {
    border-top: 3px dotted #7c0b21;
}


/* Style the top navigation bar */
.topnav {
    overflow: hidden;
    text-align: center;
    position: relative;
    margin-left: 20px;
    margin-right: 20px;
}

/* Style the topnav links */
.topnav a {
        display: block;
        color: #7c0b21;
        text-align: center;
        padding: 14px 16px;
        text-decoration: none;
        border: solid 2px;
        border-radius: 25px;
    }

    /* Change color on hover */
    .topnav a:hover {
        background-color:  #7c0b21;
        color: #99ff59;
        font-size: 1.1em;
        border-radius: 25px;
    }
/* Create three unequal columns that floats next to each other */
.column {
    float: left;
    padding: 10px;
}
/* Create two unequal columns that floats next to each other */
/* Left and right column */
.column.side {
    width: 30%;
}

/* Middle column */
.column.middle {
    width: 40%;
}

/* image */

.logo {
    display: block;
    width: 25%;
}

 img {
        display: block;
        margin: 0 auto;
        width: 100%;
     padding-bottom: 30px; 
    }
    .linecomic {
        width: 100%;
        text-align: center;
        padding: 0;
        border: 0;
        margin: 0 auto;
        display: block;
        float: none;
        
        border-spacing: 0;
    }
}
.sample {
    img {
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 12%;
        float: left;
    }
}

.pfp {
    max-width: 100%;
    height: auto;
    padding-bottom: 0%;
    padding-left: 11%;
    padding-right: 11%;
    padding-top: 4%;
    img {
        border-radius: 50%;
    }
}

.thumbnail {
    max-width: 100%;
    height: auto;
    padding-bottom: 0%;
    padding-left: 11%;
    padding-right: 11%;
    margin-bottom: -10%;
    img {
        border-radius: 29%;
    }
}

.thumbnail:hover {
    img {
        opacity: 76%;
    }
}

.desc {
    padding: 15px;
    text-align: center;
    font-size: 125%;
}

.fakeimg {
    background-color: #aaa;
    width: 100%;
    padding: 20px;
}

/* Clear floats after the columns */
.row::after {
    content: "";
    display: table;
    clear: both;
}

.card {
    padding: 30px;
    margin-top: 0px;
}

.article {
    flex: 3;

    background-color: #f1f1f1;
    padding: 10px;
    border-radius: 25px;
    color: black;
}

.article2 {
    flex: 3;
    background-color: #81d7fb;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 20px;
    padding-top: 1px;
    border-radius: 25px;
    border: 10px;
    box-shadow: #ff4592 5px 10px;
    overflow: hidden;
}
/*row on the left and right*/
.article2-5 {
    flex: 3;

    background-color: #81d7fb;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 20px;
    padding-top: 1px;
    border-radius: 25px;
    border: 10px;
    box-shadow: #ff4592 5px 10px;
    overflow: hidden;
}
.article3 {
    flex: 3;

    background-color: #f6f5ae;
    padding-top: 30px;
    padding-bottom: 0;
    border-radius: 50px;
    border: 10px;
    box-shadow: #ff4592 5px 10px;
    margin-bottom: 30px;
}
.article4 {
    flex: 3;
    height: 250px;
    padding-bottom: 0;
    padding-right: 15px;
    border: 10px;
    margin-bottom: 30px;
    overflow: auto;
}
.alinkbutton {
    border: 2px solid #ff4592;
    border-radius: 20px;

    font-size: 100%;
    display: block;
    color: #f6f5ae;
    text-align: center;
    padding: 0px 1px;
    text-decoration: none;
    background-color: #81d7fb;
}
.alinkbutton:hover {
    background-color: #aef5af;
}
/* Footer */
.footer {
    padding: 1px;
    text-align: center;

    margin-top: 20px;
}
/*scrollbar custom*/
/* width */
::-webkit-scrollbar {
    width: 8px;
}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #e8e1cd;
    border-radius: 0px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #7c0b21;
    border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: black;
}
#myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    border: 2.5px solid #fe2f97;
    outline: none;
    background-color: #f6f5ae;
    color: #fe2f97;
    cursor: pointer;
    padding: 15px;
    border-radius: 4px;
}

#myBtn:hover {
    background-color: #ffbeeb;
}

/* Responsive layout - makes the three columns stack on top of each other instead of next to each other */
@media screen and (max-width: 800px) {
   .column.side{
        display: none;
    }
    .column.middle {
        width: 100%;
    }
}

/* Responsive layout - when the screen is less than 400px wide, make the navigation links stack on top of each other instead of next to each other */
@media screen and (max-width: 775px) {
    .topnav a {
        float: none;
        width: 100%;
    }
}
@media screen and (max-width: 775px) {
    .logo {
        float: none;
        width: 100%;
    }
}
