/**
* Note that these styles are loaded *before* editor styles, so that
* editor-specific styles using the same selectors will take precedence.
*/
@font-face {
    font-family: "Amithen-Extra";
    src: url("../../fonts/Amithen/amithen_extra-webfont.eot");
    src: url("../../fonts/Amithen/amithen_extra-webfont.eot?#iefix") format("embedded-opentype"),
       url("../../fonts/Amithen/amithen_extra-webfont.woff2") format("woff2"),
       url("../../fonts/Amithen/amithen_extra-webfont.woff") format("woff"),
       url("../../fonts/Amithen/amithen_extra-webfont.ttf") format("truetype"),
       url("../../fonts/Amithen/amithen_extra-webfont.svg#amithen_extra-webfont") format("svg");
    font-weight: normal;
    font-style: normal;
    }

@media screen and (-webkit-min-device-pixel-ratio:0) {
    @font-face {
        font-family: "Amithen-Extra";
        src: url("./amithen_extra-webfont.svg#amithen_extra-webfont") format("svg");
        }
    }


h2.decorative-line {
    font-family:"Amithen-Extra";
    font-size: 4em;
    margin: -10px 0 20px 0;
    line-height: 50px;
    color: #F4D4D4;
    transition: 1s ease;
    transition-property: left;
}

@media (min-width: 768px) and (max-width: 1024px)  {

    }
