/*
Author: andrew.schmidt15@pcc.edu
Date: 05/04/2023
File Name: styles.css
*/

/* CSS Reset */
body, header, nav, main, footer, h1, div, img, ul, figure, figcaption, section, article, aside, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
}

/* Style rules for body and images */

/*pre[class*="code"] {
  position: relative;
  margin: 5px 0 ;
  padding: 1.75rem 0 1.75rem 1rem;

}

pre[class*="code"] button{
  position: absolute;
  top: 5px;
  right: 5px;

}
*/

pre {
	max-width: 960px;
	position: relative;
	background: #d3d3d3;
	padding: 10px;
	font-size: 15px;
	word-wrap: break-word;
	white-space: pre-wrap;
	border: 1px solid #ff9670;
	border-radius: 6px;
	padding: 2.5%;
	box-shadow: 2.5px 5px 5px inset;
}

/*
pre {
	margin-left: 2.5%;
	margin-bottom: 2.5%;
	background-color: #d3d3d3;
	white-space: pre-wrap;
	word-break: break-all;
	border-radius: 8px;
	padding: 2%;
}
*/


/*
code {
	font-family: monospace;
	font-size: .9em;
        background-color: #d3d3d3;
        padding: 10px;
        line-height: 5em;
        border: solid 1px;
        border-color: #ff9670;
        border-radius: 6px;
}
*/

body {
	background-color:  #ff9670;
}

img, video {
	max-width: 100%;
	display: block;
}

/*	Style rule for box sizing applies to all elements	*/

* {
	box-sizing: border-box;
}
	
/*	Style rules for mobile viewport		*/

/* Style rule for header */

header {
	top: 0;
	background-color: #ff9670;
	height: 192px;
}

header img {
	margin: 0 auto;
}

/* Style rules for navigation area */
.dropdown {
	position: relative;
	display: inline-block;
}       
                        
.dropdown-guts {
	width: 192px;
	font-size: 0.6em;
	display: none;
	position: absolute;
	background-color: #ff9670;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	padding: 0.5em 1em;
	z-index: 1;
	border: 1px solid #FFDE70;
	border-radius: 3px 3px 8px 8px;
                
}       

.dropdown:hover .dropdown-guts {
	display: block;
	text-align: center; 
} 

nav {
/*	border-top: 1px solid #000;*/
	padding: 1%;
	margin-bottom: 1%;
}

nav ul {
	list-style-type: none;
	text-align: center;
}

nav li {
	font-size: 1.5em;
	font-family: 'Francois One', sans-serif;
	border-top: 1px solid #000;
}

nav li:first-child {
	border-top: none;
}

nav li a {
    display: block;
    color: #fff;
    padding: 0.5em 1em;
    text-decoration: none;
}

.dink_nuts {
	margin: auto;
	max-width: 95%;
	display: block;
}
/*	Show mobile class, hide tablet-desktop class	*/
.mobile {
	display: block;
}

.tablet-desktop {
	display: none;
}

/* Style rules for main content */
main {
    background-color: #fff;
    padding: 2%;
    font-size: 1.15em;
    font-family: 'Roboto Slab', serif;
}

video {
	margin: 0 auto 4%;
}

.mobile h3 {
	text-shadow: 5px 5px 8px #ccc;
}

article {
	padding: 2%;
}

article h3 {
	text-align: center;
}

article img {
	margin: 0 auto;
}

article ul {
	margin-left: 10%;
}

article:nth-of-type(2) {
	background-color: rgba(204,204,204,0.3);
}

.tel-link {
	background-color: #404040;
	padding: 2%;
	margin: 0 auto;
	width: 80%;
	text-align: center;
	border-radius: 5px;
}

.tel-link a {
	color: #fff;
	text-decoration: none;
	font-size: 1.5em;
	display: block;
}

.hours {
	margin-left: 10%;
}

.action {
	font-size: 1.35em;
    	color: #666600;
	font-weight: bold;
	text-shadow: 5px 5px 8px #ccc;
}

.frame {
	position: relative;
	width: 256px;
	height: 256px;
	margin: 2% auto;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.5), 0 6px 20px 0 rgba(0, 0, 0, 0.35);
}

.frame a {
	text-decoration: none;
	color: #fff;
}

.frame a:visited {
	color: #fff;
}

.pic-text {
	position: absolute;
	bottom: 0;
	background: rgba(0,0,0,0.5);
	color: #fff;
	max-width: 256px;;
	padding: 20px;
	text-align: center;
	font-family: Verdana, Arial, sans-serif;
	font-size: 1.5em;
	font-weight: bold;
}

.pic-text a {
	text-decoration: none;
	color: #fff;
}

.pic-text a:visited {
	color: #fff;
}

#section0, #section1, #section2 {
	margin: 0 2%;
}

.round {
	border-radius: 8px;
}

.external-link {
    color: #666600;
    font-weight: bold;
    text-decoration: none;
}

#contact {
    text-align: center;
}

#contact .contact-email-link {
    color: #fff;
    text-decoration: none;
}

.map {
    border: 2px solid #000;
    width: 95%;
    height: 50%;
}

#form {
	margin-top: 2%;
	background-color: #f2f2f2;
	padding: 2%;
}

#form h2 {
	text-align: center;
}

/*	Style rules for form elements	*/
fieldset, input, select, textarea {
	margin-bottom: 2%;
}

fieldset legend {
	font-weight: bold;
	font-size: 1.25em;
}

label {
	display: block;
	padding: 3%;
}

form #submit {
	margin: 0 auto;
	border: none;
	display: block;
	padding: 2%;
	background-color: #b3b3b3;
	font-size: 1em;
	border-radius: 10px;
}

/* Style rules for footer content */
footer {
	position: absolute;
	bottom: 0;
}

footer p {
	font-size: 0.75em;
	text-align: center;
	color: #fff;
	padding: 0 1em;
}

footer p a {
	color: #fff;
	text-decoration: none;
}
footer a {
	text-decoration: none;
	color: #fff;
}

/*	Media Query for Tablet Viewport		*/
@media screen and (min-width: 641px), print {

/*	Tablet Viewport: Show tablet-desktop class, hide mobile class	*/
	.tablet-desktop {
		display: block;
	}

	.mobile {
		display: none;
	}

/*	Tablet Viewport: Style rule for header	*/
	header{
		padding-bottom: 2%;
	}

/*	Tablet Viewport: Style rules for nave area	*/
	nav li {
		border-top: none;
		display: inline-block;
		border-right: 1px solid #fff;
	}

	nav li:last-child {
		border-right: none;
	}

	nav li a {
		padding: 0.1em 0.75em;
	}

	/*	Tablet Viewport: Style rules for main content area	*/
	main ul {
		margin: 0 0 4% 10%;
	}
	
	.grid {
		display: grid;
		grid-template-columns: auto auto auto;
		grid-gap: 20px;
	}

	.pic-text {
		font-size: 1em;
		padding: 10px;
	}

	aside {
		text-align: center;
		font-size: 1.25em;
		font-style: italic;
		font-weight: bold;
		padding: 2%;
		background-color: rgba(204,204,204,0.5);
		box-shadow: 5px 5px 8px #000;
		text-shadow: 5px 5px 5px #b3b3b3;
		border-radius: 0 15px;
	}

	.grid-item4 {
		grid-column: 1 / span 3;
	}

	#exorcist {
		border-top: 1px solid #000;
	    	border-bottom: 1px solid #000;
		background: linear-gradient(to right, #ccc, #fff);
    		background-color: #f2f2f2;
	}
	
	#exorcist {	padding: 1% 2%;
	}

	#exorcist dt {
    		font-weight: bold;
	}

	#exorcist dd {
    		padding: 0.5% 1% 2% 0;
	}

	.tel-num {
		font-size: 1.25em;
	}

	.map {
		width: 600px;
		height: 450px;
	}

@media screen and (min-width: 641px), print {
	/*	Tablet Viewport: Style rules for table	*/
	table {
		border: 1px solid #000;
		border-collapse: collapse;
		margin: 0 auto;
		width: 100%;
	}

	caption {
		font-size: 1.5em;
		font-weight: bold;
		padding: 1%;
	}

	th, td {
		border: 1px solid #000;
		padding: 2%;
	}

	th {
		background-color: #000;
		color: #fff;
		font-size: 1.15em;
	}

	tr:nth-child(odd) {
		background-color: #ccc;
	}

	/*	Tablet Viewport: Style rule for form element	*/
	form {
		width: 70%;
		margin: 0 auto;
	}

}

/*	Media Query for Desktop Viewport	*/
@media screen and (min-width: 1015px), print {
	.spacer {
		width: 100%;
		height: 192px;

	}
	.head_nav {
		z-index: 2;
		float: none;
		position: fixed;
		height: 192px;
		width: 100%;
	}
	/*	Desktop Viewport: Style rule for header		*/
	header {
		width: 25%;
		float: left;
		padding-bottom: 0;
	}

	/*	Desktop Viewport: Style rules for nav area	*/
	nav {
		height: 100%;
		background-color: #ff9670;
		float: right;
		width: 75%;
/*		margin: 4em 1em 0 0;
*/	}

	nav ul {
		text-align: right;
	}

	nav li {
		border: none;
	}

	nav li a {
		padding: 0.5em 1em;
	}

	nav li a:hover {
		color: #ff9670;
		background-color: #fff;
		border-radius: 6px;
		box-shadow: 5px 5px 5px rgba(00,00,00,.25);
	}

	nav li a:active {
		color: #000;
		background-color: #fff;
		border-radius: 6px;
/*		box-shadow: 5px 5px rgba(193,114,85,.50) inset;
 */
		box-shadow: none;
	}
	/*	Desktop Viewport: Style rules for main content	*/
	main {
		clear: left;
	}

	li img {
		vertical-align: middle;
	}

	li.gradient {
		width: 152px;
		background-image: linear-gradient(#0176b1, #14a3eb);
	}

	main ul {
		list-style-type: none;
		text-align: left;
	}

	main li {
		border: none;
	}

	main li a {
		padding: 0.5em 0 0 1em;
	}

	main h1 {
		font-size: 1.8em;
	}

	article h3 {
		font-size: 1.75em;
	}

	.pic-text {
		font-size: 1.5em;
		padding: 20px;
		width:256px;
	}

	.pic-text a {
		text-decoration: none;
		color: #fff;
	}
	
	.pic-text a:visited {
		color: #fff;
	}

	.frame {
		opacity: 0.9;
	}
	.frame a {
		text-decoration: none;
		color: #fff;
	}
	.frame a:visited {
		color: #fff;
	}
	.frame:hover {
		opacity: 1;
		box-shadow: 8px 8px 10px #808080;
	}
	.frame:active {
		opacity: 1;
		filter: grayscale(50%);
		box-shadow: none;
	}
	/*	Desktop Viewport: Style rules for form elements	*/
	form {
		width: auto;
	}

	.form-grid {
		display: grid;
		grid-template-columns: auto auto auto;
		grid-gap: 20px;
	}

	.btn {
		grid-column: 1 /span 3;
	}

}

/*	Media Query for Large Desktop Viewport		*/
@media screen and (min-width: 1920px) {

	#container {
		width: 1920px;
		margin: 0 auto;
	}

	table {
		width: 80%;
	}

	nav li .dropdown {
		width: 128px;
	}

	nav li .dropdown a:hover {
		color: #000;
		background-color: #ff9670;
		border-radius: 6px;
		box-shadow: 5px 5px rgba(192,114,85,.50) inset;
	}

	nav li .dropdown-guts a:hover {
		color: #000;
		background-color: #FF9670;
		border-radius: 6px;
		box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.5), 0 6px 20px 0 rgba(0, 0, 0, 0.35);
	}
}

/*	Media Query for Print		*/
@media print {

	body {
		background-color: #fff;
		color: #000;
	}

}
}
