/*

File Name: style.css
Date: 04/22/2019
Programmer: Sean Ropp

*/

body {
	margin: 0px;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, Bangers, "sans-serif";
}
/* --Fixed Background Image-- */
.fixed-bg {
	background-image: url(../images/keyboard-1920.png);
	width: 100%;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: auto;
}
/* --Navigation-- */
.topnav {
	overflow: hidden;
	background-color: #444;
	position: fixed !important;
	top: 0;
	width: 100%;
	text-align: right;
}
.topnav a {
	display: inline-block;
	color: white;
	text-align: center;
	padding: 14px 16px;
	text-decoration: none;
	font-size: 20px;
	font-family: Bangers;
	letter-spacing: 2px;
}
.topnav a:hover {
	background-color: #5A0D0F;
	color: white;
}
.topnav .icon {
	display: none;
}
/*--Nav Logo--*/
.myLogo {
	display: inline-block;
	text-align: left;
	padding-right: 10px;
	padding-left: 10px;
	color: white;
	font-size: 25px;
	font-family: Bangers;
	letter-spacing: 3px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 10px;
	border-right: 1px solid white;
	float: left;
}
/*--Main--*/
main {
	padding-left: 15px;
	padding-right: 15px;
	background-color: white;
}
/*--Footer--*/
footer {
	margin: 0;
	margin-top: 10px;
	padding: 0;
	overflow: hidden;
	background-color: #444;
	color: white;
	min-height: 40px;
}
.footerUL {
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	list-style-type: none;
	line-height: 2;
}
.footerLink {
	color: white;
}
.fa {
	font-size: 2em;
	min-width: 40px;
	min-height: 40px;
	text-align: center;
	text-decoration: none;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	border-radius: 10px;
}
.fa:hover {
    opacity: 0.7;
}
.fa-linkedin {
  background: #007bb5;
  color: white;
}

/*--Resume--*/
strong {
	font-weight: bold;
}
/*--Images--*/
.headerImage {
	max-height: 455px;
	width: 100%;
}
.imgGallery {
}
/*--Columns--*/
#colPrime {
	padding-left: 10px;
	padding-right: 10px;
}
#colSecond {
	padding-left: 10px;
	padding-right: 10px;
}
#footerCol {
	margin: 0;
}
/*--Other Formating--*/
h1 {
	font-size: 42px;
	font-weight: bold;
	padding-bottom: 5px;
	padding-top: 5px;
	color: #5A0D0F;
	font-family: Bangers;
	letter-spacing: 3px;
}
h2 {
	font-size: 30px;
	font-weight: bold;
	padding-bottom: 5px;
	padding-top: 5px;
	color: #5A0D0F;
	font-family: Bangers;
	letter-spacing: 3px;
}
h3 {
	font-size: 20px;
	padding-bottom: 10px;
	padding-top: 5px;
	font-family: Bangers;
	letter-spacing: 1.5px;
}
p {
	padding-bottom: 10px;
	font-size: 16px;
	line-height: 1.5;
}
.notation {
	font-size: 14px;
	color: #9C0002;
}
hr {
	margin-top: 10px;
	margin-bottom: 10px;
}
.reasonUl {
	display: block;
	list-style-type: disc;
	margin-top: 0;
	margin-bottom: 1em;
	margin-left: 0;
	margin-right: 0;
	padding-left: 40px;
}
.reasonLi {
	padding-bottom: 10px;
}
.rightImg {
	margin-bottom: 10px;
	width: auto;
	text-align: center;
}
/* Accordian CSS */
/* Style the buttons that are used to open and close the accordion panel */

.accordion {
	background-color: #444;
	color: white;
	cursor: pointer;
	padding: 18px;
	width: 100%;
	border: none;
	text-align: left;
	outline: none;
	font-size: 18px;
	transition: 0.4s;
	border-radius: 10px;
	font-family: Bangers;
	letter-spacing: 3px;
}
.active, .accordion:hover {
	background-color: #5A0D0F;
}
.accordion:after {
	content: '\002B';
	color: white;
	font-weight: bold;
	float: right;
	margin-left: 5px;
}
.active:after {
	content: '\2212';
}
.panel {
	padding-right: 18px;
	padding-left: 18px;
	display: none;
	background-color: #DCDCDC;
	overflow: hidden;
	padding-top: 10px;
	border-radius: 10px;
	transition: max-height 0.2s ease-out;
}
.accordUl {
	display: block;
	list-style-type: disc;
	margin-top: 0;
	margin-bottom: 1em;
	margin-left: 0;
	margin-right: 0;
	padding-left: 40px;
}
.accordLi {
	padding-bottom: 10px;
}
/* Paragraph in Gallery*/
.paraGallery {
	font-size: 18px;
}
/*START Gallery*/
.sectionGal {
	background-color: #B7B7B7;
	padding: 10px;
	height: 100%;
	border-radius: 10px;
}
div.gallery {
	border: 2px solid black;
	margin-bottom: 15px;
}
div.gallery:hover {
	border: 2px solid #5A0D0F;
}
div.gallery img {
	width: 100%;
}
div.desc {
	padding: 15px;
	text-align: center;
	background-color: white;
}
img {
	width: 300;
}
* {
	box-sizing: border-box;
}
.responsGallery {
	padding: 0 6px;
	float: left;
	width: 25%;
}
/* END Gallery */

/* Contact Page */
.secContact {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 20px;
	margin-right: 20px;
	display: block;
	text-align: center;
}
.contForm {
	padding: 10px;
	display: inline-block;
	text-align: left;
	background-color: #B7B7B7;
	border-radius: 10px;
}
label {
	font-weight: bold;
}
input {
	width: 100%;
	margin-bottom: 10px;
	float: left;
	clear: both;
}
textarea {
	width: 100%;
	height: 100px;
	margin-bottom: 20px;
	float: left;
	clear: both;
}
.noClear {
	width: auto;
	margin-right: 10px;
	clear: none;
}
.contSelect {
	display: block;
	font-size: 15px;
	color: #444;
	line-height: 1.3;
	padding: .3em;
	width: 100%;
}
#contbutton {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
	font-size: 18px;
	border-radius: 5px;
	background-color: #444;
	color: white;
	border: none;
	-webkit-transition-duration: 0.4s; /* Safari */
	transition-duration: 0.4s;
}
#contbutton:hover {
	background-color: #5A0D0F;
}
.buttonSubmit {
	float: right;
}

/* Larger Views */
@media screen and (min-width: 601px) {
.contForm {
	width: 600px;
}
}

/* Mobile View */
@media screen and (max-width: 600px) {
body {
	min-width: 300px;
}
header {
	display: inline;
	padding-bottom: 30px;
}
.myLogo {
	visibility: hidden;
	display: inline-block;
	text-align: left;
	padding-right: 0;
	padding-left: 0;
	color: white;
	font-size: 25px;
	margin-top: 2px;
	margin-bottom: 2px;
	margin-right: 0;
	border-right: none;
	float: none;
}
.topnav a:not(:first-child) {
	display: none;
}
.topnav a.icon {
	float: right;
	display: block;
}
.topnav.responsive {
	position: relative;
}
.topnav.responsive .icon {
	position: absolute;
	right: 0;
	top: 0;
}
.topnav.responsive a {
	float: none;
	display: block;
	text-align: left;
}
.headerImage {
	padding-top: 60px;
}
.responsGallery {
	width: 50%;
	margin: 6px 0;
}
}

@media only screen and (max-width: 500px) {
.responsGallery {
	width: 100%;
}
}
.clearfix:after {
	content: "";
	display: table;
	clear: both;
}
