@import 'reset.css';

@import url('boilerplate.css');

@import 'shadows.css';


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

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

body {
    background: #dedede url(../img/bodybg.png) no-repeat 60% 100%; 
    font-family: 'Coda', 'MontrealLightRegular', sans-serif;
}

h2,h3 {
    color: #fff;
}

h1 {
    font-size: 2em;
    font-weight: normal;
}

h2 {
    color: #fff;
}

h3 {
    font-size: 1.5em;
    color: #fff;
}

a {
    text-decoration: none;
}

.container {
    background: #fff url(../img/topbg.jpg) no-repeat top left;
    width: 956px;
    margin: 0 auto;
    padding: 15px 34px 125px 34px;
    position: relative;
}

#wip {
    position: absolute;
    top: -25px;
    left: -80px;
}

/* Global Class*/
.red {
    padding: 3px 15px;
    margin-bottom: 0px;
    font-size: 2em;
}

.black {
    color: #000;
}

.clear {
    clear: both;
}

.transparent {
    background: transparent;
}

.down {
    margin-bottom: 65px;
}

.deckdown {
    margin-bottom: 73px;
}

iframe {
    z-index: 1;
}

a img {
    opacity: 0.9;
}

a img:hover {
    opacity: 1.0;
}

ul li a img {
    border: 5px solid #f22d36;
}

ul li a img {
    -webkit-transition: border 1s ease;
    -moz-transition: border 1s ease;
    -o-transition: border 1s ease;
    -ms-transition: border 1s ease;
    transition: border 1s ease;
}

ul li a img:hover {
    border: 5px solid #000;
}

.slantbottom {
    background:  url('../img/slantbottom.png') no-repeat bottom right;
    position: absolute;
}



/* Header */
#logo {
    background: url(../img/jack-logo.png) no-repeat top left;
    width: 500px;
    height: 175px;
    position: absolute;
    margin: 170px 0 0 175px;
    text-transform: uppercase;
    padding: 30px 0 0 290px;
    font-family: 'MontrealBoldRegular', sans-serif;
}

nav {
    width: 600px;
    position: relative;
    margin: 295px 0 0 480px;

    
}

ul {
    list-style: none;
}

nav ul li {
    float: left;
    width: 55px;
    height: 35px;
    font-size: 13px;
    border-right: 1px solid #ef3942;
    text-align: center;
    padding: 0 5px;
}

nav ul li:first-child {
    margin-left: 0px;
}

nav ul li:nth-child(5) {
    line-height: 35px;
    margin-left: -2px;
}

nav ul li:last-child {
    border-right: none;
}


#description {
    width: 541px;
    margin: 370px 0 42px 425px;
    text-align: center;
}

/* Social Icons */
#social {
    float: right;
}

#social ul li {
    float: left;
    margin-left: 5px;
}

#social ul li a img {
    border: none;
    opacity: 0.8;
}

#social ul li a img:hover {
    border: none;
    opacity: 1.0;
}


/* Videos */
.bg {
    background: #fff;
    position:relative;
    height: 506px;
    padding: 10px;
}


.slanttop {
	background: #E3E3E3 url('../img/slanttop.jpg') no-repeat top left;	
	padding:10px;
}


.videos-slantbottom {
    width: 939px;
    height: 139px;
    top:404px;
}

#bottombg {
    margin: 0px 0 0 180px;
    padding: 0px;
    position:absolute;
}

/* Clients */

.clients-slantbottom {
    width: 86px;
    height: 119px;
    top:437px;
    left: 863px;
}

.cbg {
    background: #fff;
    position:relative;
    height: 489px;
    padding: 25px;
}

.clients {
    height: 489px;
} 

.clients ul li {
    float: left;
    width: 150px;
    height: 130px;
    margin: 0 0 50px 34px;
}

.clients ul li:nth-child(5n+1) {
    margin-left: 0px;
}

.cdown {
    margin-bottom: 65px;
}

.csocial {
    width: 75%;
    display: block;
    text-align: center;
}
.csocial img, .csocial img:hover {
    border: none;

}

/* Jack's Deck */

.deck {
    background: url('../img/deckSlant.png') no-repeat top left; 
    padding:15px;
}


.deckbg {
    background: transparent;
    position:relative;
    height: 506px;
    width:960px;
    margin: 10px 0 0px 20px;
}

.deckbottom {
    background:  url('../img/deckbottom.png') no-repeat bottom right;
    position: absolute;
}

.deck-slantbottom {
    width: 104px;
    height: 139px;
    top:518px;
    left: 885px;
}

.column1, .column2, .column3 {
    float: left;
    margin-left: 26px;
}

.column1 {
    margin-left: 0;
}

iframe {
    background: #fff;
}

a.button {
    color: #fff;
    background: #000;
    padding: 3px 15px;
    display:block;
}

a.button:hover {
    color: #f0212b;
}

.space {
    display: block;
    margin-bottom: 10px;
}

.pins {
    margin-top: 10px;
}

.pins img {
    margin: 10px 23px;
}

.pinit {
    margin: 10px 0 0 40px;
}

#stripe {
    background: url(../img/stripe.jpg) repeat;
    height: 730px;
    width: 1024px;
    padding: 30px 0px;
    margin-left: -34px;
}

/* web design and development */

.web {
    padding: 28px;
    height: 437px;
}

.ybg {
    background: #fff;
    position:relative;
    height: 506px;
    padding: 10px;
}

.web-slantbottom {
    width: 921px;
    height: 119px;
    top:391px;
    margin-bottom:80px;
}

.web ul li {
    width: 250px;
    float: left;
    margin: 0 0 30px 60px;
}

.web ul li:nth-child(3n+1) {
    margin-left: 0;
}


/* Mobile Apps */

.apps {
    height:494px;
}

.apps-slantbottom {
    width: 921px;
    height: 119px;
    top:341px;
}

.abg {
     background: #fff;
    position:relative;
    height: 387px;
    padding: 28px;
}

.abg ul li {
    float: left;
    margin-left: 150px;
}

.abg ul li:first-child {
    margin-left: 0;
}

#copyright {
    border-top: 2px solid #e3e3e3;
    text-align: center;
    color: #a3a3a3;
    padding: 30px 0  0px 0;
    margin: 50px 0 0;
    font-size: 0.9em;
}

