html, body{
	width: 100%;
	height: 100%;
	position: relative;
	margin: 0;
	padding: 0;
	font-family: Poppins, sans-serif; 
	font-weight: 300;
	color: #231f20;
	font-size: 18px;
	background: white;
}

img{border: none;} 

hr { 
    border-width: 1px;
    border-style: solid;
    color: #b7b5b5;
}

p, #mainContent ul li{
    color: #7c7879;
    font-family: Poppins, sans-serif;
    font-weight: 300;
    font-size: 26px;
    line-height: 42px;
    letter-spacing: 0.2px;
}

a{	/* default link styles */
	color: inherit;
	-webkit-transition: all .2s ease;/* this and next 4 lines provide a smoother transitions for hovers etc */
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	-ms-transition: all .2s ease;
	transition: all .2s ease;

}

a.button, .button{/* usually a site has a default button style, you'd put that here. "a.button" for links and ".button" for form elements, yes you need both */
	display: inline-block;
	background: white;
	color: black;
	font-size: 12px;
	font-weight: 300;
	padding: 9px 16px;
	font-family: Oswald, sans-serif;
	border: 1px solid black; 
	text-decoration: none; 
	text-transform: uppercase;
	cursor: pointer;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	-ms-transition: all .2s ease;
	transition: all .2s ease;
}

a.button:hover, .button:hover{ /* default button hover style */
	background: #368340;
}

#stickyHeaderContainer{
	width: 100%;
	top: 0;
	left: 0;
	position: fixed;
	background: white;
	height: 107px;
	z-index: 999999;
}

#stickyHeaderFiller{
	width: 100%;
	float: left;
	display: block;
	height: 107px;
}

#stickyHeader {
	top: 27px;
}

#stickyHeader a.logo{
	float: left; /* optional, sometimes you'll have  site where it needs to be absolutely positioned. most times it's just float left */
	width: 310px; /* this is where you set the size of the logo */
	display: block; /* makes the clickable area surround the whole image */
    margin: 53px 0px 0px 5.5%;
}

#stickyHeader a.logo img{ /* all of these styles keep the image at full width within parent container (a.logo) so that you can adjust it for mobile */
	width: 100%;  /* if you can, save logos and icons at 2-3x their size so that they look good on mobile devices */
	height: auto;
	margin: 0;
	border: none;
	display: block;
}

#topNavigation{
	float: right;
    margin: 44px 5.5% 0 0;
}

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

#topNavigation>ul>li{/* top level nav, the '>' shows it's the first child ul inside the parent div '#navigation' */
	display: block;
	float: left;
	position: relative;
	margin: 0 5px;
}

#topNavigation>ul>li>a, #topNavigation #services, #topNavigation #phone{
	color: black; /* links need color otherwise they're purple or the default link color */
	font-family: Oswald, sans-serif;
	font-size: 24px;
    font-weight: 400;
	text-decoration: none;
	display: block;
	padding: 13px 6px;
	text-transform: uppercase;
    cursor: pointer;
}

#topNavigation #phone{
    color: #d32c3c;
}

.message{
    border: solid 3px #706b6c;
    padding: 0 12px 2px 7px !important;
    margin-top: 8px;
}

.message img{
    margin-bottom: -4px;
}

#topNavigation .message{
    color: #706b6c;
}

#topNavigation #subNav{
    position: absolute;
    background-color: white;
    width: 225px;
}

#topNavigation #subNav li{
    padding: 10px 9px 9px 13px;
}

#topNavigation #subNav li a{
	text-decoration: none;
	display: block;
    cursor: pointer;
}

.responsiveMenuTitle{
	padding-top: 1px;
	position: relative;
	float: right;
	height: 30px;
	cursor: pointer;
	display: none;
}

.mobileMenuTitle, .mobileMenuTitleClose{
	font-size: 38px;
	float: right;
	padding: 23px 33px;
}

.mobileMenuTitleClose{display: none;}

/* RESPONSIVE SUB MENU STYLES: BEGIN */
.menuSlide  {
	position: absolute;
	background: #435D76;
	display: none;
}

.menuSlide a{
	margin: 0!important;
    display: block;
    color: #fff;
    font-family: Poppins, sans-serif;
    font-weight: 300;
	font-size: 24px;
    padding: 10px 20px;
    text-decoration: none;
}

.menuSlide a.subNav{
    background-color: #364c60;
    margin-left: 10px;
	font-weight: normal;
	font-size: 18px;
}
/* RESPONSIVE SUB MENU STYLES: END */

.contentContainer{
	width: 100%;
	float: left;
}

.content{
	width: 88%;
	margin: 0 auto;
	position: relative;
	padding: 30px 0;
}

#homeHeroContainer{
    background: gray;
}

.homeHeading{
    display: block;
    margin: 0;
    color: #435d76;
    font-family: Poppins, sans-serif;
    font-size: 82px;
    font-weight: 300;
    line-height: 100px;
    text-transform: uppercase;
}

.homeSubHeading{
    display: block;
    margin: 20px 0;
    color: #706b6c;
    font-family: Poppins, sans-serif;
    font-weight: 300;
    font-size: 47px;
}

.contentLink{
    color: #2ea7bf;
    font-weight: bold;
    text-decoration: none;
}

#homeMainContent{
    padding-top: 3.5%;
    padding-bottom: 4%;
	background-color: white;
    text-align: center;
}

.serviceArea{
    float: left;
    width: 20%;
    height: 600px;
    padding: 33px;
    font-family: Poppins, sans-serif;
    font-weight: 300;
}

.serviceAreaLink{
    text-decoration: none;
}

.serviceAreaHeading{
    display: block;
    padding-top: 254px;
    margin-bottom: 7px;
    color: #435d76;
    font-size: 29px;
    line-height: 43px;
    text-transform: uppercase;
}

.serviceAreaDescription{
    color: #706b6c;
    font-size: 22px;
}

#serviceArea1{
    background: url(/webart/webdevelopment.png) no-repeat center 75px;
}

#serviceArea1 :hover{
    background: #cdf6fe url(/webart/webdevelopment.png) no-repeat center 42px ;
}

#serviceArea2{
    background: url(/webart/appdevelopment.png) no-repeat center 75px;
}

#serviceArea2 :hover{
    background: #cdf6fe url(/webart/appdevelopment.png) no-repeat center 42px;
}

#serviceArea3{
    background: url(/webart/seo.png) no-repeat center 75px;
}

#serviceArea3 :hover{
    background: #cdf6fe url(/webart/seo.png) no-repeat center 42px;
}

#serviceArea4{
    background: url(/webart/digitalmarketing.png) no-repeat center 75px;
}

#serviceArea4 :hover{
    background: #cdf6fe url(/webart/digitalmarketing.png) no-repeat center 42px;
}

#homeGrayContent{
    background-color: #ececec;
    padding-top: 2%;
    padding-bottom: 40px;
}

.homeGrayContentHeading{
    margin: 0;
    font-family: Oswald, sans-serif; 
    font-size: 55px;
    line-height: 74px;
    font-weight: normal;
    text-transform: uppercase;
}

.homeGrayContentText{
    display: block;
    margin: 24px 0 32px 0;
    color: #706b6c;
    font-family: Poppins, sans-serif;
    font-size: 30px;
    line-height: 60px;
    font-weight: 300;
}

#homeGrayContentText{
    width: 33%;
    float: left;
}

.homeGrayContentLink{
    display: inline-block;
    border-bottom: 6px solid #2ea7bf;
    color: #2ea7bf;
    font-family: Oswald, sans-serif;
    font-size: 27px;
    font-weight: 400;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-decoration: none;
}

#homeGrayContent img{
    position: absolute;
    top: -155px;
    right: -115px;
}

#homeWhiteContent{
    padding-top: 3%;
    padding-bottom: 3%;
    text-align: center;
}

#homeClientsContainer{
    margin: 0 auto;
    margin-bottom: -50px;
}

#homeClientsContainer .clientLogo{
    float: left;
	text-align: center;
    width: 18%;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translate(-50%);
    -o-transform: translate(-50%);
    padding: 0 1% 0 1%;
}

#homeClientsContainer .clientLogo img{
       max-width: 100%;
       height: auto;
    }

#homeCapabilitiesContainer{
	width: 100%;
}

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

#homeCapabilitiesContainer a{
    text-decoration: none;
}

#heroContainer{
    height: 455px;
    background-size: cover;
    background-repeat: no-repeat;
    color: white;
    font-family: Poppins, sans-serif;
    font-weight: 300;
}

#heroText{
    margin-top: 6%;
}

#heroTitle{
    font-size: 84px;
    line-height: 84px;
    text-transform: uppercase;
}

#heroSubTitle{
    display: block;
    font-size: 44px;
    line-height: 56px;
}

#mainContentContainer {
    display: table;
    float: left;
    width: 100%;
}

#mainContentContainer .content{
    width: 100%;
    padding: 0;
    margin: auto 0;
}

#mainContent{
    display: table-cell;
    width: 66.67%;
    padding: 4% 7%;
}

#sidebarContent{
    display: table-cell;
    width: 33.3%;
    height: 100%;
    background-color: #eceef1;
    border-left: 2px solid #b7b5b5;
    padding: 69px 2.5%;
}

#sidebarContent p{
    margin: 0;
    color: #435d76;
    font-family: Poppins, sans-serif;
    font-weight: 300;
    font-size: 21px;
    line-height: 33px;
    letter-spacing: 0.6px;
}

#sidebarContent ul{
    padding: 0;
}

#sidebarContent ul li{
    margin: 0 0 30px 0;
    color: #435d76;
    font-family: Poppins, sans-serif;
    font-weight: 300;
    font-size: 21px;
    line-height: 26px;
    letter-spacing: 0.6px;
    list-style: none;
}

#contactFormContainer{
    width: 100%;
    border-top: 2px solid #b7b5b5;
    padding-top: 2%;
    text-align: center;
}

#homeCapabilitiesContainer .cards--page-main-2 .cards-wrapper {
    padding-left: 0px;
    padding-right: 0px;
}
.contentContainer .column:hover .cards-text {
    opacity: 1.0;
}
.contentContainer .column:hover .cards-icon {
    opacity: 1.0;
}

#homeCapabilitiesContainer ~ #contactFormContainer{
    border-top: none;
    padding-top: 0;
}

#contactForm{
    width: 800px;
    margin: 0 auto;
}

.contactFormHeading{
    margin: 0;
    font-family: Oswald, sans-serif; 
    font-size: 55px;
    line-height: 74px;
    font-weight: normal;
    text-transform: uppercase;
}

.contactFormText{
    display: block;
    margin: 24px 0 32px 0;
    color: #706b6c;
    font-family: Poppins, sans-serif;
    font-size: 30px;
    line-height: 60px;
    font-weight: 300;
}

#contactForm input, #contactForm textarea{
    width: 100%;
    border-top: none;
    border-right: none;
    border-left: none;
    border-bottom: 2px solid #b7b5b5;
    padding: 26px 0 8px 0;
    color: black;
    font-family: Poppins, sans-serif;
    font-size: 14px;
}

#contactForm input: : -webkit-input-placeholder, #contactForm textarea: : -webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: black;
}
#contactForm input: : -moz-placeholder, #contactForm textarea: : -moz-placeholder { /* Firefox 19+ */
    color: black;
}
#contactForm input: : -moz-placeholder, #contactForm textarea: : -moz-placeholder { /* Firefox 18- */
    color: black;
}

#contactForm textarea{
    padding-bottom: 56px;
}

#contactForm div.g-recaptcha {
    width: 304px; 
    margin: 0 auto;
}

#contactFormContainer .message{
    border-color: #2ea7bf;
    color: #2ea7bf;
    font-family: Oswald, sans-serif;
	font-size: 24px;
    font-weight: 400;
	text-decoration: none;
	padding: 0 12px 2px 46px !important;
	text-transform: uppercase;
    background: #fff url('/webart/paperairplane_blue.png') no-repeat 6px 7px;
}

#contactFormContainer span.error{
    display: none !important;
}

#footerContainer{
    background-color: #ececec;
	color: #706b6c;
    text-transform: uppercase;
    text-align: center;
}

#footerContainer p{
    margin: 0;
    font-family: Oswald, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0.5px;
}

#footerContainer a{
    color: #706b6c;
    text-decoration: none;
}

#footerContainer #desktopFooterInformation{
    display: block;
}

#footerContainer #mobileFooterInformation{
    display: none;
}

#footerContainer .social{
    margin: 0 8px;
    font-size: 30px;
    line-height: 60px;
}

.applicationBox{
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    top: 0;
    left: 0;
    z-index: 9999;
    overflow: hidden;
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    outline: 0;
    text-align: center;
}
.applicationWrapper{
    width: 300px;
    height: 200px;
    background: #fff;
}

.resumeButton{
    border-radius:2px;
    -moz-border-radius:2px;
    background:#222;
    color:#e1e1e1;
    cursor:pointer;
    border:none;
    padding: 0px 22px;
    text-transform:uppercase;
    font-size:25px;
    letter-spacing: 1px;
    font-weight: 500;
    display:inline-block;
    margin: 39px auto;
    text-decoration:none;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    font-family: 'Poppins', sans-serif;
}

.resumeInstructions{
    font-size: 17px;
    line-height: 24px;
    letter-spacing: 0.5px;
    font-weight: normal;
    color: #222;
    font-family: 'Quicksand', sans-serif;
}

.applicationOverlay{
    position: fixed;
    margin-left: auto;
    margin-right: auto;
    z-index: 9999;
    overflow: hidden;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .9;
    visibility: visible;
}

.applyNow {
    border: solid 3px #706b6c;
    padding: 0 12px 2px 7px !important;
    margin-top: 8px;
    color: #706b6c;
    cursor: pointer;
	font-family: Oswald, sans-serif;
    font-size: 24px;
    font-weight: 400;
    text-decoration: none;
	text-transform: uppercase;
}

.applyNow img {
    margin-bottom: -4px;
}


@media(max-width: 1780px){
    .homeGrayContentText{
        font-size: 28px;
    }

    .contactFormText{
        font-size: 28px;
    }
}

@media(max-width: 1660px){
    .homeGrayContentText{
        font-size: 26px;
    }

    .contactFormText{
        font-size: 26px;
    }
}

@media(max-width: 1560px){
    .serviceArea{
        padding:30px;
    }

    .serviceAreaHeading{
        font-size: 24px;
    }

    .serviceAreaDescription{
        font-size: 16px;
    }
    
    #homeGrayContentText{
        width: 28%;
    }

    .homeGrayContentText{
        font-size: 24px;
        line-height: 49px;
    }

    .contactFormText{
        font-size: 24px;
        line-height: 49px;
    }
}

@media(max-width: 1460px){
    #homeGrayContentText{
        width: 45%;
    }

    .homeGrayContentText{
        font-size: 20px;
    }

    #homeGrayContent img{
        top: -125px;
        width: 60%;
    }

    .contactFormText{
        font-size: 20px;
    }
}

@media(max-width: 1400px){
   .serviceArea{
        width: 44%;
        height: auto;
    }

    #serviceArea1 :hover{
        background: #cdf6fe url(/webart/webdevelopment.png) no-repeat center 45px;
    }

    #serviceArea2 :hover{
        background: #cdf6fe url(/webart/appdevelopment.png) no-repeat center 45px;
    }

    #serviceArea3 :hover{
        background: #cdf6fe url(/webart/seo.png) no-repeat center 45px;
    }

    #serviceArea4 :hover{
        background: #cdf6fe url(/webart/digitalmarketing.png) no-repeat center 45px;
    }
}

@media(max-width: 1300px){
    #homeGrayContentText{
        width: 100%;
    }

    #homeGrayContent img{
       position: relative;
       float: right;
       top: unset;
       right: unset;
       margin-top: -170px;
    }
}

@media(max-width: 1200px){
	.responsiveMenuTitle{
		display: block;
	}

	#topNavigation{
		display: none;
	}

    #stickyHeader a.logo{
        margin: 37px 0 0 35px;
    }

    .serviceArea{
        width: 70%;
        height: auto;
        padding: 0;
        float: none;
        margin: 0 auto;
    }

    .serviceAreaHeading{
        font-size: 30px;
    }

    .serviceAreaDescription{
        font-size: 20px;
    }

    #serviceArea1 :hover{
        background: #cdf6fe url(/webart/webdevelopment.png) no-repeat center 75px;
    }

    #serviceArea2 :hover{
        background: #cdf6fe url(/webart/appdevelopment.png) no-repeat center 75px;
    }

    #serviceArea3 :hover{
        background: #cdf6fe url(/webart/seo.png) no-repeat center 75px;
    }

    #serviceArea4 :hover{
        background: #cdf6fe url(/webart/digitalmarketing.png) no-repeat center 75px;
    }
    
    #homeGrayContent img{
       right: unset;
    }

    #contactForm{
        width: 90%;
    }
}

@media(max-width:1060px){
    .homeHeading{
        font-size: 65px;
        line-height: 75px;
    }

    .homeSubHeading{
        margin: 42px 0 20px 0;
        font-size: 45px;
        line-height: 56px;
    }

    #homeGrayContent img{
       right: unset;
    }

    #heroContainer{
        height: 410px;
    }

    #heroText{
        margin-top: 10%;
    }

    #heroTitle{
        font-size: 60px;
        line-height: 60px;
    }

    #heroSubTitle{
        font-size: 32px;
        line-height: 44px;
    }
}

@media(max-width:768px){
    .homeHeading{
        font-size: 50px;
        line-height: 60px;
    }

    .homeSubHeading{
        margin: 42px 0 20px 0;
        font-size: 35px;
        line-height: 36px;
    }
      
    .serviceArea{
        width: 93%;
    }

    #homeGrayContent{
        text-align: center;
    }

    #homeGrayContent img{
       display: none;
    }

    .homeGrayContentHeading{
        font-size: 45px;
    }

    .homeGrayContentText{
        line-height: 30px;
        text-align: center;
    }

    #heroContainer{
        height: 350px;
    }

    #heroText{
        margin-top: 7%;
    }

    #heroTitle{
        font-size: 50px;
        line-height: 50px;
    }

    #heroSubTitle{
        font-size: 28px;
        line-height: 32px;
    }

    #mainContent{
        text-align: center;
    }
    
    #sidebarContent{
        width: 95%;
        display: block;
        text-align: center;
        border: none;
        padding: 35px 2.5%;
    }

    h1{
        font-size: 32px !important;
        line-height: 34px;
    }

    h2{
        font-size: 26px !important;
        line-height: 32px !important;
    }

    h3{
        font-size: 30px !important;
        line-height: 32px;
    }

    h4{
        font-size: 18px !important;
        line-height: 18px !important
    }

    p{
        font-size: 18px !important;
        line-height: 28px !important;
    }

    #mainContent ul {
        padding: 0;
    }
    
    #mainContent ul li{
        font-size: 18px !important;
        list-style-type: none;
    }

    #sidebarContent ul li{
        font-size: 18px !important;
        line-height: 23px !important;
        margin: 0 0 20px 0;
    }

    .contactFormHeading{
        font-size: 45px;
    }

    .contactFormText{
        line-height: 30px;
        text-align: center;
    }

    #footerContainer #desktopFooterInformation{
        display: none;
    }

    #footerContainer #mobileFooterInformation{
        display: block;
    }
}

@media(max-width:575px){  
    .homeHeading{
        font-size: 40px;
        line-height: 50px;
    }

    .homeSubHeading{
        margin: 42px 0 0 0;
        font-size: 30px;
        line-height: 36px;
    }

    #homeClientsContainer .content{
        padding: 0 0 30px 0;
    }

    #homeClientsContainer .clientLogo{
        width: 100%;
        top: unset;
        -webkit-transform: unset;
        -ms-transform: unset;
        -moz-transform: unset;
        -o-transform: unset;
        padding-bottom: 50px;
    }

    #homeClientsContainer .clientLogo img{
        width: 50%;
    }   
    
    #heroContainer{
        height: 300px;
    }

    #heroText{
        margin-top: 7%;
    }

    #heroTitle{
        font-size: 40px;
        line-height: 40px;
    }

    #heroSubTitle{
        font-size: 24px;
        line-height: 28px;
    }

    .contactFormHeading{
        font-size: 45px;
        line-height: 50px;
    }

    .contactFormText{
        line-height: 30px;
        text-align: center;
    }
}

@media(max-width:475px){
    #stickyHeader a.logo {
        width: 218px;
        margin: 37px 0 0 18px;
    }

    .mobileMenuTitle, .mobileMenuTitleClose {
        font-size: 28px;
        padding: 29px 18px 0 0;
    }

    .homeHeading{
        font-size: 35px;
        line-height: 50px;
    }
      
    #heroContainer{
        height: auto;
    }

    #heroText{
        margin-top: 7%;
    }

    #heroTitle{
        font-size: 35px;
        line-height: 35px;
    }

    #heroSubTitle{
        font-size: 22px;
        line-height: 26px;
    }

    h1{
        font-size: 36px;
    }
}

@media(max-width:400px) {
    .menuSlide a{
        font-size: 20px;
        padding: 8px 20px;
    }

    .menuSlide a.subNav{
        font-size: 16px;
    }

    #heroText {
        margin-top: 4%;
    }
}


