
body
{
	background: #2e266d;
	background-size: cover;
	background-repeat: no-repeat;
	font-family: 'gill sans', 'tahoma', verdana, arial, helvetica, sans-serif ;
	font-size: 12pt;
	color: #ffffff;
}

header
{
	background-color: #2e266d;
	padding: 0%;
	border-bottom: 5px solid #ffffff;
	text-align: center;
	font-size: 72pt;
	color: white;
}

footer {
	position: fixed;
 	left: 0;
 	bottom: 0;
	width: 100%;
	height: auto;
	color: white !important;
	font-size: 12pt;
	margin-right: 5%;
}

#footlink {
	text-align: center;
}

@font-face {
		font-family: Shrikhand;
		src: url(shrikhand-regular.ttf), local(verdana), local(arial);
}

.navbar
{
	background-color: #2e266d;
	padding:1%;
	color: white;
	font-size: 14pt;
	text-align: center;
	border-bottom: #ffffff solid 3px;
	}

.navbar li a, .navbar .navbar-brand {
    color: white;
		text-decoration: none;
  }
.navbar-nav li a:hover, .navbar-brand:hover, .navbar-nav li.active a {
    color: pink;
    background-color: transparent;
  }
.navbar-default .navbar-toggle {
    border-color: transparent;
    color: white;
  }

a {
	color: white;
	background-color: transparent;
	text-decoration: underline;
}

hr {
	opacity:0;
	max-width:100%;
	border-width: 3px;
	clear:both;
}

pre {
	max-width: 80%;
	margin: auto;
	background-color: #2e266d;
	border-color: #ffffff solid;
	outline: #ffffff solid 3px;
	white-space: wrap;
	word-break: normal;
}

body {
  font-size: 100%;
}


h1 {
  font-size: 2.4em;
	font-weight: bold;
	font-family: impact;
}

h2 {
  font-size: 1.6em;
}

h3	{
	font-size: 1.2em;
}

p {
  font-size: 12pt;
}

::selection {
  color: white;
  background: #580e3b;
}


input[type=text], select, textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  margin-top: 6px;
  margin-bottom: 16px;
  resize: vertical;
}

input[type=email] {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  margin-top: 6px;
  margin-bottom: 16px;
  resize: vertical;
}


input[type=submit] {
  background-color: #ffffff;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

input[type=submit]:hover {
  background-color: #580e3b;
}

.container {
	border: 3px solid #ffffff;
	border-radius: 5px;
  background-color: #2e266d;
  padding: 20px;
}

li.dropdown {
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #2e266d;
  min-width: 160px;
	border-color: #ffffff solid 1px;
	border-radius: 16px;
  z-index: 1;
 	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

.dropdown-content a {
  color: #ffffff;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.dropdown-content a:hover {background-color: red;}

.dropdown:hover .dropdown-content {
  display: block;
}

.form-group {
	color: white;
}

.bio {
	font-size: 1.4em;
	margin-right:3%;
}

.prodshot	{
	display:block;
	max-width: 80%;
	margin:auto;
	border-radius: 15px;
}

@keyframes fadein {
    from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes smallfade {
    from { opacity: 0.6; }
    to { opacity: 1; }
}

#smallfade {
	animation: smallfade 2s ease-in;
}

#basicfade {
	animation: fadein 1s ease-in;
	animation-fill-mode: both;
}

#myBtn {
  display: none;
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #2e266d;
  color: #ffffff;
  cursor: pointer;
  padding: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
  border-radius: 16px;
}

#myBtn:hover {
  background-color: #580e3b;
}

.button {
	background-color: #2e266d;
	height: 30px;
	width: 40px;
	font-size:12pt;
	border-radius:12px;
    }
.button:hover {
	background-color: #580e3b;
    }

.box {
  float: left;
  width: 50%;
}

.box.showinfo {
	font-size: 1.4em;
}

.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

* {
  box-sizing: border-box;
}

@media screen and (max-width: 800px) {
    .nav {
        width: 100%;
				margin: auto;
        height: auto;
    }
		.box {
				width: 100%;
		}
		h1,{
			font-size: 42pt !important;
		}
		.container {
			max-width: 98%;
			margin:auto;
		}
	width:100%;
	height: auto;
}
