
html{
    scroll-behavior: smooth;
}

.bg-darkred
{
    background-color: #A1243F;
    color: white;
}
.bg-red
{
    background-color: #E5231B;
    color: white;
}
.bg-purple
{
    background-color: #8C3C8D;
    color: white;
}
.bg-blue
{
    background-color: #2B2E70;
    color: white;
}
.bg-yellow
{
    background-color: #F5BD00;
    color: black;
}


body {
    font-family: 'Poppins';
    margin:0;
    font-size: xx-large;

}
p{
    margin: 0 !important;    
    max-width: 72ch;
}/*
.screenWrapper::before
{
    content:'';
    position: absolute;
    top: 0;
    bottom: 0;
    width:100%;
    height: 100%;
    display: none;
    background: linear-gradient(to bottom left,rgba(255, 255, 255,.30), transparent),20%;
}*/
.screenWrapper
{
    width : 1080px;
    height:1920px;
    /*background-size: cover;*/
    max-width: 2000px;
    /*background-image: url("https://test.equmeniakyrkanhovslatt.se/wordpress2016/wp-content/uploads/himmel-bakgrund-scout-vriden.jpg");*/
    
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow: hidden;

}
.theContent
{
    padding-left: 6rem;
    padding-right: 6rem;
    margin-top: 3rem;
    align-self: flex-start;
    padding-bottom: 3rem;

}

.title
{
    font-weight: 700;
}
.location::before{
    content:'Plats: ';
}
.location{
    font-style: italic;
}
.theEvent
{
    margin-top: 1.5rem;
}


.theFooter
{    
    background-image: url("https://equmeniakyrkanhovslatt.se/wordpress2016/wp-content/uploads/equmeniakyrkanhovslatt-logo-vit.png");
    background-repeat: no-repeat;
    background-size: contain;
    width: 40%;
    height:80px;
    margin-top: auto;
	padding-bottom:6rem;
	
}
.bg-yellow .theFooter
{
    background-image: url("https://equmeniakyrkanhovslatt.se/wordpress2016/wp-content/uploads/equmeniakyrkanhovslatt-logo-svart.png");
}


h1
{
    padding-bottom: 0.5rem;
    padding-right: 5rem;
    padding-left: 5rem;
    margin-bottom: 1rem;
    margin-top: 10rem;
    border-bottom: 8px solid white;
    font-weight: 500;
    text-align: center;
}
.bg-yellow h1
{
    border-bottom: 8px solid black;
}
.eventdesc
{
    margin-left:3rem;
}
.descloc
.recurrence,
h3, 
h4,
.ics-calendar-error,
.ics-calendar
{
    display: none!important;
}

.d-none
{
    display: none;
}
.pb-6
{
    padding-bottom: 6rem!important;
}