@charset "UTF-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Oswald|Slabo+27px');

/* reset browser styles */
* { box-sizing: border-box; }
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, 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, article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1.2;
	height: 100%;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
} 
ol { 
	padding-left: 1.4em;
	list-style: decimal;
}
ul {
	padding-left: 1.4em;
	list-style: square;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
/* end reset browser styles */

.clear:after {
  content: " ";
  display: table;
  clear: both;
}
.clear {
	zoom: 1;	
}

*,
*:before,
*:after {
  	box-sizing: border-box;
}
/* Fluid images */
img { max-width: 100%; }

html {
  	height: 100%;
  	box-sizing: border-box;
  	margin: 0;
  	padding: 0;
}
body {
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	background-color: rgb(252, 255, 244);
    background-image: linear-gradient(to right, rgb(231, 227, 218), rgb(252, 255, 244));
	height: 100%;
	margin: 0;
    padding: 0;
}
.page-wrapper {
  	min-height: 100%;
  	position: relative;
  	/* Height of the footer element */
  	padding-bottom: 200px;
}
/**
 * Header Styles
 */
header {
	background-color: rgb(0, 169, 148);
    background-image: linear-gradient(to right, rgb(0, 169, 148) 0%, rgb(0, 110, 185) 50%, rgb(0, 174, 78) 100%); 
}
header h1 {
	font-size: 3em;	
	color: white;
	font-weight: bold;
	padding-top: 30px;
	clear: both;
	padding-left: 10px;
}
#logo-container {
	margin:auto;
	width:100%;
	height:30px;
	overflow:hidden;
}
.logo-img{
    margin: 5px 0px 5px 0px;
	max-width: 100%;
	position:absolute;
	top:0;
}

/**
 * Navigation Styles
 */
.nav-container {
	float: right;
	overflow: hidden;
	position:fixed;
	top: 0;
	right: 0;
	z-index: 10;
}
.nav-main-menu {
  	overflow: hidden;
}
.nav-main-menu a {
  	float: left;
  	display: block;
  	color: #000;
  	text-align: center;
  	padding: 14px 16px;
  	text-decoration: none;
  	font-size: 17px;
}
.nav-main-menu a:hover {
  	color: #e22629;
}
.active {
  	background-color: #4CAF50;
  	color: white;
}
.nav-main-menu .icon {
  	display: none;
}
.nav-main-menu .icon-btn {
	display: none;
}
.nav-main-menu a:hover.icon-btn {
	color:#60C;
}
.main {
	padding-top: 50px;
}
.main h2 {
	font-size: 2em;
	margin-top: 10px;	
}
.main h3 {
	font-size: 1.5em;
	margin-top: 20px;
	color: rgb(77, 77, 77);	
}
.main p {
	margin-bottom: 15px;	
}
.about .main p, .services .main p, .support .main p, .contact .main p {
	color: rgb(0,0,0);
}
.about .main, .services .main, .support .main, .contact .main {
	padding: 30px 30px 10px 30px;
}
.about .main .tagline {
	margin-top: 25px;
	margin-bottom: 50px;
	font-style: italic;
	color: rgb(153, 153, 102);
}
.about h3, .services h3, .support h3, .contact h3 {
	margin-bottom: 25px;
}
.content-intro {
	background-color: rgb(153, 153, 102);
    background-image: linear-gradient(to right, rgb(61, 61, 61) 0%, rgb(153, 153, 102) 50%, rgb(245, 168, 27) 75%, rgb(252, 255, 244) 100%);
	width: 100%;
	padding: 50px;
}
.content-intro h2 {
	font-family: 'Oswald', sans-serif;
	font-size: 2em;
	margin-top: 10px;
	color: rgb(255,255,255);	
	text-shadow: 2px 4px 3px rgba(0,0,0,0.3);
}
.content-intro h3 {
	font-size: 1.5em;
	margin-top: 20px;
	color: rgb(255,255,255);
}
.content-intro-btn {
	text-align: center;
	margin: 10px 0 0 0;
}

/**
 * Services Styles
 */
.service {
	background-repeat: no-repeat;
	background-position:100% 100%;
	background-size:contain;
	margin: 0 auto;
	width: 50%;	
}
.service-box {
	background-color: rgba(227, 205, 68, 1.0);
  	background: linear-gradient(to right, rgba(227, 205, 68, 0.2), rgba(136, 168, 13, 0.3), rgba(153, 153, 102, 0.3), rgba(227, 205, 68, 0.8), rgba(245, 168, 27, 0.2));
	box-shadow: 2px 2px 4px rgba(0,0,0,.5);
	margin: 50px 0 50px 0;
	overflow:hidden;
	clear: both;
	border-radius: 15px;
}
.service-text {
	text-align: center;
	padding: 15px 30px 20px 20px;
}

/**
 * Portfolio Styles
 */
.project {
	background-repeat: no-repeat;
	background-position:100% 100%;
	background-size:contain;
	margin: 0 auto;
	width: 75%;	
}
.main .project h3, p {
	color: rgb(255,255,255);
}
.main .project p {
	color: #FFF;
}
.main .project li {
	color: rgba(0,0,0, 0.75);
}
.main .project h3 {
	color: #FFF;
	font-weight: bold;
	text-shadow: 2px 4px 3px rgba(0,0,0,0.3);
}
.home .project {
	background-image: url(../images/PetPick_bg.png);
	background-size: cover;
}
.portfolio .project1 {
	background-image: url(../images/PetPick_bg.png);
	background-size: cover;
}
.portfolio .project2 {
	background-image: url(../images/StratoStep_bg.png);
	background-size: cover;
}
.portfolio .project3 {
	background-image: url(../images/OceanGrab_bg.png);
	background-size: cover;
}
.portfolio .project4 {
	background-image: url(../images/italian-cuisine-bottom.jpg);
	background-size: cover;
	overflow: visible;
}
.project-box {
	background-color: rgba(227, 205, 68, 0.5);
	background: linear-gradient(to right, rgba(227, 205, 68, 0.90), rgba(136, 168, 13, 0.90));
	box-shadow: 2px 2px 4px rgba(0,0,0,.5);
	margin: 50px 0 50px 0;
	overflow:hidden;
	clear: both;
}
.portfolio .project-box2 {
	background-color: rgba(153, 153, 102, 0.90);
	background: linear-gradient(to left, rgba(61, 61, 61, 0.90) 0%, rgba(153, 153, 102, 0.90) 50%, rgba(245, 168, 27, 0.90) 75%, rgba(252, 255, 244, 0.90) 100%);
}
.project-images {
	float: left;
	width: 40%;
	overflow: hidden;
}
.project-text {
	text-align: center;
	float: right;
	width: 60%;
	padding: 80px 20px 20px 0;
}
.project-text h3 {
	margin-bottom: 20px;
}
.project-text p {
	margin-bottom: 20px;
}
#project-buttons {
	margin: 0 auto;
	text-align: center;
}
.portfolio-single ul {
	text-align: left;
}
.center-text {
	text-align: center;
}
.feature-text {
	text-shadow: 2px 4px 3px rgba(0,0,0,0.3);
}
.img-small {
 	max-width: 40%;
	padding-top: 50px;
}
.img-medium {
 	max-width: 45%;
}
.img-large {
	max-width: 50%;
}
.img-large-tablet-solo {
	max-width: 100%;
	margin-top: 20px;
	margin-bottom: 20px;
}
.img-left {
	float: left;
}
.img-right {
	float: right;
}
.img-middle {
	padding-top: 50px;
}
.img-bottom {
	margin-right: 20px;
}
.img-left-margin {
	margin-left: 20px;
}
.img-top-margin {
	margin-top: 20px;
}
.img-right-margin {
	margin-right: 20px;
}
.img-bottom-margin {
	margin-bottom: 20px;
}
.img-padding {
	padding-top: 20px;
	padding-left: 20px;
}
.home .home-link,
.about .about-link,
.services .services-link,
.portfolio .portfolio-link,
.support .support-link,
.contact .contact-link {
    color: rgb(245, 167, 50);
}
.app-store-badge {
	width: 75%;
	margin: 0 auto;
}
a.text-link {
	color: #138399;
}
a:hover.text-link {
	color: #e22629;
}
.terms, .privacy-policy {
	padding: 20px;
}
.terms p, .privacy-policy p {
	color: #333;
}
.terms a, .privacy-policy a {
	color: #138399;
	font-weight: medium;
}
.terms a:hover, .privacy-policy a:hover {
	color: #e22629;
}

/**
 * Support Styles
 */
.support-icon {
	margin: 20px 0px 50px 0;
	width: 100px;
}
#support-single-icon-container {
	margin-top: 0;
	float: left;
}
.support-single-icon {
	margin: 0px 20px 0 0;
	max-width: 100px;
	height: auto;
}
.support-single-text {
	width: 90%;
}
.faq-main {
	margin: 10px 0px 10px 0px;
	padding: 20px 10px 10px 10px; 
	width: 100%;
}
.faq-main ul, .faq ol, .services ul {
	margin-bottom: 15px;
}
.faq-main li, .services li {
	color: rgb(0,0,0);
}
.faq-main li a {
	color: rgba(71, 191, 185, 1.0);
}
.faq-main h2 {
	font-size: 1.5em;
	margin-top: 10px;	
	margin-bottom: 20px;
}
.faq-main h3 {
	font-size: 1.2em;
	margin-bottom: 10px;
}
.faq {
	border-radius: 10px;
	background-color:  rgba(0,0,0,.05);
	padding: 10px;
	margin-bottom: 10px;
}
.faq h3 {
	background: url(../images/open.png) no-repeat 0 11px;
	padding: 10px 0 0 25px;
	cursor: pointer;
}
.faq h3.close {
	background-image: url(../images/close.png);
}
.faq .answer {
	margin-left: 25px;	
}
.support {
	margin-bottom: 60px;
}
.support-ticket {
	margin: 20px 0px 30px 0px;
	width: 100%;
	display: inline-block;
}
.support-ticket a {
	color: #138399;
}
.support-ticket a:hover {
	color: #e22629;
}

/**
 * Footer Styles
 */
footer {
	padding: 10px 10px 10px 10px;
	margin-top: 15px;	
	color: rgb(204, 204, 204);
	background-color: rgb(0, 169, 148);
    background-image: linear-gradient(to right, rgb(61,61,61), rgb(153, 153, 102)); 
	overflow: hidden;
	position: absolute;
  	right: 0;
  	bottom: 0;
  	left: 0;
}
footer a {
	color: rgba(71, 191, 185, 0.5);
	font-size: 0.8em;
}
footer a:hover {
	color: #e22629;
}
footer .footer-logo img {
	display: block;
	margin: 0 auto;
}
footer .copyright {
	float: left;
	width: 50%;
	text-align: right;
}
footer .privacy-terms {
	float: right;
	width: 50%;
	text-align: left;
	padding-left: 10px;
}
a.button {
	background-color: rgba(0,0,0,0.08);
	display: inline-block;
	border-radius: 10px;
  	border: solid 1px rgb(255,255,255);
	color: rgb(255,255,255);
 	text-decoration: none;
	padding: 10px 20px;
    box-shadow: inset 0px 1px 0px rgba(255,255,255,0.7);
	text-shadow:
		0px -1px 1px rgba(000,000,000,0.2),
		0px 1px 0px rgba(255,255,255,0.3);
}
a:hover.button {
	background: rgb(0, 169, 148);
  	background: linear-gradient(to bottom, rgba(71, 191, 185, 0.8) 0%, rgba(0, 110, 185, 0.8) 100%);
}
nav ul, header h1, footer p {
    max-width: 1200px;
    margin: 0 auto; 
}
img {
    max-width: 100%;
}

/**
 * Form Styles
 */
#contact-intro {
	padding-bottom: 20px;
}
.contact-form {
	display: inline-block;
	width: 100%;
}
/* Style inputs, select elements and textareas */
input[type=text], input[type=email], select, textarea{
  	width: 100%;
  	padding: 12px;
  	border: 1px solid #ccc;
  	border-radius: 4px;
  	box-sizing: border-box;
  	resize: vertical;
}
input[type="checkbox"] {
   	display: inline-block;
   	margin-bottom: 12px;
}
/* Style the label to display next to the inputs */
.contact-form .label {
  	padding: 0px 12px 6px 0;
  	display: inline-block;
  	color: rgba(51,51,51,0.75);
}
/* Style the container */
.form-container {
  	padding: 20px;
	background-color: rgba(227, 205, 68, 1.0);
  	background: linear-gradient(to right, rgba(227, 205, 68, 0.2), rgba(136, 168, 13, 0.3), rgba(153, 153, 102, 0.3), rgba(227, 205, 68, 0.8), rgba(245, 168, 27, 0.2));
  	box-shadow: 2px 2px 4px rgba(0,0,0,.5);
	border-radius: 5px;
 	width: 75%;
  	margin: 20px auto;
}
/* Floating column for labels: 25% width */
.col-25 {
  	float: left;
  	width: 10%;
  	margin-top: 6px;
  	text-align: right;
  	/*background-color: #C9C;*/
}
/* Floating column for inputs: 75% width */
.col-75 {
  	float: left;
  	width: 90%;
  	margin-top: 6px;
}
/* Floating column for inputs: 100% width */
.col-100 {
  	margin-top: 6px;
  	text-align: center;
}
/* Clear floats after the columns */
.form-group:after {
  	content: "";
  	display: table;
  	clear: both;
}
/* Style the submit button */
.btn-default {
    background: rgb(0, 169, 148);
  	background: linear-gradient(to bottom, rgba(71, 191, 185, 0.8) 0%, rgba(0, 110, 185, 0.8) 100%); 
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
	font-size: 1em;
	margin-top: 20px;
	margin-bottom: 20px;
}
.btn-default:hover {
    background-color: rgb(69, 160, 73);
}
form#contact-form label.error {
  	font-size: 0.8em;
  	color: #F00;
  	font-weight: normal;
  	display: block;
}
.contact-form .indent label.error {
  	/*margin-left: 0;*/
}
.contact-form input.error, select.error, textarea.error {
	/*background: #FFA9B8;*/
  	/*border: 1px red solid;*/
}
.error {
	font-size: 0.8em;
  	color: #F00;
  	/*font-weight: normal;*/
  	display: block;
}

@media screen and (max-width: 900px) {
.nav-main-menu a:not(:first-child) {display: none;}
.nav-main-menu a.icon {
	float: right;
    display: block;
}
.nav-main-menu a.icon-btn {
    float: right;
    display: block;
}
}

@media screen and (max-width: 900px) {
.nav-main-menu.serv {position: relative;}
.nav-main-menu.serv .icon {
    position: absolute;
    right: 0;
    top: 0;
}
.nav-main-menu.serv a {
    float: none;
    display: block;
    text-align: left;
	padding: 14px 10px 14px 10px;
}
.nav-main-menu a {
	padding: 14px 6px 14px 10px;
}
.nav-main-menu .icon-btn {
    position: absolute;
    right: 0;
    top: 0;
	z-index: 10px;
}
 
}

@media (min-width: 481px) and (max-width:768px) {
.project-images {
	float: none;
	width: auto;
	margin-right: 20px;
}
.project-text {
	float: none;
	width: auto;
	padding-top: 0;
}
.project-box {
	padding-left: 20px;
}
.service {
	width: 100%;
}
footer .copyright {
	float: none;
	width: auto;
	text-align: center;
}
footer .privacy-terms {
	float: none;
	width: auto;
	text-align: center;
}

  
}

@media (max-width:480px) {
header h1 {
	font-size: 1.5em;
}
.project-images {
	float: none;
	width: auto;
	margin-right: 20px;
}
.project-text {
	float: none;
	width: auto;
	padding-top: 0;
}
.project-box {
	padding-left: 20px;
}
.service {
	width: 100%;
}
footer .copyright {
	float: none;
	width: auto;
	text-align: center;
}
footer .privacy-terms {
	float: none;
	width: auto;
	text-align: center;
}

}

@media screen and (max-width: 600px) {
.form-container {
 	width: 100%;
}
.col-25, .col-75, input[type=submit] {
	width: 100%;
    margin-top: 0;
}
.col-25 {
	text-align: left;
}
#support-single-icon-container {
	width: 20%;
	float: none;
}
.support-single-text {
	float: left;
}


}


