/*
 Theme Name:   Twenty Twenty One Child
 Theme URI:    http://kepandco.com.au
 Description:  Twenty Twenty One Child Theme
 Author:       Patricio Soto Kort
 Author URI:   http://brandinggears.com
 Template:     twentytwentyone
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  twentytwentyonechild
*/

header.site-header {
    display: none;
}

main.site-main {
    background-image: url(assets/images/banksia-4580543_1920.jpg);
    background-position: center;
    background-size: cover;

    height: 100vh;
    margin: 0;
    padding: 0;
}

main.site-main .curtain {
    background: rgb(255,255,255);
    background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 50%, rgba(255,255,255,0.5) 100%);
    height: 100%;
    text-align: center;
    padding-top: 5vh;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

main.site-main .curtain img {
    margin-left: auto;
    margin-right: auto;
    max-width: 90%;
    max-height: 75vh;
}

main.site-main .curtain .text a {
    color: rgb(5, 39, 5);
}

main.site-main .curtain .text a:hover {
    color: rgb(19, 107, 19);
}

main.site-main .curtain .text a:focus {
    background-color: rgba(80, 139, 80, 0.473);
}

main.site-main .curtain .text p {
    color: black;
}

main.site-main .curtain .text p:first-child {
    font-size: 2rem;
    font-weight: 600;
}
