/*******************************************/
/*                                         */
/*  custom.css                             */
/*                                         */
/*  This file is part of the Dizzle Worx   */
/*  CMS                                    */
/*                                         */
/*  Copyright (c) 2014 BMW Web Dev.        */
/*                                         */
/*  DW-CMS is free software: you can       */
/*  redistribute it and/or modify it       */
/*  under the terms of the GNU General     */
/*  Public License as published by the     */
/*  Free Software Foundation, either       */
/*  version 3 of the License, or (at your  */
/*  option) any later version.             */
/*                                         */
/*  DW-CMS is distributed in the hope      */
/*  that it will be useful, but WITHOUT    */
/*  ANY WARRANTY; without even the         */
/*  implied warranty of MERCHANTABILITY    */
/*  or FITNESS FOR A PARTICULAR PURPOSE.   */
/*  See the GNU General Public License     */
/*  for more details. See                  */
/*  <http://www.gnu.org/licenses/>.        */
/*                                         */
/*******************************************/

@-webkit-viewport   { width: device-width; }
@-moz-viewport      { width: device-width; }
@-ms-viewport       { width: device-width; }
@-o-viewport        { width: device-width; }
@viewport           { width: device-width; }

@font-face {
    font-family: 'nellaSueDemo';
    src: url('fonts/nellasuedemo.eot');
    src: url('fonts/nellasuedemo.eot?#iefix') format('embedded-opentype'),
         url('fonts/nellasuedemo.woff2') format('woff2'),
         url('fonts/nellasuedemo.woff') format('woff'),
         url('fonts/nellasuedemo.ttf') format('truetype'),
         url('fonts/nellasuedemo.svg#nella_sue_demoregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'indieRock';
    src: url('fonts/indierock.eot');
    src: url('fonts/indierock.eot?#iefix') format('embedded-opentype'),
         url('fonts/indierock.woff2') format('woff2'),
         url('fonts/indierock.woff') format('woff'),
         url('fonts/indierock.ttf') format('truetype'),
         url('fonts/indierock.svg#indierockregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'simplePrint';
    src: url('fonts/simple_print.eot');
    src: url('fonts/simple_print.eot?#iefix') format('embedded-opentype'),
         url('fonts/simple_print.woff2') format('woff2'),
         url('fonts/simple_print.woff') format('woff'),
         url('fonts/simple_print.ttf') format('truetype'),
         url('fonts/simple_print.svg#simple_printregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

.simplePrint { font-family: 'simplePrint'; }
.indieRock { font-family: 'indieRock'; }
.nellaSueDemo { font-family: 'nellaSueDemo'; }

/*  Layout  
-------------------------------------------------*/
body {
	font-size: 18px;
}
header {
	height: 160px;

}
header > h1 {
	text-indent: -5000px;
	margin: 0;
}

.content {
	padding: 15px 0;
	background: rgba(0,153,153,0.75);
}

footer {
	
}

@media only screen and (max-width: 767px) {
	
}