 html{
    background: #4d554d; /* Old browsers */
    background: -moz-linear-gradient(45deg,  #4d554d 0%, #9ba598 100%),-moz-linear-gradient(left,  #495e62 0%, #7a9a9e 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,#4d554d), color-stop(100%,#9ba598)),-webkit-gradient(linear, left top, right top, color-stop(0%,#495e62), color-stop(100%,#7a9a9e)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(45deg,  #4d554d 0%,#9ba598 100%),-webkit-linear-gradient(left,  #495e62 0%,#7a9a9e 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(45deg,  #4d554d 0%,#9ba598 100%),-o-linear-gradient(left,  #495e62 0%,#7a9a9e 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(45deg,  #4d554d 0%,#9ba598 100%), -ms-linear-gradient(left,  #495e62 0%,#7a9a9e 100%); /* IE10+ */
    background: linear-gradient(45deg,  #4d554d 0%,#9ba598 100%),linear-gradient(180deg,  #495e62 0%,#7a9a9e 100%); /* W3C */
    background-blend-mode: darken;
    box-shadow: inset 0 0 200px rgba(0,0,0,0.6);
    font-family: 'Montserrat', sans-serif;
    -webkit-font-smoothing: antialiased;
}

body{
    padding:0px;
    margin:0px;
    margin-top:20px;
    margin-left:10px;
    width: 1000px;
}
p{
    margin:0px;
    padding:0px;
}
b{
    font-weight: 500;
}
span{
    background-color: rgba(0,0,0,0.6);
    padding-left:10px;
    padding-right:10px;
}
/* menu */
#menu{
    margin-top:245px;
    width: 210px;
    height:100%;
    float:left;
    padding-right:15px;
}
#menu a{
    background-color: #1b1b19;
    text-decoration: none;
    font-family: 'Montserrat', sans-serif;
    color:#c8c5c5;
    padding-left:10px;
    padding-right:10px;
    line-height: 26px;
    font-size: 18px;
    font-weight:500;
    float:right;
    margin-bottom:3px;
    margin-right:-5px;
}
#menu a:hover{
    color:#df7126;
}
#menu .activelink{
    color:#76428a;
}

#menuLine{
    width:80px;
    height:5px;
    background-color: #c8c5c5;
    float:right;    
    margin-top: 10px;
    margin-bottom: 10px;
    text-shadow: 0px 0px 2px RGBA(0,0,0,0.1);
    -webkit-box-shadow: 7px 7px 0px 0px rgba(0,0,0,0.23);
    -moz-box-shadow: 7px 7px 0px 0px rgba(0,0,0,0.23);
    box-shadow: 7px 7px 0px 0px rgba(0,0,0,0.23);
    border-bottom:7px solid #847e87;
}
.linktop{
    font-weight: 700;
    text-shadow: 0px 2px 0 #847e87, 0px 4px 0 #847e87, 4px 4px 0px rgba(0, 0, 0, 0.25);
    cursor: pointer;
}
.linktop:hover{
    color:#df7126;
    text-shadow: 0px 2px 0 #663931, 0px 4px 0 #663931, 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.linkbottom{
    text-shadow: 0px 2px 0 #847e87, 0px 4px 0 #847e87, 4px 4px 0px rgba(0, 0, 0, 0.25);
    cursor: pointer;
}
.linkbottom:hover{
    color:#df7126;
    text-shadow: 0px 2px 0 #663931, 0px 4px 0 #663931, 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.selectedBottom{
    color: #37946e;
    text-shadow: 0px 2px 0 #306082, 0px 4px 0 #306082, 4px 4px 0px rgba(0, 0, 0, 0.25);
}
/* content */
#content{
    margin-left:225px;
}

#activeLink{
    color: #37946e;
    text-shadow: 0px 2px 0 #306082, 0px 4px 0 #306082, 4px 4px 0px rgba(0, 0, 0, 0.25);
}

/* header */
#header{
    height:203px;   
    width:857px;
    margin-bottom:30px; 
    cursor: pointer;
    padding-bottom:10px;    
}
#headerBox{
    background-image: url('../images/banner.png');
    height:203px;
    width:858px;
    float:left;
}
#headerboxwrapper{
    background-color: #c8c5c5;
    padding:10px;
    height:209px;
    width:864px;
    float:left;
    padding-right:6px;
    padding-bottom:4px;
    -webkit-box-shadow: 7px 7px 0px 0px rgba(0,0,0,0.23);
    -moz-box-shadow: 7px 7px 0px 0px rgba(0,0,0,0.23);
    box-shadow: 7px 7px 0px 0px rgba(0,0,0,0.23);
    border-bottom:7px solid #847e87;
}
#headerbox h1{
    color: #c8c5c5;
    font-size: 65px;
    margin-left:25px;
    margin-top:5px;
    -webkit-margin-after:10px;
    position: relative;
    top:-30px;
}
#headerbox p{
    margin-left:13px;
    color: #c8c5c5;
    margin-top:30px;
}
#search{
    height:128px;
    width:128px;
    float:right;
}
#subbanner{
    color: #c8c5c5;
    margin-left: 25px;
    position: relative;
    top:-30px;
}
#twitter{
    float:left;
    margin-left: 24px;
}
.highlightboxhidden{
    display: none;
}
.highlightbox {
    color: #c8c5c5;
    border-radius: 2px;
    background: #3f3f74;
    -webkit-box-shadow: 7px 7px 0px 0px rgba(0,0,0,0.23);
    -moz-box-shadow: 7px 7px 0px 0px rgba(0,0,0,0.23);
    box-shadow: 7px 7px 0px 0px rgba(0,0,0,0.23);
    width: 100%; 
    border-bottom:7px solid #76428a;
    width:860px;
    padding:10px;
    font-weight: 100;
    font-family: 'Roboto', sans-serif;
}

.highlightbox a{
    text-align:left;
    float:none;
    width:auto;
    color: #c8c5c5;
    font-size: 14px;
    text-decoration: none;
    text-shadow: none;

    font-family: 'Roboto', sans-serif;
    font-weight: 500;
}

.highlightbox b{
    font-weight: 500;
}

/* project */
#noprojects{
    font-size: 25px;
    margin:20px;
    padding-top:20px;
}
#projectContent{
    background-color: #c8c5c5;
    margin-right:10px;
    width:880px;
    height:100%;
    margin-top:15px;
    -webkit-box-shadow: 7px 7px 0px 0px rgba(0,0,0,0.23);
    -moz-box-shadow: 7px 7px 0px 0px rgba(0,0,0,0.23);
    box-shadow: 7px 7px 0px 0px rgba(0,0,0,0.23);
    border-bottom:7px solid #847e87;
}
.project{
    background-image: url('../images/projects/wizlair_small.jpg');
    width:260px;
    height:113px;
    float:left;
    cursor: pointer;
    -webkit-box-shadow: 7px 7px 0px 0px rgba(0,0,0,0.23);
    -moz-box-shadow: 7px 7px 0px 0px rgba(0,0,0,0.23);
    box-shadow: 7px 7px 0px 0px rgba(0,0,0,0.23);
    border-bottom:7px solid #37946e;
    margin-left:20px;
    margin-top:20px;
    animation-name: projectUnhover;
    animation-duration: 0.1s;
    background-color: #3f3f74;
    text-decoration: none;
    color:#c8c5c5;
    font-size:25px;
    text-align: center;
    line-height: 60px;
}
.contactmail{
    font-family: 'Roboto', sans-serif;
    position: relative;
    top:20px;
    font-weight: 400;
    left:40px;
    float:left;
}
@keyframes projectHover {
    from {  -webkit-box-shadow: 7px 7px 0px 0px rgba(0,0,0,0.23);
            -moz-box-shadow: 7px 7px 0px 0px rgba(0,0,0,0.23);
            box-shadow: 7px 7px 0px 0px rgba(0,0,0,0.23);
            position:relative;
            border-bottom:7px solid #37946e;
            top:0px;}
    to {    -webkit-box-shadow: 7px 0px 0px 0px rgba(0,0,0,0.23);
            -moz-box-shadow: 7px 0px 0px 0px rgba(0,0,0,0.23);
            box-shadow: 7px 0px 0px 0px rgba(0,0,0,0.23);
            position:relative;
            border-bottom:7px solid #df7126;
            top:7px;}
}
@keyframes projectUnhover {
    to {  -webkit-box-shadow: 7px 7px 0px 0px rgba(0,0,0,0.23);
            -moz-box-shadow: 7px 7px 0px 0px rgba(0,0,0,0.23);
            box-shadow: 7px 7px 0px 0px rgba(0,0,0,0.23);
            position:relative;
            border-bottom:7px solid #37946e;
            top:0px;}
    from {    -webkit-box-shadow: 7px 0px 0px 0px rgba(0,0,0,0.23);
            -moz-box-shadow: 7px 0px 0px 0px rgba(0,0,0,0.23);
            box-shadow: 7px 0px 0px 0px rgba(0,0,0,0.23);
            position:relative;
            border-bottom:7px solid #df7126;
            top:7px;}
}
.project:hover{
    -webkit-box-shadow: 7px 0px 0px 0px rgba(0,0,0,0.23);
    -moz-box-shadow: 7px 0px 0px 0px rgba(0,0,0,0.23);
    box-shadow: 7px 0px 0px 0px rgba(0,0,0,0.23);
    border-bottom:7px solid #df7126;
    position:relative;
    top:7px;
    animation-name: projectHover;
    animation-duration: 0.1s;
}
.project h1{
    color: #c8c5c5;
    margin:0px;
    margin-top:10px;
}
.project  p{
    color: #c8c5c5;
    padding-left: 10px;
    padding-right:10px;
    text-shadow: 1px 1px #597453;
}
.tags{
    visibility: hidden;
    height:0px;
    width:0px;
}

#projectdetails{
    background-color: #c8c5c5;
    margin-right:10px;
    width:1080px;
    margin-top:25px;
    position: relative;
    left:-200px;
    -webkit-box-shadow: 7px 7px 0px 0px rgba(0,0,0,0.23);
    -moz-box-shadow: 7px 7px 0px 0px rgba(0,0,0,0.23);
    box-shadow: 7px 7px 0px 0px rgba(0,0,0,0.23);
    border-bottom:7px solid #847e87;
    margin-bottom:15px;
}

#projectdetails .third{
    width: 33%; 
    float: left;
}
#projectdetails .half{
    width: 50%; 
    float: left;
}
#projectdetails .twoshird{
    width: 66%; 
    float: left;
}
#projectdetails .full{
    width: 100%; 
}
#projectdetails .textbox{
    color: #c8c5c5;
    border-radius: 2px;
    background: #3f3f74;
    -webkit-box-shadow: 7px 7px 0px 0px rgba(0,0,0,0.23);
    -moz-box-shadow: 7px 7px 0px 0px rgba(0,0,0,0.23);
    box-shadow: 7px 7px 0px 0px rgba(0,0,0,0.23);
    width: 100% - 27px; 
    border-bottom:7px solid #76428a;
    padding:10px;
    font-weight: 100;
    font-family: 'Roboto', sans-serif;
}
#projectdetails .textbox h1{
    font-weight: 100;
    font-family: 'Roboto', sans-serif;
    border-bottom:2px solid #3f3f74;
}
#projectdetails .bluebox{
    background: #306082;
    border-bottom:7px solid #37946e;
    cursor:pointer;
}
#projectdetails .bluebox:hover{
    background: #306082;
    border-bottom:7px solid #df7126;
    cursor:pointer;
    animation-name: projectHover;
    animation-duration: 0.1s;
    -webkit-box-shadow: 7px 0px 0px 0px rgba(0,0,0,0.23);
    -moz-box-shadow: 7px 0px 0px 0px rgba(0,0,0,0.23);
    box-shadow: 7px 0px 0px 0px rgba(0,0,0,0.23);
    position:relative;
    border-bottom:7px solid #df7126;
    top:7px;
}
.shadowimg{
    -webkit-box-shadow: 7px 7px 0px 0px rgba(0,0,0,0.23);
    -moz-box-shadow: 7px 7px 0px 0px rgba(0,0,0,0.23);
    box-shadow: 7px 7px 0px 0px rgba(0,0,0,0.23);
    border-bottom:7px solid #222034;
    margin-left:5px;
    margin-bottom:10px;
}

#projectdetails img{
    -webkit-box-shadow: 7px 7px 0px 0px rgba(0,0,0,0.23);
    -moz-box-shadow: 7px 7px 0px 0px rgba(0,0,0,0.23);
    box-shadow: 7px 7px 0px 0px rgba(0,0,0,0.23);
    border-bottom:7px solid #222034;
}

#projectdetails video{
    -webkit-box-shadow: 7px 7px 0px 0px rgba(0,0,0,0.23);
    -moz-box-shadow: 7px 7px 0px 0px rgba(0,0,0,0.23);
    box-shadow: 7px 7px 0px 0px rgba(0,0,0,0.23);
    border-bottom:7px solid #222034;
}


#cv{
    background-color: #c8c5c5;
    margin-right:10px;
    width:880px;
    margin-top:25px;
    -webkit-box-shadow: 7px 7px 0px 0px rgba(0,0,0,0.23);
    -moz-box-shadow: 7px 7px 0px 0px rgba(0,0,0,0.23);
    box-shadow: 7px 7px 0px 0px rgba(0,0,0,0.23);
    border-bottom:7px solid #847e87;
}
#cv h1{
    color: #df7126;
    text-shadow: 0px 2px 0 #663931, 0px 4px 0 #663931, 4px 4px 0px rgba(0, 0, 0, 0.25);
}
#filters{
     position:fixed; 
     top:260px; 
     left:-305px; }
}
div#aboutpage{
    color:#4b4646;
    background-color: #c8c5c5;
    margin-right:10px;
    width:860px;
    margin-top:25px;
    padding-left: 20px;
    padding-right:10px;
    padding-top: 5px;
    -webkit-box-shadow: 7px 7px 0px 0px rgba(0,0,0,0.23);
    -moz-box-shadow: 7px 7px 0px 0px rgba(0,0,0,0.23);
    box-shadow: 7px 7px 0px 0px rgba(0,0,0,0.23);
    border-bottom:7px solid #847e87;
}

#aboutpage h1{
    color: #df7126;
    text-shadow: 0px 2px 0 #663931, 0px 4px 0 #663931, 4px 4px 0px rgba(0, 0, 0, 0.25);
}

#aboutpage .link{
    color: #3f3f74;
}

.projectdetail{
    padding:10px;
}
.projectdetail h1{
    display: inline-block;
    margin-top:2px;
    background-color: rgba(0,0,0,1);
    color:#fff;
    margin-bottom:-5px;
}
.projectdetail h2{
    display: inline-block;
    background-color: rgba(0,0,0,1);
    color:#fff;
    font-weight: 200;
    font-size: 100%;
}

.projectdetail .tools{
    font-size: 120%;
    font-weight: 200;
    float:right;
    padding-top:10px;
}
.title{
    color:rgb(255,0,100);
    font-weight: 700;
    display: inline;
}
.projectdetail h1{
}
.spacer{
    height:20px;
}
.spacer10px{
    height:10px;
}
.blacktext{
    color:#000;
    font-weight: 600;
    text-shadow: 1px 1px #597453;
}
#footer {
    position: fixed;
    bottom: 15px;
    color: #c8c5c5;
    border-radius: 2px;
    background: #3f3f74;
    -webkit-box-shadow: 7px 7px 0px 0px rgba(0,0,0,0.23);
    -moz-box-shadow: 7px 7px 0px 0px rgba(0,0,0,0.23);
    box-shadow: 7px 7px 0px 0px rgba(0,0,0,0.23);
    width: 100%; 
    border-bottom:7px solid #76428a;
    width:170px;
    padding:10px;
    padding-left:30px;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
    font-size:25px;
    cursor: pointer;
}
.projectLink{
    cursor:pointer;
    color:rgb(255,0,100);
}

#cv h1{
    padding-top:20px;
    padding-left:20px;
}
.projectdetail a{
    font-size: 15px;
    float:none;
    color:rgb(100,100,255);
}
.reset-this {
    animation : none;
    animation-delay : 0;
    animation-direction : normal;
    animation-duration : 0;
    animation-fill-mode : none;
    animation-iteration-count : 1;
    animation-name : none;
    animation-play-state : running;
    animation-timing-function : ease;
    backface-visibility : visible;
    background : 0;
    background-attachment : scroll;
    background-clip : border-box;
    background-color : transparent;
    background-image : none;
    background-origin : padding-box;
    background-position : 0 0;
    background-position-x : 0;
    background-position-y : 0;
    background-repeat : repeat;
    background-size : auto auto;
    border : 0;
    border-style : none;
    border-width : medium;
    border-color : inherit;
    border-bottom : 0;
    border-bottom-color : inherit;
    border-bottom-left-radius : 0;
    border-bottom-right-radius : 0;
    border-bottom-style : none;
    border-bottom-width : medium;
    border-collapse : separate;
    border-image : none;
    border-left : 0;
    border-left-color : inherit;
    border-left-style : none;
    border-left-width : medium;
    border-radius : 0;
    border-right : 0;
    border-right-color : inherit;
    border-right-style : none;
    border-right-width : medium;
    border-spacing : 0;
    border-top : 0;
    border-top-color : inherit;
    border-top-left-radius : 0;
    border-top-right-radius : 0;
    border-top-style : none;
    border-top-width : medium;
    bottom : auto;
    box-shadow : none;
    box-sizing : content-box;
    caption-side : top;
    clear : none;
    clip : auto;
    color : inherit;
    columns : auto;
    column-count : auto;
    column-fill : balance;
    column-gap : normal;
    column-rule : medium none currentColor;
    column-rule-color : currentColor;
    column-rule-style : none;
    column-rule-width : none;
    column-span : 1;
    column-width : auto;
    content : normal;
    counter-increment : none;
    counter-reset : none;
    cursor : auto;
    direction : ltr;
    display : inline;
    empty-cells : show;
    float : none;
    font : normal;
    font-family : inherit;
    font-size : medium;
    font-style : normal;
    font-variant : normal;
    font-weight : normal;
    height : auto;
    hyphens : none;
    left : auto;
    letter-spacing : normal;
    line-height : normal;
    list-style : none;
    list-style-image : none;
    list-style-position : outside;
    list-style-type : disc;
    margin : 0;
    margin-bottom : 0;
    margin-left : 0;
    margin-right : 0;
    margin-top : 0;
    max-height : none;
    max-width : none;
    min-height : 0;
    min-width : 0;
    opacity : 1;
    orphans : 0;
    outline : 0;
    outline-color : invert;
    outline-style : none;
    outline-width : medium;
    overflow : visible;
    overflow-x : visible;
    overflow-y : visible;
    padding : 0;
    padding-bottom : 0;
    padding-left : 0;
    padding-right : 0;
    padding-top : 0;
    page-break-after : auto;
    page-break-before : auto;
    page-break-inside : auto;
    perspective : none;
    perspective-origin : 50% 50%;
    position : static;
    /* May need to alter quotes for different locales (e.g fr) */
    quotes : '\201C' '\201D' '\2018' '\2019';
    right : auto;
    tab-size : 8;
    table-layout : auto;
    text-align : inherit;
    text-align-last : auto;
    text-decoration : none;
    text-decoration-color : inherit;
    text-decoration-line : none;
    text-decoration-style : solid;
    text-indent : 0;
    text-shadow : none;
    text-transform : none;
    top : auto;
    transform : none;
    transform-style : flat;
    transition : none;
    transition-delay : 0s;
    transition-duration : 0s;
    transition-property : none;
    transition-timing-function : ease;
    unicode-bidi : normal;
    vertical-align : baseline;
    visibility : visible;
    white-space : normal;
    widows : 0;
    width : auto;
    word-spacing : normal;
    z-index : auto;
}