@charset "UTF-8";
/* CSS Document */

/* CSS reset, baby*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0px;
    padding: 0px;
    border: 0px;
    outline: 0px;   
}

/* All done -- Now lets get started!*/

body {
    font-family: 'Roboto',Helvetica,Arial,sans-serif;
    line-height:1.6;
    font-size:16px;
    color:#444;
    background: #dddddd;
    -webkit-font-smoothing: antialiased;
    -webkit-tap-highlight-color: transparent;
}

a {
    color: #00a9ee;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

a:active {
    position: relative;
    top: 1px;
}

#top-nav {
    display: none;
}

.content {
    display: block;
    max-width: 1000px;
    margin: auto auto;
    overflow: auto;
    padding: 0px 20px 0px 20px;
}

hgroup {
    height: 80px;
    display: block;
    margin:auto auto;
    overflow: hidden;
    margin: 0px 20px 0px 20px;
}

#logo-nav {
    float:left;
    position: relative;
    top: 21px;
    cursor: pointer;
}


header {
     background: #fff;
    -webkit-box-shadow: 0px 2px 5px 0px rgba(50, 50, 50, 0.5);
    -moz-box-shadow:    0px 2px 5px 0px rgba(50, 50, 50, 0.5);
    box-shadow:         0px 2px 5px 0px rgba(50, 50, 50, 0.5);
    overflow: auto;
}

nav {
    float: right;
    position: relative;
    font-weight: 500;
    text-transform: uppercase;
}

nav li {
    list-style: none;
    display: inline;
    display: block;
    float: left;
    color: #999;
    margin-right: 10px;
    line-height: 80px;
 }

 nav li:last-child {
    margin-right: 0px;

 }

 nav li a {
    -webkit-box-sizing: border-box; 
    -moz-box-sizing: border-box;s
    box-sizing: border-box;  
    display: block;
    height: 100%;
    color: #999;
    text-decoration: none;
    padding: 0px 20px 0px 20px;

 }

 nav li a.selected {
    color:#00a9ee;
    border-bottom: 4px solid #00a9ee;
    line-height: 73px;
    padding-top: 3px;
 }

 nav li a:hover {
    color: #00a9e6;
 }

.logo-linkedin {
    display: none;
}

 #play-header {
    background: url(images/play-header-img.jpg);
    background-size: cover;
    background-position: center center;
    color: #fff;
    height:400px;
    overflow: auto;
 }

  #play-header h2 {
    text-align: center;
    margin-bottom:20px;
    font-weight: 300;
    text-shadow: 0px 0px 40px rgba(0, 0, 0, 1);
 }

 .logo-header {
    display: block;
    margin: 55px auto 20px auto;
 }

 .skills-container {
    position: relative;
    z-index: 6;
    padding-top:40px;
 }

 #what-we-do {
    margin-top:20px;
    overflow: auto;

 }

 #work {
    background: url(images/bupaboostbg.jpg);
    background-size: cover;
    background-position: top center;
    
    overflow: visible;

    position: relative;
    top: -80px;
    padding-top: 80px;
    color: #fff;
 }

 #work h2 {
    color: #666;
 }

 .card-3 h3 {
    text-align: left;
    margin-top: 15px;
 }

 .card-3 img {
    display: block;
    height:100%;
    width: 100%;
    max-height: 250px;
    max-width: 250px;
    border-radius: 125px;
    margin:auto auto;
}

 .card-3 {
    display: block;
   overflow:auto;
    background: #fff;
    border-radius: 2px;
    -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow:    0px 3px 5px 0px rgba(0, 0, 0, 0.3);
    box-shadow:         0px 3px 5px 0px rgba(0, 0, 0, 0.3);
    margin-bottom:3%;
 }

 .game-img {
    background-color: #FF5722;
 }

 .dev-img {
    background-color: #4CAF50;
 }

 .des-img {
    background-color: #9C27B0;
 }

  .card-2 {
    display: block;
    overflow: auto;
    background: #fff;
    border-radius: 2px;
    -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow:    0px 3px 5px 0px rgba(0, 0, 0, 0.3);
    box-shadow:         0px 3px 5px 0px rgba(0, 0, 0, 0.3);
    margin-bottom:3%;
    z-index: 4;
 }

 .card-2 h3 {
    text-align: left;

 }

 .card {
    padding: 40px;
    display: block;
    margin-left: auto auto;
    background: #fff;
    border-radius: 2px;
    -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow:    0px 3px 5px 0px rgba(0, 0, 0, 0.3);
    box-shadow:         0px 3px 5px 0px rgba(0, 0, 0, 0.3);
    margin-bottom:6px;
    overflow: auto;
 }

 .card h2 {
    margin-top: 0px;
 }

 .card-3:last-child {
    margin-right:0;
 }
   
.card-content {
    padding:20px;
}

.boostphones {
    display: block;
    margin: auto auto;
    width: 100%;
    max-width:732px;
    position: relative;
    z-index: 6;
}

.card-2-container {
    position: relative;
    z-index: 4;
}

#boost {
    background-color: #3873c8;
    position: relative;
    top: -160px;
    padding-top:120px;
    padding-bottom: 80px;
    overflow: auto;
    z-index: 5;
}

.boosticon{
float: left;
width: 12%;
}

.boostdesciption {
float:left;
width: 84%;
margin-left:4%;
color: #fff;
}

#boost h2 {
margin: 0;
line-height: 1;
text-align: left;
margin-bottom: 10px;
}

#who {
     background: url(images/whobg.jpg);
    background-size: cover;
    background-position: center center;
    position: relative;
    top:-160px;
    padding-top: 60px;
    padding-bottom: 55px;
}

#who h2 {
    color: #00a9ee;
    text-align: left;
}

#clients {
    display: none;
    position: relative;
    top: -160px;

}

.clientsimg {
    width: 100%;
    max-width: 693px;
    display: block;
    margin: auto auto;
    opacity: 0.5;
}

#thoughts {
    background: url(images/thoughts-bg.jpg);
    background-size: cover;
    background-position: center center;
    position: relative;
    top:-160px;
    padding-top: 60px;
    padding-bottom: 55px;  
    overflow: auto;
}

.socialbox h2 {
    color: #00a9ee;
  text-align: left;
  margin-left: 30px;
  margin-top: 20px;
}

#thoughts .title {
    margin-top: 0px;
}

#thoughts .subtitle {
    margin-bottom: 30px;
}

.post-container:last-child {
    border-bottom: 1px solid #e8e8e8;
}

.post-container {
    padding: 20px;
    border-top: 1px solid #e8e8e8;
}

.tumblr h3 a {
    color: #00a9ee;
    text-decoration: none;
}

.tumblr h3 a:hover {
    text-decoration: underline;
}



#contact {
    overflow: auto;
    height: 700px;
    margin-top: -250px;
}

#googlemaps {
 height: 100%; 
 width: 100%; 
 z-index: 0; 
 position: relative;
}

.contactcontent {
    width:100%;
    z-index:3;
    position: relative;
    margin-top: -575px;
    overflow: auto;
}

.contactdeets p {
    border-top: 1px solid #e8e8e8;
    padding: 20px;
}

.first {
    padding-top: 0 !important;
    border-top: 0 !important;
}

.contactdeets h2 {
    margin-top: 25px !important;
    margin-left: 20px;
    margin-bottom: 10px;
}

.contactcontent h2 {
    margin-top: 0;
    text-align: left;
}

.gmwhite {
    height:700px;
    width:100%;
    z-index:1;
    background-color: #fff;
    position: relative;
    opacity: 0.3;
    margin-top: -700px;
}

.button {
  padding: 10px 20px 10px 20px;
  margin-top: 20px;
  display: inline-block;
  border: 2px solid #fff;
  border-radius: 3px;
  color: #fff;
  text-decoration: none;
}

.blue.button {
    color: #00a9ee;
    border-color: #00a9ee;
}

#who .button {
    margin-top: 35px;
}

.button:hover {
    background: rgba(255,255,255,0.1);
}

.blue.button:hover {
    background: rgba(0,169,238,0.1);
}

.social {
    margin-left: 20px;
  margin-bottom: 20px;
  margin-top: 15px;
}

.tumblr figure {
    display: none;
}

#footer {
  position: relative;
  background: #444;
  color: #ccc;
  text-align: left;
  height: 95px;
  z-index: 2;
  padding: 20px;
  padding-top: 150px;
  margin-top: -102px;
}

#footer span {
    color: #ff6666;
}

#footer br {
    display: inline;
}

.danphone {
    width: 99px;
    height: 134px;
    position:absolute;
    bottom:0;
    right:0;
    opacity: 0.8
}

#joinus-header {
    background: url(images/joinusheader.jpg);
    background-size: cover;
    background-position: center center;
    color: #333;
    overflow: auto;
    padding-bottom:185px;
 }

 #joinus-header h1 {
    font-size: 32px;
    text-align: center;
    margin-top: 85px;
      text-shadow: 0px 0px 5px rgba(255,255,255,1);
 }

 #joinus-header h2 {
    margin-bottom: 5px;
    margin-top: 25px;
    font-size: 22px;
    text-shadow: 0px 0px 5px rgba(255,255,255,1);
   }

 #joinus-header h3 {
    display: none;
    margin-top: 0px;
    font-size: 18px;
    text-shadow: 0px 0px 5px rgba(255,255,255,1);
 }

 .jobcontent {
  margin-top: 30px;
  float: right;
 }

 .jobcontent h2, .jobcontent h3 {
    text-align: left;
 }

 .jobcontent h3, .jobcontent ul, .jobcontent p {
    margin-bottom: 20px;
 }

 .jobcontent div.blue.button {
    margin-bottom: 15px;
 }

.littleicon i {
    display: inline;
    color: #da0181;

}

.littleiconcode i {
    color: #00a9ee;
}

 .codeicon {
display:none;
 }


 #mobiledev {
    margin-top: -142px;
 }

 #uidesigner {
    background: url(images/thoughts-bg.jpg);
    background-size: cover;
    background-position: center center;  
    overflow: auto;
    padding-top: 25px;
    margin-top: 50px;
    padding-bottom: 50px;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Roboto',Helvetica,Arial,sans-serif;
    font-weight: normal;
    line-height: 1.4;
}

h1 {
    font-size: 218%;
}

h2 {
    font-size: 28px;
    font-weight: 300;
    text-rendering: optimizeLegibility;
    text-align: center;
    margin: 20px 0px 20px 0px;
}

h3 {
    font-size: 22px;
    font-weight: 300;
    text-rendering: optimizeLegibility;
    text-align: center;
}

h4 {
    font-size: 118%;
}

.otherfooter {
    padding-top: 25px !important;
    margin-top: 0px !important;
}

#story {
    background: #ccc;
}

#joinuspage {
    overflow: auto;
    position: relative;
    margin-top: -150px;
    top: -200px;
    background: #7538c8;
}

.storyimg {
    height: 700px;
}

.storycard {
    position: relative;
    z-index: 2;
    top: -200px;
}

.storycard p {
    margin-top: 20px;
}

#join-us {
    margin-top: -160px;
    background: #7538c8;
    padding: 1px 0px 25px 0px;
    color: #fff;
}

#whojoin-us {
    background: #7538c8;
    padding: 1px 0px 50px 0px;
    color: #fff;
}

.secondary {
    border-color: #fff !important;
    display:none;
}

.secondary:hover{
    text-decoration: underline;
    background: none !important;
}

.floatleft {
    float: none;
}


.footernav {
    position: relative;
    display: block;
    width: 320px;
    font-weight: 500;
    text-transform: uppercase;
    margin: auto auto;
    overflow: auto;
    margin-bottom: 20px;
}

.footernav li {
    list-style: none;
    display: inline;
    display: block;
    float: left;
    color: #ccc;
    margin-right: 20px;
}

.footernav li a {
    color: #ccc;
}

.footernav li:last-child {
    margin-right: 0px;
}

.footercopy {
    color: #888;
    margin-bottom: 20px;
}

.whyus {
    padding: 20px 20px 20px 40px;
}




@media (min-width: 560px) {

#joinus-header h1 {
    font-size: 48px;
    text-align: center;
    margin-top: 50px;
 }

 #joinus-header h2 {
    margin-bottom: 5px;
    font-size: 32px;
    margin-top: 25px;
 }

 #joinus-header h3 {
    display: block;
    text-align: center;
    margin-top: 0px;
 }


.littleicon i {
    display: none;
}

.littleiconcode i {
    display: none;
}

.jobcontent {
  margin-top: 30px;
  float: right;
  width: calc(100% - 150px);
  padding-left: 70px;
 }

 .jobcontent h2, .jobcontent h3 {
    text-align: left;
 }

 .jobcontent h3, .jobcontent ul, .jobcontent p {
    margin-bottom: 20px;
 }

 .jobcontent div.blue.button {
    margin-bottom: 15px;
 }


 .codeicon {
    display: inline;
  float: left;
  width: 75px;
  height: 75px;
  border-radius: 100px;
  position: absolute;
  color: #fff;
  margin-top: 69px;
  background: #00a9ee;
   -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow:    0px 3px 5px 0px rgba(0, 0, 0, 0.3);
    box-shadow:         0px 3px 5px 0px rgba(0, 0, 0, 0.3);

 }

.codeicon.pink {
    background: #da0181;
    color: #fff;
}

 .codeicon i {
    font-size: 50px;
    position: relative;
    top: 12px;
    left: 12px;
 }

 .codeicon i.pencil {
    top: 10px;
    left: 20px;
 }







.summicon {
    position: relative;
    border-radius: 50%;
    width: 100%;
    height: auto;
    padding-top: 100%;
    color: #fff;
    background: #00a9ee;
 }

.summicon.pink {
    background: #da0181;
    color: #fff;
}

 .summicon i {
    font-size: 50px;
    position: absolute;
    top: 12px;
    left: 12px;
    z-index: 5;
 }

 .summicon i.pencil {
    top: 10px;
    left: 20px;
 }


    .card-3 {
        float: left;
        width: 32%;
        margin-right:2%;
        margin-bottom: 6px;
    }

    .floatleft {
    float: left;
    }

    .secondary {
        display: inline;
    }

    .card-2 {
    float: left;
    width: 48%;
    margin-right:2%;
    margin-bottom: 6px;
}

#join-us {
    padding: 1px 0px 65px 0px;
}

 .logo-header {
    display: block;
    margin: 95px auto 20px auto;
 }

 .play-header h2 {
    font-size: 36px;
 }

 #play-header {
    height: 500px;
 }

 .skills-container {
    padding-top:70px;
 }

body {
    font-size: 18px;
}

h2 {
    font-size: 36px;
    margin: 50px 0px 20px 0px;
}

h3 {
    font-size: 24px;
}

#footer {
    text-align: center;
}

#footer br {
    display: none;
}

}

@media (min-width: 690px) {
    #top-nav {
        display: inline;
    }

    hgroup {
        height: 100%;
    } 

      

}

@media (min-width: 800px) {

#joinus-header h1 {
    font-size: 72px;
    text-align: center;
    margin-top: 85px;
 }

 #joinus-header h2 {
    margin-bottom: 5px;
    margin-top: 25px;
 }

 #joinus-header h3 {
    margin-top: 0px;
 }

.jobcontent {
  margin-top: 30px;
  float: right;
  width: calc(100% - 245px);
  padding-left: 130px;
 }

 .codeicon {
    display: inline;
  float: left;
  width: 150px;
  height: 150px;
  border-radius: 100px;
  position: absolute;
  color: #fff;
  margin-top: 69px;
  background: #00a9ee;
   -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow:    0px 3px 5px 0px rgba(0, 0, 0, 0.3);
    box-shadow:         0px 3px 5px 0px rgba(0, 0, 0, 0.3);

 }

.codeicon.pink {
    background: #da0181;
    color: #fff;
}

 .codeicon i {
    font-size: 100px;
    position: relative;
    top: 22px;
    left: 22px;
 }

 .codeicon i.pencil {
    top: 20px;
    left: 35px;
 }

}