:root {
    --headerHeight: 138px;
}

body {
    z-Index: -1;
    position: relative;
    /*background-image: url(https://nanaart-design.info/check_filename.php?image=nanaart-background01.png);*/
    background-size: auto;
    background-repeat: repeat;
    background-position: center center;
    background-attachment: fixed;
    background-color: rgb(255, 255, 255);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.NoOverFlow {
    overflow: hidden;
}

.Spacer50px {
    padding: 50px;
}

.Spacer25px {
    padding: 25px;
}

.SpacerBottom25px {
    padding-bottom: 25px;
}

.MarginLeft10px {
    margin-left: 10px;
}

.MarginTopButtom15px {
    margin-top: 15px;
    margin-bottom: 15px;
}

main {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100vw;
    margin-top: var(--headerHeight);
    overflow-x: hidden;
}

.WhiteBackgroundToRight {
    background-image: linear-gradient(to right, #FFFFFF, #FFFFFF 20%, transparent 100%);
}

.WhiteBackgroundToBottom {
    background-image: linear-gradient(to Bottom, #FFFFFF, #FFFFFF 50%, transparent 200%);
}

.WhiteBackground {
    background-color: #FFFFFF;
}

.WelcomeTextContainer, .WhiteBackground, .MeArea, .Padding {
    padding: 50px;
}

.FlexDirRow {
    display: flex;
    flex-direction: row;
    overflow-x: hidden;
}

.FlexDirColumn {
    display: flex;
    flex-direction: column;
}

.FlexWrap {
    flex-wrap: wrap;
}

.FlexCenterContent {
    justify-content: center;
}

.Gridx3 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}

.BlueLine {
    background-color: #005920;
    margin-top: 50px;
    height: 10px;
    width: 100vw;
}

.GreyHeadLine {
    background-image: linear-gradient(to bottom, #999999, #FFFFFF 100%);
    padding: 30px;
    width: 100%;
}

.WhiteSpacer {
    height: 30px;
    width: 100%;
    background-color: #FFFFFF;
}

.GreenSpacer {
    height: 15px;
    width: 100%;
    background-color: #005920;
}

.WhiteBackgroundToRight, .WhiteBackgroundToBottom, .GreyBackground, .WhiteTranspLayer {
    padding: 25px;
}

@media screen and (max-width: 1000px)
{
    main, footer, header {
        width: 100vw;
        margin-left: 0;
        margin-right: 0;
    }

    main {
        margin-top: 50px;
        overflow-x: hidden;
    }

    .WhiteBackgroundToRight {
        background-image: linear-gradient(to Bottom, #FFFFFF, #FFFFFF 20%, transparent 100%);
    }

    .WelcomeTextContainer, .WhiteBackground, .MeArea, .WhiteBackgroundToRight, .WhiteBackgroundToBottom, .GreyBackground, .WhiteTranspLayer, .Padding {
        padding: 10px;
    }
    .Spacer50px {
        padding: 10px;
    }
    .MobilePadding {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}
