@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img,
object,
embed,
video {
  max-width: 100%;
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
  width: 100%;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		6;
	dw-num-cols-tablet:		10;
	dw-num-cols-desktop:	14;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

/* Mobile Layout: 480px and below. */

body {
  scroll-behavior: smooth;
  text-rendering: geometricPrecision;
  -webkit-font-smoothing: antialiased;
}

.gridContainer {
  width: 100vw;
  display: block;
  float: left;
  clear: none;
  overflow-x: hidden;
}

h1 {
  font-size: 3.2em;
  line-height: 1em;
  font-family: "runalto";
  margin: 0;
  font-weight: 300;
  letter-spacing: -0.2px;
}

h1 span {
  color: #90fffd;
}

h2 {
  font-family: "GeneralSans";
  text-justify: auto;
  line-height: 1em;
  font-size: 2.5em;
  clear: both;
  display: block;
  margin: auto;
}

h3 {
  font-family: "GeneralSansMedium";
  text-justify: auto;
  line-height: 1.1em;
  font-size: 1.8em;
  clear: both;
  display: block;
  margin: 0;
}

h4 {
  font-family: "GeneralSansRegular";
  text-justify: auto;
  line-height: 1em;
  font-size: 1.3em;
  clear: both;
  display: block;
  letter-spacing: 0.5px;
}

h5 {
  margin: 0;
  font-family: "GeneralSansMedium";
  text-justify: auto;
  line-height: 1.15em;
  font-weight: 600;
  font-size: 1.1em;
  clear: both;
  display: block;
  letter-spacing: 0.5px;
}

h6 {
  margin: 0;
  font-family: "GeneralSansMedium";
  text-justify: auto;
  line-height: 1em;
  font-weight: 600;
  font-size: 1em;
  clear: both;
  display: block;
  letter-spacing: 0.5px;
}

p {
  font-family: "GeneralSans";
  text-justify: auto;
  line-height: 1.3em;
  font-weight: 300;
  font-size: 0.95em;
  margin: auto;
  letter-spacing: 0.7px;
}

button {
  font-size: 1em;
  padding: 0.7em 1.2em 0.7em;
  font-family: "GeneralSansMedium";
  display: block;
  clear: both;
  float: left;
  border: 0;
  cursor: pointer;
  transition: all 0.3s;
  border-radius: 1em;
  letter-spacing: 0.15px;
  background-color: #063d3c;
  color: #fff;
}

button:hover {
}

button i {
  transform-origin: center left;
  font-size: 0;
  transition: all 0.3s;
}

button:hover i {
  font-size: 1em;
  margin: auto auto auto 0.5em;
}

button.whitebtn {
  background-color: #fff;
  color: #000;
}

button.blackbtn {
  background-color: #000;
  color: #fff;
}


#price{
    color: #fff;
    padding: .35em .5em;
    margin: 1.5em auto auto 0em;
    background-color: #10A3A0;
    line-height: 2.5em;
}






/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {
  h1 {
    font-size: 5em;
    line-height: 1em;
    font-family: "runalto";
    margin: 0;
    font-weight: 300;
    letter-spacing: -0.2px;
  }

  h1 span {
    color: #90fffd;
  }

  h2 {
    font-family: "GeneralSans";
    text-justify: auto;
    line-height: 1em;
    font-size: 3.7em;
    clear: both;
    display: block;
    margin: auto;
  }

  h3 {
    font-family: "GeneralSansMedium";
    text-justify: auto;
    line-height: 1.1em;
    font-size: 2.7em;
    clear: both;
    display: block;
    margin: 0;
  }

  h4 {
    font-family: "GeneralSansRegular";
    text-justify: auto;
    line-height: 1em;
    font-size: 1.4em;
    clear: both;
    display: block;
    letter-spacing: 0.5px;
  }

  h5 {
    margin: 0;
    font-family: "GeneralSansMedium";
    text-justify: auto;
    line-height: 1.2em;
    font-weight: 600;
    font-size: 1.5em;
    clear: both;
    display: block;
    letter-spacing: 0.5px;
  }

  h6 {
    margin: 0;
    font-family: "GeneralSansMedium";
    text-justify: auto;
    line-height: 1em;
    font-weight: 600;
    font-size: 1.2em;
    clear: both;
    display: block;
    letter-spacing: 0.5px;
  }

  p {
    font-family: "GeneralSans";
    text-justify: auto;
    line-height: 1.3em;
    font-weight: 300;
    font-size: 0.95em;
    margin: auto;
    letter-spacing: 0.7px;
  }

  button {
    font-size: 1em;
    padding: 0.7em 1.2em 0.7em;
    font-family: "GeneralSansMedium";
    display: block;
    clear: both;
    float: left;
    border: 0;
    cursor: pointer;
    transition: all 0.3s;
    border-radius: 1em;
    letter-spacing: 0.15px;
    background-color: #063d3c;
    color: #fff;
  }

  button:hover {
  }

  button i {
    transform-origin: center left;
    font-size: 0;
    transition: all 0.3s;
  }

  button:hover i {
    font-size: 1em;
    margin: auto auto auto 0.5em;
  }

  button.whitebtn {
    background-color: #fff;
    color: #000;
  }

  button.blackbtn {
    background-color: #000;
    color: #fff;
  }
}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {
    
    
  h1 {
    font-size: 4.5em;
    line-height: 1em;
    font-family: "runalto";
    margin: 0;
    font-weight: 300;
    letter-spacing: -0.2px;
  }

  h1 span {
    color: #90fffd;
  }

  h2 {
    font-family: "GeneralSans";
    text-justify: auto;
    line-height: 1em;
    font-size: 3.3em;
    clear: both;
    display: block;
    margin: auto;
  }

  h3 {
    font-family: "GeneralSansMedium";
    text-justify: auto;
    line-height: 1.1em;
    font-size: 2.4em;
    clear: both;
    display: block;
    margin: 0;
  }

  h4 {
    font-family: "GeneralSansRegular";
    text-justify: auto;
    line-height: 1em;
    font-size: 1.3em;
    clear: both;
    display: block;
    letter-spacing: 1px;
  }

  h5 {
    margin: 0;
    font-family: "GeneralSansMedium";
    text-justify: auto;
    line-height: 1.2em;
    font-weight: 600;
    font-size: 1.1em;
    clear: both;
    display: block;
    letter-spacing: 1px;
  }

  h6 {
    margin: 0;
    font-family: "GeneralSansMedium";
    text-justify: auto;
    line-height: 1em;
    font-weight: 600;
    font-size: 1em;
    clear: both;
    display: block;
    letter-spacing: 1px;
  }

  p {
    font-family: "GeneralSans";
    text-justify: auto;
    line-height: 1.3em;
    font-weight: 300;
    font-size: 0.9em;
    margin: auto;
    letter-spacing: 0.7px;
  }

  button {
    font-size: 1em;
    padding: 0.7em 1.2em 0.7em;
    font-family: "GeneralSansMedium";
    display: block;
    clear: both;
    float: left;
    border: 0;
    cursor: pointer;
    transition: all 0.3s;
    border-radius: 1em;
    letter-spacing: 0.15px;
    background-color: #063d3c;
    color: #fff;
  }

  button:hover {
  }

  button i {
    transform-origin: center left;
    font-size: 0;
    transition: all 0.3s;
  }

  button:hover i {
    font-size: 1em;
    margin: auto auto auto 0.5em;
  }

  button.whitebtn {
    background-color: #fff;
    color: #000;
  }

  button.blackbtn {
    background-color: #000;
    color: #fff;
  }
}
/* Desktop Layout: 769px to a max of 1080px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 1080px) {
    
    
  h1 {
    font-size: 5em;
    line-height: 1em;
    font-family: "runalto";
    margin: 0;
    font-weight: 300;
    letter-spacing: -0.2px;
  }

  h1 span {
    color: #90fffd;
  }

  h2 {
    font-family: "GeneralSans";
    text-justify: auto;
    line-height: 1em;
    font-size: 3.5em;
    clear: both;
    display: block;
    margin: auto;
  }

  h3 {
    font-family: "GeneralSansMedium";
    text-justify: auto;
    line-height: 1.1em;
    font-size: 2.5em;
    clear: both;
    display: block;
    margin: 0;
  }

  h4 {
    font-family: "GeneralSansRegular";
    text-justify: auto;
    line-height: 1em;
    font-size: 1.65em;
    clear: both;
    display: block;
    letter-spacing: 0.5px;
  }

  h5 {
    margin: 0;
    font-family: "GeneralSansMedium";
    text-justify: auto;
    line-height: 1.3em;
    font-weight: 600;
    font-size: 1.2em;
    clear: both;
    display: block;
    letter-spacing: 1px;
  }

  h6 {
    margin: 0;
    font-family: "GeneralSansMedium";
    text-justify: auto;
    line-height: 1.3em;
    font-weight: 600;
    font-size: 1em;
    clear: both;
    display: block;
    letter-spacing: 1px;
  }

  p {
    font-family: "GeneralSans";
    text-justify: auto;
    line-height: 1.3em;
    font-weight: 300;
    font-size: 0.9em;
    margin: auto;
    letter-spacing: 0.8px;
  }

  button {
    font-size: 1.2em;
    padding: 0.7em 1.2em 0.7em;
    font-family: "GeneralSansMedium";
    display: block;
    clear: both;
    float: left;
    border: 0;
    cursor: pointer;
    transition: all 0.3s;
    border-radius: 1em;
    letter-spacing: 0.15px;
    background-color: #063d3c;
    color: #fff;
  }

  button:hover {
  }

  button i {
    transform-origin: center left;
    font-size: 0;
    transition: all 0.3s;
  }

  button:hover i {
    font-size: 1em;
    margin: auto auto auto 0.5em;
  }

  button.whitebtn {
    background-color: #fff;
    color: #000;
  }

  button.blackbtn {
    background-color: #000;
    color: #fff;
  }
}

/* Desktop Layout:1080px to a max of 1440px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 1440px) {
  h1 {
    font-size: 7em;
    line-height: 1em;
    font-family: "runalto";
    margin: 0;
    font-weight: 300;
    letter-spacing: -0.2px;
  }

  h1 span {
    color: #90fffd;
  }

  h2 {
    font-family: "GeneralSans";
    text-justify: auto;
    line-height: 1em;
    font-size: 6em;
    clear: both;
    display: block;
    margin: auto;
  }

  h3 {
    font-family: "GeneralSansMedium";
    text-justify: auto;
    line-height: 1.1em;
    font-size: 3.5em;
    clear: both;
    display: block;
    margin: 0;
  }

  h4 {
    font-family: "GeneralSansRegular";
    text-justify: auto;
    line-height: 1em;
    font-size: 1.8em;
    clear: both;
    display: block;
    letter-spacing: 1px;
  }

  h5 {
    margin: 0;
    font-family: "GeneralSansMedium";
    text-justify: auto;
    line-height: 1.3em;
    font-weight: 600;
    font-size: 1.5em;
    clear: both;
    display: block;
    letter-spacing: 1px;
  }

  h6 {
    margin: 0;
    font-family: "GeneralSansMedium";
    text-justify: auto;
    line-height: 1.3em;
    font-weight: 600;
    font-size: 1.2em;
    clear: both;
    display: block;
    letter-spacing: 1px;
  }

  p {
    font-family: "GeneralSans";
    text-justify: auto;
    line-height: 1.3em;
    font-weight: 300;
    font-size: 1em;
    margin: auto;
    letter-spacing: 0.7px;
  }

  button {
    font-size: 1.2em;
    padding: 0.7em 1.2em 0.7em;
    font-family: "GeneralSansMedium";
    display: block;
    clear: both;
    float: left;
    border: 0;
    cursor: pointer;
    transition: all 0.3s;
    border-radius: 1.5em;
    letter-spacing: 0.15px;
    background-color: #063d3c;
    color: #fff;
  }

  button:hover {
  }

  button i {
    transform-origin: center left;
    font-size: 0;
    transition: all 0.3s;
  }

  button:hover i {
    font-size: 1em;
    margin: auto auto auto 0.5em;
  }

  button.whitebtn {
    background-color: #fff;
    color: #000;
  }

  button.blackbtn {
    background-color: #000;
    color: #fff;
  }
}

/* Desktop Layout: 1440px to a max of 1920px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 1920px) {
}
/* Desktop Layout: 1920px to a max of 2400px.  Inherits styles from: Mobile Layout and Tablet Layout. */

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