@charset "UTF-8";

/* This website is optomised for the following browsers:
Chrome 57+
Firefox 52+
Safari 9+
Edge 12-15
IE 10-11
*/

@font-face {
    font-family: CPGB;
    src: URL('../font/COPRGTB.TTF');
}

@font-face {
    font-family: 'agendaBold';
    SRC: url('../font/agendaBold.ttf');
    font-style: normal;
    /*text-rendering: optimizeLegibility;*/
}

@font-face {
    font-family: 'agendaMedium';
    SRC: url('../font/agendaMedium.ttf');
    font-style: normal;
    font-weight: normal;
    /*text-rendering: optimizeLegibility;*/
}

@font-face {
    font-family: 'agendaRegular';
    SRC: url('../font/agendaRegular.ttf');
    font-style: normal;
    font-weight: normal;
    /*text-rendering: optimizeLegibility;*/
}

* {
    box-sizing: border-box;
}

a:link,
a:visited {
    color: white;
    text-decoration: none;
    text-shadow: 0.05em 0.05em 0.1em #CCC;
}

a:hover {
    color: white;
    text-decoration: none;
    font-weight: bold;
    display: inline-block;
    text-shadow: 0.1em 0.1em 0.2em #555;
}

a:active {
    color: white;
    text-decoration: none;
    font-weight: bold;
    display: inline-block;
    text-shadow: 0.1em 0.1em 0.2em #555;
    transform: translate(0.1em, 0.1em);
}

.header2 a:link,
.header2 a:visited,
.header2 a:active,
.header2 a:hover,
.footer a:link,
.footer a:visited,
.footer a:active,
.footer a:hover {
    color: white;
}

body {
    background-color: black;
    font-family: 'agendaRegular', Verdana, Arial, Helvetica, sans-serif;
    line-height: 1.5;
    background-image: url('../images/women-dancing-background_full.jpg');
    /* https://pixabay.com/p-254494/?no_redirect */
    background-position: center;
    background-size: cover;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'agendaBold', 'Arial';
    margin-top: 0.67em;
    margin-bottom: 0.2em;
    color: #8b248b;
}

h1 {
    font-size: 2em;
    font-family: CPGB;
}

h2 {
    font-size: 1.6em;
}

h3 {
    font-size: 1.3em;
}

h4 {
    font-size: 1.17em;
}

h5 {
    font-size: 1em;
}

h6 {
    font-size: 0.83em;
}

p {
    margin-top: 0px;
    margin-bottom: 0.75em;
}

.container {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto auto auto auto auto;
    grid-template-areas: 
		"header1" 
		"header2" 
		"quote" 
		"nav2" 
		"content" 
		"djmark-award"
		"djmark-badge"
		"social" 
		"footer";
	min-width: 210px;
    max-width: 1200px;
    margin: 0 auto;
}

img {
    max-width: 100%;
}

.header1 {
    grid-area: header1;
    justify-self: center;
    text-align: center;
    width:100%;
}

.header2 {
    grid-area: header2;
    font-family: CPGB;
    text-align: center;
    font-size: 1.2em;
    width: 100%;
    height: 100%;
}

.topbar {
    grid-area: topbar;
    background-color: #000;
    height: 5px;
}

.bottombar {
    grid-area: bottombar;
    background-color: #000;
    height: 5px;
}

.nav1 {
    grid-area: nav1;
    display: none;
    color: rgba(255, 255, 255, 100);
}

.nav2 {
    grid-area: nav2;
    font-size: 1.5em;
    color: white;
}

.dropdown-content {
    display: none;
}

.dropdown-container {
    background-color: rgba(255, 255, 255, 0.79);
    padding-top: 0.001em;
    margin-bottom: 10px;
}

.dropdown-container a {
    color: #8b248b;
}

.show-menu {
    display: block;
}

.menu-highlight {
    font-weight: bold;
    text-shadow: 0.1em 0.1em 0.6em #BBB;
}

#mobile-menu {
    background-color: #8b248b;
    padding: 0.01em;
}

.content {
    grid-area: content;
    background-color: rgba(255, 255, 255, 0.79);
    padding: 0.5em;
}

.quote {
    grid-area: quote;
    justify-self: center;
    padding: 0.1em;
    min-width: 100%;
}

.social {
    grid-area: social;
    text-align: center;
    font-family: 'agendaRegular';
    font-size: 0.9em;
    font-style: italic;
    color: white;
    padding-right: 0.5em;
    padding-left: 0.5em;
}

.sociallinks {
    font-size: 2em;
}

#twitter-feed{
	background-color: rgba(255, 255, 255, 0.79);
	margin-top: 1em;
}

.djmark-badge {
    grid-area: djmark-badge;
	max-width: 200px;
	vertical-align: top;
	justify-self: center;
}

.djmark-award {
    grid-area: djmark-award;
	max-width: 200px;
	vertical-align: top;
	justify-self: center;
	padding-top: 0.5em;
}

.footer {
    grid-area: footer;
    background-color: #8b248b;
    color: white;
    text-align: center;
    margin-top: 0.6em;
}

.green {
    color: green;
}

.white {
    color: white;
}

.facebook-color{
    color: #3b5998;
}

.twitter-color{
    color: #0084b4;
}

.youtube-color{
    color: #FF0000;
}

.googleplus-color{
    color: #dd4b39;
}

.findadj-color{
    color: #fefff7;
}

.fa-rotate-315 {
    transform: rotate(315deg);
}

.fa-rotate-45 {
    transform: rotate(45deg);
}

.quote-button,
.quote-button a:link,
.quote-button a:visited {
    background-color: #8b248b;
    cursor: pointer;
    color: #ffffff;
    font-size: 2em;
    font-weight: bold;
    padding: 0.5em;
    text-decoration: none;
    text-shadow: 0px 1px 0px #2f6627;
    text-align: center;
    margin-bottom: 0.5em;
    margin-left: 0.5em;
    margin-right: 0.5em;
    max-width: 100%;
    display: block;    
}

.quote-button:hover {
    background-color: #ae31c4;
    display: block;
}

.quote-button:active {
    position: relative;
}

.inline-block{
    display: inline-block;
}

.payment-logos{
	font-size: 1.5em;
}

label[for="db_event_time_setup"]{
	display: none;
}

.db_form label, .db_form .db_field_name{
	display: none;
}

.db_form .db_checkbox_container label {
	float:none;
	width:auto;
}

.db_form .db_checkbox_container .db_input {
	margin:0;
}

.db_required {
	color: #8b248b;
}

@media only screen and (min-width: 650px) {
    .container {
        grid-template-columns: 210px 1fr 1fr 1fr;
        grid-template-rows: auto 24em 250px auto auto auto auto;
        grid-template-areas: 
			"header1 header1 header2 header2" 
			"nav1 content content content" 
			"quote content content content" 
			"djmark-award content content content" 
			"djmark-badge content content content" 
			"social content content content" 
			"footer footer footer footer";
    }
    .header1 {
        justify-self: left;
        text-align: left;
        /*background: linear-gradient(to top right, #000000, #bf39bf, #8b248b);*/
    }
    .header2 {
        justify-self: right;
        text-align: right;
        padding-right: 0.5em;
        padding-top: 2.6em;
        align-self: center;
        /*background: linear-gradient(to top left, #000000, #bf39bf, #8b248b);*/
    }
    .nav1 {
        display: block;
    }
    .nav2 {
        display: none;
    }
	
	.djmark-badge {
	width: 100%;
	}
	
	.djmark-award {
	width: 100%;
	padding-top: none;
	}

}

@media only screen and (min-width: 1000px) {
    .container {
        grid-template-columns: 210px 1fr 1fr 210px;
        grid-template-rows: auto 250px auto 265px 170px auto auto;
        grid-template-areas: 
			"header1 header1 header2 header2" 
			"nav1 content content quote" 
			"nav1 content content social" 
			"djmark-award content content social" 
			"djmark-badge content content social" 
			"djmark-badge content content social" 
			"footer footer footer footer";
    }
}