/* Phizz Labs - site specific stylesheet */
/* Joseph Gallagher */
/* October 2013 */

/*---------------------
    Generic
---------------------*/
body {
    background: url(../img/headerBg.jpg) no-repeat center 0;
    font-family: 'Montserrat', sans-serif;
    color: #555;
}
a {
   outline: 0!important;
}
/*---------------------
    Headings
---------------------*/
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Montserrat', sans-serif;
    color: #adbcc3;
}
h2 {
    text-align: center;
    text-transform: uppercase;
    font-size: 60px;
    font-weight: 700;
    margin-top: 75px;
    margin-bottom: 35px;
}
/*---------------------
    Navigation
---------------------*/
.navbar {
    background: rgb(0, 0, 0); /* Fall-back for browsers that don't support rgba */
    background: rgba(0, 0, 0, .25);
    margin: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: none;
    text-transform: uppercase;
}
.navbar ul {
    margin: 0 auto;
    width: 215px;
    float: none;
}
.navbar a {
    color: #fff;
}
.navbar li a:hover, .navbar li a:focus {
    background: none;
}
/*---------------------
    Header
---------------------*/
header {
    text-align: center;
    margin-top: 50px;
    margin-bottom: 115px;
}
#logo {
    margin: 75px 0 0 0;
}
/*---------------------
    Recent work
---------------------*/
.workItem {
    text-align: center;
    margin: 25px 0 0 0;
    color: #fff;
}
.workItem img {
    width: 100%;
}
.workItem a {
    text-decoration: none;
    font-size: 22px;
}
figure {
    position: relative;
}
figcaption {
    background: rgb(0, 0, 0); /* Fall-back for browsers that don't support rgba */
    background: rgba(0, 0, 0, .75);
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    padding: 5%;
    opacity: 0;
    transition: opacity 0.3s ;
    -ms-transition: opacity 0.3s ;
    -moz-transition: opacity 0.3s ;
    -webkit-transition: opacity 0.3s ;
}
figcaption:hover {
    opacity: 1;
    transition: opacity 0.3s ;
    -ms-transition: opacity 0.3s ;
    -moz-transition: opacity 0.3s ;
    -webkit-transition: opacity 0.3s ;
}
figcaption h3 {
    color: #fff;
}
figcaption i {
    position: absolute;
    bottom: 25px;
    left: 50%;
    margin: 0 0 0 -10px;
}
/*---------------------
    Contact
---------------------*/
#contact {
    text-align: center;
    padding: 0 0 50px 0;
}
#contact a {
    font-size: 36px;
    text-decoration: none;
}
/*---------------------
    Footer
---------------------*/
footer {
    text-align: center;
    padding: 25px 0;
}
