body {
	width: 100%;
	font-size: 22;
	font-family: 'Poppins', sans-serif;
	line-height: 1.5em;
	margin: auto;
	margin-bottom: 0;
}

a {
	font-weight: 600;
}

h1 {
    font-family: 'Dela Gothic One', cursive;
	font-size: 3em;
	text-align: center;
	line-height: 1.2em;
}

h2 {
    font-family: 'Roboto Slab', serif;
    font-size: 2em;
    line-height: 1.2em;
}

h3 {
    font-family: helvetica;
	font-size: 1.5em;
	margin-bottom:0px;
	line-height: 1.2em;
}

figure {
    width: 100%;
    margin: 0 0 50px 0;
}

video {
    width: 100%;
    max-width: 400px;
}

.homeheader {
    background: url("content/commercial-jingle-production.jpg");
}

.demoheader {
	background: url("content/commercial-jingle-demos.jpg");
}

.header {
    background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	width: 100%;
	max-width: 2560px;
    height: 650px;
	margin: auto;
	line-height: 1.5em;
	display: block;
	position: relative;
}

footer {
    background-color: #e8e8e8;
    text-align: center;
    font-size: .6em;
    margin-top: 50px;
    line-height: 1em;
    padding: 1px 0 1px 0;
}

.header-contact {
    padding-top: 15px;
    padding-bottom: 5px;
}

.header h1 {
    color: #A60202;
}

.header div {
	margin: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 80%;
	text-align:center;
	padding-bottom: 100px;
}

.header p {
    font-size: 1.3em;
    font-weight: 600;
}

.img-scroll {
    position: absolute; 
    top: 0; 
    left: 50%; 
    transform: translate(-50%, -50%);
    max-width:30%;
}

.content {
	width: 85%;
	max-width: 1250px;
	margin: auto;
	margin-top: 100px;
	margin-bottom: 50px;
	line-height: 1.5em;
}

.startbutton {
  background-color: #A60202;
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
}

.startbutton:hover {
    background-color: #8E0101;
}


@media only screen and (max-width: 800px) {
    
body {
	font-size: 18;
}

h1 {
    font-size: 2em;
    line-height: 1.2em;
}

.homeheader {
    background: url("content/commercial-jingle-production-mobile.jpg");
}

.header {
    margin-top: 20px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	width: 100%;
	height: 550px;
	margin: auto;
	margin-bottom:50px;
	line-height: 1.7em;
	display: block;
	position: relative;
  }
  
.header div {
	margin: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	min-height:400px;
	max-height:500px;
	width: 90%;
	text-align:center;
	padding: 0px;
}

.header p {
    font-size: 1em;
    font-weight: 600;
    line-height:1.2em;
}

.img-scroll {
    position: absolute; 
    top: -50px; 
    left: 50%; 
    transform: translate(-50%, -50%);
    max-width:30%;
}

.demoheader div {
    top: 70%;
}
}

.quicklinks {
	background: #f8f7ff;
	min-width: 200px;
	border-radius: 20px;
	padding: 5px 15px 15px 15px;
}

.container1 {
	padding: 5px 30px 30px 30px;
}

.inline33 {
	display: inline-block;
	width: 32%;
	min-width: 300px;
	vertical-align:text-top;
}

.inline50 {
	display: inline-block;
	width: 49%;
	min-width: 300px;
	vertical-align:text-top;
}

.dateframes {
	width: 100%; 
	margin-bottom: -120px;
	overflow: hidden;
}

.dropdown {
    position: relative;
    display: inline-block;
    background: #c9b9da;
    margin: 5px 2px 5px 2px;
    padding: 15px 25px 15px 25px;
    border-radius: 10px;
    font-weight: 700;
    font-size: 1.1em;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    max-width: 350px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    margin-top: 15px;
    margin-left: -20px;
    border-radius: 10px;
}

.dropdown-content a {
    text-decoration: none;
}

.dropdown:hover {
    background: #9e7dc4;
}

.dropdown:hover .dropdown-content {
    display: block;
}

li {
        width: 100%;
	line-height: 1.1em;
	list-style: none;
}


.menuitm {
    width: 100%;
    padding: 16px 16px;
    border-radius: 10px;
    margin-left: -35px;
}

.menuitm:hover {
    background: #dad5db;
}

.flowchart {
    position:absolute;
    left:0;
    right:0;
    width: 100%;
}
