<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
  font-family: 'Montserrat', sans-serif;
  font-weight:normal;
  background: #0D3F3D;
  margin: 0;
}

.resources-loading {
    width:100vw;
    height:100vh;
    display: flex;
    align-items: center;
}
.resources-loading .loading {
    position:relative;
    margin: auto;
}
.loading {
    width:32px;
    height:32px;
    background-image:url(../img/loading.gif);
}
.all-content {
  display: none;
}

h1 {
  font-family: 'Arizonia', sans-serif;
  font-size: 2.4em;
}
h2 {
  font-family: 'Mandali', sans-serif;
  font-size: 1.8em;
}
h3 {
  font-family: 'Neucha', sans-serif;
  font-weight: normal;
  font-size: 1.25em;
}
h4 {
  font-size: 1.5em;
}

#header {
  position: fixed;
  background: #FF5733;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 1000;
}

.banner {
  height: 100vh;
}

.adjustTextPos {
  position: absolute;
	display: block;
}

hr {
border: 0;
width: 80%;
height: 1px;
background: #ccc;
background-image: linear-gradient(to right, #ccc, #333, #ccc);
}
img {
  height: auto;
  max-width: 100%;
  margin: auto;
  overflow:hidden;
}

.row {
  display: flex;
  align-items: center;
  margin-left: 1em;
  margin-right: 1em;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
}

.projects-row {
  display: flex;
  align-items: center;
  margin-left: 1em;
  margin-right: 1em;
  -webkit-justify-content: space-around; /* Safari 6.1+ */
  justify-content: space-around;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
}

.blog-row {
  display: flex;
  align-items: center;
  margin-left: 1em;
  margin-right: 1em;
  -webkit-justify-content: space-around; /* Safari 6.1+ */
  justify-content: space-around;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
}

.varied-stories-image {
-webkit-flex:auto;
-moz-flex:auto;
flex: auto;
width: 100%;
}

.project-item {
  width:40%;
  margin:1em;
}

.blog-item {
  background-color: #484848;
  background-color:rgba(72,72,72,0.4);
  padding:5px 10px 5px 10px;
  margin:auto;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;

  width:40%;
  margin:1em;
}

.map {
  position: relative;
  margin:auto;
  width: 80%;
  overflow: hidden;
}
.map-box{
  padding-bottom: 75%;
}
.map iframe {
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
}

.web-tech-image {
  width:50%;
}

.tech-image {
  width:50%;
}

.w15 {
  width:15%;
}
.w25 {
  width:25%;
}

.w33 {
  width:33%;
}

.w50 {
  width:50%;
}

.w75 {
  width:75%;
}

.bkcolor-0 { background: #1B3033 }	/* Main Primary color */
.bkcolor-1 { background: #74878A }
.bkcolor-2 { background: #A5B09F }

.bkcolor-comp-0 { background: #533F2B }	/* Main Complement color */
.bkcolor-comp-1 { background: #E1CEBC }
.bkcolor-comp-2 { background: #917964 }
.bkcolor-comp-3 { background: #3D2610 }
.bkcolor-comp-4 { background: #140A00 }

.bkcolor-white { background: #FFF }

.black { color: #000}
.white { color: #FFF}
.contact-heading, .banner-title, .story-overlay-heading {
  color: #FFF;
  text-shadow: .05em .05em #000;
}
.story-overlay-text {
  color: #FFF;
  text-shadow: .04em .04em #000;
}

.wrapper {
  width: 100%;
  min-height: 100vh;
  text-align: center;
  padding-top: 1em;
  padding-bottom: 1em;
  position: relative;
  display: -webkit-flex; /* Safari */
  display: flex;
  -webkit-justify-content: space-around; /* Safari 6.1+ */
  justify-content: space-around;
  -webkit-flex-direction: column;
  flex-direction: column;
  overflow:hidden;
}

.contact-wrapper {
  width: 100%;
  text-align: center;
  padding-top: 1em;
  padding-bottom: 1em;
  position: relative;
  z-index:1;
}

.story-overlay {
  background-color: #484848;
  background-color:rgba(72,72,72,0.7);
  padding:10px 20px 10px 20px;
  margin:auto;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
  z-index: 1;
}

.webtech-overlay {
  background-color: #7f7f7f;
  background-color:rgba(127,127,127,0.4);
  padding:10px 20px 10px 20px;
  margin:auto;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
  z-index: 1;
}
.about-text {
}

.tech-overlay {
  background-color: #484848;
	background-color:rgba(72,72,72,0.4);
  padding:20px;
	width: 80%;
  margin:auto;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
}

.about-text {
  margin:auto;
}

.cd-fixed-background {
  position: relative;
  min-height: 100vh;
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  overflow: hidden;
  display: block;
  z-index: 1;
}
.fixed-bg1 {
  background-image: url("../img/bus-meeting.jpg");
}
.fixed-bg2 {
  background-image: url("../img/hands.jpg");
}
.cd-background-wrapper {
  background-color: #001426;
  position: fixed;
  overflow: hidden;
  display: block;
  width: 100%;
  -webkit-perspective: 4000px;
  -moz-perspective: 4000px;
  perspective: 4000px;
  /*z-index:-1;*/
}

.cd-floating-background {
  position: relative;
  margin: 0;
  top: 0;
  left: 0;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
}

.cd-floating-background picture img {
  display: block;
  width: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.cd-floating-background picture:not(:first-child) img {
  position: absolute;
  top: 0;
  left: 0;
}
.cd-floating-background picture:first-child img {
  -webkit-transform: translateZ(50px);
  -moz-transform: translateZ(50px);
  -ms-transform: translateZ(50px);
  -o-transform: translateZ(50px);
  transform: translateZ(50px);
}
.cd-floating-background picture:nth-child(2) img {
  -webkit-transform: translateZ(120px);
  -moz-transform: translateZ(120px);
  -ms-transform: translateZ(120px);
  -o-transform: translateZ(120px);
  transform: translateZ(120px);
}
.cd-floating-background picture:nth-child(3) img {
  -webkit-transform: translateZ(350px);
  -moz-transform: translateZ(350px);
  -ms-transform: translateZ(350px);
  -o-transform: translateZ(350px);
  transform: translateZ(350px);
}

.form-div {
  background-color: #484848;
	background-color:rgba(72,72,72,0.4);
  padding:20px 35px 20px 35px;
	width: 80%;
  overflow: hidden;
  margin:auto;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
}
.form-div-heading {
  margin:0;
}

.form-field {
	color:#3c3c3c;
	font-family: Helvetica, Arial, sans-serif;
  font-weight:500;
	font-size: 18px;
	border-radius: 0;
	line-height: 22px;
	background-color: #fbfbfb;
	padding: 13px 13px 13px 54px;
	margin-bottom: 10px;
	width:100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.invalid {
  border: 3px solid #FF0000
}

.form-field:focus{
	background: #fff;
	box-shadow: none;
	border: 3px solid #3498db;
	color: #3498db;
	outline: none;
  padding: 13px 13px 13px 54px;
}

.focused{
	color:#30aed6;
	border:#30aed6 solid 3px;
}

/* Icons ---------------------------------- */
.contact-name, .contact-email, .contact-message{
  background-size: 30px 30px;
	background-position: 11px 8px;
	background-repeat: no-repeat;
}

.contact-name{
	background-image: url("../img/name.svg");
}
.contact-email{
	background-image: url("../img/email.svg");
}
.contact-message{
	background-image: url("../img/comment.svg");
}

textarea {
    width: 100%;
    height: 150px;
    line-height: 150%;
    resize:vertical;
}

.form-field:hover, .form-field:focus {
	background-color:white;
}

/* Button 1 */
.btn-1 {
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
	width: 100%;

	border: 3px solid #fff;
  background: #0A2226;
	color: #fff;

  font-size:24px;
  padding-top:22px;
  padding-bottom:22px;

  margin-top:-4px;
  font-weight:700;

  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

/* Button 1a */
.btn-1:hover,
.btn-1:active {
	color: #0A2226;
	background: #fff;
}

.contact .loading {
    position:absolute;
    display:none;
}
.errors {
    border:solid 1px #E58E8E;
    margin:25px 0;
    display:none;
    -webkit-border-radius:8px;
    -moz-border-radius:8px;
    border-radius:8px;
    background:#FFE6E6 url(../img/cancel_48.png) no-repeat;
    background-position: 12px 18px;
}

.errors li {
    padding:2px;
    list-style:none;
}

.errors li:before {
    content: ' - ';
}

.errors .error-info {
    font-weight:bold;
}

.errors .error-info:before {
    content: '';
}

.contact-success {
    border:solid 1px #83D186;
    margin:25px 0;
    display:none;
    -webkit-border-radius:8px;
    -moz-border-radius:8px;
    border-radius:8px;
    background:#D3EDD3 url(../img/accepted_48.png) no-repeat;
    background-position: 12px 18px;
    font-weight:bold;
}

.anim-image {
  left: -150%;
  position:relative;
}

.fly-left {
  left: 150%;
}
.fly-right {
  left: -150%;
}
.fly-up {
  top: 150%;
}
.fly-down {
  top: -150%;
}

.tt-link-container {
  background-color: #727272;
  background-color:rgba(114,114,114,0.8);
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  z-index: 1;
}

/*
  colorbox
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden; -webkit-transform: translate3d(0,0,0);}
#cboxWrapper {max-width:none;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic;}
.cboxIframe{width:100%; height:100%; display:block; border:0; padding:0; margin:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}

/*
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered &amp; tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background:#000; opacity: 0.5; filter: alpha(opacity = 50);}
#colorbox{outline:0;}
    #cboxTopLeft{width:21px; height:21px; background:url(../img/colorbox/controls.png) no-repeat -101px 0;}
    #cboxTopRight{width:21px; height:21px; background:url(../img/colorbox/controls.png) no-repeat -130px 0;}
    #cboxBottomLeft{width:21px; height:21px; background:url(../img/colorbox/controls.png) no-repeat -101px -29px;}
    #cboxBottomRight{width:21px; height:21px; background:url(../img/colorbox/controls.png) no-repeat -130px -29px;}
    #cboxMiddleLeft{width:21px; background:url(../img/colorbox/controls.png) left top repeat-y;}
    #cboxMiddleRight{width:21px; background:url(../img/colorbox/controls.png) right top repeat-y;}
    #cboxTopCenter{height:21px; background:url(../img/colorbox/border.png) 0 0 repeat-x;}
    #cboxBottomCenter{height:21px; background:url(../img/colorbox/border.png) 0 -29px repeat-x;}
    #cboxContent{
      background: #444;
      background: -webkit-linear-gradient(top, #444, #999);
      background: -moz-linear-gradient(top, #444, #999);
      background: -o-linear-gradient(top, #444, #999);
    	background: linear-gradient(top, #444, #999);
      overflow:hidden;
    }
        .cboxIframe{background:#fff;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{margin-bottom:5px;}
        #cboxLoadingOverlay{background:url(../img/colorbox/loading_background.png) no-repeat center center;}
        #cboxLoadingGraphic{background:url(../img/colorbox/loading.gif) no-repeat center center;}
        #cboxTitle{position:absolute; bottom:-25px; left:0; text-align:center; width:100%; font-weight:bold; color:#7C7C7C;}
        #cboxCurrent{position:absolute; bottom:-25px; left:58px; font-weight:bold; color:#7C7C7C;}
        #cboxClose {border:0; padding:0; margin:0; overflow:visible; width:auto; background:none; }
        #cboxClose:active {outline:0;}
        #cboxClose{position:absolute; bottom:0; right:0; background:url(../img/colorbox/controls.png) no-repeat -25px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxClose:hover{background-position:-25px -25px;}

    .lbox-content {
      padding:1em;
      display: flex;
      align-items: center;
      -webkit-justify-content: space-around; /* Safari 6.1+ */
      justify-content: space-around;
      -webkit-flex-flow: row wrap;
      flex-flow: row wrap;
    }

/*
  responsive
*/
@media only screen and (min-width:30em) {
  h1 {
    font-size: 4.5em;
  }
  h2 {
    font-size: 3.5em;
  }
  h3 {
    font-size: 2.5em;
  }
  h4 {
    font-size: 2em;
  }
  .varied-stories-image {
    width:50%;
  }
  .web-tech-image {
    width:25%;
  }
  .tech-image {
    width:25%;
  }
  .form-div {
  	width: 66%;
  }
  .map {
    width:50%;
  }
}
@media only screen and (min-width:50em) {
  p {
    font-size:20px;
  }
  .varied-stories-image {
    width:25%;
  }
  .web-tech-image {
    width:12.5%;
  }
  .project-item {
    width:25%;
  }
  .story-overlay {
    width:80%;
  }
  .about-text {
    width:80%;
  }
  .blog-item {
    width:25%;
  }
  .map {
    width:25%;
  }
  .form-div {
  	width: 50%;
  }
}
</pre></body></html>