@import url(http://fonts.googleapis.com/css?family=Open+Sans:400italic,400,300,600,700);


html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}



body {
    margin: 0;
}



a {
    background: 0 0;
}

a:active, a:hover {
    outline: 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b, strong {
    font-weight: 700;
}

dfn {
    font-style: italic;
}

h1 {
    font-size: 2em;
    margin: .67em 0;
}

mark {
    background: #ff0;
    color: #000;
}

small {

    font-size: 90%;
    color: white;
    

}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -.5em;
}

sub {
    bottom: -.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

/*
code, kbd, pre, samp {
    font-family: monospace,monospace;
    font-size: 1em;
}
*/

button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}



button {
    overflow: visible;
}




button, select {
    text-transform: none;
}

button, html input[type=button], input[type=reset], input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled], html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input {
    line-height: normal;
}

input[type=checkbox], input[type=radio] {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
    height: auto;
}

input[type=search] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
}


textarea {
    overflow: auto;
}

optgroup {
    font-weight: 700;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td, th {
    padding: 0;
}

/*  ------------------------------------------------------------  */
/*  Global styles
/*  ------------------------------------------------------------  */




*, *:before, *:after {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {


     background-color: white;
    color: #1b1b1d;
   
    font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
    font-size: 18px;
    line-height: 1.56;
}


body {
    background-color: inherit;
}

a {


/*    border-bottom-color: rgba(72, 174, 244, 0.4);

line under the link --- jeb! lol. 

*/ 


   color: black;



    font-weight: 600


     border-bottom-style: solid;
     border-bottom-width: 1px; 


    text-decoration: none;
    -webkit-transition: color 0.2s ease-in-out, border-bottom-color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out, border-bottom-color 0.2s ease-in-out;








}





a u {
    border-bottom-color: rgba(72, 174, 244, 0.4);
}

a.active, a:focus, a:hover {
    border-bottom-color: rgba(24, 153, 241, 0.4);
    color: #edbd1b;
}

a.active u, a:focus u, a:hover u {
    border-bottom-color: rgba(24, 153, 241, 0.4);
}

a u {
    border-bottom-style: solid;
    border-bottom-width: 1px;
    text-decoration: none;
    -webkit-transition: border-bottom-color 0.2s ease-in-out;
    transition: border-bottom-color 0.2s ease-in-out;
}

a[href^="#"] {
    border-bottom-style: dashed;
}

a[href^="#"] u {
    border-bottom-style: dashed;
}

hr {
    border: 0;
    border-bottom: 1px solid rgba(51, 51, 63, 0.1);
    margin: 0;
}

img {

    height: auto%;
	max-width: 100%;


    vertical-align: middle;
    
}


/*  ------------------------------------------------------------  */
/*  Typography styles

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


h1, h2, h3, h4, h5, h6 {
    color: white;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: -1px;
    margin: 20px 0;
    text-align: center;
    
}


h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
    color: #ffffff;
    display: block;
    font-weight: 300;
    line-height: 1.45;
    letter-spacing: normal;
    opacity: 70%;
    
}

h1 {
    font-size: 42px;
}

h1 small {
    font-size: 50%;
    margin-top: 15px;
}

h2 {
    font-size: 34px;
}

h2 small {
    font-size: 55%;
    margin-top: 5px;
}

h3 {
    font-size: 30px;
}

h4 {
    font-size: 26px;
}

h5 {
    font-size: 22px;
}

h6 {
    font-size: 18px;
    letter-spacing: normal;
    
}

@media (min-width: 769px) {
    h1 {
        font-size: 54px;
    }

    h1 small {
        margin-top: 10px;
    }

    h2 {
        font-size: 42px;
    }

    h3 {
        font-size: 36px;
    }

    h4 {
        font-size: 30px;
    }

    h5 {
        font-size: 24px;
    }

    h6 {
        font-size: 18px;
        letter-spacing: normal;
        
    }
}

p {
    margin: 20px 0;
}



@media (min-width: 1024px) {

p {
	
	margin-left: 20%;
	margin-right: 20%;
	font-size:20px;
	
}



}


@media only screen and (min-width:  1400px) {
    p {

        padding-left: 70%;

    padding-right: 70%;


        
    }
}



@media only screen and (min-width: 850px) {
    p {
        
          padding-left: 45%;
    padding-right: 45%;
    


        
    }
}






@media only screen and (min-device-width: 481px) {
    p {
          padding-left: 7%;
    padding-right: 7%;
    
    
}

    
    


    
}


#secondaryText {


}


#hero-text {


}



#thirdText {


}



@media (min-width: 1024px) {

.secondaryText p {
    
    margin-left: 5%;
    margin-right: 40%;

    
}



}


@media (min-width: 1024px) {

.hero-text p {
    
    
/*    margin-left: 5%;
    margin-right: 40%;*/
    


    


}



}



@media (min-width: 1600px) {

.hero-text p {
    
/*    margin-left: 5%;
    margin-right: 40%;*/
    
    /*margin-top:4%;*/


}



}





@media (min-width: 1024px) {

.hero-text-secondary p {
    
    
/*    margin-left: 5%;
    margin-right: 40%;
*/    
    

    margin-top:0%;
    


}



}



@media (min-width: 1600px) {

.hero-text-secondary p {
    
/*    margin-left: 5%;
    margin-right: 40%;*/
    
    margin-top:0%;
    

}



}











@media (min-width: 1024px) {

.thirdText p {
    
    margin-left: 40%;
    margin-right: 5%;
    
    
}



}





.muted {
    color: #8b99a5;
}

.meta {

    color: #8b99a5;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    opacity: 0.5;
    text-transform: uppercase;
    -webkit-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
    
}

.meta:hover {
    opacity: 1;
}

/*  ------------------------------------------------------------  */
/*  Button class
/*  Can be used with <a>, <input>, <button>
/*  ------------------------------------------------------------  */


.button {
    background-color: #8b99a5;
    border: 0;
    border-radius: 2px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-weight: 600;
    line-height: 26px;
    padding: 9px 20px;
    -webkit-transition: background-color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out;
    vertical-align: middle;
    white-space: nowrap;
}

.button:focus, .button:hover {
    background-color: #99a6b0;
}

.button:focus, .button:hover {
    color: #fff;
}

.button[disabled] {
    cursor: not-allowed;
    opacity: 0.6;
    pointer-events: none;
}

.button-primary {
    background-color: #389b17;
}

.button-primary:focus, .button-primary:hover {
    background-color: #40b11a;
}



.container {

    margin-left: auto;
    margin-right: auto;
    
    
    max-width: 1600px;
    padding-left: 10px;
    padding-right: 10px;
}

@media (min-width: 481px) {
    .container {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media (min-width: 769px) {
    .container {
        padding-left: 40px;
        padding-right: 40px;
    }
}

.grid {
    margin-left: -20px;
}

.grid > * {
    padding-left: 20px;
}

@media (min-width: 481px) {
    .grid {
        font-size: 0;
        margin-left: -40px;
    }

    .grid > * {
        display: inline-block;
        font-size: 1rem;
    }

    .grid > * {
        padding-left: 40px;
        vertical-align: top;
    }
}

@media (min-width: 769px) {
    .grid {
        margin-left: -60px;
    }

    .grid > * {
        padding-left: 60px;
    }
}

.grid-centered > * {
    vertical-align: middle;
}

.grid-spaced {
    margin-bottom: -20px;
}

.grid-spaced > * {
    margin-bottom: 20px;
}

@media (min-width: 481px) {
    .grid-spaced {
        margin-bottom: -40px;
    }

    .grid-spaced > * {
        margin-bottom: 40px;
    }
}

@media (min-width: 769px) {
    .grid-spaced {
        margin-bottom: -60px;
    }

    .grid-spaced > * {
        margin-bottom: 60px;
    }
}

.grid-justified {
    font-size: 0.04px\9;
    text-align: justify;
}

.grid-justified > * {
    text-align: left;
}

.grid-justified:after {
    content: '';
    display: inline-block;
    width: 100%;
}

@media (min-width: 481px) {
    .tablet-1 {
        width: 8.33333%;
    }

    .tablet-2 {
        width: 16.66667%;
    }

    .tablet-3 {
        width: 25%;
    }

    .tablet-4 {
        width: 33.33333%;
    }

    .tablet-5 {
        width: 41.66667%;
    }

    .tablet-6 {
        width: 50%;
    }

    .tablet-7 {
        width: 58.33333%;
    }

    .tablet-8 {
        width: 66.66667%;
    }

    .tablet-9 {
        width: 75%;
    }

    .tablet-10 {
        width: 83.33333%;
    }

    .tablet-11 {
        width: 91.66667%;
    }

    .tablet-12 {
        width: 100%;
    }
}

@media (min-width: 769px) {
    .desktop-1 {
        width: 8.33333%;
    }

    .desktop-2 {
        width: 16.66667%;
    }

    .desktop-3 {
        width: 25%;
    }

    .desktop-4 {
        width: 33.33333%;
    }

    .desktop-5 {
        width: 41.66667%;
    }

    .desktop-6 {
        width: 50%;
    }

    .desktop-7 {
        width: 58.33333%;
    }

    .desktop-8 {
        width: 66.66667%;
    }

    .desktop-9 {
        width: 75%;
    }

    .desktop-10 {
        width: 83.33333%;
    }

    .desktop-11 {
        width: 91.66667%;
    }

    .desktop-12 {
        width: 100%;
    }
}















.footer {
    background-color: #131313;
    font-size: 16px;
   

    overflow: auto;
}

.footer .grid > * {
    font-size: 16px;
    color: #3d3d3d;
   
    
}

[class*="icon-social"] {
    background-image: url("../img/social-icons.png");
    border-bottom: 0;
    display: inline-block;
    height: 32px;
    opacity: 0.8;
    -webkit-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
    vertical-align: middle;
    width: 32px;
}


#videoContainer {

background-size: cover;
min-height: 100%;
min-width: 100%;



}

.portraitPhotoCenter {
    margin-left: auto;
    margin-right: auto;
    display: block
}




/* CUSTOM UINavBar BAR */


ul.topnav {

    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: white;

/*    border-color: #353535;
    border-width: 1px;
    border-style: solid;
*/    
    text-decoration: none;
    
    max-height: 68px;
    
    
    

}

/* Float the list items side by side */
ul.topnav li {float: right;}

/* Style the links inside the list items */
ul.topnav li a {

    display: inline-block;
    
    color:#2f304f;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    transition: 0.3s;
    font-size: 17px;
    font-weight: 400;
    margin-top: 5px;
    
    
    
    
    
   
}


ul.topnav li a:hover {

    display: inline-block;
    
    color: #43446b;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    transition: 0.3s;
    font-size: 17px;
    font-weight: 400;
    margin-top: 5px;
    
   
   
   
}




.topNavigationTitle {

display: inline-block;
color: white;
font-size: 17px;
font-weight: 100;
margin-left: 1%;


}





ul.topNavigationTitle li.icon {display: none;}



@media screen and (max-width:680px) {
  ul.topNavigationTitle li:not(:first-child) {display: none;}
  ul.topNavigationTitle li.icon {
    float: right;
    display: inline-block;
  }
}







@media screen and (max-width:680px) {
  ul.topNavigationTitle.responsive {position: relative;}
  ul.topNavigationTitle.responsive li.icon {
    position: absolute;
    right: 0;
    top: 0;
  }
}



#nextPhoto {


    width: 100%;
    
    border-top: 1px solid #282828;
    background: #1a1a1a;
    



}


.nextPostStatus {

	width:100%; 
	height: 20%; 
	background-color: #1c1c1c;
	color: white;
	margin-top:-10px;
	border-width: 1px; 
	border-color:#141414;
	border-style: solid;



}





#heroStyle {

	background-color: #191919;
	border-color: #282828;
	border-width: 1px;
	border-style: solid;
	
	
	
	
	
}



#latestPhotoSet {
	
		background-color: #202020;
	border-color: #282828;
	border-width: 1px;
	border-style: solid;
	
	
}









#newsletter {
	
	background-color: #202020;
	border-color: #282828;
	border-width: 1px;
	border-style: solid;
	
	
}



.overlay {

    position:absolute;
    
    top:0;
    
    left:0;
    
/*     z-index:1; */
    text-align: left;
    margin-top: 100px;
    
    
}


.hero-headline {
	
	    font-size: 24px;
/*     line-height: 1.11111; */
    font-weight: 100;
/*     letter-spacing: -0.002em; */
/*     margin-bottom: 18px; */
    
   padding-left: 10%;
   padding-right: 10%;


    
    
  position:absolute;
    
    top:0;
    
    left:0;
    
    z-index:1;
    text-align: left;
    /*margin-top: 100px;*/
    
    
  
}






@media only screen and (min-width:  1400px) {
    .hero-headline {
        font-size: 24px;
        line-height: 1.08654;
        font-weight: 100;
        padding-top: 15%;

        padding-left: 5%;

    padding-right: 5%;


        
    }
}



@media only screen and (min-width: 850px) {
    .hero-headline {
        font-size: 20px;
        line-height: 1.08654;
        font-weight: 100;
        letter-spacing: -0.014em;
        padding-top: 15%;
        
          padding-left: 7%;
    padding-right: 7%;
    


        
    }
}











@media only screen and (min-device-width: 481px) {
    .hero-headline {
        font-size:20px;
        line-height: 1.08654;
        font-weight: 200;
        letter-spacing: -0.014em;
        padding-top: 15%;
          padding-left: 0%;
    padding-right: 0%;
    
    margin-bottom: 200px;
}

    
    


    
}








#featuredPost img {

width:100%;
height:100%;

    /*background-image: url(http://cdn.rdeltoro.com/Iceland-2015/HeaderImage/Iceland-Cover--.jpg);*/


}





@media only screen and (min-width: 1069px) {
    .hero-headline {
        font-size: 20px;
        line-height: 1.0625;
        font-weight: 100;
/*         letter-spacing: -0.02em; */
        padding-top: 15%;
        
        	  padding-left: 7%;
    padding-right: 7%;


    }
}






.story-paragraph {
    
        font-size: 24px;
     line-height: 2.11111; 
    font-weight: 300;
     letter-spacing: .50em; 
    
  /* padding-left: 7%;
   padding-right: 7%;*/


    
    
    

    
    z-index:1;
    text-align: left;
    /*margin-top: 100px;*/
    
    
  
}







#aboutMeSectionTwo {
    
        background-color: #f5f5f5;
    border-color: #d2d2d2;  
    border-width: 1px;
    border-style: solid;
    
}


#header-button {

background-color: #007ef8;    
 
    color: white;
    
    border:none;
    font-weight: 300;

    
    padding-top:5px;
    padding-bottom: 5px;
    padding-left: 20px;
    padding-right: 20px;
    
    border-radius: 5px;
    

    
    
}


#header-button:hover {

    background-color: #0063c4;
    color: white;
    
}



#consultation-button {


background-color: transparent;    
 


    color: #191d28;

    
    border:none;
    font-weight: 500;

    border-color: #191d28;
    border-width: 2px;
    border-style: solid;

    padding-top:10px;
    padding-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
    
    border-radius: 8px;
    
    margin:auto;
    display: block;    




    
}



#consultation-button:hover {

    background-color: #2e3443;
    color:white;
    
}



#maps-button:hover {

/*    background: -webkit-linear-gradient(#1a82f0, #1774d5); 
*/

    background-color: #d2a718;
    color: white;
    
}


#maps-button {

/*    background: -webkit-linear-gradient(#1b88fb, #1880ed); 
*/ 

background-color: #edbd1b;


    color: white;
    
    border:none;
    font-weight: 500;

    
    padding-top:12px;
    padding-bottom: 12px;
    padding-left: 15px;
    padding-right: 15px;
    
    border-radius: 8px;
    

    
    
}











#firstItemSection {
    
    background-color: white;
    border-color:#e9edf1;
    border-width: 1px;
    border-style: solid;
    
    
}


#secondItemSection {
    
    
    background-color: #f5f7f9;
    border-color: #f0f0f0;
    border-width: 1px;
    border-style: solid;

    
}


#thirdItemSection {
    
    
    background-color: #f2f2f2;
    border-color: #d2d2d2;
    border-width: 1px;
    border-style: solid;

    
}

#fourthItemSection {
    
    
    background-color: white;
    border-color: #d2d2d2;
    border-width: 1px;
    border-style: solid;

    
}



#SIMSectionOne {
        background-color: white;
    border-color: #d2d2d2;  
    border-width: 1px;
    border-style: solid;
}

#SIMSectionTwo {
        background-color: #f5f8fa;
    border-color: #d2d2d2;  
    border-width: 1px;
    border-style: solid;
    
}




#earlyBirdSectionOne {
    
    
    background-color: #f2f2f2;
    border-color: #d2d2d2;
    border-width: 1px;
    border-style: solid;

    
}


#earlyBirdSectionTwo {
    
    
    background-color: white;
    border-color: #d2d2d2;
    border-width: 1px;
    border-style: solid;

    
}



#earlyBirdSectionThree {
    
    
    background-color: #f5f5f5;
    border-color: #d2d2d2;
    border-width: 1px;
    border-style: solid;

    
}


#earlyBirdSectionThree {
    
    
    background-color: #f5f5f5;
    border-color: #d2d2d2;
    border-width: 1px;
    border-style: solid;

    
}


#earlyBirdSectionFour {
    
    
    background-color: #2b2b2b;
    border-color: black;
    border-width: 1px;
    border-style: solid;

    
}



#earlyBirdSectionFive {
    
    
    background-color: white;
    border-color: #d2d2d2;
    border-width: 1px;
    border-style: solid;

    
}


#earlyBirdSectionSix {
    
    
    background-color: #f2f2f2;
    border-color: #d2d2d2;
    border-width: 1px;
    border-style: solid;

    
}


#earlyBirdSectionSeven {

    background-color: #fafafa;
    border-color: #d2d2d2;
    border-width: 1px;
    border-style: solid;

}

#earlyBirdSectionSeventh {
    
    
    background-color: white;
    border-color: #d2d2d2;
    border-width: 1px;
    border-style: solid;

    
}



#paymentFailedSectionOne {
        
    background-color: white;
    border-color: #d2d2d2;
    border-width: 1px;
    border-style: solid;
}


#paymentFailedSectionTwo {
    
    background-color: #f5f5f5;
    border-color: #d2d2d2;
    border-width: 1px;
    border-style: solid;
}

#paymentFailedSectionThree {
    
    background-color: white;
    border-color: #d2d2d2;
    border-width: 1px;
    border-style: solid;
}



#paymentFailedSectionFour {
    
    background-color: #2b2b2b;
    border-color: black;    
    border-width: 1px;
    border-style: solid;
}

#paymentFailedSectionFive {
    
    background-color: white;
    border-color: #d2d2d2;  
    border-width: 1px;
    border-style: solid;
}


#paymentFailedSectionSix {
    
    background-color: #f2f2f2;
    border-color: #d2d2d2;  
    border-width: 1px;
    border-style: solid;
}

#philsSectionOne {
        background-color: white;
    border-color: #d2d2d2;  
    border-width: 1px;
    border-style: solid;
}


#philsSectionTwo {
        background-color: #f5f8fa;
    border-color: #d2d2d2;  
    border-width: 1px;
    border-style: solid;
    
}


#philsSectionThree {

background-color: #2b2b2b;
    border-color: black;    
    border-width: 1px;
    border-style: solid;
    
}


#stupidComputer {
    
    background-color: #f5f5f5;
    border-color: #d2d2d2;  
    border-width: 1px;
    border-style: solid;
}


#prettyPhotosSection {
    
    
    background-color: #f5f5f5;
    border-color: #d2d2d2;  
    border-width: 1px;
    border-style: solid;

    
    
}


#contraSectionOne {


    background-color: white;
    border-color: #d2d2d2;  
    border-width: 1px;
    border-style: solid;


}

#contraSectionTwo {


background-color: #2b2b2b;
    border-color: black;    
    border-width: 1px;
    border-style: solid;
}

#shipPalSectionOne {
    
        background-color: white;
    border-color: #d2d2d2;  
    border-width: 1px;
    border-style: solid;
}



#shipPalSectionTwo {
    
    background-color: #f5f5f5;
    border-color: #d2d2d2;  
    border-width: 1px;
    border-style: solid;
}

#aboutMeSectionOne {
    
        background-color: white;
    border-color: #d2d2d2;  
    border-width: 1px;
    border-style: solid;
    
}


#aboutMeSectionTwo {
    
        background-color: #f5f5f5;
    border-color: #d2d2d2;  
    border-width: 1px;
    border-style: solid;
    
}



/* // lets build our new shiny grid here */


#buyProduct {

        background-color: #f5f5f5;
    border-color: #d2d2d2;  
    border-width: 1px;
    border-style: solid;
    
    
}



#examples {
    
            background-color: white;
    border-color: #d2d2d2;  
    border-width: 1px;
    border-style: solid;
    
}





#colorSectionOne {
    
    background-color: #20232f;
    border-color: #292d3d;  
    border-width: 1px;
    border-style: solid;
}



#colorSectionTwo {
    
    background-color: #f0f0f0;
    border-color: #e5e5e5;  
    border-width: 1px;
    border-style: solid;
}



#headerMessage {
    
    
    /*background: -webkit-linear-gradient(#e6f0fa, white); */

background-color:white;

    padding-top:10px;
}


#WorkTogether {
    
    
    background-color: #222222;
    border-color: #222222;
    border-width: 1px;
    border-style: solid;

    
}


#OurExpertise {
    
    
    background-color: #f0f0f0;
    border-color: #f0f0f0;
    border-width: 1px;
    border-style: solid;

    
}


#OurClients {
    
    
    background-color: #f4f9fc;
    border-color: #f4f9fc;
    border-width: 1px;
    border-style: solid;
    margin-top: 50px;
    margin-bottom: 50px;

    
}




#HeaderCardView {
    
    
    background-color: #f0f0f0;
    border-color: white;
    border-width: 1px;
    border-style: solid;
    width: 75%;
    display: block;
    margin:auto;
}


t




#OurProcess {
    
    
    background-color: white;
    border-color: white;
    border-width: 1px;
    border-style: solid;

    
}







#Prototyping {
    
    
    background-color: #222222;
    border-color: #222222;
    border-width: 1px;
    border-style: solid;

    
}


#firstExpertise {
    width: 500px;
    height: 250px;
    background: white;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.0.75), 0 3px 15px 0 rgba(0, 0, 0, 0.10);
    margin-left:12%;
    margin-top: 6%;
    border-radius: 8px;

}


#SecondExpertise {

    width: 500px;
    height: 250px;
    background: white;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.0.75), 0 3px 15px 0 rgba(0, 0, 0, 0.10);
 

    margin-left:60%;

    
    margin-top: -470px;

    
    border-radius: 8px;    

    margin-right: 300px;


}

#ThirdExpertise {
    width: 50%;
    height: 250px;
    background: white;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.0.75), 0 3px 15px 0 rgba(0, 0, 0, 0.10);
    margin-left:12%;
    margin-top: 6%;
    border-radius: 8px;

}



#hero-subtitle {
   padding-left:3%;
    padding-right:3%;


    font-size:28px;

    color:white; opacity: 0.8; margin-top:-25px; font-weight: 500;  text-align: center;

 

}



@media only screen and (min-width:  1400px) {
.hero-subtitle  p {
 
   padding-left:3%;
    padding-right:3%;

    font-size:28px;


}

    
    


    
}



@media only screen and (min-device-width: 320px) {
.hero-subtitle  p {

 /*         padding-left: 7%;
    padding-right: 7%;
    
    font-size:18px;
*/



}

    
    


    
}



@media only screen and (min-device-width: 320px) {
    p {
          padding-left: 7%;
    padding-right: 7%;
    

    
}

    
    


    
}


@media only screen and (min-width:  1400px) {

.postImage img {

    width: 40%;
        height: 100%;


}


}



@media only screen and (min-width:  850px) {

.postImage img {

    width: 40%;

    height: 100%;

  display: block;
  margin:auto;

}


}




/*/////////////// icon size handler ///// */

@media only screen and (min-width:  1400px) {

.sectionOne-Hero img {

    width: 35%;
    height: 25%;


    margin-left:65%;
margin-top:-25%;

}


}



@media only screen and (width:  850px) {

.sectionOne-Hero img {

/*visibility: hidden;
*/


}


}









html, body {
    height: 100%;
}


.intro {
/*     background: #11111a url("../img/intro-concept.jpg") center bottom no-repeat; */

    background: #222222 url("") center bottom no-repeat;
   
    background-size: cover;
    height: 100%;
    /*padding: 0 20px;*/
    position: relative;




}





.intro-copy {

    position: relative;
    top: 70%;
    z-index: 1;
}
 



  
  

  
  

.intro-copy h1 {

    color: #f4f4f4;
    margin: 0;
    font-weight:100;
    font-size:38px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);

}

@media only screen and (min-device-width: 481px) {
    .intro-copy h1 {

        text-align: center;
  
    } 

    
    


    
}


.intro-overlay {


    background-color: #11111a;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: background-color 0.4s ease-in-out;
    transition: background-color 0.4s ease-in-out;


}



[data-loaded="true"] .intro-overlay {
    background-color: rgba(17, 17, 26, 0.8);
}










input[type=comment], select {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    margin-bottom: 50px;
    padding-bottom: 75px;4
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}



input[type=text], select {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}

input[type=submit] {
    width: 100%;
    background-color: #04adfd;
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

input[type=submit]:hover {
    background-color: #35bdfd;
}




    /*GLOBAL STYLES FOR SECTIONS*/



#header-section {

    background-color: white;
/*    border-color: #d2d2d2;  
    border-width: 1px;
    border-style: solid;
*/
}






.header-featured-item {


    min-width: 60%;

    background: white;
    margin:auto;

    margin-bottom: 100px;
    margin-top: 50px;
    border-radius: 10px;


/*    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.03);
*/


border-color: #d7d8db;
border-width: 1px;
border-style: solid;




}



.header-featured-item img {
     
-webkit-user-drag: none;

border-radius: 5px;









}




/*------------- SECOND SECTION CONTAINER ----------------*/




.second-section-container {


    min-width: 60%;

    background: white;
    margin:auto;

    margin-bottom: 100px;
    margin-top: 50px;
    border-radius: 10px;

    text-align: left;



    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.03);







}



.second-section-container img {
     
-webkit-user-drag: none;

border-radius: 5px;









}






@media only screen and (min-width:  1400px) {

.second-section-container {

    width: 35%;
    height: 100%;
    margin-bottom: 100px;


}


}


@media only screen and (min-width:  850px) {

.second-section-container {

    width: 35%;
    height: 100%;
    margin-bottom: 100px;


}


}




@media (min-width: 480px) {

.second-section-container {

max-width: 90%;
    margin-bottom: 100px;


}

}













@media only screen and (min-width:  1400px) {

.header-featured-item {

    width: 35%;
    height: 100%;
    margin-bottom: 100px;


}


}


@media only screen and (min-width:  850px) {

.header-featured-item {

    width: 35%;
    height: 100%;
    margin-bottom: 100px;


}


}




@media (min-width: 480px) {

.header-featured-item {

max-width: 90%;
    margin-bottom: 100px;


}

}


@media (min-width: 375px) {

.header-featured-item {

max-width: 90%;
    margin-bottom: 100px;


}

}




/*--------- contact card UI*/


.contact-featured-item {


    min-width: 35%;

    background: white;
    margin:auto;

    margin-bottom: 100px;
    margin-top: 50px;
    border-radius: 10px;


/*    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.03);
*/


border-color: #d7d8db;
border-width: 1px;
border-style: solid;




}



.contact-featured-item img {
     
-webkit-user-drag: none;

border-radius: 5px;









}






@media only screen and (min-width:  1400px) {

.contact-featured-item {

    width: 35%;
    height: 100%;
    margin-bottom: 100px;


}


}


@media only screen and (min-width:  850px) {

.contact-featured-item {

    width: 35%;
    height: 100%;
    margin-bottom: 100px;


}


}




@media (min-width: 480px) {

.contact-featured-item {

max-width: 90%;
    margin-bottom: 100px;


}

}




@media (min-width: 375px) {

.contact-featured-item {

max-width: 90%;
    margin-bottom: 100px;


}

}



/*CARD FOR QUESTIONS AND ANSWERS */



.container-card {


    min-width: 60%;

    background: white;
    margin:auto;

    margin-bottom: 100px;
    margin-top: 50px;
    border-radius: 10px;


/*    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.03);
*/


border-color: #d7d8db;
border-width: 1px;
border-style: solid;




}



.container-card img {
     
-webkit-user-drag: none;

border-radius: 5px;









}






@media only screen and (min-width:  1400px) {

.container-card-item {

    width: 35%;
    height: 100%;
    margin-bottom: 100px;


}


}


@media only screen and (min-width:  850px) {

.container-card {

    width: 35%;
    height: 100%;
    margin-bottom: 100px;


}


}




@media (min-width: 480px) {

.container-card {

max-width: 90%;
    margin-bottom: 100px;


}

}





@media (min-width: 375px) {

.container-card {

max-width: 90%;
    margin-bottom: 100px;


}

}








/*HERO CARD TOP*/





.hero-card {


    min-width: 35%;

    background: white;
    margin:auto;


    margin-bottom: -380px;
    margin-top: 50px;

border-color: #d7d8db;
border-width: 1px;
border-style: solid;



    border-radius: 10px;



/*    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.03);
*/






}



.hero-card img {
     
-webkit-user-drag: none;

    border-top-left-radius: 5px;
    border-top-right-radius: 5px;









}









@media only screen and (min-width:  1400px) {

.hero-card {

    width: 25%;


}


}


@media only screen and (min-width:  850px) {

.hero-card {

    width: 25%;
    height: 100%;


}


}




@media (min-width: 480px) {

.hero-card {

max-width: 90%;


}

}




@media (min-width: 375px) {

.hero-card {

max-width: 90%;
    margin-bottom: 100px;


}

}










#firstSection {




background-color: #f5f6f8;
  

border-width: 1px;
border-color: #e9eaec;
border-style: solid;
    

/*    margin-top: 50px;
*/  

      margin-bottom: 50px;

    padding-top: 100px;


}







#secondSection {


background-color:white;


    margin-bottom: 25px;
    padding-bottom: 25px;





}


#secondSection-Title {





}




@media (min-width: 1024px) {

.secondSection-Title p {
    
    margin-left: -2%;
    margin-right: 50%;

    font-size: 92pt; 
    
    
}



}


@media (min-width: 850px) {

.secondSection-Title p {
    
    margin-left: -2%;
    margin-right: 50%;
    
    /*font-size:72pt;*/
    
}



}




#thirdSection {




    background-color: #f8f9fb;

border-width: 1px;
border-color: #e9eaec;
border-style: solid;
    

/*    margin-top: 50px;
*/  

      margin-bottom: 25px;

    padding-top: 25px;


}


#fourthSection {


background-color:white;



 


}



#fifthSection {




    background-color: #f5f6f8;

border-width: 1px;
border-color: #e9eaec;
border-style: solid;
    

/*    margin-top: 50px;
*/  

      margin-bottom: 25px;

    padding-top: 25px;


}



#footersection {


    background-color: #191d28;
    margin-top: 50px;

   bottom:0;
   width: 100%;


}

#QAToolbar {

       background-color: #212936;
    margin-top: -25px;
    margin-bottom: -50px;


}


#copyright {
        background-color: #f3f4f8;
    margin-top: 50px;
    margin-bottom: 50px;

}














#header-toolbar-language {


    background-color: #191d28;

   bottom:0;
   width: 100%;
padding-bottom: 0.5%;
padding-top: 0.5%;

}




#language-button:hover {

    background-color: #3e4557;
    color: white;
    
}


#language-button {

background-color: #2e3443;    
 
    color: white;
    
    border:none;
    font-weight: 500;

    
    padding-top:3px;
    padding-bottom: 3px;
    padding-left: 15px;
    padding-right: 15px;

    border-radius: 4px;


/*margin-left:90%;    */


margin:auto;
display: block;
    
}



/*Navigation-bar*/


.cbp-af-header {


    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #f5f6f8;
    z-index: 10000;
    height: 80px;
    overflow: hidden;
    
    -webkit-transition: height 0.3s;
    -moz-transition: height 0.3s;
    transition: height 0.3s









}

.cbp-af-header .cbp-af-inner {

    width: 100%;
    max-width: 100%;

    margin: 0 auto;
    padding: 0 1.875em;
    



}

.cbp-af-header h1,
.cbp-af-header nav {


    display: inline-block;
    position: relative;





}

.cbp-af-header h1,
.cbp-af-header nav a {
    line-height: 80px;
}

.cbp-af-header h1 {

    text-transform: uppercase;
    color: #333;
    letter-spacing: 4px;
    font-size: 4em;
    margin: 0;
    float: left;


}

.cbp-af-header nav {
    float: right;
}

.cbp-af-header nav a {
    color: #2f304f;
    font-weight: 400;

    margin: 0 0 0 20px;
    
    font-size: 20px;

    




}



.cbp-af-header nav a:hover {
    color: #7e8192;
}

/* Transitions and class for reduced height */


.cbp-af-header h1,
.cbp-af-header nav a {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.cbp-af-header.cbp-af-header-shrink {
    height: 90px;
}

.cbp-af-header.cbp-af-header-shrink h1,
.cbp-af-header.cbp-af-header-shrink nav a {
    line-height: 90px;
}

.cbp-af-header.cbp-af-header-shrink h1 {
    font-size: 2em;
}

/* Example Media Queries */
@media screen and (max-width: 55em) {
    
    .cbp-af-header .cbp-af-inner {
        width: 100%;
    }

    .cbp-af-header h1,
    .cbp-af-header nav {
        display: block;

        margin: 0 auto;

        text-align: center;
        float: none;

    }

    .cbp-af-header h1,
    .cbp-af-header nav a {
        line-height: 115px;
    }

    .cbp-af-header nav a {
        margin: 0 10px;
    }

    .cbp-af-header.cbp-af-header-shrink h1,
    .cbp-af-header.cbp-af-header-shrink nav a {
        line-height: 45px;
    }

    .cbp-af-header.cbp-af-header-shrink h1 {
        font-size: 2em;
    }

    .cbp-af-header.cbp-af-header-shrink nav a {
        font-size: 1em;
    }
}

@media screen and (max-width: 32.25em) {
    .cbp-af-header nav a {
        font-size: 18px;
    }
}

@media screen and (max-width: 24em) {
    .cbp-af-header nav a,
    .cbp-af-header.cbp-af-header-shrink nav a {
        line-height: 1;
    }
}



/*//HEADER IMAGES/*/




.intro {


/*     background: #11111a url("../img/intro-concept.jpg") center bottom no-repeat; */

    background: #222222 url("http://fernandohispano.com/resources/fhs-heroimage.jpg") center no-repeat;
   
    background-size: cover;
    height: 80%;
    /*padding: 0 20px;*/
    position: relative;






}





.intro-copy {

    position: relative;
    top:80%;
    z-index: 1;


}
 



  
  

  
  

.intro-copy h1 {

    color: #ffd546;
    opacity: 0.8;

    margin: 0;
    font-weight:500;
    font-size:82px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);




}

@media only screen and (min-device-width: 481px) {
    .intro-copy h1 {

        text-align: center;
  
    } 

    
    


    
}


.intro-overlay {


    background-color: #11111a;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: background-color 0.4s ease-in-out;
    transition: background-color 0.4s ease-in-out;


}



[data-loaded="true"] .intro-overlay {
    background-color: rgba(17, 17, 26, 0.8);
}






