/* Clearfix */
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1;
}

/* Basic Styles */
body {
    font-family: 'PT Sans', Arial, sans-serif;
    background: rgb(149,149,149); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(149,149,149,1) 0%, rgba(13,13,13,1) 46%, rgba(1,1,1,1) 50%, rgba(10,10,10,1) 53%, rgba(78,78,78,1) 76%, rgba(56,56,56,1) 87%, rgba(27,27,27,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(149,149,149,1) 0%,rgba(13,13,13,1) 46%,rgba(1,1,1,1) 50%,rgba(10,10,10,1) 53%,rgba(78,78,78,1) 76%,rgba(56,56,56,1) 87%,rgba(27,27,27,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(149,149,149,1) 0%,rgba(13,13,13,1) 46%,rgba(1,1,1,1) 50%,rgba(10,10,10,1) 53%,rgba(78,78,78,1) 76%,rgba(56,56,56,1) 87%,rgba(27,27,27,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

}
#bigBox{
    background: rgb(149,149,149); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(149,149,149,1) 0%, rgba(13,13,13,1) 46%, rgba(1,1,1,1) 50%, rgba(10,10,10,1) 53%, rgba(78,78,78,1) 76%, rgba(56,56,56,1) 87%, rgba(27,27,27,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(149,149,149,1) 0%,rgba(13,13,13,1) 46%,rgba(1,1,1,1) 50%,rgba(10,10,10,1) 53%,rgba(78,78,78,1) 76%,rgba(56,56,56,1) 87%,rgba(27,27,27,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(149,149,149,1) 0%,rgba(13,13,13,1) 46%,rgba(1,1,1,1) 50%,rgba(10,10,10,1) 53%,rgba(78,78,78,1) 76%,rgba(56,56,56,1) 87%,rgba(27,27,27,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.row{
    background: rgb(149,149,149); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(149,149,149,1) 0%, rgba(13,13,13,1) 46%, rgba(1,1,1,1) 50%, rgba(10,10,10,1) 53%, rgba(78,78,78,1) 76%, rgba(56,56,56,1) 87%, rgba(27,27,27,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(149,149,149,1) 0%,rgba(13,13,13,1) 46%,rgba(1,1,1,1) 50%,rgba(10,10,10,1) 53%,rgba(78,78,78,1) 76%,rgba(56,56,56,1) 87%,rgba(27,27,27,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(149,149,149,1) 0%,rgba(13,13,13,1) 46%,rgba(1,1,1,1) 50%,rgba(10,10,10,1) 53%,rgba(78,78,78,1) 76%,rgba(56,56,56,1) 87%,rgba(27,27,27,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.grid{
    background: transparent;
}
/*footer*/
ul#footerNav li{
    display: inline-flex;
    text-decoration: none;
    float: right;

}
.copyright{
    float: left;
    padding: 1rem;
    position: absolute;
    margin-bottom: 2rem;
    color:#777777;
    font-size: 10px;
}
a{
    text-decoration: none;
}
.button, .button:visited, .button-dark {
    display: inline-block;
    max-width: 200px;
    margin: 50px 10px 30px 10px;
    padding: 10px;
    font-family: "Signika", sans-serif;
    color: #ffffff;
    background-color: transparent;
    border: 2px solid #ffffff;
    border-radius: 3px;
    text-transform: capitalize;
    text-align: center;
    transition: all 0.1s ease;
}
.button-dark, .button-dark:visited {
    margin: 20px 10px 30px 0;
    color: #464646;
    border-color: #464646;

}
.button:hover, .button-dark:hover {
    transition: all 0.3s ease;
}
.button:hover {
    background-color: rgba(255, 255, 255, 0.2);
}
.button-dark:hover {
    color: #ffffff;
    background-color: rgba(70, 70, 70, 0.9);
}
.footerSec{
background: rgb(153,0,0);
background: -webkit-linear-gradient(rgb(204,0,0), rgb(153,0,0), rgb(51,0,0));
background: -o-linear-gradient(rgb(204,0,0), rgb(153,0,0), rgb(51,0,0));
background: -moz-linear-gradient(rgb(204,0,0), rgb(153,0,0), rgb(51,0,0));
background: linear-gradient(rgb(204,0,0), rgb(153,0,0), rgb(51,0,0))!important;
color: #fff;

    font-size: 11pt;
    font-family: 'PT Sans', Arial, sans-serif;
    font-weight: bold;
    position: relative;
    border-bottom: 2px solid #283744;
    height:100px;
    padding-top: 0;
    margin-top: 0;

}
/*end footer*/

/*index*/
.indexTitle{

    font-weight: bold;
    text-transform: uppercase;
    font-size:4rem;
    text-align: center;
    margin-bottom: 1.5rem;
    padding-bottom: 2rem;
    background:-webkit-linear-gradient(top, rgba(255,255,255,0.6) 0%,rgba(241,241,241,0.6) 50%,rgba(225,225,225,0.6) 51%,rgba(246,246,246,0.6) 100%); /* Chrome10-25,Safari5.1-6 */
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.title1{
    background: rgba(153,0,0, 0.5);
    background: -webkit-radial-gradient(rgba(204,0,0,0.5), rgba(153,0,0,0.5), rgba(51,0,0,0.5));
    background: -o-radial-gradient(rgba(204,0,0,0.5), rgba(153,0,0,0.5), rgba(51,0,0,0.5));
    background: -moz-radial-gradient(rgba(204,0,0,0.5), rgba(153,0,0,0.5), rgba(51,0,0,0.5));
    background: radial-gradient(rgba(204,0,0,0.5), rgba(153,0,0,0.5), rgba(51,0,0,0.5))!important;
    border: 2px solid rgba(70, 70, 70, 0.5);
    height:120px;
   width: 49.7%;
    position: absolute;
    top:120px;
    left:0;
    transform: translateX(-800%);
    animation: title1move 2s ease-out 1s 1 normal forwards;
    -webkit-animation: title1move 2s ease-out 1s 1 normal forwards;

}
@keyframes title1move {
    0% {
        transform: translateX(-800%) rotate(0deg);
    }
    100% {
        transform: translateX(0) rotate(0deg);
    }
}
@-webkit-keyframes title1move {
    0% {
        transform: translateX(-800%) rotate(0deg);
    }
    100% {
        transform: translateX(0) rotate(0deg);
    }
}
.title2{
    background: rgba(153,0,0, 0.5);
    background: -webkit-radial-gradient(rgba(204,0,0,0.5), rgba(153,0,0,0.5), rgba(51,0,0,0.5));
    background: -o-radial-gradient(rgba(204,0,0,0.5), rgba(153,0,0,0.5), rgba(51,0,0,0.5));
    background: -moz-radial-gradient(rgba(204,0,0,0.5), rgba(153,0,0,0.5), rgba(51,0,0,0.5));
    background: radial-gradient(rgba(204,0,0,0.5), rgba(153,0,0,0.5), rgba(51,0,0,0.5))!important;
    height:120px;
    width: 49.7%;
    position: absolute;
    top:360px;
    right: 0;
    border: 2px solid rgba(70, 70, 70, 0.5);
    transform: translateX(800%);
    animation: title2move 2s ease-out 1s 1 normal forwards;
    -webkit-animation: title2move 2s ease-out 1s 1 normal forwards;
}
@keyframes title2move {
    0% {
        transform: translateX(800%) rotate(0deg);
    }
    100% {
        transform: translateX(0) rotate(0deg);
    }
}
@-webkit-keyframes title2move {
    0% {
        transform: translateX(800%) rotate(0deg);
    }
    100% {
        transform: translateX(0) rotate(0deg);
    }
}




.content {
    position: relative;
    background: #464646 url(../images/hand2.jpg) no-repeat center center fixed;
    background-size: cover;
    margin-top:0;
    margin-bottom: 0;
    height:600px;


   /* background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 59%, rgba(0, 0, 0, 0.65) 100%), url('images/gears.jpg') no-repeat;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(59%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.65))), url('images/gears.jpg') no-repeat;
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 59%, rgba(0, 0, 0, 0.65) 100%), url('images/gears.jpg') no-repeat ;
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 59%, rgba(0, 0, 0, 0.65) 100%), url('images/gears.jpg') no-repeat;
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 59%, rgba(0, 0, 0, 0.65) 100%), url('images/gears.jpg') no-repeat;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 59%, rgba(0, 0, 0, 0.65) 100%), url('images/gears.jpg') no-repeat;*/
}
/*workexample*/

.displaybox {
    width: 32.2%;
    float: left;
    height: 100%;
    min-height: 290px;
    display: flex;
    flex-direction: column;
    padding: 20px 10px 20px 10px;
    color: #FFF;
    text-align: center;
    box-sizing: border-box;
    margin-right: 1%;
    margin-top:20px;
    box-shadow: 5px 5px 5px 5px rgba(224,224,224,0.7);
    background: rgb(242, 246, 248); /* Old browsers */
    background: -moz-linear-gradient(-45deg, rgba(242, 246, 248, 1) 0%, rgba(216, 225, 231, 1) 50%, rgba(181, 198, 208, 1) 51%, rgba(224, 239, 249, 1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, rgba(242, 246, 248, 1) 0%, rgba(216, 225, 231, 1) 50%, rgba(181, 198, 208, 1) 51%, rgba(224, 239, 249, 1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, rgba(242, 246, 248, 1) 0%, rgba(216, 225, 231, 1) 50%, rgba(181, 198, 208, 1) 51%, rgba(224, 239, 249, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.boxheading{
    display:block;
    line-height:22px;
    font-size:22px;
    font-family:'Roboto Condensed', sans-serif;
    font-weight:700; text-align:center;
    padding:10px 0 10px 0;
    text-transform:uppercase;
    text-shadow: 2px 2px 2px #565455;
    color: #FFF;
}
.boxheading a{

}
.box-content{
    font-size:14px;
    font-family:'Roboto Condensed', sans-serif;
    height: 290px;
    width: auto;
}
.box-content img {

    display: block;
    max-height: 100%;
    max-width: 100%;
    margin:auto;
}

.box-content p{
    text-align:center;
    padding:0;
    margin:10px 0 20px 0;
    line-height:24px;
}
.box-content span{
    color:#a8d4fc;
}

.displaybox p {
    color: #ffffff;
    text-shadow: 1px 2px 1px #000;
}

.one_column{ width:100%;}
.two_column{ width:50%;}
.four_column{ width:25%; min-height:409px;}
.five_column{ width:20%;}
.six_column{ width:16.6%; }
.six_column .boxheading{ font-size:16px;}
/*end workexample*/



/*resume*/

.resumeSec{
    font-size:12pt;
    font-family: 'PT Sans', Arial, sans-serif;
    display: flex;
    flex-direction: column;
    padding: 20px;
    margin-right: 5%;
    margin-left:5%;
    background: #F4C89F;
    background: -webkit-linear-gradient(to right, #F4C89F, #f6f1d3);
    background: -webkit-linear-gradient(left, #F4C89F, #f6f1d3);
    background:linear-gradient(to right, #F4C89F, #f6f1d3);
    background:linear-gradient(left, #F4C89F, #f6f1d3);
}
.resume{
    font-weight: bold;
    position: relative;
    border-bottom: 2px solid #283744;
    font-size:14pt;
    text-transform: uppercase;
}
/*end resume*/

/*contactForm*/



/*.row {
    min-width: 60rem;
    display:block;
    margin-left: auto;
    margin-right: auto;
    padding: 4.125rem 0 2.75rem 0;
    background: #cbe2c1;
    background: -webkit-linear-gradient(to right, #a1d3b0, #f6f1d3);
    background:         -webkit-linear-gradient(left, #a1d3b0, #f6f1d3);
    background:         linear-gradient(to right, #a1d3b0, #f6f1d3);
    background:linear-gradient(left, #a1d3b0, #f6f1d3);
   /* padding: 2.75rem 0 1.375rem 0;*/

/*}*/
.register label {
    color: #648880;
    cursor: pointer;
    font-weight: 400;
}
.register input,
.register select,
.register textarea {
    border: 1px solid #c6c9cc;
    border-radius: 5px;
    color: #888;
    display: block;
    margin: 5px 0 27px 0;
    padding: 5px 8px;
}
.register input,
.register textarea {
    width: 95%;
}
.register select {
    height: 34px;
    width: 60px;
}
.register textarea {
    height: 78px;
}


.col-1-3 {
    width: 33.33%;
    margin-left: auto;
    margin-right: auto;
    background: #F4C89F;
    background: -webkit-linear-gradient(to right, #F4C89F, #f6f1d3);
    background: -webkit-linear-gradient(left, #F4C89F, #f6f1d3);
    background:linear-gradient(to right, #F4C89F, #f6f1d3);
    background:linear-gradient(left, #F4C89F, #f6f1d3);
}
.row {
    /*min-width: 60rem;*/
    display:block;
    margin-left: auto;
    margin-right: auto;

    /*background: #fff;*/
    padding: 4.125rem 0 2.75rem 0;
}


label {
    text-align: right;
}
/*endForm*/

/*about me*/

#aboutme {
    display: block;
    width: 90vw;
    height: auto;
    padding: 4vw;
    border-radius: 4.4vw;
    box-shadow: .4vw .4vw 2vw rgba(0, 0, 0, 0.8);
    margin: 4vw auto 4vw auto;
    background: #F4C89F;
    background: -webkit-linear-gradient(to right, #F4C89F, #f6f1d3);
    background: -webkit-linear-gradient(left, #F4C89F, #f6f1d3);
    background:linear-gradient(to right, #F4C89F, #f6f1d3);
    background:linear-gradient(left, #F4C89F, #f6f1d3);
}


#aboutme h1 {
    font-family: 'Source+Sans+Pro', sans-serif;
    font-size: 7vw;
    font-weight: bold;
    color: rgba(255,255,255, 1.0);
    text-transform: uppercase;
    text-align: center;
    text-shadow: .2vw .2vw 1vw rgba(0,0,0,0.8);
    margin-bottom: 3vw;
}

#imgPort, #textSection {
    display: block;
    float: left;
}

#imgPort {

    height: 32vw;
    border: 1vw rgb(255,255,255) solid;
    border-radius: 2vw;
    box-shadow: .2vw .2vw 1vw rgba(0,0,0,0.8);
    background: rgb(255,255,255);
    display: block;
    max-height: 100%;
    max-width: 100%;
    margin:auto;
}

#imgPort img {
    display: block;
    width: auto;
    height: 100%;

}

#textSection {
    width: 44vw;
    height: auto;
    margin-left: 4vw;
}
#textSection p {
    font-size: 1.5vw;
    margin-bottom: 2vw;
    line-height: 2.4vw;
}
#textSection p.ref {
    font-size: 1vw;
    text-align: right;
}
#textSection p a {
    display: inline-block;
    text-decoration: none;
    color: rgb(0,0,0);
}
#textSection p a:hover {
    text-decoration: underline;
}

.clearBoth:after {
    content: '.';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
/*end about me*/


/*video clip page*/
#videoClip p {
    padding-left: 25%;
    align-self: center;
}
#videoClip{

width: auto;
height: auto;
padding: 4vw;
border-radius: 4.4vw;
box-shadow: .4vw .4vw 2vw rgba(0, 0, 0, 0.8);
margin: 8vw auto 8vw auto;
    background: #F4C89F;
    background: -webkit-linear-gradient(to right, #F4C89F, #f6f1d3);
    background: -webkit-linear-gradient(left, #F4C89F, #f6f1d3);
    background:linear-gradient(to right, #F4C89F, #f6f1d3);
    background:linear-gradient(left, #F4C89F, #f6f1d3);
}
/*end video*/


/*navigation*/
.topheader{
    background: rgb(153,0,0);
    background: -webkit-linear-gradient(rgb(204,0,0), rgb(153,0,0), rgb(51,0,0));
    background: -o-linear-gradient(rgb(204,0,0), rgb(153,0,0), rgb(51,0,0));
    background: -moz-linear-gradient(rgb(204,0,0), rgb(153,0,0), rgb(51,0,0));
    background: linear-gradient(rgb(204,0,0), rgb(153,0,0), rgb(51,0,0))!important;
    color: #fff;
    /*text-shadow: 2px 2px 2px #565455;*/
    height:100px;

}
h1.websiteName{

    font-size: 3rem;
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* Chrome10-25,Safari5.1-6 */
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: uppercase;
    font-weight: bold;
    margin-left: 2rem;
}


nav {
    height: 40px;
    width: 100%;
    background: #455868;
    font-size: 12pt;
    font-family: 'PT Sans', Arial, sans-serif;
    font-weight: bold;
    position: relative;
    border-bottom: 2px solid #283744;
}
nav ul {
    padding: 0;
    margin: 0 auto;
    width: 600px;
    height: 40px;
}
nav li {
    display: inline;
    float: left;
}
nav a {
    color: #fff;
    display: inline-block;
    width: 100px;
    text-align: center;
    text-decoration: none;
    line-height: 40px;
    text-shadow: 1px 1px 0 #283744;
}
nav li a {
    border-right: 1px solid #576979;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
}
nav li:last-child a {
    border-right: 0;
}
nav a:hover, nav a:active {

    background: rgb(153,0,0);
    background: -webkit-linear-gradient(rgb(51,0,0), rgb(153,0,0), rgb(204,0,0));
    background: -o-linear-gradient(rgb(51,0,0), rgb(153,0,0), rgb(204,0,0));
    background: -moz-linear-gradient(rgb(51,0,0), rgb(153,0,0), rgb(204,0,0)));
    background: linear-gradient(rgb(51,0,0), rgb(153,0,0), rgb(204,0,0))!important;
    color: #fff;
    text-shadow: 2px 2px 2px #565455;
}
nav a#pull {
    display: none;
}

/*Styles for screen 600px and lower*/
/*@media screen and (max-width: 900px) {
    body {
        background: rgb(94, 102, 23);
    }
    #bigBox h1 {
        font-family: 'Source+Sans+Pro', sans-serif;
        font-size: 6.2vw;
    }
    #imgBox, #textBox {
        float: none;
        width: 80vw;
    }
    #imgBox {
        height: 80vw;
        margin-bottom: 4vw;
        border-width: 3vw;
    }
    #textBox { margin-left: 0; }
    #textBox p, #textBox p.ref  {
        font-size: 3vw;
        line-height: 4.4vw;
    }
}
@media screen and (max-width: 500px) {
    #textBox p, #textBox p.ref  {
        font-size: 4vw;
        line-height: 6.4vw;
    }
}
*/
@media screen and (max-width: 600px) {
    nav {
        height: auto;
    }
    nav ul {
        width: 100%;
        display: block;
        height: auto;
    }
    nav li {
        width: 50%;
        float: left;
        position: relative;
    }
    nav li a {
        border-bottom: 1px solid #576979;
        border-right: 1px solid #576979;
    }
    nav a {
        text-align: left;
        width: 100%;
        text-indent: 25px;
    }
/*contact form*/
    label {
        width: 100%;
        float: none;
        margin: 0 0 5px 0;
    }
    fieldset  {
        width: 100%;
        float: none;
    }
    input[type=text],
    input[type=email],
    input[type=url],
    input[type=password],
    input[type=date],
    input[type=tel],
    textarea,
    select {
        width: 100%;
    }
}



/*Styles for screen 515px and lower*/
@media only screen and (max-width : 480px) {
    nav {
        border-bottom: 0;
    }
    nav ul {
        display: none;
        height: auto;
    }
    nav a#pull {
        display: block;
        background-color: #283744;
        width: 100%;
        position: relative;
    }
    nav a#pull:after {
        content:"";
        background: url('../images/nav-icon.png') no-repeat;
        width: 30px;
        height: 30px;
        display: inline-block;
        position: absolute;
        right: 15px;
        top: 10px;
    }
}

/*Smartphone*/
@media only screen and (max-width : 320px) {
    nav li {
        display: block;
        float: none;
        width: 100%;
    }
    nav li a {
        border-bottom: 1px solid #576979;
    }
}