@import url('https://fonts.googleapis.com/css2?family=Dosis:wght@500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Spartan:wght@500&display=swap');

body {
	font-family: Spartan;
    	color: #34282C;
    	//font-family: "proxima-nova", sans-serif;
    	//-webkit-font-smoothing: antialiased;
	//font-family: "Lato", arial, verdana, sans-serif;
    	font-size: 100%;
    	color: #242424;
	overflow-x: hidden;
	text-align: center;
}

a {
	text-decoration: none;
}

  a:link    { color: inherit; text-decoration: none; }
  a:visited { color: inherit; text-decoration: none; }
  a:hover   { color: red; text-decoration: none; }
  a:active  { color: inherit; text-decoration: none; }

p {
	margin-top: -10px;
	margin-bottom: 0px;
	line-height: 27px;
}

ul {
	line-height: 32px;	
}

li {
	position: relative;
	top: -3px;
}

.amen {
	padding-left: 10px;
}

.arrow {
  border: solid black;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  margin-left: 10px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transition: 0.5s;
}

p {
	padding: 30px;
}

#wrapper {
	text-align: center;
}

#page {
	position: relative;
	display: inline-block;
	width: 1370px;
	margin-top: 80px;
	text-align: center;
	left: -10px;
}

#header {
	position: fixed;
	width: 110%;
	height: 80px;
	top: -5px;
	left: -10px;
	background: white;
  	background-image: url('images/loz369mod.png');
	box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
  	background-repeat: no-repeat;
  	background-position: 50px;
  	background-size: 430px;
	margin-top: 5px;
	padding-top: 10px;
	z-index: 20;
	text-align: center;
	line-height: 70px;
	user-select: none;
}

#home {
	position: absolute;
	top: -5px;
	left: -10px;
	width: 500px;
	height: 95px;
	//background: yellow;
	cursor: pointer;
}

#banner {
	height: 200px;
	margin-top: 50px;
	background: black;
  	background-image: url('images/ban.png');
  	background-position: center;
  	background-size: 1370px;
	text-align: center;
	color: white;
  	text-shadow: 2px 2px 4px black;
	font-size: 60px;
	text-shadow: #FFF 0px 0px 5px, #FFF 0px 0px 10px, #FFF 0px 0px 15px, #FF2D95 0px 0px 20px, #FF2D95 0px 0px 30px, #FF2D95 0px 0px 40px, #FF2D95 0px 0px 30px, #FF2D95 0px 0px 40px;
	font-family: 'Courier New', monospace;
	line-height: 200px;
	margin-bottom: 50px;
	border-radius: 200px;
	box-shadow: rgba(0, 0, 255, 0.56) 0px 22px 75px 4px;
}

#footer {
	float: left;
	width: inherit;
	height: 150px;
	background: black;
  	background-image: url('images/foot.png');
  	background-repeat: no-repeat;
  	background-position: right;
  	background-size: 500px;
	text-align: center;
	color: white;
	line-height: 200px;
	opacity: 0.9;
	font-size: 90%;
	border-radius: 150px;
	box-shadow: rgba(0, 30, 37, 0.12) 0px 4px 8px 0px, rgba(15, 30, 37, 0.32) 0px 4px 32px 0px;
}

#content {
	display: inline-block;
	//text-align: justify;
	text-align: left;
	width: 1000px;
	transition: opacity 0.5s;
	transition-timing-function: ease-in-out;
}

#panel_right {
	float: right;
	display: block;
	width: 300px;
	height: 600px;
	margin-left: 50px;
	margin-bottom: 50px;
	overflow: hidden;
}

.dropbtn {
  position: relative;
  display: inline-block;
  min-width: 130px;
  text-align: left;
  cursor: pointer;
  transition: 0.3s;
}

.dropdown {
  position: relative;
  display: inline-block;
  text-align: left;
  min-width: 160px;
}

.dropdown-content {
  position: absolute;
  background-color: white;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  opacity: 0.1;
  transition: 0.4s;
  visibility: hidden;
}

.dropdown-content a {
  height: 50px;
  line-height: 50px;
  color: black;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {color: white; background-color: #34282C;}

#dc1:hover .dropdown-content { visibility: visible; opacity: 1.0; //display: block;}
#dc2:hover .dropdown-content {  visibility: visible; opacity: 1.0; //display: block;}

#dc1:hover .arrow {transform: rotate(-135deg); -webkit-transform: rotate(-135deg);}
#dc2:hover .arrow {transform: rotate(-135deg); -webkit-transform: rotate(-135deg);}

.dropdown:hover .dropbtn {color: red} 
.dropdown:hover .arrow {  border-color: red;}
.dropbtn:hover {color: red} 

#slide {
	position: fixed;
	top: 0px;
	right: 50px;
	width: 75px;
	height: 90px;
	z-index: 21;
	cursor: pointer;
  	transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
}

#left {
  position: absolute;
  top: 14px;
  left: -5px;
  width: 63px;
  height: 63px;
  background: red;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  z-index: 25;

}

#left_lab {
  position: absolute;
  padding-top: 15px;
  width: 60px;
  height: 45px;
  line-height: 15px;
  color: white;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  text-align: center;
  font-size: 80%;
}

#red {
  position: absolute;
  left: 26px;
  width: 100%;
  height: 100%;
  text-align: center;
}

#slogan {
	position: absolute;
	width: 380px;
	height: 150px;
  	background-image: url('images/slogan.png');
  	background-repeat: no-repeat;
  	background-position: center;
  	background-size: 380px;
	border-radius: 150px;
}

#icons {
	display: inline-block;
	height: 150px;
	width: 800px;
	text-align: center;
	line-height: 160px;
	font-size: 90%;
}

.ico {
	display: inline-block;
	width: 140px;
	height: 25px;
  	background-repeat: no-repeat;
  	background-position: left;
  	background-size: 25px;
	line-height: 25px;
	text-align: left;
	padding-left: 35px;
	margin-left: 40px;
}

#phone {
  	background-image: url('icons/phone.png');
}

#email {
  	background-image: url('icons/email.png');
}

#location {
  	background-image: url('icons/location.png');
}

#sign {
	position: absolute;
	height: 10px;
	left: 545px;;
	margin-top: -45px;
	font-size: 18px;
  	text-shadow: 2px 2px 24px black;
	color: white;
	text-shadow: #FFF 0px 0px 5px, #FFF 0px 0px 10px, #FFF 0px 0px 15px, #FF2D95 0px 0px 20px, #FF2D95 0px 0px 30px, #FF2D95 0px 0px 40px, #FF2D95 0px 0px 50px, #FF2D95 0px 0px 60px;
}

#smico {
	display: inline-block;
	width: 250px;
	line-height: 110px;
	text-align: center;
}

.smico {
	display: inline-block;
	margin-right: 5px;
}

img {
	width: 30px;
	height: auto;
}

figcaption {
	text-align: center;
	font-size: 12px;
	margin-bottom: 20px;
	line-height: 18px;
}

.side_links {
	line-height: 40px;
	margin-left: 25px;
	margin-top: 30px;
}

.plink {
	text-decoration: none;
	color: grey;
}
.plink:hover {color: red;}

.m {
	padding-top: 160px;
}

h3, h4 {
	margin-left: 30px;
	color: grey;
}
h3, h4 {
	padding-bottom: 0px;
	margin-bottom: 0px;
}
h4 {
	margin-bottom: 5px;
	color: black;
}

.point {
	position: relative;
	background-image: url('images/point.png');
 	background-repeat: no-repeat;
  	background-position: left;
  	background-size: 10px;
	width: 400px;
}

.padder {
	padding-top: 150px;
}

.img_full {
	width: 940px;
	margin-left: 30px;
	margin-bottom: 10px;
}
.img_med {
	width: 850px;
	margin-left: 75px;
	margin-bottom: 10px;
}

#port_right {
	float: right;
	width: 400px;
	height: 500px;
	margin-left: 50px;
	margin-bottom: 50px;
	padding: 10px;
}

q {
	color: grey;
}

#h_img {
	width: 250px;
	margin-left: 25px;
	margin-bottom: 10px;
	cursor: pointer;
}

#vic {
	position: fixed;
	//top: 120px;
	top: 640px;
	right: 57.5px;
  	cursor: pointer;
	width: 80px;
	height: 80px;
	background-image: url('images/logo.png');
  	background-position: center;
	background-repeat: no-repeat;
	border-radius: 80px;
	box-shadow: silver 0px 4px 8px, whitesmoke 0px 4px 8px;
	visibility: hidden;
}

blockquote {
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 30px;
  	//font-weight:300;
	color: #013220;
}

#mantra {
	display: inline-block;
	height: 150px;
	overflow: hidden;
	margin-left: 35px;
	margin-top: 20px;
}

#bar {
	position: absolute;
	width: 10px;
	height: inherit;
	//background: #013220;
	background: silver;
}

#to_home {
	position: fixed;
	bottom: 10px;
	right: 60px;
	z-index: 10;
	visibility: hidden;
}

.l_drop {
	color: #570861;
	cursor: pointer;
	text-shadow: 2px 7px 6px silver;
}

#goto369, #gotorel4 {
	float: left;
	width: 40%;
	height: 140px;
	background-color: #36454F;
  	background-image: url("online/logo.png");
  	background-repeat: no-repeat;
  	background-position: center;
  	background-size: 100%;
	border-radius: 12px;
	box-shadow: rgba(0, 0, 0, 0.4) 0px 4px 8px, rgba(0, 0, 0, 0.3) 0px 9px 15px -5px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
	margin-bottom: 30px;
	cursor: pointer;
	overflow: hidden;
	margin-left: 30px;
}

#gotorel4 {
  	background-image: none;
}

.youtube {
  display: inline-block;
  text-align: center;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 30px;
}

#omg {
  	display: inline-block;
	height: 300px;
	width: 500px;
  	background-image: url("images/back.png");
  	background-repeat: no-repeat;
  	background-position: center;
  	background-size: 100%;
	border-radius: 12px;
	background-color: #36454F;
	box-shadow: rgba(0, 0, 0, 0.4) 0px 4px 8px, rgba(0, 0, 0, 0.3) 0px 9px 15px -5px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
	overflow: hidden;
	text-align: right;
	line-height: 300px;
	color: white;
	font-family: Impact, Haettenschweiler, "Franklin Gothic Bold";
  	-webkit-text-stroke: 1px #282828;
  	text-shadow: 0px 4px 4px #282828;
	font-size: 45px;
	cursor: pointer;
}

