* { box-sizing: border-box }
body {
    background-color: #f2f2f2;
    font-family: "Rubik", sans-serif;
    font-weight: 300;
    font-size: 24px;
    color: #555;
    margin: 0px;
    text-rendering: optimizelegibility;
    -webkit-font-smoothing: antialiased;
    -webkit-overflow-scrolling: touch;
}
a:link,
a:visited,
a:hover {
    color: inherit;
    text-decoration: none;
}
@font-face {
    font-family: 'XtreemFat';
    src: url('../fonts/XtreemFat.eot');
    src: url('../fonts/XtreemFat.eot?#iefix') format('embedded-opentype'),url('../fonts/XtreemFat.woff') format('woff'),url('../fonts/XtreemFat.ttf') format('truetype');
}
h1,
h2,
h4,
h5,
h6 {
    color: #333;
    font-size: 100%;
    margin: 0px;
    font-weight: 300;
}
h3 {
    color: #d6dc55;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 150%;
    margin: 0 0 15px 0;
}
#particles {
    width: 100%;
    overflow: hidden;
    background: #d6dc55;
    height: 725px;
}
.cs-caption { padding: 20% 10% 10% 10% }
.csnav {
    padding: 1% 1.5%;
    position: fixed;
    z-index: 100;
    top: 4%;
    right: 2%;
    height: auto;
    opacity: 1;
    border: 2px solid #5cbdaa;
    box-sizing: border-box;
}
.csnav a {
    color: #5cbdaa;
    cursor: pointer;
}
#button {
    color: #d6dc55;
    margin-top: 20px;
}
#button,
#button2,
#button3,
#button4,
#button5, #button6, #button7  {
    cursor: pointer;
    font-weight: 700;
}
#button2,
#button4 { color: #4e4e4e }
#button3, #button5, #button6 {
    color: #333;
    padding-top: 3%;
}
#button2 { padding-top: 60px }
#button,
#button2,
#button3,
#button4,
#button5, #button6, #button7 { font-size: 48px }
#button7 {
    position: relative;
    bottom: 0;
    color: #7edfcc;
    margin-top: 10%;
}
.hello {
    width: 100%;
    padding-bottom: 125px;
    margin-top: -600px;
    color: #d6dc55;
}
.hello h1 {
    font-size: 250%;
    font-weight: 700;
    letter-spacing: 3px;
    color: #d6dc55;
    line-height: 100%;
    margin: 0px 0px 20px 0px;
}
.hello h2 {
    color: #d6dc55;
    margin: 0px;
    font-size: 140%;
}
.greenhello {
    background-color: #5cbdaa;
    padding: 4%;
    position: relative;
    margin: 0% 10%;
    box-sizing: border-box;
}
.cs-caption {
    background-color: #333;
    color: #d6dc55;
}
.caption-container { clear: both }

.services, .clients {
    background-color: #444;
    font-size: 100%;
    padding: 8% 10%;
}
.services h3, .clients h3 { color: #d6dc55 }
.servicelist { color: white }
.services h2 { font-size: 120% }
.servicebanner {
    color: #5cbdaa;
    margin-bottom: 10%;
    float: left;
}
.green {
    background-color: #444;
    margin-bottom: 0px;
    color: #5cbdaa;
    padding: 8% 10%;
}
.green h2 {
    color: white;
    font-size: 100%;
    line-height: 150%;
    font-family: 'XtreemFat', 'Rubik', sans-serif;
}
.green h2 span {
    color: white;
    font-weight: bold;
    font-family: "Rubik";
    font-size: 70%;
}

.work {
    background-color: #333;
    margin-bottom: 0px;
    color: #5cbdaa;
    padding: 8% 10%;
}


.bio {
    color: white;
    padding: 3% 0;
}
.pull {
    margin: 0 auto;
    padding: 2% 7% 0 0;
}
.contact {
    background-color: #5cbdaa;
    font-size: 300%;
    text-align: center;
    padding: 20% 10% 10% 10%;
    font-weight: bold;
}
.contact a:link,
contact a:visited {
    text-align: center;
    color: #d6dc55;
    padding: 3% 5%;
}

.work {}

.portfolio {    background-color: #4c4c4c;
  width: 45%;
  height: 400px;
  float: left;
  padding: 4% 15% 4% 4%;
  margin: 1% 5% 5% 0;
  font-size: 100%;
  font-weight: normal;
  position: relative;
  transition: background-color 0.5s;}

.portfolio a {display: block;width: 100%;height: 100%;}
.portfolio:hover {background-color: #5c5c5c;}
.portfolio h2 {color:white; font-family: 'Rubik';margin-bottom: 30%;font-size: 130%;font-weight: bold;line-height: 120%;}
.portfolio h3 {color: #5dbfaa;text-transform: none;font-size: 100%; font-weight: normal;}
.visit-site {color: #d6dc55;position: absolute;bottom: 10%;}




.container-computer {
    position: relative;
    height: 300px;
    float: left;
}
.container-computer > .screen {
    width: 300px;
    height: 200px;
    border-top: 20px solid #222;
    border-right: 20px solid #222;
    border-bottom: 40px solid #222;
    border-left: 20px solid #222;
    border-radius: 10px;
}
.monitor > div { position: absolute }
.content {
    width: 300px;
    height: 180px;
    left: 50%;
    margin-left: -150px;
    overflow: hidden;
    padding: 25px;
    color: #d6dc55;
    text-align: center;
    font-weight: bold;
    font-size: 125%;
}
.screen-bottom {
    width: 300px;
    background-color: #cfcfcf;
    height: 30px;
    margin-left: -20px;
    bottom: -50px;
    z-index: 5;
}
.base {
    width: 60px;
    height: 50px;
    bottom: -90px;
    left: 50%;
    margin-left: -30px;
    background: #a1a1a1;
}
.base:before,
.base:after,
.grey-shadow:before,
.grey-shadow:after {
    content: "";
    position: absolute;
    top: 0;
}
.base:before {
    border-left: 13px solid transparent;
    border-right: 0px solid transparent;
    border-bottom: 50px solid #a1a1a1;
    left: -13px;
}
.base:after {
    border-right: 13px solid transparent;
    border-left: 0px solid transparent;
    border-bottom: 50px solid #a1a1a1;
    right: -13px;
}
.base > div { position: absolute }
.foot {
    background: #a1a1a1;
    z-index: 1;
}
.foot.top {
    width: 80px;
    height: 5px;
    bottom: -4px;
    left: 50%;
    margin-left: -40px;
}
.foot.top:before,
.foot.top:after,
.foot.bottom:before {
    content: "";
    position: absolute;
    top: 0px;
}
.foot.top:before {
    border-left: 16px solid transparent;
    border-right: 0px solid transparent;
    border-bottom: 5px solid #a1a1a1;
    left: -16px;
}
.foot.top:after {
    border-right: 16px solid transparent;
    border-left: 0px solid transparent;
    border-bottom: 5px solid #a1a1a1;
    right: -16px;
}
.foot.bottom {
    width: 112px;
    height: 5px;
    bottom: -9px;
    left: 50%;
    margin-left: -56px;
    z-index: 999;
}
.row:before,
.row:after {
    display: table;
    content: " ";
}
.row:after { clear: both }
.row:before,
.row:after {
    display: table;
    content: " ";
}
.row:after { clear: both }
@media (min-width: 768px) { 
    .col-md-3 {
        width: 25%;
        float: left;
    }
    .col-md-6 {
        width: 50%;
        float: left;
    }
    .pull { width: 60% }
    .bio { width: 40% }
    .pull,
    .bio { float: left }
    .col-md-6-right {
        width: 50%;
        float: right;
    }
    .servicebanner { width: 60% }
    .greenhello {
        width: 33%;
        min-width: 400px;
    }
    .container-computer {
         width: 40%;
        margin: 0px auto;
    }
    .contact,
    .services,
    .green, .work,
    .cs-caption { min-height: 100vh }
    .buffer {
        margin-top: 0%;
        width: 110%;
    }
    .marginleft {
        padding-left: 5%;
        box-sizing: border-box;
    }
    .container-computer > .screen {
        position: absolute;
        right: 0;
    }
}
@media (max-width: 768px) { 
    .col-md-6-right {
        width: 100%;
        float: right;
    }
    .col-md-6 {
        width: 100%;
        float: left;
    }
    .col-md-3 {
        width: 100%;
        float: left;
    }
    .pull,
    .bio {
        width: 100%;
        float: left;
    }
    .bio { margin-top: 10% }
    .servicebanner,
    .container-computer { width: 100% }
    .caption-container { margin-top: 100px }
    .greenhello {
        width: 100%;
        margin: 0px;
        padding: 8%;
    }
    .csnav { display: none }
    .contact { font-size: 150% }
    .contact,
    .services, .work,
    .green,
    .cs-caption { height: auto }
    #button,
    #button2,
    #button3,
    #button4,
    #button5 { display: none }
    .hello {
        margin-top: -575px;
        padding: 0%;
    }
    .green h2 {font-size: 90%;}
    
.portfolio {width: 100%;padding: 10% 15% 10% 10%;}
    .container-computer { margin: 0% auto }
    .container-computer > .screen {
        position: relative;
        margin: 0 auto;
    }
    .cs-caption {
        margin-top: 135px;
        padding: 40% 10% 10% 10%;
    }
    #particles { height: 700px }
    .buffer { margin-top: 0px }
    .marginleft {
        padding-left: 0%;
        box-sizing: border-box;
    }
}
@media (max-width: 360px) { 
    .container-computer { margin: 0px -20px }
}