@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,700');
@import url('https://fonts.googleapis.com/css?family=Lobster:400,500,700');
@import url('https://fonts.googleapis.com/css?family=Special+Elite:400,500,700');

html,
body {
    height: 100%;
    width: 100%;
}

html,
body {
    font-family: 'Poppins', sans-serif;
    background-color: #CD1E3F;
    color: #fff;
    margin: 0 auto;
}

body {
    max-width: 1024px;
    margin: 0 auto;
}

/* Links */
a:link,
a:visited {
    /* text-decoration: none; */
    font-weight: bold;
    color: #fff;
    text-decoration: none;
}

a:hover {
    color: #3f3f3f;
}

li {
    margin: 0 15px;
}
/* Menu */
.nav-link {
    margin: 0 10px;
}

.padding {
    padding-bottom: 2rem;
}

.padding-small {
    padding-top: .5rem;
}

.dropdown-menu {
    background-color: #3f3f3f;
    color: black;
}

/* Login status */
.login_status {
    padding-bottom: 10px;
    text-align: right;
    font-style: italic;
    font-size: small;
}
.reset-password  a {
    text-decoration: none;
    color: #d5d5d5;
}

/* Flash messages */
.flash-box {
    padding: 1rem 0 0 0;
}

.flash-box li {
    padding: 1rem;
}

/* Calendar */
.calendar_page {
    box-sizing: border-box;
}   

.calendar {
    width: 330px;
    height: 330px;
    /*border: 5px solid black;*/
    margin: 15px auto;
    /*background-image: url("./img/calendar.png");*/
    background-color: black;
    background-size: cover;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: repeat(5, 1fr);
    grid-template-areas: 
        "door10 door23 door3 door13 door5"
        "door17 door1 door15 door24 door8"
        "door12 door19 door25 door4 door22"
        "door7 door14 door20 door2 door11"
        "door21 door9 door16 door6 door18";
}

.calendar_door_text {
    position: absolute;    
}

.calendar_image img {
    height: 66px;
    width: 66px;
}

.calendar_door_text a {
    text-decoration: none;
}

/* Exercise list */
.not-accessable {
    color: gray;
}
.exersize_list a:link,
.exersize_list a:visited {
    text-decoration: none;
}
.reviewer-approved {
    color: green;
    font-size: 1.5rem;
}
.reviewer-disapproved {
    color: orange;
    font-size: 1.5rem;
}
.reviewer-loggable {
    color: white;
    font-size: 1.5rem;
}
.reviewer-none {
    color: grey;
    font-size: 1.5rem;
}

/* Story */
.story {
    font-family: 'Poppins', sans-serif;
    font-size: 1rem;
    /* padding: 1rem; */
}

.story h1,
.story h2,
.story h3,
.story h4 {
    font-family: 'Lobster', sans-serif;
}

.story a {
    color: silver;
    /* text-decoration: none; */
}

/* Exercise */
.exercise {
    background-color: #F64F4F;
    border-radius: 6px;
    color: #222;
    padding: .5rem;
}
.exercise-title {
    font-family: 'Special Elite';
    color: white;
    font-weight: bold;
    text-align: center;
}
.exercise-remark {
    padding: 1rem 0;
}
.answer-loggable {
    color: white;
    font-weight: bold;
}
.answer-approved {
    color: green;
    font-weight: bold;
}
.answer-disapproved {
    color: orange;
    font-weight: bold;
}
.exercise-image {
    height: 3rem;
}

.day_counter {
    text-align: center;
}
.day_counter img {
    width: 150px;
}

/* Escapes */
.escape-item {
    padding-bottom: .5rem;
    text-decoration: none;
}
.escape-warning {
    display: none;
    padding: 1rem;
    border-radius: 15px;
    margin-bottom: 1rem;
}
.escape-score {
    display: none;
    padding: 1rem 0;
    border-radius: 15px;
    margin-bottom: 1rem;
    color: white;
}
#total_score {
    font-weight: bold;
    font-size: 2rem;
    text-align: center;
    padding-bottom: 1rem;
}

/* Social links */
.social-media {
    padding-top: 2rem;
}
.social {
    font-size: 4em;
    padding: 0 2.8rem;
    text-align: center;
}

.fa-facebook {
    color: #3b5998;
}

.fa-coffee {
    color: black;
}

.fa-instagram {
    color: #517fa8;
}

.fa-facebook:hover,
.fa-instagram:hover {
    color: #d5d5d5;
}

.fa-coffee:hover {
    color: #835c3b;
}

/* Banners page */
.banner_instructions {
    display: none;
}

/* Footer */
footer {
    background-color: #3f3f3f;
    color: #d5d5d5;
    padding-top: 2rem;
}

hr.light {
    border-top: 1px solid #d5d5d5;
    width: 75%;
    margin: auto;
    margin-top: .8rem;
    margin-bottom: 1rem;

}

hr.light-100 {
    border-top: 1px solid #d5d5d5;
    width: 100%;
    margin-top: .8rem;
    margin-bottom: 1rem;
}

footer a:link,
footer a:visited {
    color: #d5d5d5;
    text-decoration: none;
}

footer a:hover {
    color: #CD1E3F;
    font-weight: bold;
    text-decoration: none;
}

/* Forms */
input[type="text"],
input[type="password"],
input[type="email"],
input[type="checkbox"] {
    width: 100%;
    margin-bottom: 1rem;
    margin-right: 15px;
    border-radius: 15px;
    border-color: transparent;
    font-family: monospace;
    padding-left: 1rem;
    padding-right: 1rem;
}

.clear_icon input[type=text] {
    padding-right: 40px;
    padding-bottom: 4px;
}

.clear_icon {
    position: relative;
}

.clear_icon i {
    font-style: normal;
    position: absolute;
    right: 8px;
    top: 0px;
    padding: 5px 8px;
    color: black;
    cursor: pointer;
    color: red;
}

.woody-link {
    height: 80px;
    margin-top: -20px;
}

.woody-form-link {
    height: 150px;
}

@media only screen and (min-width: 768px) {
    .social a {
        padding: 0 50px;
    }

    .calendar {
        width: 500px;
        height: 500px;
    }
    .calendar_image img {
        height: 100px;
        width: 100px;
    }
}

@media only screen and (min-width: 992px) {
    .calendar {
        width: 750px;
        height: 750px;
    }
    .calendar_image img {
        height: 150px;
        width: 150px;
    }

}