@import url('https://fonts.googleapis.com/css?family=Stoke:300|Montserrat|Alegreya:400i|Shadows+Into+Light&display=swap');


body {
    font-family: Montserrat, sans-serif;
    background: #ecf7f9;
}

/* Home */
.intro {
    margin: 15vh 0 0 5vw;
    width: 50vw;
    padding: 5px;
}

#intro-box {
    background-color: rgba(255,255,255,0.8);
}

#intro-title {
    font-family: Stoke;
    color: #12353a;
    padding: 10px
}

#welcome {
    color: #12353a;
    margin: 10px;
}

#mais {
    color: #12353a;
    margin: 10px;
    padding: 10px;
}

.cta {
    font-family: Stoke;
    font-weight: bold;
    color: #2a6d96;
    padding: 0 30px 15px 0;
    font-size: 18px;
}

#jumbo-index {
    margin: 0;
    height: 100% !important;
    min-height: 100vh;
}

.chapter {
    margin: 20vh 20vw 0 20vw;
    width: 60vw;
    padding: 5px
}
@media screen and (max-width: 900px) {
    .intro {

        margin: 5vh 10vw 0 10vw;
        width: 80vw;
    }

    .chapter {
        margin: 10vh 15vw 0 15vw;
        width: 70vw;
        padding: 5px
    }
}


/* Navbar */
.navbar {
    background-color: rgba(87,188,144, 0.9);
    color: #12353a;
    width: 100%;
}

.navbar-toggler-icon {
    color: #12353a;
}

.navbar li a {
    transition: 0.5s;
}

.navbar li a:hover {
    color: #12353a;
}

.dropdown-menu {
    background-color: rgba(87,188,144, 1);
}

.dropdown-menu a {
    color: #12353a;
}

.dropdown-menu .dropdown-item:hover {
    background-color: #77c9d4;
    color: #12353a;
}
a {
    text-decoration: inherit;
    color: inherit;
}

.dropdown-toggle::after { 
    content: none; 
}

.navbar-brand {
    font-family: "Shadows into Light", serif;
    color: #061213;
    font-size: 24px;
    padding: 0;
}

.navbar-brand:hover {
    color: #061213;
}

header {
    background-image: url(/background/forest.jpg);
    background-size: 100%;
    background-repeat: no-repeat;
    height: 45vw;
    margin: 0px 0px 15px 0px;
}

/* Hero */

.jumbotron {
    color: white;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    padding: 0px;
    border-radius: 0px;
    margin-bottom: 15px
}

.section {
    margin-top: 50vh;

}

#section-box {
    background-color: rgba(0,0,0,0.6);
    margin: 0 15vw;
}

#title {
    font-family: Stoke;
    color:#51bac8;
    margin: 30px 0px 0px 0px;
    font-size: 60px;
    font-family: Stoke, serif;
}

a:hover {
    text-decoration: none;
}

hr {
    margin: 0 50px 10px 50px;
    border: 0;
    border-top: 1px solid rgb(136, 161, 162);
}

.blockquote {
    font-size: 16px;
    padding: 0px 30px 10px 80px;
}

.quote {
    padding: 0px;
    margin: 0 0 10px 0;
}

.blockquote-footer {
    font-size:14px;
    color: hsl(187, 23%, 70%);
}


/* Content */
.word-pop {
    color: blue;
}

.popover {
    text-align: justify;
    text-indent: 30px;
}
.popover p {
    margin: 0px;
}



#intro {
    background-color: rgba(255,255,255,0.8);
    width: 40%;
    padding: 10px 30px;
    position: absolute;
    top: 30%;
    left: 50px;
}



/* Img Article */

.article_grid {
    display: flex;
    flex-direction: row;
}

.img_article {
    width: 300px;
    display: inline-block;
    text-align: center;
}

.img_container {
    text-align: center;
    margin: auto;
}

.word-pop {
    white-space: nowrap;
}


/* Sidebar */

.display {
    color: #b84051;
}

.display:hover{
    cursor: pointer;
    background-color: rgba(184, 64, 80, 0.2);
    color: #b84051;
}

.card {
    border: 0px;
    background-color: #ecf7f9;
}

.card-footer {
    border: 0px;
    text-align: right;
    padding: 5px 0 0 0;
    background-color: #ecf7f9;
}

.card-img-top {
    border-radius: 20px;
}

.card {
    padding: 10px;
}

#side-title {
    font-size: 22px;
}

#turn {
    margin:10px;
}

/* Modal */

.modal-dialog {
    height: 90vh;
    width: 70vh;
    max-width: 90vw;
    max-height: 100vh !important;
    margin: auto;
}

.modal-header {
    padding: 10px 10px 5px 0px;
}

#modal-title {
    margin: 0 10%;
}

#modal-img {
    width: 90%;
    margin: 0px 5% 5px 5%;
}

#modal-txt {
    font-size: 14px;
    margin: 0px 8%;
}

.close {
    font-size: 40px;
}

#turn {
    display:none;
}

.card-footer {
    text-align: center;
}

/* Bottom Bar */

#bottom-bar {
    border-top: 2px solid gray;
    text-decoration: none;
    color: #666;
    font-size: 18px;
    height: 60px;
}


#bottom-bar .bottom-btn:hover a {
    color: #333;
}


#home {
    border-left: 1px solid gray;
    border-right: 1px solid gray;
}

#indice {
    border-right: 1px solid gray;
}

.bottom-link {
    display: block;
    height: 60px;
    text-decoration: inherit;
    color: inherit;
    padding: 5px;
}


/****** Responsive ******/
@media screen and (max-height: 500px) {

    .section {
        margin-top: 20vh;
    }

    #section-box {
        background-color: rgba(0,0,0,0.6);
        margin: 0 15vw;
    }
}

@media screen and (max-width: 768px) {
    #section-box {
        margin: 0;
    }
    #sidebar {
        display: none;
    }
}

@media screen and (max-width: 576px) {
    .section {
        margin-top: 30vh;
    }

    #home {
        border-left: 0px solid gray;
        border-right: 0px solid gray;
        border-top: 1px solid gray;
        border-bottom: 1px solid gray;
    }

    #indice {
        border-left: 0px solid gray;
        border-right: 0px solid gray;
        border-top: 0px solid gray;
        border-bottom: 1px solid gray;
    }

    .bottom-link {
        height: 40px;
    }

    #left-bottom {
        padding-left: 10vw;
    }

    #right-bottom {
        padding-right: 10vw;
    }
}

@media (max-width: 768px) and (orientation: landscape) {
    .section {
        margin-top: 40px !important;
    }
}
