@charset "utf-8";
/*
Filename: style_kc.css
This file design style used by Kaci Lawson
*/

/* =============================================
Base styles used by All Screens
=============================================
*/

html {
	width: auto;
	height: auto;
	background-color: rgba(215, 188, 222, 0.5);
}

body {
	display: flex;
	flex-flow: wrap;
	width: 50%;
	height: 100%;
	background-color: ivory;
	padding: 10px;
	margin: auto;
}

body > header {
	text-align: center;
	font-family: 'Courier New', Courier, monospace;
	background-color: rgba(195, 132, 213, 0.5);
}

header img {
	height: 75px;
	width: 75px;
	border-radius: 25px;
	text-align: left;
}

nav.horizontal {
	height: auto;
	width: 100%;
	disply: flex;
	flex-flow: wrap;
	width: 100%;
	
}

nav.horizontal ul {
   justify-content: space-evenly;
}

nav.horizontal ul li {
	list-style-type: none;
}

section {
	display: flex;
	flex-flow: column wrap;
	justify-content: center;
	text-align: center;
	padding: 10px 5px 10px 5px;
	margin: auto;
}

section img {
	width: 200px;
	height: 200px;
	border-radius: 25px;
}

section p {
	color: gray;
}	

#container {
	display: flex;
	flex-flow: wrap;
	align-content: normal;
	justify-content: center;
}

.name {
	justify-content: space-evenly;
}

.info {
	justify-content: space-evenly;
}

#reason {
	width: 100%;
}

div#buttn {
	display: flex;
	flex-flow: wrap;
	text-align: center;
	justify-content: center;
	width: 100%;
}

#buttn1 {
	padding: 5px;
	margin: 10px 20px 10px 0;
}

#buttn2 {
	padding: 5px;
	margin: 10px 20px 10px 0;
}

.contact {
	display: flex;
	flex-flow: column wrap;	
}	

.contact p {
	color: purple;
	font-size: 20px;
	text-decoration: underline;
}

.certs {
	color: gray;
	text-align: center;
}

#video {
	display: flex;
	flex-flow: column wrap;
	justify-content: center;
}

#video iframe {
	width: 100%;
}

#video p {
	text-align: center;
	color: purple;
	text-shadow: 2px 2px 4px pink;
	font-size: 20px;
	font-family: 'Garamond', Garamond, serif;
	text-align: center;
}

/* section#quote {
	position: relative;
	text-align: center;
	color: white;
}

section#quote > img {
	width: 100%;
}

section#quote p {
	color: white;
	text-shadow: 2px 2px 4px #000000;
	font-size: 20px;
	font-family: 'Garamond', Garamond, serif;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
} */

.fakeBtn {
	text-align: center;
	text-decoration: none;
	border-radius: 10px;
	padding: 5px;
	background-color: gainsboro;
}

#indexLinks {
	display: flex;
	flex-flow: wrap;
	justify-content: space-evenly;
	width: 100%;
}

 a {
	color: #181818;
 }
 
 h2, h3 {
	color: #181818;
 }
 
 th, td {
	border: 1px solid;
 }
 
 table {
	border-collapse: collapse;
	width: 100%;
	height: auto;
	font-size: 18px;
 }
 
 th:nth-child(even), td:nth-child(even) {
	 background-color: lightGray;
 }
 
 thead {
	text-align: center;
	color: purple;
 }
 
 tbody {
	text-align: center;
 }
 
 tfoot {
	text-align: center;
	color: green;
 }

.footer1 {
   display: flex;
   flex-flow: wrap;
   text-align: center;
   justify-content: center;
   font-family: 'Courier New', Courier, monospace;
   font-size: 1em;
   background-color:rgba(195, 132, 213, 0.5);   
}
