﻿.box {
    background-color: #f7f7f7;
    /* background-color: #434343;*/
    padding: 8px;
    border: 12px solid #434343;
    /* #444*/
    border-radius: 24px;
}

.boxt {
    background-color: #f7f7f7;
    /* background-color: #434343;*/
    padding: 8px;
    /*border: 8px solid gray;*/
    border: 1px solid gray;
    /*#434343  #444*/
    border-radius: 10px 10px 50px 50px;
    box-shadow: 0px 0px 5px #40310a inset;
}
.box_new {
    background-color: #f7f7f7;
    /* background-color: #434343;*/
    padding-top: 6px;
    border: 1px solid gray;
    /*#434343  #444*/
    border-radius: 0px 0px 50px 50px;
    box-shadow: 0px 0px 5px #40310a inset;
}
.boxtm {
    background-color: #f7f7f7;
    /* background-color: #434343;*/
    padding: 6px;
    /*border: 6px solid lightslategray;*/
    border: 1px solid lightslategray;
    /* #434343 #444*/
    border-radius: 10px 10px 50px 50px;
    box-shadow: 0px 0px 5px #40310a inset;
}
.boxs {
    -webkit-box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
    -moz-box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
    box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
    /*padding: 8px;*/
    padding: 16px;
    margin: 8px;
    /* padding-right: 15px;
    padding-left: 15px;*/
}
.blockquote {
            padding: 20px;
            box-shadow: inset 0 -3em 3em rgb(0 200 0 / 30%), 0 0 0 2px white, 0.3em 0.3em 1em rgb(200 0 0 / 60%);
        }
.border15 {
    border-radius: 15px 50px;
  /*  -webkit-border-radius: 15px 50px;
    -moz-border-radius: 15px 50px;*/
    box-shadow: 10px 20px 30px grey;
    -webkit-box-shadow: 10px 20px 30px grey;
    -moz-box-shadow: 10px 20px 30px grey;
}
.border5015 {
    border-radius: 15px 15px 50px 50px;
    -webkit-border-radius: 15px 15px 50px 50px;
    -moz-border-radius: 15px 15px 50px 50px;
    box-shadow: 10px 20px 30px grey;
    -webkit-box-shadow: 10px 20px 30px grey;
    -moz-box-shadow: 10px 20px 30px grey;
}
.border10 {
    border-color :black;
    border-width: 1px;
    border-radius: 0px 0px 10px 10px;
    -webkit-border-radius: 0px 0px 10px 10px;
    -moz-border-radius: 0px 0px 10px 10px;
    box-shadow: 0 0 10px grey;
}
.boxS5 {
    box-shadow: 0px 0px 5px #40310a inset;
}
.borderSection {
    border: 1px solid #12476A;
}
.borderIMG {
    border-image-slice: 12 12 12 12;
    border-image-width: 12px 12px 12px 12px;
    border-image-outset: 0px 0px 0px 0px;
    border-image-repeat: repeat repeat;
    border-image-source: url("https://mdn.github.io/css-examples/tools/border-image-generator/border-image-6.png");
    border-style: solid;
}
hr {
    border: 0;
    height: 4px;
    margin: 30px 0;
    background-image: linear-gradient(to right, #BFE2FF 50%, #337AB7 50%, #337AB7 60%, #ff9100 60%, #ff9100 70%, #05b5e6 70%, #05b5e6 80%, #b448b8 80%, #b448b8 90%, #BFE2FF 90%, #BFE2FF 100%);
}

h2 {
    text-shadow: 2px 2px 4px rgba(179, 147, 211, 0.1), 3px 4px 4px rgba(179, 147, 211, 0.15), 4px 6px 4px rgba(179, 147, 211, 0.2), 5px 8px 4px rgba(179, 147, 211, 0.25);
}

.one {
    /*background: #FFF4ED;*/
    padding: 40px 20px;
    text-align: center;
}

    .one h1 {
        font-family: 'Righteous', cursive;
        position: relative;
        color: #3CA1D9;
        display: inline-block;
        border-top: 2px solid;
        border-bottom: 2px solid;
        font-size: 2em;
        padding: 11px 60px;
        margin: 0;
        line-height: 1;
    }

        .one h1:before, .one h1:after {
            content: "";
            position: absolute;
            top: 0;
            width: 30px;
            height: 100%;
            border-left: 2px solid;
            border-right: 2px solid;
            background: repeating-linear-gradient(180deg, transparent, transparent 2px, #3CA1D9 2px, #3CA1D9 4px);
        }

        .one h1:before {
            left: 0;
        }

        .one h1:after {
            right: 0;
        }

@media (max-width: 420px) {
    .one h1 {
        font-size: 1em;
    }
}

two {
    background: #E4E5D2;
    padding: 50px 20px;
    text-align: center;
}

.two h1 {
    font-family: 'Open Sans', sans-serif;
    position: relative;
    color: #5C2610;
    font-size: 3em;
    font-weight: normal;
    line-height: 1;
    padding: 10px 0;
    margin: 0;
    display: inline-block;
}

    .two h1:before {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        width: 80%;
        height: 200%;
        border-radius: 50%/30%;
        border: 6px solid #5C2610;
        border-left-color: transparent;
        border-right-color: transparent;
    }

@media (max-width: 420px) {
    .two h1 {
        font-size: 2em;
    }
}
/*----------------------*/
.header-h1 h1 {
    position: relative;
    padding-bottom: .5rem;
    font-size: 1vw;
    text-transform: uppercase;
    text-align: center;
    color: #00838f;
}

    .header-h1 h1::before {
        content: "";
        position: absolute;
        border-bottom: 2px solid #00838f;
        bottom: .25rem;
        left: 50%;
        width: 30%;
        transform: translateX(-50%);
    }

    .header-h1 h1::after {
        content: "";
        position: absolute;
        border-bottom: 2px solid #00838f;
        bottom: 0;
        left: 50%;
        width: 15%;
        transform: translateX(-50%);
    }

.header-h1-left h1 {
    text-align: left;
}

    .header-h1-left h1::before,
    .header-h1-left h1::after {
        left: 0;
        transform: translateX(0);
    }

.header-h1-right h1 {
    text-align: right;
}

    .header-h1-right h1::before,
    .header-h1-right h1::after {
        left: unset;
        right: 0;
        transform: translateX(0);
    }
/*----------------------*/
.header2-h1 {
    position: relative;
    margin-bottom: .5rem;
    padding-bottom: .5rem;
    margin-left: 10%;
    padding-left: 1rem;
}

    .header2-h1 h1 {
        font-size: 1vw;
        margin-bottom: 0.5rem;
        padding-left: 4rem;
        
        color: teal;
    }

        .header2-h1 h1::before {
            content: "";
            position: absolute;
            left: 0;
            top: 0;
            width: 4rem;
            height: 3rem;
            background-color: orange ;
        }

        .header2-h1 h1::after {
            content: "";
            position: absolute;
            left: 0;
            top: 3rem;
            width: 99%;
            height: .25rem;
            background-color: orange;
        }

.header2 {
    position: relative;
    margin-bottom: .5rem;
    padding-bottom: .5rem;
    /* margin-left: 10%;*/
    padding-left: 1rem;
    border-left: solid;
    border-color: orange;
    /*border-left-width: 4rem;*/
    border-left-width: 2vw;
    border-bottom: solid;
    border-bottom-color: orange;
    border-bottom-width: .1rem;
    text-overflow: ellipsis;
    font-size: 1.4vw;
    text-align :left ;
}
.header2_1 {
    position: relative;
    margin-bottom: .5rem;
    padding-bottom: .5rem;
    /* margin-left: 10%;*/
    padding-left: 1rem;
    border-left: solid;
    border-color: orange;
    /*border-left-width: 4rem;*/
    border-left-width: 2vw;
    border-bottom: solid;
    border-bottom-color: orange;
    border-bottom-width: .1rem;
    text-overflow: ellipsis;
    font-size: 1vw;
    text-align: left;
}
    .header2_1:hover {
        border: solid;
        border-color : darkgray;
        border-width: .1rem;
    }
    .header2 h1 {
       /* font-size: 2vw;*/
        margin-bottom: 0.5rem;
       /* padding-left: 4rem;*/
        color: teal;
    }

@media (max-width:1080px) {
    .header2-h1 {
        position: relative;
        margin-bottom: .5rem;
        padding-bottom: 0.5rem;
        margin-left: 1rem;
        padding-left: 1rem;
    }
    .header2-h1 h1 {
       /* font-size: 1vw;*/
        margin-bottom: 0.5rem;
        padding-left: 2rem;
        color: teal;
    }
        .header2-h1 h1::before {
            content: "";
            position: absolute;
            left: 0;
            top: 0;
            width: 2rem;
            height: 4rem;
            background-color: orange;
        }
        .header2-h1 h1::after {
            content: "";
            position: absolute;
            left: 0;
            top: 4rem;
            width: 99%;
            /* height: .25rem;*/
            height: 0.25rem;
            background-color: orange;
        }
}

    .older li {
        border-bottom: dashed 1px #006699;
        margin-top: 10px;
        box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
        padding: 5px;
    }

    .older a {
        text-decoration: none;
        padding: 10px;
        display: block;
        line-height: 30px;
        color: #3A3A3A;
        font-family: 'EB Garamond', serif;
        font-size: 20px;
    }

        .older a:before {
            display: inline-block;
            content: counter(li);
            counter-increment: li;
            height: 30px;
            width: 30px;
            text-align: center;
            border: solid 1px #dedede;
            margin-right: 20px;
            box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 30px rgba(0, 0, 0, 0.1) inset;
            font-family: 'Fredericka the Great', cursive;
            font-size: 24px;
            -webkit-transition: .4s linear;
            transition: .4s linear;
        }

        .older a:hover:before {
            color: #D72F2C;
            -webkit-transform: scale(1.1);
            transform: scale(1.1);
        }
