@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@400;700&family=Lora:ital,wght@0,400;0,700;1,400&family=Prata&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Work+Sans&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Work+Sans:wght@700&display=swap');

body {
    font-family: 'Work Sans', sans-serif;
    /* background-image: url("/images/placehoder.png"); */
    font-size: 1.25rem;
    background-color: #F0F2F0;
}

b {
    font-weight: bolder;
}

ol {
    list-style-type: lower-alpha;
}

.content-container {
    padding: 20px;
}

.title-section {
    text-align: center;
    background-color: white;
}

.main-container {
    background-color: white;
    padding: 20px;
    box-shadow: 0px 1px 9px -2px rgba(0, 0, 0, 0.53);
    -webkit-box-shadow: 0px 1px 9px -2px rgba(0, 0, 0, 0.53);
    -moz-box-shadow: 0px 1px 9px -2px rgba(0, 0, 0, 0.53);
}

.a-headline, .a-dek, .a-byline {
    width: 100%;
}

.a-headline {
    font-family: 'Prata', serif;
    font-weight: 600;
    font-size: 4rem;
}

.a-dek {
    font-family: 'Mulish', sans-serif;
}

.a-byline {
    font-family: 'Source Serif Pro', serif;
    font-size: 1.3rem;
    text-transform: lowercase;
    color: #0000FF;
    background-color: #DAB6FC;
    padding: 10px;
}

.pullquote {
    font-family: 'Lora', serif;
    font-weight: bold;
    font-style: italic;
    display: grid;
    grid-template-columns: 5px auto;
}

blockquote { 
    border-left: none;
}

.pullquote .border {
    height: 100%;
    width: 5px;
    background: rgb(218,182,252);
    background: rgb(218,182,252);
    background: linear-gradient(180deg, rgba(218,182,252,1) 0%, rgba(99,164,108,1) 100%);
}


.back-to-home {
    display: flex;
    place-content: center;
    place-items: center;
    height: 250px;
}

.back-to-home img {
    width: 350px;
    transition-property: width;
    transition-duration: 2s;
    transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
}

.back-to-home img:hover {
    width: 400px;
}

.main-page {
    width: 100%;
    display: flex;
    place-items: center;
    place-content: center;
    font-size: 2rem;
    padding: 0px 20px;
    background-color: white;
    font-family: 'Source Serif Pro', serif;
    -webkit-box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 12%), 0 1px 5px 0 rgb(0 0 0 / 20%);
    box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 12%), 0 1px 5px 0 rgb(0 0 0 / 20%);
    background-color: #63A46C;
}

.img-float-left {
    float: left;
    margin: 0 20px 0 0;
}

.img-float-right {
    float: right;
    margin: 0 0 0 20px;
}

.img-float-center {
    width: 50%;
    height: 50%;
    padding: 20px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.spacer {
    height: 50px
}

h1 {
    font-size: 2.6rem;
}

h2 {
    font-size: 2rem;
}

.main-page a {
    color: white;
}

.title-new-line {
    display: none;
}

@media only screen and (max-width: 890px) {
    .img-float-center {
        width: 100%;
        height: auto;
        padding: 20px 0;
    }
}

@media only screen and (max-width: 510px) {
    .img-float-left, .img-float-right {
        width: 100%;
        height: auto;
        shape-outside: none !important;
    }


    .the-one {
        width: 100% !important;
    }
}

@media only screen and (max-width: 404px) {
    .title-new-line {
        display: block;
    }
}

.content-center {
    text-align: center;
}

@media only screen and (max-width: 414px) {
    body {
        background-image: url("/images/HNMobileBackground_LailaAmer_Oct27.jpeg");
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }

    .img-float-left {
        display: block;
        float: none;
        width: 50%;
        margin-left: auto;
        margin-right: auto;
    }

    .img-float-right {
        display: block;
        float: none;
        width: 50%;
        margin-left: auto;
        margin-right: auto;
    }

    .a-headline {
        font-size: 2.5rem;
    }

    .content-container {
        padding: 0;
    }

    .spacer {
        height: 20px;
    }

    h1 {
        margin: 0
    }
}

.btn-wrapper {
    text-align: center;
}

a.btn-neon {
    position: relative;
    display: inline-block;
    padding: 25px 30px;
    margin: 20px;
    color: #03e9f4;
    text-decoration: none;
    text-transform: uppercase;
    transition: 0.5s;
    letter-spacing: 4px;
    overflow: hidden;

}

a.btn-neon:hover {
    background: #03e9f4;
    color: #050801;
    box-shadow: 0 0 5px #03e9f4,
        0 0 25px #03e9f4,
        0 0 50px #03e9f4,
        0 0 200px #03e9f4;
    -webkit-box-reflect: below 1px linear-gradient(transparent, #0005);
}

a.btn-neon:nth-child(1) {
    filter: hue-rotate(270deg);
}

a.btn-neon:nth-child(2) {
    filter: hue-rotate(110deg);
}

a.btn-neon span {
    position: absolute;
    display: block;
}

a.btn-neon span:nth-child(1) {
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, transparent, #03e9f4);
    animation: animate1 1s linear infinite;
}

@keyframes animate1 {
    0% {
        left: -100%;
    }

    50%, 100% {
        left: 100%;
    }
}

a.btn-neon span:nth-child(2) {
    top: -100%;
    right: 0;
    width: 2px;
    height: 100%;
    background: linear-gradient(180deg, transparent, #03e9f4);
    animation: animate2 1s linear infinite;
    animation-delay: 0.25s;
}

@keyframes animate2 {
    0% {
        top: -100%;
    }

    50%, 100% {
        top: 100%;
    }
}

a.btn-neon span:nth-child(3) {
    bottom: 0;
    right: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(270deg, transparent, #03e9f4);
    animation: animate3 1s linear infinite;
    animation-delay: 0.50s;
}

@keyframes animate3 {
    0% {
        right: -100%;
    }

    50%, 100% {
        right: 100%;
    }
}

.special-img {
    border-radius: 100%;
    
    shape-outside: circle();
}


a.btn-neon span:nth-child(4) {
    bottom: -100%;
    left: 0;
    width: 2px;
    height: 100%;
    background: linear-gradient(360deg, transparent, #03e9f4);
    animation: animate4 1s linear infinite;
    animation-delay: 0.75s;
}

@keyframes animate4 {
    0% {
        bottom: -100%;
    }

    50%, 100% {
        bottom: 100%;
    }
}

.special-hr {
    width: calc(20% + 8em);
}