/*! HTML5 Boilerplate v5.0 | MIT License | http://h5bp.com/ */

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

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

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

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

textarea {
    resize: vertical;
}

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


/* ==========================================================================
   Author's custom styles
   ========================================================================== */




body{
    font: 16px/1.5 'OpenSans', Helvetica Neue, Arial, sans-serif;
    background-color: #16a085;
    color : #222;
    overflow-x: hidden;
    height : 100;
    transition : background-color 0.4s linear; 

}
body.project01 { background-color: #2980b9}
body.project02 { background-color: #2c3e50}
body.project03 { background-color: #16a085}
body.project04 { background-color: #2980b9}
body.project05 { background-color: #2c3e50}
body.project06 { background-color: #16a085}



h1,h2,h3,h4 {
    font-weight:700px;
}
.wrapper{
    width:90%;
    margin: 0 auto;
}

/* =Project Slides */
.projects{
   visibility : hidden;
   opacity : 0;
}
.project{
    text-align: center;
    position :fixed;
    top :50%;
    left :0;
    right: 0;
    bottom:0;
    transform: translateY(-50%);

}

.project-image,
.project-image img,
.project-image:before,
.project-image:after
{
    border-radius : 20%;
    -webkit-border-radius : 20%;

}

.project-image {
    position: relative;
    width:224px;
    height:224px;
    margin :0 auto;
    z-index:5;
}

.project-image:before {
    content :'';
    display: block;
    width :100%;
    height:100%;
    position :absolute;
    background-color: #95a5a6;
    top :-5px;
    left:-5px;
    z-index:3;
}
.project-image:after {
    content :'';
    display: block;
    width :100%;
    height:100%;
    position :absolute;
    background-color: #95a5a6;
    bottom :-5px;
    right:-5px;
    z-index:2;
}

.project-image img {
    position : relative;
    z-index:4;
    display:block;
    max-width:100%; 
    max-height:100%;
}

.project-title{

    text-transform: upercase;
    color : #fff;
    font-size:30px;
    margin :20px 0 0 0 ;

}

.title{
    
    text-transform: upercase;
    color : #fff;
    font-size:30px;
    text-align:center
}
.project-subtitle {
    font-size: 16px;
    color :rgba(242,236,189,0.3);
    margin :0;
    text-transform: capitalize;
    font-style: italic;

}

.project-pixels {
    position: absolute;
    top:40%;
    left:50%;
    z-index:1;
    transform:translate(-50%,-100%);
    
}

.pixel{
    width:15px;
    height:15px;
    background-color: rgba(242,136,29,0.1);
    position:absolute;
    top:50%;
    left:50%;
    border-radius :20%;
     -webkit-border-radius : 20%;
    z-index:3;
}

.pixel01 {left: 100px; top: -130px}
.pixel02 {left: 126px; top: -104px}
.pixel03 {left: 120px; top: -90px}
.pixel04 {left: 111px; top: -50px}
.pixel05 {left: 120px; top: -10px}
.pixel06 {left: 145px; top: -70px}
.pixel07 {left: 160px; top: -90px}
.pixel08 {left: 150px; top: -40px}
.pixel09 {left: 179px; top: -45px}
.pixel10 {left: 187px; top: -77px}
.pixel11 {left: -230px; top: -60px}
.pixel12 {left: -110px; top: -130px}
.pixel13 {left: -176px; top: -104px}
.pixel14 {left: -140px; top: -90px}
.pixel15 {left: -151px; top: -50px}
.pixel16 {left: -125px; top: -10px}
.pixel17 {left: -165px; top: -70px}
.pixel18 {left: -170px; top: -60px}
.pixel19 {left: -190px; top: -40px}
.pixel20 {left: -181px; top: -45px}
.pixel21 {left: -193px; top: -77px}
.pixel22 {left: -140px; top: -60px}
.sizeS {width: 5px; height: 5px; background-color: rgba(242,236,189,0.1);}
.sizeL {width: 15px; height: 15px; background-color: rgba(242,236,189,0.3);}
.sizeXL {width: 30px; height: 30px; background-color: rgba(242,236,189,0.6);}

.button-container {
    position: relative;
} 

a.button {
    text-decoration: none;
    width: 150px;
    display: block;
    margin: 0 auto;
    color: rgba(255,255,255,0.7);
    padding: 8px 0;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
.bp {
    width: 50px;
    height: 100%;
    border: 2px rgba(255,255,255,1) solid;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
}
.bp-mid {
    left: 50px;
    border-width: 1px 0;
}
.bp-left {
    border-width: 1px 0 1px 1px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}
.bp-right {
    left: auto;
    right: 0;
    border-width: 1px 1px 1px 0;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 740px) {
    .project-title{
    font-size:50px;

    }
        .project-subtitle {
    font-size: 20px;

    }

}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {

}

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

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

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

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

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        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) ")";
    }

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

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

    thead {
        display: table-header-group;
    }

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

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

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

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