@import url('https://fonts.googleapis.com/css?family=Raleway:400,500,600,700,800,900');


html {
  box-sizing: border-box;
}
*, *:before, *:after {
  box-sizing: 100%;
}

article, header, section, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
    display: block;
}


body {
    background: #ffffff none repeat scroll 0 0; /*original background color yellow was #ffff9f and light orange #ffc352* and orange #FFAE00 and logo blue #71bbd4 */
    background-image: url('');
    background-repeat: no-repeat;
    background-size: 100%;
    color: #ffffff;
    font-family: "Raleway",sans-serif;
    font-size: cover;
    line-height: 24px;
    margin: 0;
    padding: 0;
}

#title {
	width: 80%;
	height: auto;
	margin: 15px 0px 5px 0px;
}

#slogan {
  width: 80%;
  height: auto;
  margin: 0px 0px 5px 0px;
  border-radius: 10px;
}

#home-photo {
	width:80%;
	height: auto;
}

h2 {
    color: #1a0e0e;
    font-size: 26px;
    font-weight: 700;
    margin: 0px;
    line-height: normal;
    text-transform:uppercase;
}
h2 span {
    display: block;
    padding: 0px 0px 20px 0px;
    font-size: 18px;
    opacity: 0.7;
    margin-top: 0px;
    text-transform:uppercase;
}

#float-right{
float:right;	
}



.w3-section {

	border: 25px solid #FFB026;
	border-radius: 5px;
}

.w3-content {
	padding: 10px 0px 10px 0px;
}

/* ******************************************************
	Header
*********************************************************/

.ScriptTop {
    background: #fff none repeat scroll 0 0;
    float: left;
    font-size: 0.69em;
    font-weight: 600;
    line-height: 2.2;
    padding: 12px 0px 0px 0px;
    text-transform: uppercase;
    width: 100%;
}

/* To Navigation Style 1*/
.ScriptTop ul {
    margin: 0px;
    padding: 0px;
    text-align: left;
}
.ScriptTop li{
	list-style:none;	
	display:inline-block;
}
.ScriptTop li a {
    background: #6a4aed none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    padding: 0px 30px 30px 30px;
    text-decoration: none;
    text-transform: capitalize;
}
.ScriptTop li a:hover{
	background:#000;
	color:#fff;
}


/* Header*/
.ScriptHeader {
    float: left;
    width: 100%;
}
.rt-heading {
    border-bottom: solid 1px #da6b6b;
    padding-bottom: 0px;
    margin: 0 auto;
}

.ScriptHeader h1{
    color: #da6b6b;
    font-size: 28px;
    font-weight: 700;
    padding: 0px;
    line-height: normal;
}

.ScriptHeader h2 {
    color: #da6b6b;
    font-size: 18px;
    font-weight: 400;
    padding: 5px 0px;
    line-height: normal;
}

.ScriptHeader h1 span {
    display: block;
    padding: 0px;
    font-size: 22px;
    opacity: 0.7;
    margin-top: 0px;
    text-transform:uppercase;
}

.ScriptHeader span {
    display: block;
    padding: 0px;
    font-size: 22px;
    opacity: 0.7;
    margin-top: 0px;
}


.containercontact {
  width: 100%;
  
}


.contacttitle {
  
  color: #236B8E;
  font-family: Arial, sans-serif;
  padding: 80px 0px 25px 0px;  
}

.contact {
 
 font-size: 15px;
 color: #236B8E;
 font-family: Arial, sans-serif;
 font-weight: bold;
  
}

.containersocialmedia {
  margin: 1px;
  text-align: center;
  display: inline;
}
  
  ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
    li {
      display: inline;
      vertical-align: middle;
    }
    }
}

@import url(http://fonts.googleapis.com/css?family=Fauna+One|Muli);
#mainform{
border:10px 10px 10px 10px;
width:500px;
margin:10px;
padding: 20px 40px 0px 0px;
font-family: 'Arial' sans-serif;
}

#ContactForm{
border:10px 10px 10px 10px;
border-radius:10px;
padding:30px 40px 10px 0px;
background:#80c3d8;
font-size:20px;
font-family:'Arial';
font-weight: bold;
color: white;
width:500px;
height: 65%
margin:-10px 0px 8px 0px;
}

input{
width:85%;
height:25px;
margin:5px 0 10px 0;
border:1px solid #999;
border-radius:5px;
padding:5px;
font-size:15px;
}

textarea{
width: 245px;
height:110px;
margin-top:5px;
border-radius:5px;
padding:15px;
resize:auto;
font-size:15px;
font-family: 'Arial', sans-serif;
}


input[type=submit]{
background-color: #015884;
font-family: 'Arial', sans-serif;
font-weight:;
font-size: 21px;
padding: 11px 30px 38px 30px;
margin: 20px 0px 0px 85px;
width: 35%;
height: 30px;
color: white;
}

span{
color:red;
}
#note{
color:black;
font-weight:400;
}
#returnmessage{
font-size:14px;
color:green;
text-align:center;
}



/* ******************************************************
	Responsive Grids
*********************************************************/

.rt-container {
	padding-left:0px;
	padding-right:0px;	
}

.rt-row:before, 
.rt-row:after {
  display: table;
  line-height: 0;
  content: "";
}

.rt-row:after {
  clear: both;
}

[class^="col-rt-"] {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  padding: 0px;
  min-height: 1px;
  position: relative;
}


@media (min-width: 768px) {
  .rt-container {
    width: 100%;
  }
  [class^="col-rt-"] {
    float: left;
    width: 49.9999999999%;
  }
  .col-rt-6, .col-rt-12 {
    width: 100%;
  }
  
}

.inspirevid {
	width: 100%;
	height: auto;
}

.containercontact {
  color: #ffffff;
  margin: 450px 0px 0px 0px;
  width: 100%;
}


.contacttitle {
  color: #ffffff;
  font-family: Arial, sans-serif;
  padding: 0px 0px 0px 0px;
  margin: 20px 0px 0px 0px;   
}

.contact { 
 font-size: 15px;
 color: #ffffff;
 font-family: Arial, sans-serif;
 font-weight: bold;  
}

.containersocialmedia {
  margin: 1px;
  text-align: center;
  display: inline;
}
  
  ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
    li {
      display: inline;
      vertical-align: middle;
    }
    }
}

@import url(http://fonts.googleapis.com/css?family=Fauna+One|Muli);
#mainform{
color: #ffffff;
border:10px 10px 10px 10px;
width: 500px;
margin:10px;
padding:20px 0px 0px 0px;
font-family: 'Arial' sans-serif;
}
#ContactForm{
border:10px 10px 10px 10px;
border-radius: 10px;
padding:30px 0px 35px 80px;
margin:-10px 0px 8px 0px;
background: #80c3d8;
font-size:20px;
font-family:'Arial';
font-weight: bold;
color: #ffffff;
width: 500px;
height: 65%
}

input{
width:70%;
height:25px;
margin:5px 0 10px 0;
border:1px solid #999;
border-radius:5px;
padding:5px;
font-size:15px;
}


textarea{
width: 325px;
height:110px;
margin-top:5px;
border-radius:5px;
padding:15px;
resize:auto;
font-size:15px;
font-family: 'Arial', sans-serif;
}

input[type=submit]{
background-color: #015884;
font-family: 'Arial', sans-serif;
font-weight:;
font-size: 21px;
padding: 11px 10px 35px 10px;
margin: 20px 0px 0px -115px;
width: 30%;
height: 30px;
position: 30%;
color: white;
}

span{
color:red;
}
#note{
color:black;
font-weight:400;
}
#returnmessage{
font-size:14px;
color:green;
text-align:center;
}



@media (min-width: 1200px) {
	.rt-container {
		width: 100%;
	}
	.col-rt-1 {
		width:16.6%;		
	}
	.col-rt-2 {
		width:30.33%;
	}
	.col-rt-3 {
		width:50%;
	}
	.col-rt-4 {
		width: 67.664%;
	}
	.col-rt-5 {
		width: 83.33%;
	}
	

}

@media only screen and (min-width:240px) and (max-width: 768px){
	 .ScriptTop h1, 
	 .ScriptTop ul {
		text-align: center;
	}
	.ScriptTop h1{
		margin-top:0;
		margin-bottom:12px;
	}
	.ScriptTop ul{
		 margin-top: 0px;	 
	}
	
	.ScriptHeader h1,
	.ScriptHeader h2, 
	.scriptnav ul{
		text-align:center;	
	}
	.scriptnav ul{
		 margin-top:12px;		 		
	}
	#float-right{
		float:none;	
	}
	
}

*,
*:after,
*::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
	font-family: 'Raleway', sans-serif;
	margin:0;
	padding:0;
}

.a{
	font-family: "Raleway",sans-serif;
	text-decoration: none;
	outline: none;
	margin: 0px 30px 0px 30px;
}

.a:visited {
	color: white; 
}

.a:active {
	color: white; 
}


.nav a:hover, a:focus {
	color: #373e18;
}

section {
    float: left;
    width: 100%;
    margin-top:0em;
    margin-bottom: 5%;
}


.navwrapper {
    color: #ffffff;
    font-size: 20px;
    background: #ff7b00;   /menu bar light blue color #80c3d8 and #ffc352 for hover color*/
    height: 94px;
    position: fixed;
    top: 0px;
    padding: 0px 0px 0px 0px;
    z-index: 8000;
}

.navwrapper ul li {
	line-height: 60px; /*makes hover cover whole navbar*/ 
	line-width: 100%; /*makes hover cover whole navbar*/ 
}

.navwrapper ul li:hover {
	color: #373e18;
	background: #ff9000; /*previous hover background color #ffc352*/ 	
}

.Responavigation {
	  max-width: 1000px;
	  margin: 0 auto;
	  padding: 0px 0px 0px 0px; /*makes hover cover whole navbar*/	
}

.Responavigation nav a {
    color: #fff;
    display: block;
    padding: 0px 35px 9px 35px; 
}

.Responavigation nav > ul {
    margin: 0;
    padding: 0;
    text-align: center;
}

.Responavigation nav > ul > li {
    display: inline-block;
    list-style: outside none none; 
}

.Responavigation nav > ul > li > a {
	  cursor: pointer;
	  display: block;
  	  outline: none;
  	  width: 100%;
	  text-decoration: none;
	  padding: 20px;
}

.Responavigation nav > ul li ul {
		background:#000000;
		display: none;
		position: absolute;
		left: 0;
		top: 100%;
		width: 200px;
		z-index: 2000;
		margin:0;
		padding: 0;
}

.Responavigation nav > ul li ul li {
	  width: 100%;
	  list-style:none;
  	  text-align: left;
	  padding: 0;
}

.Responavigation nav > ul li ul li > a {
	  text-decoration: none;
	  padding: 7px 10px 10px 10px; /* spacing of drop down menu */

}

.Responavigation nav ul li:hover {
	  cursor: pointer;
	  position: relative;
}

.Responavigation nav ul li:hover > ul {
  	  display: block;
}

.Responavigation nav ul li:hover > a {
		color: #ffffff;
		background-color: #ffff4d; /* drop-down menu hover color */
		color: #808080;
		font-weight: bold;
}


[type="checkbox"], label {
	  display: none;
}

@media screen and (max-width: 768px) {
	.Responavigation nav ul {
		display: none;
		background: #ffb4ce; /*Responsive drop-down menu link line division color*/
	}
	
	.Responavigation label {
		display: block;
		background: #71bbd4; /*color of hamburger menu*/
		width: 40px;
		height: 40px;
		cursor: pointer;
		position: absolute;
		right: 0;
		top: 0px;
	}
	
	.Responavigation label:after{
		content:'';
		display: block;
		width: 30px;
		height: 5px;
		background: #ffffff; /*color of lines in hamburger menu*/
		margin: 7px 5px;
		box-shadow: 0px 10px 0px #ffffff, 0px 20px 0px #ffffff; /*colors of lines in hamburger menu*/
	}
	
	.Responavigation [type="checkbox"]:checked ~ ul {
		display: block;
		z-index: 9999;
		position: absolute;
		right: 0;
		left: 0;
		top:40px;
	}
	
	.Responavigation nav a {
		color: #fff;
	}
	
	.Responavigation nav ul li {
		display: block;
		float: none;
		width: 100%;
		text-align: left;
		background: #71bbd4; /* Responsive menu background color - first background color was #ffc0b4 */
		text-indent: 20px;
	}
	
	.Responavigation nav > ul > li {
		margin-left: 0px;
		padding: 18px 0px 18px 0px;
	}
	
	.Responavigation nav > ul li ul li {
		display: block;
		float: none;
	}
	
	.Responavigation nav > ul li ul {
		display: block;
		position: relative;
		width: 100%;
		z-index: 9999;
		float: none;
	}

}

.navwrapper3 {
    background: #000000;
    min-height: 40px;
    margin: 0% 0% 1% 0%; /*timeline navigation menu bar position*/
    opacity:0.8;
}


.homebanner.VN {
	width: 100%;
	height: calc(100vh - 100px);
	background-image: url('imgs/heartnavlogo.jpg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	display: table;
}

/* cyrillic-ext */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/raleway/v17/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVvaorCFPrEHJA.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/raleway/v17/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVvaorCMPrEHJA.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/raleway/v17/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVvaorCHPrEHJA.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/raleway/v17/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVvaorCGPrEHJA.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/raleway/v17/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVvaorCIPrE.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 500;
  src: url(https://fonts.gstatic.com/s/raleway/v17/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVvoorCFPrEHJA.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 500;
  src: url(https://fonts.gstatic.com/s/raleway/v17/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVvoorCMPrEHJA.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 500;
  src: url(https://fonts.gstatic.com/s/raleway/v17/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVvoorCHPrEHJA.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 500;
  src: url(https://fonts.gstatic.com/s/raleway/v17/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVvoorCGPrEHJA.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 500;
  src: url(https://fonts.gstatic.com/s/raleway/v17/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVvoorCIPrE.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 600;
  src: url(https://fonts.gstatic.com/s/raleway/v17/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVsEpbCFPrEHJA.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 600;
  src: url(https://fonts.gstatic.com/s/raleway/v17/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVsEpbCMPrEHJA.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 600;
  src: url(https://fonts.gstatic.com/s/raleway/v17/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVsEpbCHPrEHJA.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 600;
  src: url(https://fonts.gstatic.com/s/raleway/v17/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVsEpbCGPrEHJA.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 600;
  src: url(https://fonts.gstatic.com/s/raleway/v17/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVsEpbCIPrE.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/raleway/v17/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVs9pbCFPrEHJA.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/raleway/v17/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVs9pbCMPrEHJA.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/raleway/v17/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVs9pbCHPrEHJA.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/raleway/v17/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVs9pbCGPrEHJA.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/raleway/v17/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVs9pbCIPrE.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 800;
  src: url(https://fonts.gstatic.com/s/raleway/v17/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVtapbCFPrEHJA.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 800;
  src: url(https://fonts.gstatic.com/s/raleway/v17/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVtapbCMPrEHJA.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 800;
  src: url(https://fonts.gstatic.com/s/raleway/v17/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVtapbCHPrEHJA.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 800;
  src: url(https://fonts.gstatic.com/s/raleway/v17/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVtapbCGPrEHJA.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 800;
  src: url(https://fonts.gstatic.com/s/raleway/v17/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVtapbCIPrE.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 900;
  src: url(https://fonts.gstatic.com/s/raleway/v17/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVtzpbCFPrEHJA.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 900;
  src: url(https://fonts.gstatic.com/s/raleway/v17/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVtzpbCMPrEHJA.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 900;
  src: url(https://fonts.gstatic.com/s/raleway/v17/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVtzpbCHPrEHJA.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 900;
  src: url(https://fonts.gstatic.com/s/raleway/v17/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVtzpbCGPrEHJA.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 900;
  src: url(https://fonts.gstatic.com/s/raleway/v17/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVtzpbCIPrE.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

.page {

	background-image: none;
	color: #ffffff;
	margin: 5px 0px 5px 0px;
			
}


.page2 {

	background-image: none;
	color: #ffffff;
	margin: 0px 0px 0px 0px;
}

a{
	font-family: "Raleway",sans-serif;
	text-decoration: none;
	outline: none;
	margin: 3px 3px 0px 3px;
}
a:hover, a:focus {
	color: #373e18;
}
section {
    float: left;
    width: 100%;
    margin-top:0em;
    margin-bottom: 5%;
}
h2 {
    color: #1a0e0e;
    font-size: 26px;
    font-weight: 700;
    margin: 0;
    line-height: normal;
    text-transform:uppercase;
}
h2 span {
    display: block;
    padding: 0;
    font-size: 18px;
    opacity: 0.7;
    margin-top: 5px;
    text-transform:uppercase;
}

#float-right{
float:right;	
}


/* ******************************************************
	Header
*********************************************************/

.ScriptTop {
    background: #fff none repeat scroll 0 0;
    float: left;
    font-size: 0.69em;
    font-weight: 600;
    line-height: 2.2;
    padding: 12px 0px;
    text-transform: uppercase;
    width: 100%;
}

/* To Navigation Style 1*/

.ScriptTop ul {
    margin: 0px 0;
    text-align: left;
}
.ScriptTop li{
	list-style:none;	
	display:inline-block;
}
.ScriptTop li a {
    background: #6a4aed none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    padding: 0px 18px;
    text-decoration: none;
    text-transform: capitalize;
}
.ScriptTop li a:hover{
	background:#000;
	color:#fff;
}


/* Header*/
.ScriptHeader {
    float: left;
    width: 100%;
    padding-top: 0em;
}
.rt-heading {
    border-bottom: solid 1px #da6b6b;
    padding-bottom: 10px;
    margin: 0 auto;
}

.ScriptHeader h1{
    color: #da6b6b;
    font-size: 28px;
    font-weight: 700;
    margin: 0;
    line-height: normal;
}
.ScriptHeader h2 {
    color: #da6b6b;
    font-size: 18px;
    font-weight: 400;
    margin: 5px 0 0;
    line-height: normal;

}

.ScriptHeader h1 span {
    display: block;
    padding: 0;
    font-size: 22px;
    opacity: 0.7;
    margin-top: 5px;
    text-transform:uppercase;
}
.ScriptHeader span {
    display: block;
    padding: 0;
    font-size: 22px;
    opacity: 0.7;
    margin-top: 5px;
}


/* ******************************************************
        Products
******************************************************* */

/* Three image containers (use 25% for four, and 50% for two, etc) */
.column {
  float: left;
  width: 33.33%;
  padding: 5px;
}

/* Clear floats after image containers */
.row::after {
  content: "";
  clear: both;
  display: table;
}

.row {
  display: flex;
}

.column {
  flex: 33.33%;
  padding: 5px;
}

/* Responsive layout - makes the three columns stack on top of each other instead of next to each other */
@media screen and (max-width: 500px) {
  .column {
    width: 100%;
  }
}

/* ******************************************************
	Responsive Grids
*********************************************************/

.rt-container {
	padding-left:0px;
	padding-right:0px;
	
}
.rt-row:before, 
.rt-row:after {
  display: table;
  line-height: 0;
  content: "";
}

.rt-row:after {
  clear: both;
}
[class^="col-rt-"] {
  box-sizing: border-box2;
  -webkit-box-sizing: border-box2;
  -moz-box-sizing: border-box2;
  -o-box-sizing: border-box2;
  -ms-box-sizing: border-box2;
  padding: 0 0 0px;
  min-height: 1px;
  position: relative;
}



@media (min-width: 768px) {
  .rt-container {
    width: 100%;
  }
  [class^="col-rt-"] {
    float: left;
    width: 49.9999999999%;
  }
  .col-rt-6, .col-rt-12 {
    width: 100%;
  }
  
}

@media (min-width: 1200px) {
	.rt-container {
		width: 100%;
	}
	.col-rt-1 {
		width:16.6%;
	}
	.col-rt-2 {
		width:30.33%;
	}
	.col-rt-3 {
		width:50%;
	}
	.col-rt-4 {
		width: 67.664%;
	}
	.col-rt-5 {
		width: 83.33%;
	}
	

}

@media only screen and (min-width:240px) and (max-width: 768px){
	 .ScriptTop h1, 
	 .ScriptTop ul {
		text-align: center;
	}
	.ScriptTop h1{
		margin-top:0;
		margin-bottom:15px;
	}
	.ScriptTop ul{
		 margin-top:12px;		
	}
	
	.ScriptHeader h1,
	.ScriptHeader h2, 
	.scriptnav ul{
		text-align:center;	
	}
	.scriptnav ul{
		 margin-top:12px;		
	}
	#float-right{
		float:none;	
	}
	
}



*,
*:after,
*::before {
    -webkit-box-sizing: border-box2;
    -moz-box-sizing: border-box2;
    box-sizing: border-box2;
}

body {
	font-family: 'Raleway', sans-serif;
	margin:0;
	padding:0;
}


.navwrapper2 {
    background: #3b3b3b;
    min-height: 40px;
    margin: 34% 0% 8% 0%; /*timeline navigation menu bar position*/
    opacity:0.8;
}
.Responavigation2 {
	  max-width: 100%;
	  margin: 0 auto;
	  padding: 0px 2px;
	  position: relative;
}
.Responavigation2 nav2 a {
    color: #fff;
    display: block;
}

.Responavigation2 nav2 > ul {
    margin: 0px auto;
    padding: 0;
    text-align: center;
}
.Responavigation2 nav2 > ul > li {
    display: inline-block;
    list-style: outside none none;
}
.Responavigation2 nav2 > ul > li > a {
	  cursor: pointer;
	  display: block;
  	  outline: none;
  	  width: 100%;
	  text-decoration: none;
	  padding: 5px;
}

.Responavigation2 nav2 > ul li ul {
		background:#000000;
		display: none;
		position: absolute;
		left: 0;
		top: 100%;
		width: 200px;
		z-index: 2000;
		margin:0px auto;
		padding: 0;
}
.Responavigation2 nav2 > ul li ul li {
	  width: 100%;
	  list-style:none;
  	  text-align: left;
}
.Responavigation2 nav2 > ul li ul li > a {
	  text-decoration: none;
	   padding: 5px 0px;

}
.Responavigation2 nav2 ul li:hover {
	  cursor: pointer;
	  position: relative;
}
.Responavigation2 nav2 ul li:hover > ul {
  	display: block;
}
.Responavigation2 nav2 ul li:hover > a {
	background-color: #999999;
	color: #00000;	 
	font-weight;
}

[type="checkbox"], label {
	  display: none;
}

@media screen and (max-width: 768px) {
	.Responavigation2 nav2 ul {
		display: none;
		background: #3b3b3b;
	}
	
	.Responavigation2 label {
		display: block;
		background: #ffffff;
		width: 40px;
		height: 40px; /*height of navigation bar*/
		cursor: pointer;
		position: absolute;
		right: 0;
		top: 0px;
	}
	
	.Responavigation2 label:after{
		content:'';
		display: block;
		width: 30px;
		height: 5px;
		background: #000000;
		margin: 7px 5px;
		box-shadow: 0px 10px 0px #000000, 0px 20px 0px #000000;
	}
	
	.Responavigation2 [type="checkbox"]:checked ~ ul {
		display: block;
		z-index: 9999;
		position: absolute;
		right: 0;
		left: 0;
		top:40px;
	}
	
	.Responavigation2 nav2 a {
		color: #fff;
	}
	
	.Responavigation2 nav2 ul li {
		display: block;
		float: none;
		width: 100%;
		text-align: left;
		background: #3b3b3b;
		text-indent: 20px;
	}
	
	.Responavigation2 nav2 > ul > li {
		margin-left: 0px;
	}
	
	.Responavigation2 nav2 > ul li ul li {
		display: block;
		float: none;
	}
	
	.Responavigation2 nav2 > ul li ul {
		display: block;
		position: relative;
		width: 100%;
		z-index: 9999;
		float: none;
	}

}




/*Slideshow for restaurant pages*/

img {
  max-width: 100%;
  vertical-align: middle;
}

.trigger {
  display: none;
}

.slider, .slider-wrapper {
  position: relative;
  height: 250px;
}

.slide {
  background-color: black;
  width: 100%;
  overflow: hidden;
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 5000;
  opacity: 0;
  transition: opacity .5s ease-in-out;
}

.slide-img {
  filter: brightness(50%);
  height: 100%;
  object-fit: fill;
  display: block;
  margin: 0 auto;
}

.slide-figure {
  height: 100%;
  position: relative;
  margin: 0;
}

.slide-caption {
  position: absolute;
  bottom: 30%;
  width: calc(100% - 1rem);
  color: white;
  text-align: center;
  left: 50%;
  margin: 0px 0px 10px 0px;
}

.trigger:checked + .slide {
  z-index: 6000;
  opacity: 1;
}

.slider-nav {
  width: 100%;
  text-align: center;
  margin: 1rem 0;
}

.slider-nav__item {
  display: inline-block;
}

.slider-nav__label {
  font-size: 13px;
  background-color: #333;
  display: block;
  height: 2em;
  line-height: 2em;
  width: 2em;
  text-align: center;
  border-radius: 50%;
  color: white;
  cursor: pointer;
  transition: background-color .25s, color .25s ease-in-out;
}

.slider-nav__label:hover,
.slider-nav__label:active,
.slider-nav__label:focus {
  background-color: gray;
  color: black;
}

@media only screen and (min-width: 1024px) {
  .slider, .slider-wrapper {
    height: 480px;
  }

  .slide-caption {
    width: 65%;
    font-size: 1.5rem;
  }
}

@media only screen and (max-width: 1023px) and (min-width: 768px) {
  .slider, .slider-wrapper {
    height: 360px;
  }

  .slide-caption {
    width: 75%;
    font-size: 1.25rem;
  }
}

@media only screen and (min-width: 768px) {
  .slide-img {
    width: 100%;
    height: auto;
  }
}

#purpose {
	
	width: 90%;
	height: auto;
	color: #3a9dbc; /* previous light blue text color #80c3d8 */
	weight: bold;
	font-size: 25px;
	padding: ;
	margin: 25px 0px 0px 0px;
	background: ;
	border-radius: ;
	line-height: 50px;
}

.larestostitle {
	width:90%;
	height:auto;
	padding: 20px 50px 50px 50px;
	margin: 150px 0px 0px 0px;
	background: #FCAE1E;
	border-radius: 10px;
	line-height: 40px;
}


.larestos {
	color: orange;
}

.chooselove {

	width: 50%;
	height: auto;
	border-radius: 10px;
	margin: 10px 0px 30px 0px;
}

/*slideshow for vitamin pages*/

img {
  max-width: 100%;
  vertical-align: middle;
}

.trigger {
  display: none;
}

.slider, .slider-wrapper {
  position: relative;
  max-width: 100%;
  height: auto;
}

.slide {
  background-color: #FEFD97;
  width:100%;
  overflow: hidden;
  position: absolute;
  height: auto;
  left: 0;
  top: 0;
  z-index: 5000;
  opacity: 0;
  transition: opacity .5s ease-in-out;
  margin: 40px 0px 1000px 0px;
}

.slide-img {
  filter: brightness(100%);
  max-wdth: 100%;
  height: auto;
  object-fit: fill;
  display: block;
  margin: 0 auto;
}

.slide-figure {
  max-width:100%;
  height: auto;
  position: relative;
  margin: 0;
}

.slide-caption {
  position: absolute;
  bottom: -2%;
  width: calc(100% - 20rem);
  color: grey;
  text-align: center;
  left: 45%;
}

.trigger:checked + .slide {
  z-index: 6000;
  opacity: 1;
}

.slider-nav {
  width: 100%;
  text-align: center;
}

.slider-nav__item {
  display: inline-block;
}

.slider-nav__label {
  font-size: 13px;
  background-color: #FCAE1E;
  display: block;
  height: 2em;
  line-height: 2em;
  width: 2em;
  text-align: center;
  border-radius: 50%;
  color: white;
  cursor: pointer;
  transition: background-color .25s, color .25s ease-in-out;
}

.slider-nav__label:hover,
.slider-nav__label:active,
.slider-nav__label:focus {
  background-color: #FA8128;
  color: black;
}

/*Responsive slideshow code*/

@media only screen and (min-width: 1024px) {

.slide-img {
    width: 80%;
    height: auto;
  }

  .slider, .slider-wrapper {
    width: 100%;
    height: auto;
  }

  .slide-caption {
    width: 65%;
    font-size: 1rem;
  }
}

@media only screen and (max-width: 1023px) and (min-width: 768px) {

.slide-img {
    width: 80%;
    height: auto;
  }

 .slider, .slider-wrapper {
    width: 1023px;
    height: auto;
  }

  .slide-caption {
    width: 65%;
    font-size: .8rem;
  }
}

 .slider, .slider-wrapper {
    width: 50%;
    height: 480px;
  }

  .slide-caption {
    width: 65%;
    font-size: 1rem;
  }
}

@media only screen and (min-width:240px) and (max-width: 768px) {

.slide-img {
    width: 80%;
    height: auto;
  }
}
 .slider, .slider-wrapper {
    width: 768px;
    height: auto;
  }

  .slide-caption {
    width: 65%;
    font-size: 1rem;
  }
}



@media only screen and (max-width: 768px) {
  .slide-img {
    width: 80%;
    height: auto;
  }
}
 .slider, .slider-wrapper {
    width: 768px;
    height: auto;
  }

  .slide-caption {
    width: 65%;
    font-size: 1rem;
  }
}

.beefless {
	width: 100%;
	height: auto;
}

.beefless {
	width: 100%;
	height: auto;
}

.ground {
	width: 100%;
	height: auto;
}

.burger {
	width: 100%;
	height: auto;
}

.sausage {
	width: 100%;
	height: auto;
}

/*FOOTER*/

footer {
	width: 100%;
	padding: 40px 40px;soci
	margin-top: 70px;
	background-color: #ff7b00; /* previouse blue footer color #80c3d8 */
	overflow: hidden;
}

footer ul {
	width: fit-content;
	float: left;
	padding-left: 20px;	
}

footer ul li {
	display: block;
	list-style: none;		
}


footer ul li a {
	font-family: Catamaran;
	font-size: 24px;
	color: #fff;
	line-height: 40px;
	text-decoration: none; 		
}


.footer-socialmedia {
	width: 50px;
	float: right;
}

.footer-socialmedia img{
	width: 100%;
	margin-bottom: 10px;
}

@media only screen and (min-width: 1000px) {


footer ul {
	padding-right: 30px;	
}

footer ul li p {
	font-family: Catamaran;
	font-size: 24px;
	color: #fff;
	line-height: 40px; 		
}

