/*Colors: off-white: #F0EDF2 | Light Purple: #E1DAE5 | Peach: #F7E2D2 | Purple: #C9C9F4 | Orange: #FF6D00 | Dark Purple: #2C263D*/

/*NAVBAR*/
.bg-secondary{
    background-color: #C9C9F4 !important;
}
nav a{
    font-family: swear-display, serif;
    font-weight: 800;
    font-style: normal;
    color: #2c263d !important;
}
nav a:hover{
    color: #FF6D00 !important;
}
.navbar-toggler-icon{
    color: #2C263D !important;
}
/*nav a .active{
    color: #FF6D00 !important;
}*/
nav a:focus, nav a:hover, nav a:active{
    color: #FF6D00;
    text-decoration: underline;
}

/*MAIN*/
body{
    background-image: url(images/BG__Pattern.jpg);
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
}
img{
    max-width: 100%;
}
.resize{
    width: 50%;
}
.lsize{
    width: 30%;
}
.cpurp{
    background-color: #C9C9F4;
    padding: 4%;
}
.pfix{
    padding: 4%;
}
.cwhit{
    background-color: #f0edf2;
    padding: 1%;
    margin: 1%;
}
h1, h2, h3{
    font-family: "swear-display", sans-serif;
    color: #ff6d00;
    font-weight: 800;
}
.h1-dec, .h2-dec, .h3-dec{
    font-family: "swear-display-cilati", sans-serif;
}
h1{
    font-size: 3.75em; /*60/16*/
    padding: 0 3%;
}
h2{
    font-size: 3.125em;/*50/16*/
    line-height: 0.9em;
}
h3{
    font-size: 2.5em;
}
hr{
    border: #f0edf2 2px solid;
    opacity: 100%;
    margin: 4% 0%;
}
h4{
    font-family: "obviously-wide", sans-serif;
    font-weight: 500;
    text-align: right;
    color: #2c263d;
    line-height: 1.5em;
}
h5{
    font-family: "obviously", sans-serif;
    font-weight: 600;
    color: #2c263d;
    text-transform: uppercase;
    font-size: 1.125em;/*18/16*/
}
h6{
    font-family: "swear-display", sans-serif;
    font-weight: 800;
    color: #ff6d00;
    font-size: 1.25em; /*20/16*/
    text-align: center;
}
p{
    font-family: "obviously", sans-serif;
    font-weight: 400;
    color: #2c263d;
    line-height: 1.75em;
    font-size: 1em; /*16/16*/
}
.pc{
    font-family: "obviously", sans-serif;
    font-size: 0.75em; /*12/16*/
    text-align: center;
}
.special{
    font-family: "swear-display-cilati", sans-serif;
    text-transform: uppercase;
    text-align: right;
    font-size: 1.5em;
    line-height: 0;
    padding-top: 1em;
}
.ssub{
    font-family: "obviously-narrow", sans-serif;
    font-weight: 500;
    text-transform:  uppercase;
    text-align: right;
}
.h7{
    font-size: 1em;
    text-align: right;
}
.fp{
    color: #f0edf2;
}
.realign{
    text-align: left;
}
.right{
    text-align: end;
}
.tel:hover{
    color: #2c263d;
    transition: ease-in 0.2s;
    text-decoration: underline;
}
.ftel:hover{
    color: #f0edf2;
}

.form-control{
    background-color: #C9C9F4;
    border: 2px solid #f0edf2;
    color: #2c263d;
}
.fcf{
    background-color: #2c263d;
}
.form-control:active{
    color: #f0edf2;
}
.form-check-input:checked{
    background-color:  #ff6d00;
    border-color: #ff6d00;
}

.carousel-control-next-icon, .carousel-control-prev-icon{
    color: #FF6D00;
    background-color: #FF6D00;
}
.btn-outline-primary{
    font-family: "obviously", sans-serif;
    font-weight:600;
    color: #ff6d00;
    border: #ff6d00 2px solid;
}
.btn:hover{
    background-color: #ff6d00;
    border: #ff6d00 2px solid;
}
.btn-email{
    background-color: #ff6d00;
    border: #ff6d00 2px solid;
}
.btn-email:hover{
    background-color: #f0edf2;
    border: #f0edf2 2px solid;
    color: #ff6d00;
}
a{
    text-decoration:  none;
    color: #ff6d00;
}
/*a:hover, a:focus, a:active{
    color:  #f0edf2;
    background-color: #ff6d00;
}*/
.card{
    border: none;
    margin: 2%;
}
.card-header{
    background-color: #f0edf2;
    border: 4px solid #f0edf2;
    border-radius: 0;
}
.card-body{;
    border: 4px solid #f0edf2;
    border-radius: 0;
}
.dpurp{
    background-color: #2c263d;
    margin-top: 5em;
}



#more, #more2 {
    display: none;
}
#dots{
    color: #ff6d00;
}
.rm{
    font-family: "obviously", sans-serif;
    color: #ff6d00;
    background-color: none;
    border: #ff6d00 2px solid;
    padding-bottom: 4px;
}
.rm:hover{
    color: #f0edf2;
    background-color: #ff6d00;
    border: #ff6d00 2px solid;
    transition: 0.2s ease-in-out;
}




.jump{
    border: 4px solid #f0edf2;
    margin-top: -10em;
    align-content: center;
}
.jump img{
    padding: 14px 0;
}



.date {
	float: left clear;
    position: absolute;
	margin-left: -8%;
    margin-bottom: -20%;
	width: 14.556962%;
}
.eae_img{
    width: 100%;
}

@media screen and (max-width: 768px){
    
.date {
    float: none;
    position: relative;
    margin: auto;
    width: 100%;
}
h1{
    font-size: 3.125em;/*50/16*/
    padding: 0 3%;
}
h2{
    font-size: 2.5em;/*40/16*/
    line-height: 0.9em;
}
h3{
    font-size: 1.875em;/*30/16*/
}
h4{
    line-height: 1.5em;
}
h5{
    font-size: 1em;/*16*/
}
h6{
    font-size: 1.25em; /*20/16*/
    text-align: left;
}
p{
    font-size: 0.875em; /*14/16*/
}
.pc{
    text-align: left; 
}
.cwhit{
    padding: 4%;
    margin-bottom: 1.2em;
}
}
@media screen and (max-width: 576px){
    body{
        background-color: #E1DAE5;
        background-image: none;
    }
}