@font-face {
	font-family: 'avalon';
	src: url('../fonts/Avalon.ttf');
	font-style: normal;
}

@font-face {
	font-family: 'avalonbold';
	src: url('../fonts/Avalon Bold.ttf');
	font-style: bold;
}

body {
	font-size: 18px;
	font-family: 'avalon', 'serif';
	overflow-x: hidden;
}

#cloudy {
	background: url("../images/cloudy3.jpg") center top;
	background-repeat: no-repeat;
	font-weight: 400;
}

#body-main {

	padding-bottom: 20px;
}

footer {

	background-color: #34b3e3;
}

.copyright {
	background-color: #a466a7;
	text-align: center;
	color: #000;
}

.phone a {
	color: #015267;
	font-size: 30px;
}

.phone a {
	text-decoration: none;
}

.purpbtn {
	background-color: #a466a7;
	border-radius: 30px;
	color: #fff;

	font-family: 'STIX Two Math', serif;
	font-size: 20px;
	padding-right: 30px;
	padding-left: 30px;
}

.purpbtn:hover {
	color: #000;


}

h1 {
	font-family: 'STIX Two Math', serif;
	color: #015267;
	padding-top: 15px;
	text-align: center;
}

h2 {
	font-family: 'STIX Two Math', serif;
	color: #d82d8d;
	font-size: 24px;
}

p {
	font-family: 'Rubik', sans-serif;
}

.fb {
	margin-top: -5px;
}

.logo {
	margin-bottom: -20px;
	margin-left: -20px;
}

.rslides {
	z-index: 0
}

.sun {
	margin-left: -260px;

}

.headshot {
	border: solid 2px #000;
	margin-right: 10px;
	margin-top: 5px;
	border-radius: 30px;
}

.owner {
	background-image: url("../images/ownerbg.jpg");
	background-position: center;
	border-radius: 30px;
}

.therapy {
	color: #fff;
	background-color: #268ea7;
	font-size: 20px;
}

.therapy ul {
	margin-bottom: 0;
}

.callaction {
	background-image: url("../images/boat.jpg");
	background-position: right;
	height: 453px;
	background-size: cover;
}

.services a {
	color: #000;
}

.phonebtm {
	margin-top: -60px;
}

.box {
	border: solid 2px #000;
	border-radius: 30px;
	margin-bottom: 5px;
}

/**NAVBAR**/

.navbar {
	/* navbar styles */
	background: transparent;
	padding: 0 1rem;

}

.nav-link {
	/* top level link */
	color: #660238;
	font-size: 19px;
	font-weight: bold;
	font-family: 'avalonbold', 'serif';

}

.nav-link:hover {

	color: #d82d8d;
	/* top level link hover */
	text-shadow: 1px 1px 5px #fff;
}

.dropdown-menu {
	/* dropdown menu styles */
	background: #FFF;
}

.dropdown-item {
	/* dropdown link */
	color: #000;
}

.dropdown-item:hover {
	/* dropdown link hover */
	color: #FFF;
	background: #00F;
}

.navbar-toggler {
	/* styles the mobile nav button border */
	border-color: #000;
	border-radius: 8px;
}

.navbar-toggler-icon {
	/* sets color of the mobile nav button lines, only edit the "stroke='rgb(0,0,0)'" value */
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgb(0, 0, 0)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

/* mobile nav styles */
@media (max-width: 767px) {
	.navbar {
		/* navbar styles */
		padding: .25rem 1rem;
	}

	.nav-link {
		/* top level link */
		text-align: left;
		font-size: 18px;
		border-bottom: 1px solid rgba(0, 0, 0, 0.2);
	}

	.dropdown-menu {
		/* dropdown menu styles */
		padding-top: 0;
		padding-bottom: 0;
		background: none;
		border: none;
	}

	.dropdown-item {
		/* dropdown link */
		padding-top: 10px;
		padding-bottom: 10px;
		font-size: 18px;
		border-bottom: 1px solid rgba(0, 0, 0, 0.2);
	}
}


/*DIVIDERS*/

.nav-link {
	position: relative;
}

/*lines*/
/*
.nav-link:before {
	display:block;
	content:"";
	position:absolute;
	right:0;
	top:5px;
	bottom:5px;
	background:#000;
	width:1px;
}
*/

/*dots
.nav-link:before {
	display:block;
	content:"";
	position:absolute;
	right:4px;
	top:50%;
	margin-top:-4px;
	background:#000;
	width:8px;
	height:8px;
	border-radius:8px;
}

.nav-item:last-child .nav-link:before {
	display:none;
}
*/
/*END DIVIDERS*/


/**END NAVBAR**/


/************************/
/**SIZE SPECIFIC STYLES**/
/************************/

/**COMBINATIONS**/

/**SM & DOWN*/
@media (max-width: 767px) {
	header {
		background: #fff;
	}

	.navbar {
		background: #015267;
	}

	.nav-link {
		color: #fff;
	}

	.nav-link:hover {
		color: #999;
		text-shadow: none;
	}

	.logo {
		margin: 0 auto;
		display: block;
	}

	.callaction {
		background-image: url("../images/boatsm.jpg");

		background-size: cover;

		height: 380px;
	}

	.navbar-toggler {
		/* styles the mobile nav button border */
		border-color: #fff;
		border-radius: 8px;
	}

	.navbar-toggler-icon {
		/* sets color of the mobile nav button lines, only edit the "stroke='rgb(0,0,0)'" value */
		background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgb(256, 256, 256)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
	}
}

/**MD & DOWN*/
@media (max-width: 991px) {
	.herow {
		text-align: center;
	}

	.logo {
		margin: 0 auto;
	}

	.headshot {
		width: 30%
	}
}

/**LG & DOWN**/
@media (max-width: 1199px) {}

/**MD & UP*/
@media (min-width: 768px) {}

/**LG & UP**/
@media (min-width: 992px) {
	.hero-outer {
		position: relative;
	}

	.hero-text {
		position: absolute;
		top: 0;
		bottom: 0;
		right: 0;
		left: 0;
	}

	.callwid {
		width: 70%;
		margin: 0 auto;
	}

	.hero-header {
		text-align: left;
	}
}

/**INDIVIDUAL SIZES**/

/**XS**/
@media (max-width: 575px) {

	.callaction h3 {
		font-size: 24px;
	}

	.headshot {
		width: 40%
	}
}

/**SM**/
@media (min-width: 576px) and (max-width: 767px) {}

/**MD**/
@media (min-width: 768px) and (max-width: 991px) {
	.nav-link {
		text-align: right;
	}
}

/**LG**/
@media (min-width: 992px) and (max-width: 1199px) {
	.herow {
		height: 450px;
	}

	.callwid {
		width: 80%;
		margin: 0 auto;
	}
}

/**XLG**/
@media (min-width: 1200px) {
	.herow {
		height: 450px;
		padding-bottom: 50px;
	}

	.callwid {
		width: 70%;
		margin: 0 auto;
	}
}