/*!
 * Start Bootstrap - The Big Picture (http://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */


@font-face {
    font-family: 'everson_mono_latin_6regular';
    src: url('/fonts/emlatin6-webfont.woff2') format('woff2'),
         url('/fonts/emlatin6-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

body {
	margin-top: 50px;
	margin-bottom: 50px;
	background: none;
	font-family: 'everson_mono_latin_6regular', sans-serif;
	color: white
}

a {color: white; border-bottom: 1px dotted #999;}

h1, h2, h3, p {color: white;
	font-family: 'everson_mono_latin_6regular', sans-serif;

}

h1 {font-size: 125px;}

h2 {font-size: 28px;}
 
 
p {font-size: 16px;}

.full {
  background: url(../img/bg.png) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.Absolute-Center {
  margin: auto;
  position: absolute;
  top: 0; left: 0; bottom: 0; right: 0;
}

.Absolute-Center.is-Responsive {
  width: 90$0%; 
  height: 50%;
/*   max-width: 400px; */
  max-height: 200px;
  padding: 0px;
}

#logo-container{
  margin: 0px;
  margin-bottom: 0px;
  width:100%;
  height:100px;
/*   background-image:url('http://placehold.it/300x100/000000/ffffff/&text=Rarebreeds'); */
  background-position: center center;
  text-align: center
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
/*   height: 100px; */
/*   background-color: #f5f5f5; */
}


/*FORM ELEMNTS*/

label {
	font-weight: 400;
}

input[type="text"], 
textarea, 
textarea.form-control {
	font-style: italic;
	height: 30px;
    margin: 0;
    padding: 0 10px;
    vertical-align: middle;
    background: #fff;
    border: 0px;
    font-size: 12px;
    font-weight: 300;
    line-height: 50px;
    color: #888;
    -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
    -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none;
    -o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
}

textarea, 
textarea.form-control {
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 30px;
}

input[type="text"]:focus, 
textarea:focus, 
textarea.form-control:focus {
	outline: 0;
	background: #fff;
    border: 0;
    -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none;
}

input[type="text"]:-moz-placeholder, textarea:-moz-placeholder, textarea.form-control:-moz-placeholder { color: #888; }
input[type="text"]:-ms-input-placeholder, textarea:-ms-input-placeholder, textarea.form-control:-ms-input-placeholder { color: #888; }
input[type="text"]::-webkit-input-placeholder, textarea::-webkit-input-placeholder, textarea.form-control::-webkit-input-placeholder { color: #888; }



button.btn {
	position: relative;
	height: 30px;
    margin: 0;
    padding: 0 7px;
    vertical-align: middle;
	background: #777; 
    border: 0;
    font-size: 16px;
    font-weight: 300;
    line-height: 30px;
    color: #fff;
    -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
    text-shadow: none;
    -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none;
    -o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
}

button.btn:hover { opacity: 0.6; color: #fff; }

button.btn:active { outline: 0; opacity: 0.6; color: #fff; -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none; }

button.btn:focus { outline: 0; opacity: 0.6; background: black; color: #fff; }

button.btn:active:focus, button.btn.active:focus { outline: 0; opacity: 0.6; background: black; color: #fff; }

/*
button.btn:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 50%;
	background: rgba(0, 0, 0, 0.1);
}
*/


/* Small devices (tablets, 768px and up) */
@media (max-width: 768px) {
	
	button.btn {
		width: 100%;

}


h1 {font-size: 50px;}

h2 {font-size: 16px;}
	
	 }