/* Style Default */
/* Navigation Defaults */
/* Logo Defaults */
/* Footer Defaults */
html {
	margin: 0;
	padding: 0;
}

body {
	color: #898989;
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-size: 1em;
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 300;
	text-transform: uppercase;
}

h5 {
	font-size: 1.5em;
}

a, a:hover {
	text-decoration: none;
	transition: 0.5s ease;
}

a {
	color: #898989;
}

a:hover {
	color: #8a2bcc;
}

p {
	line-height: 1.75em;
	text-indent: 2em;
	text-align: justify;
	text-justify: inter-word;
}

.clearFloat {
	clear: both;
	margin: 0;
	padding: 0;
}

#logo {
  font-family: 'Montserrat', sans-serif;
  font-weight: 100;
  line-height: 1em;
  margin: 20px 0 0 50px;
  position: absolute;
  text-transform: uppercase;
  width: 300px;
}

#logo img {
  float: left;
  width: 80px;
}

.logoTextLarge {
  margin-left: 10px;
  font-size: 1.6em;
  line-height: 3em;
}

ul {
	color: #898989;
	float: right;
	font-family: 'Montserrat', sans-serif;
	font-weight: 300;
	font-size: 1em;
	list-style-type: none;
	text-align: center;
	text-transform: uppercase;
	margin: 45px 100px 0 250px;
}

li {
	border: 2px solid #fff;
	float: left;
	padding: 10px;
	margin: 0;
}

li.social {
	padding: 6px;
}

li.social img {
	width: 25px;
}

li:hover {
	cursor: pointer;
	border-bottom: 2px solid #8a2bcc;
	transition: border 1s ease-in-out;
}

li a:hover {
	color: #898989;
}

/* currenPage animation must be triggered via php */
li.currentPage {
	animation: blinkingUnderline 2s infinite;
	animation-direction: alternate-reverse;
	border-bottom: 2px solid #8a2bcc;
}

@keyframes blinkingUnderline {
  from {
    border-bottom: 2px solid #8a2bcc;
  }
  to {
    border-bottom: 2px solid #ffffff;
  }
}

#page, #contact {
	margin: 80px 0 0 0;
	padding: 0 100px 0 100px;
	text-align: center;
}

.g-recaptcha {
	margin-left: 10px;
}

#contact form {
  margin: 0 auto;
  padding: 0;
  text-align: left;
  width: 80%;
}

#contact form fieldset {
  border: 0;
  padding: 5px 20px;
  text-align: left;
}

#contact form fieldset span {
  display: block;
  line-height: 2em;
  padding: 0 0 10px 10px;
  position: relative;
}

#contact form fieldset input, textarea {
  background-color: #ebebeb;
  border: 0;
  color: #898989;
  font-family: Arial, sans-serif;
  font-size: 1em;
  margin: 10px;
  padding: 10px;
}

#contact form input:required:invalid, input:focus:invalid {
  border: 1px solid #ed145b;
}

#contact form input:required:valid {
  border: 1px solid #00a651;
}

#contact form input[type=text], input[type=email] {
  height: 40px;
  width: 100%;
}

#contact form textarea {
  height: 400px;
  width: 100%;
  border: 1px solid #898989;
}

#contact form input[name=human] {
  display: none;
}

#contact form input[type=submit] {
  background-color: #898989;
  color: #fff;
  cursor: pointer;
  height: 60px;
  text-transform: uppercase;
  width: 101.7%;
}

#contact form input[type=submit]:hover {
  background-color: #8a2bcc;
  transition: all 0.2s ease-in-out;
}

#footer {
	position: fixed;
	bottom: 0;
	width: 100%;
	font-family: 'Montserrat', sans-serif;
	font-weight: 300;
	font-size: 0.75em;
	text-align: center;
	text-transform: uppercase;
	padding: 20px 0 20px 0;
}
