@font-face {
  font-family: 'AgrandirRegular';
  src: url('Agrandir-Regular.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}


body {
    margin: 0;
}

main.site-main {
    background: url(texture-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
}

section.inner {
    display: flex;
}

.imagebg img {
    min-width: 15rem;
    position: absolute;
    rotate: 350deg;
    max-width: 30rem;
    width: 25%;
    border: solid white 1rem;
    top: 25%;
    left: 30%;
}

.imagebg{
    background: url(image-figure-leaning.jpg);
    width: 50%;
    display: block;
    height: 90vh;
    border: white solid 1rem;
    background-size: cover;
    background-repeat: no-repeat;
}

@media screen and (min-width:1920px){
.imagebg img {
    left: 35%;
}
}

.content-container {
    width: 50%;
    background: #EDDFCDCC;
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
}

h1{
    font-family: 'AgrandirRegular', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-weight: 700;
    font-size: 2.5rem;
}


h1 span{
    color:#627813;
}

p,a{
    font-family: "Barlow", sans-serif;
    text-align: center;
    font-size: 1.25rem;
    font-weight: 500;
}


.content-container a {
    text-decoration: none;
    color: #627813
}


.content-container p {
    padding: 1rem;
    text-align: center;
    max-width: 33rem;
}

.bottom {
    display: flex;
    justify-content: center;
    align-items: center;
}

.bottom a, .bottom p{
 font-weight: 700;
}

footer.site-footer {
    background: #627813;
    padding: 0.25rem;
    color: white;
}

footer a {
    color: white;
    text-decoration: none;
}


@media screen and (max-width:1024px){

section.inner {
    flex-direction: column;
}

.imagebg{ 
    width: 100%;
    border: 0;
}

.content-container{ 
    width: 100%
}


.imagebg img {
    width: 30%;
    top: 85%;
}

h1 {
    margin-top: 12.5rem;
}


}

@media screen and (max-width:780px){

    .imagebg {
        height: 50vh;
    }

.imagebg img {
        width: 30%;
        top: 40%;
        left: 20%;
    }

    h1 {
        margin-top: 10rem;
        text-align: center;
    }

    .bottom {
        flex-direction: column;
        margin-bottom: 2rem;
    }

}