/* GLOBAL STYLES */

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

}

body{
    background: #3c3c3b;
    font-family:  roboto_slablight;
}

.container{
    min-height: 1100px;
}

header h1{
    margin: 0;
    float: left;
}

header h1 img{
    margin-top: 50px;
}

header nav{
    float: right;
    margin-top: 50px;
}

header nav li{
    float: left;
    list-style-type: none;
}

header nav a{
    margin: 0 16px;
    padding: 10px;
    color: #b7b7b7;
    text-decoration: none;
}

header nav a:hover{
    color: #eee;
}

header nav li:last-child a{
    margin-right: 0;
}

header nav ul:after, header nav:after, header:after{
    display: block;
    clear: both;
    content: " ";
}

textlink a{
/*    
	margin: 0 16px;
    padding: 10px;
*/    
    color: #b7b7b7;
    text-decoration: none;
}

textlink a:hover{
    color: #eee;
}

textlinkorange a{
/*    
	margin: 0 16px;
    padding: 10px;
*/    
    color: #f7a204;
    text-decoration: none;
}

textlinkorange a:hover{
    color: #f7a204;
}

#main #sub-header{
    float: right;
}

#main #sub-header h1{
    margin: 0;
}

#main #sub-header p{
    color: #b7b7b7;
    font-size: 24px;
}

#main .content-spots{
    clear: both;
    padding: 10px 0;
}

#main .spot{
    margin: 0 !important;
    width: 33.33% !important;
}

#main .sixth .spot{
    margin: 0 !important;
    width: 16.66% !important;
}

#main .spot img{
    float: left;
    width: 50%;
}

#main .spot h3 img{
    width: auto !important;
    float:  none;
    max-width: 90%;
}

.spot .spot-title{
    width: 40% !important;
    margin: 14% 5%;
    float: left;
    color: #fff;
}

#bio .spot .spot-title{
    margin: 10px 0;
}

#bio .spot .spot-title h3,
#bio .spot .spot-title p{
    font-size: 16px;
}

#bio-info{
    float: left;
    width: 64%;
    margin: 0 0 0 2%;
}

#bio-info p{
    margin-top: 0;
    font-size: 14px;
    color: #b7b7b7;
}

#about .sixth .spot .spot-title,
#about .sixth .spot img{
    width: 100% !important;
}

#about .sixth .spot .spot-title{
    height: 118px;
}

#portfolio .spot .spot-title,
#about .spot .spot-title{
    margin: 10px 5%;
}

.spot .spot-title p, .spot .spot-title h3{
    margin: 10px 0;
    font-size: 22px;
    max-width: 90%;
}

.spot .spot-title p{
    margin: 2px 0;
}

#home .spot .spot-title p, #home .spot .spot-title h3{
    margin: 0;
}

#portfolio .spot .spot-title p,
#about .spot .spot-title p{
    font-size: 16px;
    max-width: 96%;
}


#main .spot .spot-title:after, .content-spots:after{
    clear: both;
    display: block;
    content: " ";
}

#home .spot, #portfolio .spot, #about .spot{
    opacity: 0.8;
}

#about .sixth .spot {
    opacity:  1 !Important;
}

.spot:hover{
    opacity: 1 !important;
}

.spot.light-blue{
    background: #51becc;
}

.spot.dark-blue{
    background: #368ecd;
}

.spot.red{
    background: #b40e2f;
}

.spot.purple{
    background: #9185be;
}

.spot.yellow{
    background: #f6a11e;
}

.spot.green{
    background: #77972f;
}

.spot.light-purple{
    background: #a3a8d5;
}

.spot.light-yellow{
    background: #f7aa4e;
}

.spot.light-green{
    background: #b7d269;
}

.spot.pink {
    background: #d17eb3;
}

.spot.peach {
    background: #f08575;
}

.spot.aqua {
    background: #72c4bd;
}

#page-header, #awards{
    color: #b7b7b7
}

#page-header h1{
    color: #fff;
}

#project #page-header strong{
    color: #eee;
}

#bio #page-header{
    margin-bottom: 120px;
}

#page-header h1 img{
    max-width: 90%;
}

#awards li{
    float: left;
    margin-right: 20px;
    list-style-type: none;
    line-height: 40px;
}

#awards ul{
    margin: 0;
    padding: 0;
}

#google-map{
    width: 600px;
    height: 400px;
    max-width: 100%;
    margin-left: 40px;
}

#project-images img {
    float:  left;
}

#project-images{
    padding-bottom: 100px;
}

#project-images:after{
    content: " ";
    clear: both;
    display: block;
}

#radio-campaign{
    position: absolute;
    bottom: 10px;
    right: 10px;
}

#radio-campaign img{
    max-width: 90%;
}

/* Larger than Desktop HD */
@media (max-width: 1180px) {

#home .spot .spot-title p, #home .spot .spot-title h3{
    margin: 10px 0;
}

#main .spot img{
    width: 100%;
}

#main .spot .spot-title{
    margin: 0 5%;
    width: 90% !important;
}

#portfolio #main .spot .spot-title,
#about #main .spot .spot-title,
#home #main .spot .spot-title{
    height: 200px;
}

}

/* Larger than desktop */
@media (max-width: 1000px) {

header nav{
    height: 40px;
    background: #3c3c3c;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    overflow: hidden;
    width: 100%;
    float: none;
}

header nav ul{
    padding: 0;    
    margin-bottom: 0;
}


header nav li{
    float: none;
    text-align: right;
    margin: 0;
    padding: 10px;
    border-bottom: 1px solid #3c3c3c;
    border-top: 1px solid #3c3c3c
}

header nav li a{
    padding: 10px;
    margin: 0;
}

header nav.active{
    height: auto;
}

#burger-nav{
    height: 40px;
    background: #3c3c3c;
    width: 100%;
    background-image: url(/img/burger.png);
    background-repeat:  no-repeat;
    background-position:  98%;
    cursor: pointer;
}

.container{
    margin: 0;
    width:  100%;
}


#main .sixth .spot{
    width:33.3% !important;
}

   
}

/* Larger than tablet */
@media (max-width: 750px) {

#main .spot .spot-title h3, main .spot .spot-title p,
#about #main .spot .spot-title h3, #about main .spot .spot-title p,
#home #main .spot .spot-title h3, #home #main .spot .spot-title p{
    font-size: 16px !important;
}

#main #sub-header{
    float: none;
    width: 94%;
    margin: 10px 3%;
}

#main #sub-header img{
    width: 100%;
}

#project-images img {
    width:  100% !important;
    margin:  20px 0 !important;
}

#project-images{
    padding-bottom: 0;
}


#radio-campaign{
    position: relative;
    bottom: 0;
    right: 0;
}

#ROI{
    position: relative;
    top: 0;
    right: 0;
}

}

/* Larger than phablet (also point when grid becomes active) */
@media (max-width: 550px) {

#main .spot img{
    width: 50%;
}

#about #main .content-spots:nth-child(2) .spot img{
    position: absolute;
    bottom: 0;
}

#main .spot .spot-title{
    margin: 5% 5%;
    width: 40% !important;

}

#about #main .content-spots:nth-child(2) .spot .spot-title{
    float: right;
}

#main .spot{
    width: 100% !important
}

#about #main .content-spots:nth-child(2) .spot{
    position: relative;
    min-height: 270px
}

#portfolio #main .spot .spot-title,
#about #main .spot .spot-title,
#home #main .spot .spot-title{
    height: auto;
}

#about #main .sixth .spot .spot-title{
    height: 150px;
}

#main .sixth .spot{
    width: 50% !important;
}

#bio #page-header{
    margin-bottom: 0;
}

#bio-info{
    float: none;
    width: 100%;
    margin: 20px 0;
    clear: both;
    padding-top: 30px;
}

#bio #main .spot .spot-title{
    width: 100% !important;
}

#bio #main .spot img{
    width: 100%;
}

}

@media (max-width: 400px) {

#about #main .content-spots:nth-child(2) .spot .spot-title p{
    font-size: 14px;
}

#about #main .content-spots:nth-child(2) .spot{
    min-height: 190px;
}

}

#audioplayer{
	width: 480px;
	height: 60px;
	margin: 50px auto auto auto;
border: solid;
}

#pButton{
    height:60px; 
    width: 60px;
    border: none;
    background-size: 50% 50%;
    background-repeat: no-repeat;
    background-position: center;
    float:left;
    outline:none;
}

.play{background: url('http://www.alexkatz.me/codepen/images/play.png') ;}
.pause{background: url('http://www.alexkatz.me/codepen/images/pause.png') ;}

#timeline{
	width: 400px;
	height: 20px;
	margin-top: 20px;
	float: left;
	border-radius: 15px;
	background: rgba(0,0,0,.3);
  
}
#playhead{
	width: 18px;
	height: 18px;
	border-radius: 50%;
	margin-top: 1px;
	background: rgba(0, 0, 0,1);

}




