/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, 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 {
  background: transparent;
  border: 0;
  margin: 0;
  padding: 0;
  vertical-align: baseline; }


@font-face {
    font-family: 'amertyperegular';
    src: url('../fonts/amertype-webfont.eot');
    src: url('../fonts/amertype-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/amertype-webfont.woff2') format('woff2'),
         url('../fonts/amertype-webfont.woff') format('woff'),
         url('../fonts/amertype-webfont.ttf') format('truetype'),
         url('../fonts/amertype-webfont.svg#amertyperegular') format('svg');
    font-weight: normal;
    font-style: normal;

}
body {
font-size: 1.5em; /* currently ems cause chrome bug misinterpreting rems on body element */
font-family: 'amertyperegular';
 }

h1, h2, h3, h4, h5, h6 {
  clear: both;
  font-weight: normal; }

ol, ul {
  list-style: none; }

blockquote {
  quotes: none; }

blockquote:before, blockquote:after {
  content: '';
  content: none; }

del {
  text-decoration: line-through; }

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0; }

a img {
  border: none; }

/* =Global
-------------------------------------------------------------- */
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .cf:before,
.cf:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.cf:after {
    clear: both;
}
img {max-width:100%;}

/*general styles*/
header {
width:100%;
background-position: top center;
background-repeat: no-repeat;
background-size: cover;
background-color: #464646;
height:348px;/*max 348*/
text-align:center;/*required to centre the card*/
}

.home {
	background-image: url(../images/organized-t.jpg);
}
.about {
	background-image: url(../images/about-t.jpg);
	background-position: bottom center;
}
.services {
	background-image: url(../images/services-t.jpg);
	background-position: bottom center;
}
.gallery {
	background-image: url(../images/gallery-t.jpg);
	background-position: bottom center;
}
.contact {
	background-image: url(../images/contact-t.jpg);
}
.products {
	background-image: url(../images/products-t.jpg);
}
.testimonials {
	background-image: url(../images/testimonials-t.jpg);
	background-position: bottom center;
}
.jobs {
	background-image: url(../images/fiat-500-housekeeper-t.jpg);
}
.franchise {
	background-image: url(../images/franchise-t.jpg);
background-position: top center;
}
header h1 {
  margin: 0;
  font-size: 1.3rem;
  text-align:center;
  line-height:1.1;
  color:#FFFFF0;
}
header h1:first-of-type {
  font-size:1rem;
  }
  
  
header h1:first-of-type:before,
header h1:first-of-type:after {
    background-color: #FFFFF0;
    content: "";
    display: inline-block;
    height: 1px;
    position: relative;
    vertical-align: middle;
    width: 20px;
}
header h1:first-of-type:before {
    right: 0.5em;
    margin-left: -50%;
}
header h1:first-of-type:after {
    left: 0.5em;
    margin-right: -50%;
}


.businesscard {
   display:inline-block;
      margin:1rem auto 0;
   padding:1.5rem;
   /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#333333+0,222222+100 */
background: #444444; /* Old browsers */
background: -moz-radial-gradient(center, ellipse cover,  #444444 0%, #333333 100%); /* FF3.6-15 */
background: -webkit-radial-gradient(center, ellipse cover,  #444444 0%,#333333 100%); /* Chrome10-25,Safari5.1-6 */
background: radial-gradient(ellipse at center,  #444444 0%,#333333 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#444444', endColorstr='#222222',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    border-radius: 3px;
    -webkit-box-shadow: 0px 1px 10px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 1px 10px rgba(0,0,0,0.5);
    box-shadow: 0px 1px 10px rgba(0,0,0,0.5);
}
.logo {
	padding:1rem 25% 0;
	margin:0 auto;
}
blockquote {
  background: #f5f5f5;
  font-size: 1em;
  border-left: .7em solid #ccc;
  margin: 1em .5em 1em 0;
  padding: .1em 1em;
  line-height: 1.2em;
  quotes: "\201C""\201D";
}
blockquote p {
	font-size:1.2em;
}
blockquote:before {
  color: #808080;
  content: open-quote;
  font-size: 6em;
  line-height: 0;
  vertical-align: -.41em;
  padding: 0 .1em 0 .1em;
  }

blockquote:after {
  color: #808080;
  content: close-quote;
  font-size: 6em;
  line-height: 0.3em;
  margin-right: 0.25em;
  vertical-align: -0.57em;
  padding: 0 0 0 .1em
}

blockquote:first-child {
  display: absolute;
  padding-top: 1.3em;
}

blockquote:last-child {
  display: absolute;
 }
footer {
	background-image : url("../images/bg.png");
	padding:1rem 0;
	color:#FDFDFD;
	text-align:center;
	font-size:.8rem;
	margin-top:1rem;
}
footer a, footer a:visited {
	text-decoration:none;
}
.social {margin-top:2em;}
.social img {
	margin:0.5rem;
	opacity:0.8;
	transition: opacity .25s ease-in-out;
   -moz-transition: opacity .25s ease-in-out;
   -webkit-transition: opacity .25s ease-in-out;}
.social img:hover {opacity:1.0;}
/*events sprite handling*/
h3.fishy:before, h3.walky:before, h3.swim:before, h3.run:before, h3.music:before, h3.motorsport:before, h3.motorhome:before, h3.relay:before, h3.flower:before, h3.bike:before, h3.arts:before, h3.archery:before, h3.bi:before, h3.tri:before, h3.yoga:before{
content:"";
display: block;
float: left;
width: 64px;
height: 64px;
margin-right:10px;
background: url("../icons/sprite-events.svg") 0 0 no-repeat;
}

h3.fishy:before {background-position: -0px 0;}
h3.walky:before {background-position: -64px 0;}
h3.swim:before {background-position: -128px 0;}
h3.run:before {background-position: -192px 0;}






/* =Nav

-------------------------------------------------------------- */
.active {
	background-color: rgba(0,0,0,.9);
}
#nav-trigger {
  display: none;
  text-align: center;
  width:100%;
  z-index: 9999;
   }
  #nav-trigger span {
    display: inline-block;
    padding: 20px 30px;
    background-color:#333333;
    color: white;
    cursor: pointer;
    text-transform: uppercase;
	font-size:20px;
	width:100%; }
    
    #nav-trigger span:hover {
      background-color: #333333; }


nav#nav-main {
  background-color: rgba(0,0,0,0.8);
margin-bottom:2rem;
  width:100%;

  z-index:9999;
 }

  nav#nav-main ul {
    list-style-type: none;
    text-align: center; }
  nav#nav-main li {
    display: inline-block;

}

  nav#nav-main a {
    display: block;
    color: white;
    padding: 23px 20px;
	text-decoration:none;
	font-size:14px;
}
    nav#nav-main a:hover {
      background-color: rgba(0,0,0,0.5);
      color: #fff; }

nav#nav-mobile {
  top:60px;
  display: none;
  width:100%;
  z-index: 9999; }
  nav#nav-mobile ul {
    display: none;
    list-style-type: none;
    position: relative;
    text-align: center;
    background-color: rgba(0,0,0,0.9); }
  nav#nav-mobile li {
    display: block;
    border-bottom: solid 1px #333; }
    nav#nav-mobile li:last-child {
      border-bottom: none; }
  nav#nav-mobile a {
    display: block;
    color: white;
	font-size:16px;
    padding: 20px 30px;
	text-decoration:none; }
    nav#nav-mobile a:hover {
       background-color: #33C3F0;
      color: #fff; }






/* =Media Queries



-------------------------------------------------------------- */
/* media query 480-767px */
@media all and (min-width: 480px) {
 
  header {
	height:350px;/*max 500 height*/
}
.home {
	background-image: url(../images/organized-s.jpg);
}
 .about {
	background-image: url(../images/about-s.jpg);
}
.services {
	background-image: url(../images/services-s.jpg);
}
.gallery {
	background-image: url(../images/gallery-s.jpg);
}
.contact {
	background-image: url(../images/contact-s.jpg);
}
.products {
	background-image: url(../images/products-s.jpg);
}
.testimonials {
	background-image: url(../images/testimonials-s.jpg);
}
.jobs {
	background-image: url(../images/fiat-500-housekeeper-s.jpg);
}
.franchise {
	background-image: url(../images/franchise-s.jpg);
}
}
/* media query 768-1023px */
@media all and (min-width: 768px) {

 
header {
	height:450px;/*max 700 height*/
}
.home {
		background-image: url(../images/organized-m.jpg);
}
.about {
	background-image: url(../images/about-m.jpg);
}
.services {
	background-image: url(../images/services-m.jpg);
}
.gallery {
	background-image: url(../images/gallery-m.jpg);
}
.contact {
	background-image: url(../images/contact-m.jpg);
}
.products {
	background-image: url(../images/products-m.jpg);
}
.testimonials {
	background-image: url(../images/testimonials-m.jpg);
}
.jobs {
	background-image: url(../images/fiat-500-housekeeper-m.jpg);
}
.franchise {
	background-image: url(../images/franchise-m.jpg);
}
header h1 {
font-size: 2.2rem;
}
header h1:first-of-type {
font-size:1.8rem;
}
.businesscard{
	padding:4rem;
}
header h1:first-of-type:before,
header h1:first-of-type:after {
    width: 40px;
}
article {max-height:120px;}
}
@media all and (max-width: 968px) {
  #nav-trigger {
    display: block; }

  nav#nav-main {
    display: none; }

  nav#nav-mobile {
    display: block; } }



/* media query 1024-1679px */
@media all and (min-width: 1024px) {
 
header {
	height:600px;/*max 1100*/
}
.home {
	background-image: url(../images/organized-l.jpg);
}
.about {
	background-image: url(../images/about-l.jpg);
}
.services {
	background-image: url(../images/services-l.jpg);
}
.gallery {
	background-image: url(../images/gallery-l.jpg);
}
.contact {
	background-image: url(../images/contact-l.jpg);
}
.products {
	background-image: url(../images/products-l.jpg);
}
.testimonials {
	background-image: url(../images/testimonials-l.jpg);
}
.jobs {
	background-image: url(../images/fiat-500-housekeeper-l.jpg);
}
.franchise {
	background-image: url(../images/franchise-l.jpg);
}
header h1 {
font-size: 3rem;
}
header h1:first-of-type {
font-size:2.8rem;
margin-bottom:1rem;
}

}

/* media query 1680 and bigger */
@media all and (min-width: 1680px) {
header{
	height:700px;/*max 1300*/
}
.home {
	background-image: url(../images/organized-xl.jpg);
}
.about {
	background-image: url(../images/about-xl.jpg);
}
.services {
	background-image: url(../images/services-xl.jpg);
}
.gallery {
	background-image: url(../images/gallery-xl.jpg);
}
.contact {
	background-image: url(../images/contact-xl.jpg);
}
.products {
	background-image: url(../images/products-xl.jpg);
}
.testimonials {
	background-image: url(../images/testimonials-xl.jpg);
}
.jobs {
	background-image: url(../images/fiat-500-housekeeper-xl.jpg);
}
.franchise {
	background-image: url(../images/franchise-xl.jpg);
}
}
/*skeleton css*/
/* Typography
–––––––––––––––––––––––––––––––––––––––––––––––––– */
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 2rem;
  font-weight: 300;
  color:#222;
  text-shadow: 0px 1px 2px rgba(150, 150, 150, 1); }
h1 { font-size: 3.0rem; line-height: 1.1;}
h2 { font-size: 2.6rem; line-height: 1.1;}
h3 { font-size: 1.2rem; line-height: 1.3;}
h4 { font-size: 2.4rem; line-height: 1.35; }
h5 { font-size: 1.8rem; line-height: 1.5; }
h6 { font-size: 1.5rem; line-height: 1.6; }
p { font-size:1.3rem; line-height:1.3; 
margin: 0 0 1rem 0;
text-align:justify; }
/* Larger than phablet */
@media (min-width: 550px) {
  h1 { font-size: 3.6rem; }
  h2 { font-size: 3.2rem; }
  h3 { font-size: 1.5rem; }
  h4 { font-size: 1.8.0rem; }
  h5 { font-size: 1.4rem; }
  h6 { font-size: 1.2rem; }
  p {font-size:1.2rem;}
}




/* Links
–––––––––––––––––––––––––––––––––––––––––––––––––– */
a {
  color: #1EAEDB; }
a:hover {
  color: #0FA0CE; }

/* Grid
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.container {
  position: relative;
  width: 100%;
  max-width: 960px;
  margin: 2rem auto 0;
  padding: 0 20px;
  box-sizing: border-box; }
.column,
.columns {
  width: 100%;
  float: left;
  box-sizing: border-box; }

/* For devices larger than 400px */
@media (min-width: 400px) {
  .container {
    width: 85%;
    padding: 0; }
}

/* For devices larger than 550px */
@media (min-width: 550px) {
  .column,
  .columns {
    margin-left: 4%; }
  .column:first-child,
  .columns:first-child {
    margin-left: 0; }
.column, .columns {background:#FFF;}
  .one.column,
  .one.columns                    { width: 4.66666666667%; }
  .two.columns                    { width: 13.3333333333%; }
  .three.columns                  { width: 22%;            }
  .four.columns                   { width: 30.6666666667%; }
  .five.columns                   { width: 39.3333333333%; }
  .six.columns                    { width: 48%;            }
  .seven.columns                  { width: 56.6666666667%; }
  .eight.columns                  { width: 65.3333333333%; }
  .nine.columns                   { width: 74.0%;          }
  .ten.columns                    { width: 82.6666666667%; }
  .eleven.columns                 { width: 91.3333333333%; }
  .twelve.columns                 { width: 100%; margin-left: 0; }

  .one-third.column               { width: 30.6666666667%; }
  .two-thirds.column              { width: 65.3333333333%; }

  .one-half.column                { width: 48%; }

  /* Offsets */
  .offset-by-one.column,
  .offset-by-one.columns          { margin-left: 8.66666666667%; }
  .offset-by-two.column,
  .offset-by-two.columns          { margin-left: 17.3333333333%; }
  .offset-by-three.column,
  .offset-by-three.columns        { margin-left: 26%;            }
  .offset-by-four.column,
  .offset-by-four.columns         { margin-left: 34.6666666667%; }
  .offset-by-five.column,
  .offset-by-five.columns         { margin-left: 43.3333333333%; }
  .offset-by-six.column,
  .offset-by-six.columns          { margin-left: 52%;            }
  .offset-by-seven.column,
  .offset-by-seven.columns        { margin-left: 60.6666666667%; }
  .offset-by-eight.column,
  .offset-by-eight.columns        { margin-left: 69.3333333333%; }
  .offset-by-nine.column,
  .offset-by-nine.columns         { margin-left: 78.0%;          }
  .offset-by-ten.column,
  .offset-by-ten.columns          { margin-left: 86.6666666667%; }
  .offset-by-eleven.column,
  .offset-by-eleven.columns       { margin-left: 95.3333333333%; }

  .offset-by-one-third.column,
  .offset-by-one-third.columns    { margin-left: 34.6666666667%; }
  .offset-by-two-thirds.column,
  .offset-by-two-thirds.columns   { margin-left: 69.3333333333%; }

  .offset-by-one-half.column,
  .offset-by-one-half.columns     { margin-left: 52%; }

}


/* Buttons
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  display: inline-block;
  height: 38px;
  padding: 0 30px;
  color: #555;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  line-height: 38px;
  letter-spacing: .1rem;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border-radius: 4px;
  border: 1px solid #bbb;
  cursor: pointer;
  box-sizing: border-box; }
.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
.button:focus,
button:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
input[type="button"]:focus {
  color: #333;
  border-color: #888;
  outline: 0; }
.button.button-primary,
button.button-primary,
input[type="submit"].button-primary,
input[type="reset"].button-primary,
input[type="button"].button-primary {
  color: #FFF;
  background-color: #33C3F0;
  border-color: #33C3F0; }
.button.button-primary:hover,
button.button-primary:hover,
input[type="submit"].button-primary:hover,
input[type="reset"].button-primary:hover,
input[type="button"].button-primary:hover,
.button.button-primary:focus,
button.button-primary:focus,
input[type="submit"].button-primary:focus,
input[type="reset"].button-primary:focus,
input[type="button"].button-primary:focus {
  color: #FFF;
  background-color: #1EAEDB;
  border-color: #1EAEDB; }


  /* Tables
–––––––––––––––––––––––––––––––––––––––––––––––––– */
th,
td {
  padding: 12px 15px;
  text-align: left;
  border-bottom: 1px solid #E1E1E1; }
th:first-child,
td:first-child {
  padding-left: 0; }
th:last-child,
td:last-child {
  padding-right: 0; }
/* Clearing
–––––––––––––––––––––––––––––––––––––––––––––––––– */

/* Self Clearing Goodness */
.container:after,
.row:after,
.u-cf {
  content: "";
  display: table;
  clear: both; }
