/* A Linux- and Windows-friendly sans-serif font stack: http://prospects.mhurrell.co.uk/post/updating-the-helvetica-font-stack */
body {font: 13px 'Montserrat', sans-serif;}

h1 {
    text-transform: uppercase;
}
/* Using local fonts? Check out Font Squirrel's webfont generator: http://www.fontsquirrel.com/tools/webfont-generator */

/* We like off-black for text. */
body, select, input, textarea {color: #333;}

a {color: #fff;}
a:hover {color: #1c3b5b;cursor:pointer;}

/* Custom text-selection colors (remove any text shadows: http://twitter.com/miketaylr/status/12228805301) */
::-moz-selection{background: #fcd700; color: #fff; text-shadow: none;}
::selection {background: #fcd700; color: #fff; text-shadow: none;}

/*	j.mp/webkit-tap-highlight-color */
a:link {-webkit-tap-highlight-color: #fcd700;}

ins {background-color: #fcd700; color: #000; text-decoration: none;}
mark {background-color: #fcd700; color: #000; font-style: italic; font-weight: bold;}

/* Mozilla dosen't style placeholders by default */
input:-moz-placeholder { color:#a9a9a9; }
textarea:-moz-placeholder { color:#a9a9a9; }



.blogPost {
    width: 70%;
    margin: 0 auto 80px auto;
    font-weight: 100;
    font-size: 16px;
    line-height: 28px;
    color: #000;
    font-family: 'Droid Serif', serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.blogPost strong {
    font-weight: bold;
}

.blogPost a {
    color: #555;
}

.blogPost p {
    margin: 0 0 15px 0;
}

.blogPost h2 {
    font-size: 24px;
    font-weight: bold;
    margin: 20px 0 5px 0;
}


.blogPost pre {
    margin: 0 40px 20px 40px;
    background: #f0f0f0;
    padding: 10px;
    display: inline-block;
}

.blogPost ul, .blogPost ol {
    margin-left: 20px;
}

.blogPost .postinfo {
    font-size: 11px;
}

.blogPost .postDate {
    margin: 40px 0 0 0;
    display: inline-block;
}



.section {
    background-size: 100% auto;
    background-repeat: no-repeat;
    width:100%;
    display: block;
    position: relative;
    padding: 0;
    margin: 0;
}

.section img {
    width: 100%;
    display: block;
    margin: 0;
    padding: 0;
}



.text {
    position: absolute;
    text-align: center;
    padding: 40px;
}

.text h1 {
    font-size: 45px;
    text-transform: uppercase;
    text-align: center;
    margin: 0 0 25px 0;
    padding: 0;
    font-weight: 300;
}
.text h2 {
    font-size: 20px;
    text-transform: uppercase;
    text-align: center;
    margin: 0;
    padding: 0;
}

.text h1 sup {
    font-family: 'Playfair Display', serif;
    font-size: 180%;
    line-height: 50px;
    padding: 0;
    margin: 0;
    display: inline-block;
    top: 15px;
/*     vertical-align: sub; */
}



/* SECTIONS */

#secitonTop {
    
}

#sectionTop .text {
    width: 100%;
    top:40%;
    padding:0;
    left:0;
    color: #fff;
}

#sectionTop img {
/*     position: fixed; */
}


#sectionCloud {
    
}

#sectionCloud .text {
    width: 100%;
    top: 15%;
    color: #000;
}



#sectionDevDesign .text {
    right: 0;
    top: 25%;
    color: #fff;
    width: 53%;
}

#sectionTech {
    width: 100%
}

#sectionTech .text {
    width: 100%;
    color: #fff;
}

#sectionTech .text h1 {
    margin: 25% 0 30px 0;
}

/*
#sectionTech .text ul {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%
}
*/

#sectionTech .text span {
    text-align: center;
    font-size: 20px;
    display: inline-block;
    margin: 10px 20px;
}

#sectionTeam {
    background: #fff;
    padding: 40px;
    width: 100%;
    margin: 0px auto;
}

#sectionTeam h1 {
    text-align: center;
    width: 100%;
    font-size: 40px;
    margin: 40px 0 80px 0;
}

#sectionTeam ul {
    list-style: none;
    margin: 0 auto;
    padding: 0;
    width: 85%;
    display: flex;
    flex-wrap: wrap;
}

#sectionTeam ul li {
    width: 50%;
    height: 50%;
    margin: 0px;
    padding: 30px 10px;
}

#sectionTeam ul li div.imageHolder {
    width: 70%;
    height: 70%;
    border-radius: 100%;
    overflow:hidden;
    margin: 0 auto;
    padding: 0;
    position: relative;
}

#sectionTeam ul li div.imageHolder img {
    width: 102%;
    max-width:110%;
    height: auto;
    margin: -2px 0 0 -2px;
}
#sectionTeam ul li div.imageHolder span {
    display: none;
    width: 100%;
    text-align: center;
    color: #fff;
    position: absolute;
    top:49%;
    font-size: 20px;
    z-index: 999;
}

#sectionTeam ul li div.imageHolder span small {
    font-size: 12px;
    text-transform: uppercase;
    font-style: italic;
}

#sectionTeam ul li div.imageHolder:hover {
        background: #1c3b5b;
}


#sectionTeam ul li div.imageHolder:hover span {
    display: block;

}

#sectionTeam ul li div.imageHolder:hover img {
    /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";

  /* IE 5-7 */
  filter: alpha(opacity=50);

  /* Netscape */
  -moz-opacity: 0.5;

  /* Safari 1.x */
  -khtml-opacity: 0.5;

  /* Good browsers */
  opacity: 0.5;
}

#sectionConsulting {    
    
}

#sectionConsulting .text {
    top: 25%;
    left: 0;
    width: 55%;
    
}

#sectionFooter {
    color: #fff;
}

#sectionFooter .text {
    bottom: 80px;
    text-align: center;
    width: 100%;
    
}

#sectionFooter ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#sectionFooter ul li {
    flex:1;
}


header {
    width: 100%;
    position: fixed;
    z-index: 10;
/*     display: flex; */

}

header h1.logo {
    float: left;
}
header h1.logo a {
    font-size: 20px;
    text-decoration: none;
    color: #fff;
    margin: 20px;
/*     display: inline-flex; */
    float: left;
}

header nav {
    display: inline-block;
    float: right;
    margin: 25px;
}

header nav ol {
    list-style:none;
    margin: 0;
    padding: 0;
}

header nav ol li {
    float: left;
    margin: 0;
}

header nav ol li a {
    text-decoration: none;
    color: #fff;
    font-weight: 800;
    font-size: 14px;
    padding: 10px;
    
}



#burger {
    display: none;
    font-size: 18px;
    font-weight: 700;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
}


.sep {
    content: "/";
    display: inline-block;
    margin: 0 10px;
}




/* Media queries

-------------------------------------------------------------------------------*/

@media screen and (max-width: 970px) {

header nav ol li a {
    font-size: 11px;
}

.section .text {
    zoom: 0.8;
    -moz-transform: scale(0.8);
}

}

@media screen and (max-width: 880px) {

header nav ol {
    display: none;
}

header {
    position: absolute;
}


#burger {
    display: block;
}


#sectionTeam ul li {
    width: 100%
}

.section .text {
    zoom: 0.7;
    -moz-transform: scale(0.7);
}

.blogPost {
    width: 90%;
}


}



@media screen and (max-width: 630px) {

#sectionTeam ul li {
    float: none;
}

.section .text {
    zoom: 0.6;
    -moz-transform: scale(0.6);
}


/*

.text {
    left:0;
    bottom:3px;
    top: auto;
    color: #fff;
    padding:20px;
}

.text h1 {
    font-size: 20px;
    padding: 0;
    margin: 0;
}

.text h2 {
    font-size:14px;
    padding: 0;
    margin: 0;
}


#sectionDevDesign .text {
    right: 4%;
    top: 8%;
    color: #fff;
    width: 45%;
    left: auto;
}

#sectionDevDesign .text h1 sup {
    line-height: 20px;
    padding: 0;
    margin: 0;
    top: 3px;
    width: 100%;
}
*/
}



@media screen and (max-width: 550px) {


#sectionTeam ul li div.imageHolder {
    width: 100%;
    height: 100%;
}

/*
#sectionConsulting .text {
    color: #000;
    zoom: 0.6;
}
*/

.section .text {
    zoom: 0.5;
    -moz-transform: scale(0.5);
}

.sep {
    display: none;
}

.text .item {
    display: block;
    zoom: 1.3;
    -moz-transform: scale(1.3);
}

#sectionConsulting .text, #sectionDevDesign .text, #sectionCloud .text {
    top: 5%;
}


#sectionDevDesign .text h1 sup {
    line-height: 80px;
    top: -5px;
    display: block;
}

#sectionCloud .text h2 .item, #sectionCloud .text h2 .sep {
    display: inline-block;
    
}

#sectionFooter .text {
    top: 50px;
    bottom: auto;
}

#sectionFooter .text {
    zoom: 0.7;
    -moz-transform: scale(0.7);
}

#sectionTech .text h1 {
    margin: 20% 0 30px 0;
}

#sectionTech span {
    zoom: 1.5;
    -moz-transform: scale(1.5);
}

#sectionTop .text {
    zoom: 0.7;
    -moz-transform: scale(0.7);
}

}

/* Print styles
-------------------------------------------------------------------------------*/
@media print {



}