@charset "UTF-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Courier+Prime:ital,wght@0,400;0,700;1,400;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300..700;1,300..700&display=swap');


html {
	scroll-behavior: smooth;
    height: 100%;
}
* {
	box-sizing: border-box;
	padding: 0rem;
	margin: 0rem;
}
body {
    font-family: "Cormorant Garamond", serif;
    font-size: 20px;
    color: #385000;
    font-style: normal;
    font-weight: 300;
    text-align: center;
    width: 100%;
    /*height: 100%;*/
}
header h1 {
    display: none;
}
header div.logo {
    width: 100%;
    padding: 1rem;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2rem;
    -webkit-box-shadow: 60px 0px 60px 5px #8B9B8E;
    box-shadow: 60px 0px 60px 5px #8B9B8E;
}
header div.logo img {
    width: 550px;
}
main {
    height: 100%;
    padding-top: 1rem;
    padding-bottom: 8rem;
    padding-left: 1rem;
    padding-right: 1rem;
}
main h2 {
    font-size: 2.5rem;
}
main h3 {
    display: none;
    font-size: 3rem;
}
#fototeca-gem {
    width: 350px;
}
main p {
    font-size: 2rem;
    font-style: italic;
}
div.fototeca,
div.galeria{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 1rem;
    margin-bottom: 1rem;
    line-height: 1rem;
}
div.fototeca a,
div.galeria a {
    text-decoration: none;
    color: #385000;
}
div.fototeca div.foto {
    margin: 1rem;
    padding: 0.5rem;
    -webkit-box-shadow: 10px 10px 20px 0px #8B9B8E;
    box-shadow: 10px 10px 20px 0px #8B9B8E;
    border-radius: 1rem;
}
div.galeria img {
    flex: initial;
    margin: 1rem;
}
div.fototeca div.foto img {
    max-width: 90px; 
    margin: 5px;
    filter: grayscale(100%);
}
div.galeria img {
    max-height: 300px;
    margin: 5px;
    filter: grayscale(100%);
}
div.fototeca div.foto:hover {
    background-color: cornsilk; /*antiquewhite*/
}
div.galeria img:hover {
    background-color: #000;
    cursor: pointer;
    filter: grayscale(0%);
}

div.fototeca div.foto:hover img {
    filter: grayscale(0%);
}
.torna, #carregaMes {
    margin-top: 1rem;
    padding: 2rem;
}

#carregaMes {
    padding: 2rem;
    margin-top: 2rem;
    margin-bottom: 3rem;
    margin-left: auto;
    margin-right: auto; 
    text-decoration: none;
    color: #385000;
    -webkit-box-shadow: 10px 10px 20px 0px #8B9B8E;
    box-shadow: 10px 10px 20px 0px #8B9B8E;
    border-radius: 3rem;
    width: 13rem;
 }
#carregaMes:hover {
    background-color: orange;
    color: white;
    cursor: pointer;
}

.torna a:link,
.torna a:visited {
    padding: 2rem;
    margin: auto;
    text-decoration: none;
    color: #385000;
    -webkit-box-shadow: 10px 10px 20px 0px #8B9B8E;
    box-shadow: 10px 10px 20px 0px #8B9B8E;
    border-radius: 3rem;
}
.torna a:hover {
    background-color: orange;
    color: white;
}
strong {
    font-weight: 600;
}

@media only screen and (max-width: 980px) {
    
    
    body {
        font-size: 60px;
    }
    header div.logo img {
        width: 100%;
    }
    main p {
        font-size: 4rem;
    }

    #fototeca-gem {
        width: 80%;
    }
    div.fototeca,
    div.galeria{
        display: block;
        margin-top: 2rem;
        margin-bottom: 2rem;
        line-height: 4rem;
    }
    div.fototeca div.foto {
        margin: 2rem;
        padding: 1rem;
    }
    div.fototeca div.foto img {
        max-width: 280px; 
    }
    div.galeria a {
        text-decoration: none;
        color: #385000;
        pointer-events: none;
        cursor: default;
    }

    div.galeria img {
        width: 100%;
        max-height: 100%;
        margin: 5px;
        filter: none;
    }
    
    
    
    #carregaMes {
        padding: 2rem;
        margin-top: 2rem;
        margin-bottom: 3rem;
        margin-left: auto;
        margin-right: auto; 
        text-decoration: none;
        color: #385000;
        -webkit-box-shadow: 10px 10px 20px 0px #8B9B8E;
        box-shadow: 10px 10px 20px 0px #8B9B8E;
        border-radius: 3rem;
        width: 26rem;
     }
    
    
    
    
}






