@font-face {
    font-family: 'D-DIN';
    src: url('https://cdn.epoch.cloud/assets/fonts/D-DIN.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'D-DIN';
    src: url('https://cdn.epoch.cloud/assets/fonts/D-DIN-Bold.otf') format('opentype');
    font-weight: bold;
    font-style: bold;
}

@font-face {
    font-family: 'Acta';
    src: url('https://cdn.epoch.cloud/assets/fonts/Acta-Book.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Acta-bold';
    src: url('https://cdn.epoch.cloud/assets/fonts/Acta-Bold.otf') format('opentype');
    font-weight: bold;
    font-style: bold;
}

*:focus {
	outline: none;
}

body {
    background-color: transparent;
    font-family: 'D-DIN';
    margin: 0;
    color:black;
    cursor: default;
}

input {
    font-size:20px;
}

p {
    margin:0;
}

a:hover{
    text-decoration: none;
}

.c-yellow {
    color:#FCD036;
}

.main {
    max-width: 100%;
}

.main-message {
    max-width: 1200px;
}

.btn {
    font-weight:bold;
}

.scoll-sticky {
    /* display:none; */
}

.home-bg {
    background: linear-gradient(108deg, rgba(0, 0, 0, 8.8) 0%, rgba(0, 0, 0, 0) 78%),url("img/juliane-liebermann-O-RKu3Aqnsw-unsplash.png");
    background-repeat: no-repeat;
    background-position: right top;
    background-size: cover;
}

.home-wording {
    color: white;
}

.home-wording h1 {
    font-family: 'Acta-bold';
    font-weight: bold;
    font-size:48px;
}

.home-wording h1 > span {
    font-family: 'Acta';
    font-size:32px;
    font-style: italic;
}

.legacy{
    font-size:18px;
}


.legacy_desc {
    font-size:15px;
}

.main-text-body {
    font-family: Helvetica;
}

.main-text-body h3 {
    font-family: 'Acta';
}


.donation-cta {
    color:#a7a6a6;
    cursor: text;
}

.line-parent {
    position: relative;
}

.vertical-line {
    border-left: 1px solid #a7a6a6;
    height: 100%;
    position: absolute;
    right: 0;
    margin-left: -3px;
    top: 0;
}

.contact-us {
    border-top: 1px solid #B0B0B0;
}

.contact-us a {
    color:black;
}

.contact-us a:hover {
    color:black;
}

.last-msg {
    background-color: #B0B0B0;
}

.last-msg h3 {
    color:#FFFFFF;
    font-family: 'Acta';
}

header .sticky_header {
	display: none;
}

/* main-message */

.main-message .btn-primary, .register-container .btn-primary {
    font-size:22px;
}

.epoch_logo {
    max-width:300px;
}

.menubar {
    font-size:16px;
}

.menubar .nav-link {
    color:#FCD3AF;
}

.menubar .navbar-nav {
    flex-direction: row;
  }


.menubar .active {
    font-weight: bold;
	color: #3F90FF;
	border-bottom: 2px solid #3F90FF;
}

.message-content h1 {
    font-weight: bold;
    font-size:53px;
    line-height:58px;
    color:white;
    letter-spacing: -1px;
}

.message-content .cancel{
    color:white;
}


.sub-section, .register-section, .price-detail{
    display: none;
}

.small-text {
    font-size:43px;
}

.navbar-light .navbar-brand {
    font-size:20px;
    color:white;
    max-width:200px;
}

.navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover {
    color:white;
}

.message-content h1 span:nth-child(1) {
    color:#000000;
}

.m-logo img{
    width:50px;
}

.m-logo-video {
    max-width:100%;
    align-self: center;
}

.name {
    font-size:17px;
    position: absolute;
    bottom:20px;
    right:0;
    text-align: right;
}

.name div {
    color:#777777;
    font-style: italic;
}

.mobile-message {
    overflow: hidden;
    height: 600px;
}

.background-grey {
    background: white;
}

.roman-wrapper {
    height: 400px;
}

.btn-primary {
    max-width:340px;
    margin:auto;
    border-radius: 4px;
}


.btn-primary {
    color:black !important;
    background-color: #FEC600 !important;
    border-color: #FEC600 !important;
}



.desc {
    font-weight: bold;
}

.cross {
    position: relative;
    display: inline-block;
}
.cross::after {
    content: '';
    width: 105%;
    position: absolute;
    right: 0;
    top: 45%;
}
.cross::after {
    border-bottom: 2px solid #D03333;
    -webkit-transform: skewY(0deg);
    transform: skewY(0deg);
}

.cancel {
    font-size:16px;
    color:white;
}

.main-message .sub-section .cancel {
    font-size:19px;
    letter-spacing:0.4px;
    text-decoration: underline;
}

.main-message .sub-section .cancel a {
    color:inherit !important;
}

/* main-message - End */

.quaList {
    padding-top:3px;
}

.quaList::after {
	position: absolute;
	top:20px;
	right: 0px;
    display: block;
    width: 10px;
    height: 10px;
    content: '';
	-webkit-transform: rotate(135deg);
	transform: rotate(-45deg);
    border-bottom: 2px solid #666;
	border-left: 2px solid #666;
    cursor: pointer;
}

.show-long.quaList::after {
	transform: rotate(135deg);
}

.show-long.quaList::after {
	transform: rotate(135deg);
}

.faq {
    max-width:800px;
    margin:auto;
    color:black;
}

.qus {
	border-top: 1px solid black;
    position: relative;
    font-size: 18px;
    font-weight: bold;
    padding-top: 12px;
    font-family: 'D-DIN Condensed Bold', Arial;
    cursor: pointer;
}

.ans {
	display:none;
	max-width: 77%;
    font-size: 15px;
    line-height: 20px;
}

ol.numbering {
	padding-left:20px;
	overflow-wrap:break-word;
}

.viewAll {
	text-align: center;
	font-size:20px;
	font-weight:500;
	padding:50px;
}

.viewAll a {
	color:#000000;
}

footer {
    background-color:black;   
}

footer, footer a {
    color:white;
}

footer a:hover{
    color:white;
}

footer .content-box {
    max-width:800px;
    margin:auto;
}

.terms {
    line-height: 28px;
}

.copyright {
	position: absolute;
	bottom:-130px;
}

ol.numbering {
	padding-left:20px;
	overflow-wrap:break-word;
}


/* Extra Large */
@media (max-width:1200px) {
    .message-content h1 {
        font-size:80px;
        line-height:84px;
    }

    .message-content p{
        font-size: 30px;
        line-height: 33px;
    }
}

/* Large */
@media (max-width:992px) {
    
}

@media (max-width:860px) {
    .epoch_logo {
        position:block;
    }
}

/* Medium */
@media (max-width:768px) {

    footer .content-box {
        max-width:540px;
    }

    .terms {
        line-height: 30px;
        font-size:13px;
    }
    .contact {
        position: relative;
        font-size:13px;
    }

    .copyright {
        bottom:-50px;
        font-size:11px;
    }

    .contact :after {
        content: '';
        position: absolute;
        bottom:0px;
        right:-5%;
        height:77%;
        width:0px;
        border:0.1px solid #443d3d;
    }
    .faq h1 {
        font-size:25px;
    }
    .qus::after {
        right:-15px;
    }
    #agree-to-term label {
        font-size:12px;
        line-height:17px;
    }
    .cancel {
        font-size:12px;
    }
        
}

/* Small */
@media (max-width:576px) {
    .qus::after {
        right:-20px;
    }
    .navbar-light .navbar-brand {
        font-size:17px;
    }
    .sticky-top {
        top:-2px;
    }
}

@media (max-width:321px) {

}