@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Roboto+Condensed:wght@700&family=Shadows+Into+Light+Two&display=swap');

 @font-face {
    font-family: 'Product Sans Regular';
    font-style: normal;
    font-weight: normal;
    src: local('Product Sans Regular'), url('ProductSans-Regular.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Product Sans Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Product Sans Italic'), url('ProductSans-Italic.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Product Sans Thin Regular';
    font-style: normal;
    font-weight: normal;
    src: local('Product Sans Thin Regular'), url('ProductSans-Thin.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Product Sans Light Regular';
    font-style: normal;
    font-weight: normal;
    src: local('Product Sans Light Regular'), url('ProductSans-Light.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Product Sans Medium Regular';
    font-style: normal;
    font-weight: normal;
    src: local('Product Sans Medium Regular'), url('ProductSans-Medium.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Product Sans Black Regular';
    font-style: normal;
    font-weight: normal;
    src: local('Product Sans Black Regular'), url('ProductSans-Black.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Product Sans Thin Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Product Sans Thin Italic'), url('ProductSans-ThinItalic.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Product Sans Light Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Product Sans Light Italic'), url('ProductSans-LightItalic.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Product Sans Medium Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Product Sans Medium Italic'), url('ProductSans-MediumItalic.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Product Sans Bold';
    font-style: normal;
    font-weight: normal;
    src: local('Product Sans Bold'), url('ProductSans-Bold.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Product Sans Bold Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Product Sans Bold Italic'), url('ProductSans-BoldItalic.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Product Sans Black Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Product Sans Black Italic'), url('ProductSans-BlackItalic.woff') format('woff');
    }

html {scroll-behavior: smooth;}

body {
	margin: 0px;
	position:relative;
	transition: all 0.5s ease;
}

#parent{
      height: 2000px;
     
}
#child{
      width: 100%;
      height: 600px;
      position: sticky;
      top: 10%;
      left: 0px;
}


.flex_wrap {
	display:flex;
}

.flex_child { 
	flex:1; 
}

.container {
  position: relative;
  /*width: 600px;
	width:100%;*/
}

.image {
  display: block;
  width: 100%;
  height: auto;
}

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  overflow:hidden;
}

.container:hover .overlay {
  opacity: 1;
}
.video-container {
    height: 300px;
    width: 300px;
    position: relative;
}

.video-container video {
  width: 100%;
 height:100%;
  position: absolute;
  object-fit: cover;
  z-index: 0;
}

.home_overlay {margin-top:-195px;z-index: 999999999 !important;position:relative;}
.home_overlay ul {list-style-type: none;padding-left:20px;}

.mhide_mslider{display:block;}
.pchide_mslider{display:none;}


.home_line2 {margin: -5px 0 0 0;font-size:50px}
.home_line3 {margin: -5px 0 0 0;font-size:39px;}

.zoom {
  transition: transform .2s; /* Animation */
}

.zoom:hover {
  transform: scale(1.2); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}


.zoomy { 
  animation-name: pulse;
  animation-duration: 1.0s;
  animation-iteration-count: infinite;
}

@keyframes pulse {
  0%   {transform:scale(1.0);}
  50%  {transform:scale(1.2);}
  100% {transform:scale(1.0);}
}

.tiu-video-container {
	width: 100%;
	border-radius: 3px;
	overflow: hidden;
}

.tiu-video {
    width: 100%;
    height: auto;
    display: block;
	border-radius: 3px;
}

.ani {
	background: linear-gradient(180deg, #fee04c, #ff69c3, #5fdee7, #0b4ab4 );
	background-size: 200% 200%;
	animation: gradient 3s ease infinite;
	
}



.ani_blackfade {background-image: linear-gradient(to bottom, rgba(0,0,0,.0), rgba(0,0,0,.5));}

.ani_clear {
	background: linear-gradient(100deg, rgb(241,225,254,0.75), rgb(226,166,241,0.75), rgb(255,226,247,0.75), rgb(245,175,199,0.75), rgb(254,245,218,0.75) , rgb(238,189,151,0.75), rgb(212,236,221,0.75), rgb(166,205,220,0.75), rgb(166,205,220,0.75), rgb(39,197,255,0.75 ));
	background-size: 400% 400%;
	animation: gradient 15s ease infinite;
	
}





.ani-red {
	background: linear-gradient(100deg, #b6007f, #f5afc7 );
	background-size: 400% 400%;
	animation: gradient 15s ease infinite;
	
}

.ani-darkred {
	background: linear-gradient(100deg, #b60000, #f1a6a6 );
	background-size: 400% 400%;
	animation: gradient 15s ease infinite;
	
}

.ani-yellow {
	background-color: #ffba00;
	background-size: 400% 400%;
	animation: gradient 15s ease infinite;
	
}

.ani-orange {
	background: linear-gradient(100deg, #ffbb33, #ff9900 );
	background-size: 400% 400%;
	animation: gradient 15s ease infinite;
	
}
.ani-mint {
	background: linear-gradient(100deg, #1f6853, #a6cddc );
	background-size: 400% 400%;
	animation: gradient 15s ease infinite;
	
}

.ani-blue {
	background: linear-gradient(100deg, #0063b6, #27c5ff );
	background-size: 400% 400%;
	animation: gradient 15s ease infinite;
	
}

.ani-purple {
	background: linear-gradient(100deg, #9200b6, #e2a6f1 );
	background-size: 400% 400%;
	animation: gradient 15s ease infinite;
	
}

.ani-darkpurple {
	background: linear-gradient(0deg, #3c00b6, #c4a6f1 );
	background-size: 400% 400%;
	animation: gradient 15s ease infinite;
}

.ani-turq {
	background-color:#00aab8;
	background-size: 400% 400%;
	animation: gradient 15s ease infinite;
	
}


@keyframes gradient {
	0% {
		background-position: 0% 0%;
	}
	50% {
		background-position: 0% 100%;
	}
	100% {
		background-position: 0% 0%;
	}
}




.tiu_accordion {
  background-color: rgba(18, 122, 229, 0.75);
  color: #ffffff;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 1.5em;
  transition: 0.4s;
  font-family: 'Roboto Condensed', sans-serif;
  margin: 0px;
  font-weight: 800;
  text-transform: capitalize;
}

.tiu_active, .tiu_accordion:hover {
  background-color: #0b4ab4;
}

.tiu_accordion:after {
  content: '\002B';
  color: #fff;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.tiu_active:after {
  content: "\2212";
}

.tiu_panel {
  padding: 0px 18px;
  background-color: rgba(255,255,255,0.8);
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.tiu_panel_margin {
	margin-top:20px;
	margin-bottom:20px
}



.cruise_list li {
	border-bottom:1px solid #fff;
padding:4px;
margin:2px;}


.clear {
	clear:both;
}

.gap10 {
	height: 10px;
}

.gap20 {
	height: 20px;
}

.gap30 {
	height: 30px;
}

.gap60 {
	height: 60px;
}

.gap60r {
	height: 60px;
}

.gapr {gap:40px;}

.gap80 {
	height: 80px;
}

.pws_top {
	
	
	margin:0px;}

.pchide {display:none;}
.pchide2 {display:none;}
.pchidenav {display:none;}

.mhide {display:none;}
.mhide2 {display:block;}
.mhidenav {display:block;}

h1 {
	font-family: 'Product Sans Medium Regular';
    font-style: normal;
    font-weight: normal;
    src: local('Product Sans Medium Regular'), url('ProductSans-Medium.woff') format('woff');
	margin: 0px;
	/*text-shadow: 1px 1px 3px #000;*/
}

.sh1 {
	font-size:60px;
}


h2 {
	font-family: 'Product Sans Medium Regular';
    font-style: normal;
    font-weight: normal;
    src: local('Product Sans Medium Regular'), url('ProductSans-Medium.woff') format('woff');
}

.sh2 {
	font-size: 50px;
	margin:0px;
}


h3 {
	font-family: 'Product Sans Regular';
    font-style: normal;
    font-weight: normal;
    src: local('Product Sans Regular'), url('ProductSans-Regular.woff') format('woff');
	margin: 0px;
}

.sh3 {
	font-size: 26px;
	line-height:38px;
}

h4 {
	font-family: 'Roboto Condensed', sans-serif;
	margin: 0px;
	font-weight: 800;
}

.sh4 {
	font-size: 1.1em;
	line-height:1.5em;
}

p, li {
	font-family: 'Product Sans Light Regular';
    font-style: normal;
    font-weight: normal;
    src: local('Product Sans Light Regular'), url('ProductSans-Light.woff') format('woff');
	margin: 0px;
}

.shp {
	font-size:16px;
	line-height:28px;
}

.shhul {
	font-size:25px;
	line-height:40px;
	font-family: 'Product Sans Medium Regular';
    font-style: normal;
    font-weight: normal;
    src: local('Product Sans Medium Regular'), url('ProductSans-Medium.woff') format('woff');
	list-style: none;
	list-style-type: none;
	margin-left:0px;
	padding-left:0px;
}

.shhul a {text-decoration: none;
	color:#ffffff;}

.txt_xl {
	font-size:60px;
}

.txt_l {
	font-size:45px;
}

.txt_m {
	font-size:30px;
}

.tshad {
	text-shadow: 0 2px 2px rgba(0, 0,0 ,0.25);
}

.tshadw {
	text-shadow: 0 2px 2px rgba(255, 255,255 ,0.25);
}

.color_b6007f {color:#b6007f;}

.g666 {
	color: #666;
}
.red {
	color: #990000;
}
.blue {
	color: #2461cc;
}

.d_blue {
	color: #025086;
}

.l_blue {
	color: #99ff66;
}

.orange {
	color: #ed5a24;
}

.lyellow {
	color: #FF9;
}

.yellow {
	color: #FF0;
}


.whitebg {
	background-color:#FFF;
}

.orangebg {
	background-color:#f15a23;
}

.greybg{
	background-color:#efefef;	
}

.bluebg {
	background-color: #243793;
}

.lgrey{
	color:#f5f5f5;
}

.black {
	color:#000;
}

.pad10 {
	padding:10px;
}


.pad20 {
	padding:0px 20px;
}

.center_wrap {
	width: 1260px;
	margin-right: auto;
	margin-left: auto;
}

.center_wrap_wide {
	width: 1440px;
	margin-right: auto;
	margin-left: auto;
}


.wrap_100 {
	width: 100%;
}

.clear {
	clear:both;
}

.mast_left {
	min-width:320px;
	display:inline;
	float:left;
}

.mast_right {
	min-width:320px;
	display:inline;
	float:right;
}

.white_ramp {
	/*background-position: bottom;
	background-image: url(../img/ramp-white.png);
	background-repeat: repeat-x;
	width: 100%
	*/
}


.orangebutt {
	background-color:#f15a23;
	
}

.orangebutt a {
	text-decoration:none;
	color:#FFFFFF;
}

.mleft {margin-left:20px;}

/* 50 / 50 */
.col_2_out {
	margin-right: 10px;
}

.col_2_in {
	width:50%;
	float:left;
	display:inline;
	margin-top:10px;	
}





/* 50 / 50 */
.col_2_marg {
	margin-right: 10px;
}

.col_2_box {
	width:50%;
	float:left;
	display:inline;
	margin-top:10px;	
}


/* 33 */
.col_3_marg {
	margin-right: 10px;
}

.col_3_box {
	width:33%;
	float:left;
	display:inline;
	margin-top:10px;	
}


/* 60/40 */
.col_60_marg {
	margin-right: 10px;
}

.col_60_box {
	width:60%;
	float:left;
	display:inline;
	margin-top:10px;	
}
/* 60/40 */

.col_40_marg {
	margin-right: 10px;
}

.col_40_box {
	width:40%;
	float:left;
	display:inline;
	margin-top:10px;	
}
/* 60/40 */

.col1 {
	float:left;
	display:inline;
	width: 402px;
	margin-right: 5px;
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #c0471b;	
}

.col2 {
	float:left;
	display:inline;
	width: 402px;
	margin-right: 5px;
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #c0471b;	
}

.col3 {
	float:left;
	display:inline;
	width: 402px;
}


.col_4_marg {
	width:25%;
	display:inline;
	float:left;
}

.col_4_box { 
	}



.half1 {
	width: 600px;
	float:left;
	display:inline;
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #999;
	margin-right:10px;	
}

.half2 {
	width: 600px;
	float:left;
	display:inline;	
}

.pws_ts {
	text-shadow: 1px 1px 3px #000;
}

.colb {
	margin:5px;
	padding:10px
}

.navadj {
	margin-top:-37px;	
}


.home_vid {
	width:50%;
	display:inline;
	float:right;
	margin-left:10px;
	margin-right:10px;	
}

/* Share bar background */
#pws-share-wrap {
	padding: 2px;
	background-color: #333;
}

.pws_rbrand {
	float:right;
	display:inline;
	padding-left:10px;
	margin-right:10px;
	margin-top:0px;
	margin-bottom:0px;
}

#pws_navigation {
	clear: both;
	width: 100%;
}


/* Footer */
#pws_footer {
	background-color:#000;
	width: 100%;
	bottom: 0px;

}

#pws_footer ul {
	list-style-type: circle;
	margin-top: 0px;
	margin-left: 0px;
	
}

#pws_footer li {

}

#pws_footer a {
	text-decoration: none;
	color:#fff;
}

#pws_footer a:hover {
	text-decoration: underline;
}

.footer_center {
	text-align: left;
}

/* COLORS */
.white {
	color:#FFF;
}

#pws-map {
	width: 100%;
	height: 350px;
	z-index: 0;
}

#pws_form {
	display: inline;
	float: right;
	min-width: 290px;
	background-color: #f15a23;
	
}





#pws_map_text {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	display: inline;
	float: left;
}

#pws_map_nav {
	display: inline;
	float: right;
}


.clear {
	clear:both;
}

.pws_main_wrap {
	min-width: 320px;
	max-width: 920px;
	margin-right: auto;
	margin-left: auto;
}


/* YOUTUBE */
.pws-vid-container { 
	position: relative; 
	padding-bottom: 56.25%; 
	padding-top: 30px; 
	height: 0; overflow: hidden; 
} 

.pws-vid-container iframe, 
.pws-vid-container object, 
.pws-vid-container embed { 
	position: absolute;
	top: 0;
	left: 0; 
	width: 100%; 
	height: 100%; 
}

.pws-img {
	float:right;
	display:inline;
	margin-left:10px;
	width:418px;
}

.pws_nav_wrap{
	
	float:right;
	display:inline;
	
	/*
	margin-right:auto;
	margin-left:auto;
	max-width:1260px;	
	*/
}

#pws-tricol {
	width:418px;
	float:left;
	display:inline;
}

.pws_field{
	width:50%;	
}

.pws_lbrand{
	max-width:400px;
	float:left;
	display:inline;
	padding-left:10px;
	padding-top:10px
}

/* infield */

	
/* infield */
form, form input, form textarea, form label {
	font-family: Helvetica, Arial;
	font-size: 1em;
}

form p {
	position: relative;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
}

form p label {
	position: absolute;
	top: 0;
	left: 0;
	font-size: .8em;
}

form p br {display: none;}


form p input,
form p textarea {
	display: block;
	padding: 8px;
	margin: 0;
	font-size: 0.75em;
	font-weight: normal;
	background-color: #f5f5f5;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #666;
}


form p select {
	display: block;
	padding: 7px;
	margin: 0;
	font-size: 0.75em;
	font-weight: normal;
	background-color: #f5f5f5;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


form p label,
form select option {
	display: block;
	margin: 9px;
	padding: 0;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #666;
}

form p textarea {
	padding: 8px;	
}

form p textarea,
form p input {
}

form p label {
}

input[type=submit] {
    -webkit-border-radius: 25px;
	border-radius:25px;
	margin:10px 15px 0px 0px;
	font-size:20px;
	font-family: 'Product Sans Black Regular';
	padding:15px 25px; 

    border:0 none;
    cursor:pointer;
	color:#FFFFFF;

	text-transform: uppercase;
	background: linear-gradient(100deg, #b60000, #f1a6a6 );
	background-size: 400% 400%;
	animation: gradient 15s ease infinite;
}

/* infield */
	


/* infield */


#map_canvas {
    height: 350px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    color: #000;
    z-index: 0
}


.footer_button {float:right;display: inline-block;border-radius:25px;margin:0px 20px 0px 0px;}
.footer_r {float:right;display: inline-block;border-radius:25px;margin:0px 15px 0px 0px;}

.handwriting {
  font-family: "Shadows Into Light Two", cursive;
  font-weight: 400;
  font-style: normal;
}


.flex_price {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.flex_price_child {
	text-align: center;
	flex:1;
	padding: 20px 0;
	border: 1px solid #cccccc;
	border-radius:5px;
}

.font_45e {font-size:calc(100% + .45em);}

/* 920 pads - 1/2 1080p */
@media (max-width: 1260px) {
	
#parent{
      height: 2000px;
     
}
#child{
      width: 100%;
      height: 1000px;
      position: sticky;
      top: 10%;
      left: 0px;
}
	
	.center_wrap {
		width: 768px;
		margin-right: auto;
		margin-left: auto;
	}
/*
	.burger_logo { width: 450px; 
		position: absolute;
		padding:10px 0px 0px 10px;
	}
*/	
	.sh1 {
		font-size:50px;
	}

	.sh2 {
		font-size: 45px;
		margin-top:0px;
	}

	.sh3 {
		font-size: 30px;
	}

	

	
	.col1 {
		float:left;
		display:inline;
		width: 286px;
		margin-right: 5px;
		border-right-width: 1px;
		border-right-style: dashed;
		border-right-color: #c0471b;	
	}

	.col2 {
		float:left;
		display:inline;
		width: 286px;
		margin-right: 5px;
		border-right-width: 1px;
		border-right-style: dashed;
		border-right-color: #c0471b;	
	}

	.col3 {
		float:left;
		display:inline;
		width: 286px;
	}
	
	
	/* 50 / 50 */
	.col_2_out {
		margin-right: 10px;
	}

	.col_2_in {
		width:100%;
		float:none;
		display:block;
		margin-top:10px;	
	}
	
	
	
	/* 50 / 50 */
	.col_2_marg {
		margin-right: 10px;
	}

	.col_2_box {
		width:100%;
		float:none;
		display:block;
		margin-top:10px;	
	}
	
	
		/* 33 */
	.col_3_marg {
		margin-right: 10px;
	}

	.col_3_box {
		width:100%;
		float:none;
		display:block;
		margin-top:10px;
		padding: 0px 20px;
		clear:both;
	}
	
	
	.col_4_marg {
	width:100%;
	display:block;
	float:none;
}

.col_4_box { 
	}
	
	.pws-img {
		float:right;
		width:450px;
		display:inline;
	}
	
	#pws-tricol {
		width:300px;
		float:left;
		display:inline;
	}
	
	.mhide2 {display:none;}
	
	.pchide2 {display:block;}
	.pchide {display:block;}
	
	
	.home_overlay {margin-top:0px;margin-bottom:60px;z-index: 999999999 !important;position:relative;}
	
	.footer_button {float:none;text-align: center;display: inline-block;border-radius:25px;margin:0px 15px 0px 0px;}
	.footer_r {float:none;text-align: center;display: inline-block;border-radius:25px;margin:0px 15px 0px 0px;}
	
	.gapr {gap:10px;}
	
	.gap60r {
		height: 20px;
	}
}


/* mobile device */
@media (max-width: 767px) {

	.mhidenav {display:none;}
	.pchidenav{display:block;}
	
	.burger_logo { 
		width: 230px; 
		position: absolute;
		padding:10px 0px 0px 10px;
	}
	
	.center_wrap {
		width: 100%;
		margin-right: auto;
		margin-left: auto;
	}

	.sh1 {
		font-size:50px;
	}

	.sh2 {
		font-size: 45px;
	}

	.sh3 {
		font-size: 30px;
	}
	
	
	
	
	.shhul {
	font-size:20px;
	line-height:40px;
	font-family: 'Product Sans Medium Regular';
    font-style: normal;
    font-weight: normal;
    src: local('Product Sans Medium Regular'), url('ProductSans-Medium.woff') format('woff');
	list-style: none;
	list-style-type: none;
	margin-left:0px;
	padding-left:0px;
}
	
	
	.col1 {
		float:none;
		display:block;
		width:100%;	
		border:none;
	}

	.col2 {
		float:none;
		display:block;
		width:100%;	
		border:none;
	}

	.col3 {
		float:none;
		display:block;
		width:100%;
		border:none;
	}
	
	
	.footer_center {
		text-align: center;
		
	}
	
	.footer_center li {
		list-style: none;
	}
	
	.colb {
	margin-right:5px;
	margin-bottom:5px;
	margin-top:5px;
	margin-left:0px;
	padding-top:10px;
	padding-right:10px;
	padding-bottom:10px;
	padding-left:0px;
	}

	

	
	
	/* 60/40 */
	.col_60_marg {
		margin-right: 0px;
	}

	.col_60_box {
		width:100%;
		float:none;
		display:block;
		margin-top:10px;	
	}
	/* 60/40 */

	.col_40_marg {
		margin-right: 0px;
	}

	.col_40_box {
		width:100%;
		float:none;
		display:block;
		margin-top:10px;	
	}
	/* 60/40 */
	
	

	
	
	.navadj {
		margin-top:5px;	
	}

	.home_vid {
		width:100%;
		margin:0px;
	}

	.pws_nav_wrap{
		clear:both;
		width:100%;
		background-color:#f5f5f5;	
	}


	#pws-share-wrap {
		display:none;
	}

	.pws-img {
		width:100%;
	}

	#pws-tricol {
		width:100%;
		clear:both;
	}

	.pws_rbrand {
		float:none;
		text-align:center;
		margin-left:auto;
		margin-right:auto;
		margin-top:20px;
		margin-bottom:0px;
		clear:both;
	}

	.pws_lbrand{

		float:none;
		display:block;
		padding-left:10px;
		padding-right:10px;
		padding-top:10px;
		margin-bottom:-10px;
		clear:both;
		margin-left:auto;
		margin-right:auto;
	}
	.mhide {display:none;}
	
	.mleft {margin-left:0px;}
	
	
	
	.mhide_mslider{display:none;}
	.pchide_mslider{display:block;}
	

	.flex_price_child {flex: 33.3%;}
	
}


@media (max-width: 520px) {
	#parent{
      height: 3000px;
     width: 100%;
	}
	#child{
		  width: 100%;
		  height: 1300px;
		  position: sticky;
		  top: 5%;
		  left: 0px;
	}
	.home_line2 {margin: 0px 0 0 0;font-size:32px;}
	.home_line3 {margin: 0px 0 0 0;font-size:25px;}
	
	.sh1 {
		font-size:40px;
	}

	.sh2 {
		font-size: 30px;
	}

	.sh3 {
		font-size: 20px;
		line-height: 28px;
	}
	
}

