/* ==========================================================================
   Fonts
   ========================================================================== */
@font-face {
    font-family: 'titillium_webbold';
    src: url('fonts/titilliumweb-bold-webfont.eot');
    src: url('fonts/titilliumweb-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/titilliumweb-bold-webfont.woff') format('woff'),
         url('fonts/titilliumweb-bold-webfont.ttf') format('truetype'),
         url('fonts/titilliumweb-bold-webfont.svg#titillium_webbold') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'titillium_weblight';
    src: url('fonts/titilliumweb-light-webfont.eot');
    src: url('fonts/titilliumweb-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/titilliumweb-light-webfont.woff') format('woff'),
         url('fonts/titilliumweb-light-webfont.ttf') format('truetype'),
         url('fonts/titilliumweb-light-webfont.svg#titillium_weblight') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'titillium_webregular';
    src: url('fonts/titilliumweb-regular-webfont.eot');
    src: url('fonts/titilliumweb-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/titilliumweb-regular-webfont.woff') format('woff'),
         url('fonts/titilliumweb-regular-webfont.ttf') format('truetype'),
         url('fonts/titilliumweb-regular-webfont.svg#titillium_webregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'source_sans_proregular';
    src: url('fonts/sourcesanspro-regular-webfont.eot');
    src: url('fonts/sourcesanspro-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/sourcesanspro-regular-webfont.woff') format('woff'),
         url('fonts/sourcesanspro-regular-webfont.ttf') format('truetype'),
         url('fonts/sourcesanspro-regular-webfont.svg#source_sans_proregular') format('svg');
    font-weight: normal;
    font-style: normal;

}



@font-face {
    font-family: 'nexa_lightregular';
    src: url('fonts/nexa_light-webfont.eot');
    src: url('fonts/nexa_light-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/nexa_light-webfont.woff') format('woff'),
         url('fonts/nexa_light-webfont.ttf') format('truetype'),
         url('fonts/nexa_light-webfont.svg#nexa_lightregular') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'nexa_boldregular';
    src: url('fonts/nexa_bold-webfont.eot');
    src: url('fonts/nexa_bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/nexa_bold-webfont.woff') format('woff'),
         url('fonts/nexa_bold-webfont.ttf') format('truetype'),
         url('fonts/nexa_bold-webfont.svg#nexa_boldregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

h1{
	font-family: titillium_webbold, Arial, Helvetica, sans-serif;
	font-size: 3.8em;
	line-height: 60px;
	color: #fff;
	text-transform:uppercase;
	text-shadow: 0px 0px 10px rgba(0, 0, 0, 1);
}

h2{
	font-family: nexa_lightregular, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #000;
	text-transform:uppercase;
}


h3{
	font-family: nexa_lightregular, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #CFB12B;
}

h4 {
	font-family: blackjackregular, Arial, Helvetica, sans-serif;
	font-size: 1.7em;
	color: #FBB02A;
}


p{
	font-family: source_sans_proregular, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #000;
}

section a{
	font-family: source_sans_proregular, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #000;
	font-style: italic;
}
section a:hover{
	font-family: source_sans_proregular, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: red;
	font-style: italic;
}


/* ==========================================================================
   Impression Design Base styles
   ========================================================================== */

html {
  background:url(../img/j-dj-bg.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-color: black;
}

.wrapper {
  width: 960px;
 margin: 0 auto 0em;
}

#sectionContent{
	width: 620px;
	margin-top: 48px;
}

.line{
	height: 1px;
	background:#CCC;
}

aside{
	width:280px;
	float: right;
	margin-top: 32px;
}

aside ul li{
	font-family: source_sans_proregular, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #000;
}
/* ==========================================================================
   Impression Design custom styles
   ========================================================================== */

#logo{
	position:absolute;
	margin-top: -45px;
}

#contactNav{
	position:absolute;
	margin-top: -60px;
	margin-left: 300px;
	width: 550px;
}

#contactNav a:hover{
	opacity: 0.5;
}

#contactNav h3{
	font-family: titillium_webregular, Arial, Helvetica, sans-serif;
	color: black;
}

.separation{
	width:960px;
	height: 2px;
	background:url(../img/separation.png);
}

#djPic{
	margin-left:230px;
	margin-top: 0px;
	margin-bottom: -48px;
}



.headers {
	background: #42AC4F;
	width: 900px;
	padding:4px 16px;
	 background: none;
    border-right: 20px solid transparent;
    border-top: 60px solid #42AC4F;
	border-left: 0px solid transparent;
}

.headers img{
	margin-left:-8px;
}

#headerHome {
  background:url(../img/j-dj.png);
   margin: 0 auto 0em;
  width: 100%;
  height: 400px;
}

#headerWeddings {
  background:url(../img/wedding.png);
   margin: 0 auto 0em;
  width: 100%;
  height: 400px;
}
#headerAnniversaries {
  background:url(../img/anniversaries.png);
   margin: 0 auto 0em;
  width: 100%;
  height: 400px;
}
#headerCorporate {
  background:url(../img/corporate.png);
   margin: 0 auto 0em;
  width: 100%;
  height: 400px;
}

#headerGraduations {
  background:url(../img/graduations.png);
   margin: 0 auto 0em;
  width: 100%;
  height: 400px;
}


.iconsBox{
	width:213px;
	float:left;
	margin-right:26px;
}

.iconsBox:hover{
	-moz-box-shadow:    0px 0px 4px 2px rgba(0,0,0,0.2);
  -webkit-box-shadow: 0px 0px 4px 2px rgba(0,0,0,0.2);
  box-shadow:         0px 0px 4px 2px rgba(0,0,0,0.2);
  -moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px; 
-khtml-border-radius: 5px; 

}


.iconsBox a{
	text-decoration:none;
}




.iconsBoxHeader{
	width: 100%;
	border-bottom: 1px solid #CCC;
	border-top: 1px solid #CCC;
}

.iconsBoxHeader h3{
	font-family: source_sans_proregular, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #000;
	text-align:center;
}

.iconsBoxHeader a{
	text-decoration: none;
	color: #000;
}

.iconsBoxHeader a:hover{
	text-shadow: 0px 0px 10px rgba(248, 231, 12, 0.7);
}

/* ==========================================================================
   Form
   ========================================================================== */

.form-style-6{
	font: 97% Arial, Helvetica, sans-serif;
	max-width: 600px;
	margin: 5px auto;
	padding: 5px;
	background: #F7F7F7;
}
.form-style-6 h1{
	background: #000;
	padding: 5px 0;
	font-size: 140%;
	font-weight: 300;
	text-align: center;
	color: #fff;
	
}
.form-style-6 input[type="text"],
.form-style-6 input[type="date"],
.form-style-6 input[type="datetime"],
.form-style-6 input[type="email"],
.form-style-6 input[type="number"],
.form-style-6 input[type="search"],
.form-style-6 input[type="time"],
.form-style-6 input[type="url"],
.form-style-6 textarea,
.form-style-6 select 
{
	-webkit-transition: all 0.30s ease-in-out;
	-moz-transition: all 0.30s ease-in-out;
	-ms-transition: all 0.30s ease-in-out;
	-o-transition: all 0.30s ease-in-out;
	outline: none;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	width: 100%;
	background: #fff;
	margin-bottom: 3%;
	border: 1px solid #ccc;
	padding: 2%;
	color: #555;
	font: 97% Arial, Helvetica, sans-serif;
}
.form-style-6 input[type="text"]:focus,
.form-style-6 input[type="date"]:focus,
.form-style-6 input[type="datetime"]:focus,
.form-style-6 input[type="email"]:focus,
.form-style-6 input[type="number"]:focus,
.form-style-6 input[type="search"]:focus,
.form-style-6 input[type="time"]:focus,
.form-style-6 input[type="url"]:focus,
.form-style-6 textarea:focus,
.form-style-6 select:focus
{
	box-shadow: 0 0 5px #43D1AF;
	padding: 3%;
	border: 1px solid #43D1AF;
}

.form-style-6 input[type="submit"],
.form-style-6 input[type="button"]{
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	width: 100%;
	padding: 3%;
	background: #000;
	border-bottom: 2px solid #777;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;	
	color: #fff;
}
.form-style-6 input[type="submit"]:hover,
.form-style-6 input[type="button"]:hover{
	background: #007836;
}


/* ==========================================================================
   NavBar
   ========================================================================== */
nav{
}

nav ul { 
  margin-left:180px;
  margin-top:60px;
}

nav ul a { 
  background: #000; 
  float: left;
  line-height: 20px;
  margin-right: 24px;
  padding: 20px 3px;
  position: relative;
  text-decoration:none;
  font-family: titillium_webbold, Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  font-size: 0.9em;
}

nav ul li a { 
  color: #F8E810;
  display: block; 
  text-decoration: none;
}

nav ul li:last-of-type { margin-right: 0px; }

nav ul li a:before {  
    background: none;
    border-left: 0px solid transparent;
    border-right: 20px solid transparent;
    border-top: 60px solid #000;
    content: "";
    right: -20px;
    position: absolute;
    top: 0;
}

nav ul li a:after { 
    border-left: 20px solid transparent;
    border-right: 0px solid transparent;
    border-bottom: 60px solid #000;
    content: "";
    height: 0;
    position: absolute;
    left: -20px;
    top: 0;
    width: 0;
} 





nav ul li a:hover { 
  background: #F8E810;
  cursor: pointer;
  color: black;
  text-decoration:none;
  -webkit-box-shadow: 0px 0px 10px 3px rgba(0,0,0,1);
-moz-box-shadow: 0px 0px 10px 3px rgba(0,0,0,1);
box-shadow: 0px 0px 10px 3px rgba(0,0,0,1);
}   

nav ul li a:hover:before { 
  border-top: 60px solid #F8E810; 

}
nav ul li a:hover:after { 
  border-bottom: 60px solid #F8E810; 

}



/* ==========================================================================
   Footer
   ========================================================================== */

footer{
     width: 100%;
	 height:80px;
	 background: #000;
	 margin-top: 48px;
}

#footerLogo{
	position:absolute;
	margin-top:16px;
}

#copyright{
	float:right;
	text-align:right;
}

#copyright p{
	color: white;
	font-size:0.9em;
}

#copyright a{
	color:white;
}

/* ==========================================================================
   Form
   ========================================================================== */
#contactForm{
	width:600px;
	padding-left:10px;
	padding-right: 8px;
	padding-top: 0px;
	padding-bottom:8px;
	position:absolute;
	margin-left:320px;
	margin-top: -190px;
}

#contactForm ul{
	margin-left: -30px;
}

#contactForm ul li{
	list-style:none;
	color: #666;
	margin-bottom: 8px;
	float:left;
	margin-right:16px;
}

input    {
	color: #666;
	font-family: titillium_webregular, Arial, Helvetica, sans-serif;
	font-size:0.8em;
	width:250px;
}

select    {
	color: #666;
	font-family: titillium_webregular, Arial, Helvetica, sans-serif;
	font-size:0.8em;
	width:185px;
}

#Send {
	margin-top:12px;
color:#000;
width: 185px;
font-family: titillium_webregular, Arial, Helvetica, sans-serif;
height:30px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
background: rgba(248, 231, 12, 1);
border: 0px;
}


#Send:hover {
color: #fff;
	background-color: rgba(103, 51, 20, 0.1);
	-webkit-box-shadow: 0px 0px 10px 3px rgba(231,166,26,1);
-moz-box-shadow: 0px 0px 10px 3px rgba(231,166,26,1);
box-shadow: 0px 0px 10px 3px rgba(231,166,26,1);
}


textarea    {
	color: #666;
	font-family: titillium_webregular, Arial, Helvetica, sans-serif;
	font-size:0.8em;
	resize: none;
	width:530px;
	height:80px;
}



/* ==========================================================================
   Helper classes
   ========================================================================== */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */

audio,
canvas,
img,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}




.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}



.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
