@import url('https://fonts.googleapis.com/css?family=Open+Sans:300|Rubik:300,400,500');

body {
    background-color: #f9f9f9;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4;
    color: #FFF;
}

h1, h2, h3, h4, strong, label, .small-title, .header-top p {
    font-family: 'Rubik', sans-serif;
    font-weight: 500;
}

a {
	background-color: transparent;
    text-decoration: none;
	color: #f68720;
}

a:hover, a:focus {
    -webkit-transition: 0.3s ease color;
	transition: 0.3s ease color;
	color: #d214d8;
}

.wrap {
    max-width: 80em;
    padding-right: 1.5em;
    padding-left: 1.5em;
    margin-right: auto;
    margin-left: auto;
}

.stage {
    background-color: rgba(5,8,40,0.14);
    background-image: linear-gradient(180deg, #2e0f4c 0%,#5600ac 100%);
}

.section-spacing {
    padding: 5em 1.5em;
}

.flex-38 {
	width: 38%;
}

.flex-54 {
	width: 54%;
}

.flex-container--details {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.header-top {
    padding: .75em 0;
    text-align: center;
    background: #2E0E4C;
    color: #f68720;
}

.header-top p {
    margin: 0;
}

.header .wrap {
    max-width: 80em;
    padding: 0;
}

.header {
    background-color: rgba(46,15,76,0.9);
    padding: 0 3.4375em;
    box-shadow: 0px 3px 8px 0px rgba(0,0,0,0.03);
}

.citnow-digital-spotlight-awards-logo {
    max-width: 14.25em;
    width: 100%;
    float: left;
    margin: 0;
    padding: 1em 0;
}

.cta--primary {
    background: #d214d8;
    display: inline-block;
    padding: .9375em 1.6875em;
    border-radius: 30px;
    border: none;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
    font-family: "Rubik",sans-serif;
    font-weight: 500;
    font-size: 0.875em;
    line-height: 1.2;
    letter-spacing: 2px;
    color: #FFF;
}

.cta--primary:hover, .cta--primary:focus {
	background: #f68720;
	border: none;
    -webkit-transition: 0.3s background ease;
    transition: 0.3s background ease;
}

.footer {
    background: #2E0E4C;
    padding: 2em 3.4375em;
    position: relative;
    color: #FFF;
}

.citnow-digital-spotlight-awards-footer-logo {
    max-width: 8em;
    width: 100%;
    margin: 0;
    padding: 1em 0;
}

.footer h3 {
    font-size: 1.4375em;
    margin-bottom: 0;
}

.footer-links-list {
    margin-left: 0;
    font-size: 0;
    position: relative;
    z-index: 1;
}

.footer-links-list li {
    list-style-type: none;
    display: inline-block;
    font-size: .8125rem;
    padding-right: .9375rem;
    position: relative;
    margin-top: 0.5em;
}

.footer-links-list li {
    margin-left: 0;
}

.footer-links-list li:not(:first-of-type) {
    margin-left: .9375rem;
}


/* ==========================================================================
   Media Queries
   ========================================================================== */
@media screen and (max-width: 62em) {
    body {
        font-size: 15px;
    }

    h1 {
        font-size: 1.875em;
        line-height: 1.2;
    }

    .mobile-padding-top {
        padding-top: 1.5em;
    }

    .section-spacing {
        padding: 1.5em 1.5em 2em 1.5em;
    }

    .flex-54, .flex-38 {
		width: 100%;
	}

	.flex-container--details {
	    flex-direction: column;
	    align-items: flex-start;
	}

    .header {
        padding: 0 1.5em;
    }

    .citnow-digital-spotlight-awards-logo {
    	max-width: 10em;
    }

    .footer {
        padding: 2em 1.5em;
    }

    .footer h3 {
        font-size: 1.3125em;
    }

    .footer-links {
        margin-top: 1.8125em;
    }
}