/* ----------------------------- */
/* BASIC SETUP */
/* ----------------------------- */

html, body{
	font-family: 'helvetica', 'arial', 'lato', 'sans-serif';
	font-size: 16px;
	font-weight: 100;
	background-color: #fff;	
        color: #000;
	text-rendering: optimizeLegibility;
	overflow-x: hidden;
	max-width: 1000px;
	margin: 0 auto;
}

section{
	background-color: #fff;
	margin-top: 30px;
}

section div{
	padding-bottom: 15px;
}

strong{
	font-weight: 800;
}


.w3-row-padding{
	padding: 20px;
}


.img{
	width: 100%;
}.img95{
	width: 95%;
}.img90{
	width: 90%;
}.img85{
	width: 85%;
}.img80{
	width: 80%;
}.img75{
	width: 75%;
}.img70{
	width: 70%;
}.img65{
	width: 65%;
}.img60{
	width: 60%;
}.img55{
	width: 55%;
}.img50{
	width: 50%;
}.img45{
	width: 45%;
}.img40{
	width: 40%;
}.img35{
	width: 35%;
}.img30{
	width: 30%;
}.img25{
	width: 25%;
}.img20{
	width: 20%;
}.img15{
	width: 15%;
}.img10{
	width: 10%;
}.img5{
	width: 5%;
}

img{
	padding: 5px;
}



/* ----------------------------- */
/* BASIS SETUP */
/* ----------------------------- */

.link{
	text-decoration: none;
}



/* ----------------------------- */
/* HEADINGS */
/* ----------------------------- */

h1{
	font-size: 60px;
	font-family: Montserrat, sans-serif;
	color: #f72f7c;
}



/* ----------------------------- */
/* COPY BASICS */
/* ----------------------------- */

.copy{
	line-height: 1.7;
}

.copy p, li{
	padding-left: 8px;
	padding-right: 8px;
}


/* ----------------------------- */
/* COLORS */
/*  Create Custom Color Palette  */
/* ----------------------------- */

.w3-green{
	background-color: #41ec2d;
}



/* ----------------------------- */
/* PARALAX BACKGROUND */
/* ----------------------------- */

/* .parallax{
	background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.75)), url(/images/background/slice1.png);
	filter: blur (10px);
	-webkit-filter: blur (10px);
	background-size: cover;
	background-position: top;
	background-attachment: fixed;
	z-index: -9999;
	max-width: 1000px;
} */




/* ----------------------------- */
/* BACKGROUND */
/* ----------------------------- */

.background{
	background-image: url(/images/background/slice1.png);
	/* filter: blur (10px);
	-webkit-filter: blur (10px); */
	background-size: cover;
	background-position: top;
	/* z-index: -9999; */
	max-width: 1000px;
}



/* ----------------------------- */
/* HOMEPAGE SETUP */
/* ----------------------------- */

.google-map{
	position: relative;
	padding-bottom: 75%; // This is the aspect ratio
	height: 0;
	overflow: hidden;
}

.google-map iframe{
/* 	position: absolute; */
	top: 0;
	left: 0;
	width: 100% !important;
/* 	height: 100% !important; */
}



/* ----------------------------- */
/* FAQ SETUP */
/* ----------------------------- */

/* background color */
.bbackground{
	background-color: #d1e8fb;
}

li{
	list-style: circle;
}

.linone li{
	list-style: none;
}

h3,u{
	color: #d70fa8;
}

.tag{
	text-decoration: none;
}



/* ----------------------------- */
/* ID TAGS */
/* ----------------------------- */

.title{
	margin: auto 0 !important;
	max-width: 300px;
}


/* ----------------------------- */
/* STICKY NAVIGATION / HEADER */
/* ----------------------------- */

.top-container {
  background-color: #f1f1f1;
  padding: 30px;
  text-align: center;
}

.header {
  padding: 10px 16px;
  background: #555;
  color: #f1f1f1;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}

.sticky + .content {
  padding-top: 102px;
}

/*
.active{
	color: black;
	font-weight: 600;
	border-width: 3px solid #4fe26c;
	border-width: 0px 0px 4px 0px;
}
*/

div {
	margin: 5px 0;

}

.faded{
	background-color: rgba(255, 255, 255, 0.75);
}



/* ----------------------------- */
/* HEADER CIRCLES */
/* ----------------------------- */

.circle{
	margin-left: 25px;
}


/* ----------------------------- */
/* PARAGRAPH MARGINS */
/* ----------------------------- */

/* this is for the homepage between the circles near the top */
/*
.leftmargin{
	margin-left: 25px;
}
*/



/* ----------------------------- */
/* MEET US */
/* ----------------------------- */

.pticon1{
	font-size: 100px;
	margin-top: 35px;
	margin-right: 15px;
}




/* ----------------------------- */
/* IMAGE ATTRIBUTES */
/* ----------------------------- */

/* center an image */
.centerimg{
	margin: 0 auto;
}