@font-face {
    font-family: Nobel;
    src: url("font/Nobel-Light.ttf");
}
@font-face {
    font-family: Nobel;
    src: url("font/Nobel-Bold.ttf");
	font-weight: bold;
}

/* to-do
- odpri info dragon mail
- odpri GA in postavi gor
*/

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  margin-bottom: 60px;
  /* background: url(../img/bkg.jpg) center 315px no-repeat #000000; */
  background: #000000;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
  background-color: #000;
}
.footer > .container {
  padding-right: 15px;
  padding-left: 15px;
  text-align:center;
}

.navbar-default {
  background-color: #000;
  border-color: #2a2a2a;
}


  
/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

.container {
  text-align:center;
}

.tshirt img {
  margin:  auto 0px;
  padding: 0px 0px 0px 0px;
  width: 100%;
}
.dragon img {
  margin:  auto 0px;
  padding: 40px 0px 0px 0px;
  max-width: 100%;
  height: auto;
}

.col-sm-12 {
  padding: 0px;
  text-align:center;
}
h1, h2, h3 {
	font-family: Nobel, sans-serif;
	text-shadow: 1px 1px 2px #000000;
}
h1 {
  color:#11702b;
  font-size: 5em;
  margin: 2% 0 0% 0;
  font-weight: normal;
  text-align: center;
}
h1 a {
  color:#11702b;
}
h1 a:hover {
  color:#11702b;
  text-decoration: none;
}


h2 {
  color:#11702b;
  font-size: 5em;
  margin: 8% 0 2% 0;
  font-weight: normal;
  text-align: center;
}
h3 {
  margin-top:1.5em;
  color:#11702b;
  text-align: left;
  font-size: 3em;
  font-weight: normal;
}
h4 {
  margin-top:2em;
  color:#11702b;
  text-align: left;
  font-size: 1em;
  font-weight: bold;
}

.col-sm-4  h3 {
  text-align: center;
}
.col-sm-4  p {
  text-align: center;
}
.col-sm-6  h3 {
  text-align: left;
}


.opis {
  	font-family: Tahoma, sans-serif;
  margin-bottom:2em;
  color: #dadada;
  font-size: 1.1em;
  line-height: 2em;
  font-weight: normal;
  text-align:left;
}
.opissmall {
  	font-family: Tahoma, sans-serif;
  margin: 0em 0 2em 0em;
  color: #919191;
  font-size: 1em;
  line-height: 2em;
  font-weight: normal;
  text-align:center;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.grayout {
  	font-family: Tahoma, sans-serif;
  margin: 1em 0 1em 2em;
  color: #bfbfbf;
  font-size: 1.2em;
  line-height: 2em;
  font-weight: normal;
  text-align:center;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.img-circle {
  border-radius: 50%;
  width:140px;
  margin: 15px 0px 10px 0px;
  border: 2px solid #11702b;
}
.col-sm-4 {
  text-align:center;
}
.col-sm-12  {
  text-align:center;
}

.btn-default {
  color: #fff;
  background-color: #000;
  border-color: #11702b;
}
.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #fff;
  background-color: #000;
  border-color: #fff;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}

.btn-lg,
.btn-group-lg > .btn {
  margin:15px 0px 80px 0px;
  padding: 10px 80px;
  font-size: 2em;
  font-weight: normal;
  font-family: Nobel, sans-serif;
  line-height: 1.33;
  border-radius: 6px;
}
.btn-success {
	background: #11702b;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #11702b;
}

.navbar-default .navbar-toggle {
  border-color: transparent;
}

.navbar-default .navbar-brand {
  color: #11702b;
  	font-family: Tahoma, sans-serif;
}

a {
  color: #11702b;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #11702b;
  text-decoration: underline;
}
.help-block {
  display: block;
  margin-top: 8px;
  margin-bottom: 2px;
  color: #737373;
}
.help-block  p{
  color: #737373;
  size:4em;
}
