* {
    margin: 0;
    padding: 0;
    font-family: arial, sans-serif, monospace;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    scroll-behavior: smooth;
    text-decoration: none;
}

html,body{
    height: 100%;
}

.azulEscuro {
    background-color: #1859a9;
}

.botaoDeClicar{
    text-decoration: none;
    font-size: 1.5rem;
    display: block;
}

.btn {
    color: #fff;
}

.navbar-dark .navbar-nav .nav-link {
    color: #fff;
    font-weight: 600;
}

.navbar-dark .navbar-nav .nav-link:hover,
.btn:hover {
    color: lightgrey;
}

.navbar-brand {
    /*Logo*/
    font-family: 'Caesar Dressing', cursive, sans-serif;
    letter-spacing: 3px;
    font-size: 1.5rem;
}

/*capa do slider*/
#cover1 {
    background-color: #452800;
    background-image: url(./montanha2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 75vh;
    overflow: hidden;
}

#cover2 {
    background-color: #bdd22f;
    background-image: url(./textura-verde.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 75vh;
    overflow: hidden;
}

#cover3 {
    background-color: #64822c;
    background-image: url(./coracao.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 75vh;
    overflow: hidden;
}

#cover4 {
    background-color: #64822c;
    background-image: url(./paesEpeixes.jpeg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 75vh;
    overflow: hidden;
}

#cover4 p{
    text-shadow: 0 2px 6px rgba(0, 0, 0, 0.25);
    font-size: 3rem;
    max-width: 70vw;
    margin: 0 auto;
}

#cover3 h1 {
    font-size: 4rem;
    text-shadow:0 2px 6px rgba(0, 0, 0, 0.25);
}

.hash {
    font-family: 'Londrina Outline', cursive;
    font-size: 10rem;
    font-weight: 100;
    text-shadow: 0 2px 6px rgba(0, 0, 0, 0.25);
}

.doacao {
    font-size: 1rem;
    padding: 5px;
}

#jesusCapa {
    background-image: url(./Jesus.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 50%;
    overflow: hidden;
    box-shadow: 4px 4px 10px black;
    width: 100%; 
}

.borda-direita {
    border-right: 1px solid red;
}


/*página ajude uma causa*/
#causasSociais{
    background-position: center;
    background-repeat: repeat-y;
    background-size: cover;
    min-height:100%;
    background-attachment: fixed;
}

#causasSociais figure {
    -webkit-box-shadow: 4px 4px 7px black;
    box-shadow: 4px 4px 7px black;
    overflow: hidden;
}

#causasSociais a img:hover {
    opacity: 0.9;
    -webkit-transition: all .5s ease-out;
    transition: all .5s ease-out;
    transform: scale(1.1);
}

/*página Quem Somos*/

#sobre {
    background-color: #1f7f95;
    background-image: url(./mar.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    min-height: 100vh;
}

#sobre h1,
#sobre h4 {
    text-shadow: 3px 3px 4px black;
    font-weight: bold;
}

#sobre p {
    background-color: #2f6468;
    line-height: 2rem;
    -webkit-box-shadow: 4px 4px 7px black;
    box-shadow: 4px 4px 7px black;
}

/*página acoes*/

#acoes {
    background-color: #ddd1c5;
    background-image: url(./textura.jpg);
    background-position: center;
    background-repeat: repeat-x;
    background-size: cover;
    background-attachment: fixed;
    min-height: 100vh;
}

#acoes h4 {
    color:blue;
    /*text-shadow: 3px 3px 4px black;*/
    font-weight: bold;
    font-size: 1.5rem;
}

#acoes p{
    font-size: 18px;
}

.bgc {
    background-color: #2f6468;
    -webkit-box-shadow: 4px 4px 7px black;
    box-shadow: 4px 4px 7px black;
}

.sublinhado {
    text-decoration: underline;
}

/*pagina contato*/

#contato-capa{
   background-image: url(./cesta.jpg);
   background-position: center;
   background-repeat: no-repeat;
   background-size:cover;
   height: 70%;
   width: 100vw;
}

#contato-capa h1{
    color:#fff;
    font-size: 2rem;
    text-shadow: 3px 3px 3px black;
}

.email{
    font-size: 1.7rem;
    font-weight: bold;
}

.icones{
    font-size:2rem;
    display: inline-block;
   
}

/*padrao da caixa das causas sociais*/
.caixaCausasSociais{
    min-height: 100vh;
    margin: 0 auto;
    padding: 16px;
    background-image: url(./mar2.jpg);
    background-position: center;
    background-repeat: repeat-y;
    background-size: cover;
}

/*Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {
    #cover1 h1 {
        font-size: 2rem;
    }

    #cover1 h2 {
        font-size: 1rem;
    }

    #cover4 p{
    font-size: 1.5rem;
    max-width: 70vw;
    margin: 0 auto;
    }

    .pensamentos {
        font-size: 0.9rem;
    }

    #cover2 div p{
        font-size: 0.8rem;
    }


    #cover3 h1 {
        font-size: 1.5rem;
    }

    #cover3 .hash {
        font-size: 5rem;
    }

    #causasSociais h3 {
        font-size: 1.2rem;
        font-weight: 500;
    }

    .borda-direita {
        border-right: none;
    }

    #contato-capa h1{
        font-size: 1.6rem;
    }

    .email{
        font-size: 1.1rem;
    }
}

/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767.98px) {
    #cover1 h1 {
        font-size: 2.5rem;
    }

    #cover1 h2 {
        font-size: 1.5rem;
    }

    #cover4 p{
    font-size: 1.5rem;
    max-width: 70vw;
    margin: 0 auto;
    }

    .pensamentos {
        font-size: 0.9rem;
    }

    #cover2 div p{
        font-size: 0.8rem;
    }

    #cover3 h1 {
        font-size: 1.5rem;
    }

    #cover3 .hash {
        font-size: 5rem;
    }

    #causasSociaisImg h3 {
        font-size: 1.3rem;
        font-weight: bold;
    }

    .borda-direita {
        border-right: none;
    }
    .email{
        font-size: 1.1rem;
    }
}

/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991.98px) {
    #cover1 h1 {
        font-size: 3rem;
    }

    #cover1 h2 {
        font-size: 2.5rem;
    }

    #causasSociaisImg h3 {
        font-size: 1.5rem;
    }
}

/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) and (max-width: 1199.98px) {}

/* Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {}