@charset "utf-8";
/* CSS Document */

/*----------------------------------------------------------------------*/

/*  Body Start  */

body {
	background-color: #7B0ADB;
	margin: 0px 0px 0px 0px;
	min-height: 100vh;
	display: flex;
	flex-direction: column;
}

/*  Body End  */

/*--------------------------------------------------------------------*/

/*  Header Start  */

.header {
	background-image: url("../images/localpracticesimages/brujeriabanner.jpeg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.headerlogo {
	width: 330px;
	height: 330px;
	display: block;
	margin: 0px auto;
	padding: 0px;
}

.headermenu {
	font-size: 20px;
	text-align: center;
	margin: 0px auto;
	padding: 0px;
	position: relative;
	bottom: 50px;
}

li.headermenuli {
	display: inline;
	margin-right: 10px;
}

a {
	text-decoration: none;
	color: rgba(255,255,255,1.00);
}

a:hover {
	color: aqua;
	text-decoration: underline;
}

/*  Header End  */

/*-----------------------------------------------------------------------*/

/*  Content Start  */

.content {
	margin: 0px auto;
}

h1 {
	color: #FFFFFF;
	font-size: 20px;
}

p {
	color: #FFFFFF;
	font-size: 16px;
}

#row1h1 {
	font-size: 38px;
	font-weight: 50;
	text-align: center;
}

#row3h1 {
	font-size: 38px;
	font-weight: 50;
	text-align: center;
}

/*  Content End  */

/*----------------------------------------------------------------------*/

/*  Footer Start  */

.footer {
	background-image: url("../images/moonbanner2.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	height: 200px;
	margin-top: auto;
}

p.footerp {
	color: rgba(255,255,255,1.00);
	text-align: center;
	font-size: 30px;
	margin: auto;
	position: relative;
	top: 75px;
}

a.footerbutton {
	color: #F70B0F;
}

/*  Footer End  */

/*----------------------------------------------------------------------*/


/*  Large Screen Start  */

@media (min-width: 780px) {
	
/*-------------------------*/	
	
	.header {
		height: 330px;	
	}
	
	.headermenu {
		width: 720px;
	}
	
	.content {
		width: 800px;
	}
	
	.row {
		overflow: auto;
	}
	
	.row2block {
		width: 180px;
		text-align: center;
		float: left;
		margin-left: 8.75px;
	}
	
	#row2block4 {
		margin-right: 8.75px;
	}
	
	.row2blockh {
		height: 65px;
	}
	
	#row4imageblock {
		width: 300px;
		float: right;
	}
	
	#row4profileimage {
		width: 300px;
	}
	
	#row4imageblockp {
		width: 200px;
		font-size: 25px;
		text-align: center;
		margin: 10px auto 0px auto;
	}
	
	#row4rootsimage {
		width: 300px;
	}
	
	.row4blockh {
		font-size: 25px;
		font-weight: 50;
		text-align: center;
	}
	
	.row4blockp {
		font-size: 18px;
	}
	
/*------------------------*/	
	
}

/*  Large Screen End  */

/*-----------------------------------------------------------------------*/

/*  Small Screen Start  */

@media (max-width: 780px) {
	
/*---------------------------*/	
	
	.header {
		height: 350px;	
	}
	
	.headermenu {
		width: 400px;
	}
	
	.content {
		width: 480px;
	}
	
	.row {
		width: 400px;
		margin: 0px auto;
	}
	
	.row2block {
		width: 300px;
		text-align: center;
		margin: 0px auto;
	}
	
	#row4imageblock {
		width: 300px;
		margin: 0px auto;
	}
	
	#row4profileimage {
		width: 300px;
		margin: 10px auto;
	}
	
	#row4imageblockp {
		width: 200px;
		font-size: 25px;
		text-align: center;
		margin: 10px auto;
	}
	
	#row4rootsimage {
		width: 300px;
		margin: 10px auto;
	}
	
	.row4blockh {
		text-align: center;
		font-size: 25px;
	}
	
	.row4blockp {
		font-size: 18px;
	}
	
/*--------------------------*/	
	
}

/*  Small Screen End  */