@font-face
{
	font-family: Vladimir;
	src: url('../fonts/Vladimir.eot');
	src: local('?'),
		 url('../fonts/Vladimir.woff') format('woff'),
		 url('../fonts/Vladimir.ttf') format('truetype'),
		 url('../fonts/Vladimir.svg') format('svg');
	font-weight: bold;
    font-style: normal;
}

@font-face
{
	font-family: Insignia;
	src: local('?'),
		 url('../fonts/_Insignia.ttf') format('truetype');
	font-weight: bold;
    font-style: normal;
}

/* Global settings */
/*body {
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 16px;
    line-height: 1.6;
    color: #ffffff;
    background-color: #000000;
    margin: 0;
    padding: 0;
}*/

div.ccm-page header {
    padding: 0px;
    border-bottom: none;
    background-color:#000;
}

div.ccm-page main {
    background-color: #111;
}

div.ccm-page header nav ul{
    float: none;
    padding-inline-start: 40px;
}

div.ccm-page header nav ul a {
    font-size: 2em;;
    color: #ddba71;
    text-transform: none;
}

div.ccm-page header nav ul a:hover {
    font-size: 2em;
    color: #e7b547;
    text-transform: none;
    text-decoration: underline;
}

/* Headers */
/*h2, h3, h4, h5, h6 {
    font-weight: 600;
    margin-top: 1.5em;
    margin-bottom: 0.75em;
    color: #ddba71;
}*/


div.ccm-page h1, div.ccm-page h2{
    font-weight: 600;
    margin-top: 1.5em;
    margin-bottom: 0.75em;
    color: #fff;
}

div.ccm-page h1{
    font-size:6em;
}

div.ccm-page h2{
    font-size:3em;
}

/* Links */
div.ccm-page main a:not(.fa):not(.btn), div.ccm-page footer a:not(.fa):not(.btn), footer#footer-theme a {
    color: #ddba71;
    text-decoration: none;
    transition: color 0.2s;
}

div.ccm-page main a:not(.fa):not(.btn):hover, div.ccm-page footer a:not(.fa):not(.btn):hover, footer#footer-theme a:hover {
    color: #e7b547;
    text-decoration: underline;
}

/* Buttons */
.btn {
    border-radius: 4px;
    padding: 0.5em 1em;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s;
    margin-right: 30px;
}
.btn-primary {
    background-color: #ddba71;
    color: #000000;
    border: none;
    font-size:2em;
}
.btn-primary:hover {
    background-color: #e7b547;
}

/* Containers & spacing */
.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 6px 1rem;
}

div.ccm-page main{
    padding-bottom:0;
}

.section {
    padding: 12rem 0;
}

p {
    margin-top: 1em;
    margin-bottom: 2em;
    font-size:2em;
    color: #b5bcbf;
}

footer, footer#footer-theme, footer#footer-theme section:first-child{
    background-color: #111;
    color: #b5bcbf;
}

footer p, footer#footer-theme p {
    margin-bottom:0;
    font-size:1em;
    text-align: left;
    color: #b5bcbf;
}

/*footer a, footer#footer-theme a{
    color:#b5bcbf;
}
footer a:hover, footer#footer-theme a:hover{
    color:#b5bcbf;
}*/

footer section, footer#footer-theme section {
    border-top: 1px solid #e7b547;
}

.slogan {
    font: 6em Vladimir;
    color: #e7b547;
    transform: rotate(-8deg);
}

.section-light {
    background-color: #111;
    color: #fff;    
}
.section-dark {
    background-color: #000;
    color: #ddba71;
}

/* Utility classes */
.text-center { text-align: center; }
.mt-1 { margin-top: 0.25rem; }
.mt-2 { margin-top: 0.5rem; }
.mt-3 { margin-top: 1rem; }
.mb-1 { margin-bottom: 0.25rem; }
.mb-2 { margin-bottom: 0.5rem; }
.mb-3 { margin-bottom: 1rem; }

/* Responsive images */
img {
    max-width: 100%;
    height: auto;
    display: block;
}

.step-title{
    color: #e7b547;
    font-size: 2em;
    margin-bottom:1em;
    /*font-style: italic;*/
}