/*  css Mula.info  */

h1 {
  font-size: 30px;
  font-weight: bold;
  font-family: 'WindSong', cursive;
}

.navbar a {
  font-size:16px;
}

.navbar-header {
  width: 100%;
  height: 35px;
  padding: 0 5px; }

.navbar-brand { padding: 15px 10px !important; }

#logo {
  background: url('../bilder/applelogo.jpg') 10px 15px no-repeat;
  display: block;
  width: 40px;
  height: 50px;
  float: left;
}

#made {
  background: url('../bilder/MadeOn_blue.gif') 0 15px no-repeat;
  display: block;
  width: 90px;
  height: 50px;
  float: right;
}

div#content {
  padding-top: 50px;
  margin: 50px 0 0 0; }

section.gallery a {
  width: 150px;
  min-height: 155px;
  float: left;
  padding: 2px 2px;
  border: solid 1px #736f6f;
}

section.gallery img {
  width: 100%;
}

img {
    /* width: 400px;
    height: auto; */
}

#image,
#target canvas {
    border: 5px solid #fff;
    border-radius: 2px;
    margin: 0 auto;
    display: block;
    background-color: #fff;
}

.block {
    float: left;
    width: 50%;
    margin-top: 70px;
}

.fixed {
    position: fixed;
    bottom: 50px;
    right: 50%;
    margin-right: -92px;
    padding: 10px 20px;
    text-align: center;
}

.fixed i {
    font-size: 45px;
}

.fixed {
    color: #ffffff;
}

.fixed i {
    color: #cccccc;
    margin-bottom: 10px;
    display: block;
}

.fixed a {
    text-decoration: none;
    color: deepskyblue;
}

.fixed a:hover {
    color: #ffffff;
}

h3 {
  font-size: 35px;
  color: #0a0b0a;
  font-weight: 100;
  text-align: center;
}

/* Clearfix */

div.clear {
	clear: both;
	height: 0px;
	line-height: 0px; }

 /* Clearfix-Hack */
.clear:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }

.clear { display: inline-table; }

/* Hides from IE-mac \*/
* html .clear { height: 1%; }
.clear { display: block; }
/* End hide from IE-mac */

div.slider {
  margin: 10px 0px;
  width: 500px;
}

div.row {
  margin: 20px 0 10px 0;
}

div#options {
  background: #dbdbdb;
  padding: 5px 5px;
  border: solid 1px #626161;
  border-radius: 11px 11px 11px 11px;
}

div#options > span {
  font-size: 14px;
  margin: -12px -12px;
  padding: 12px;
}

.success {background-color: #04AA6D;}

.navbar-made {
  float: left;
  margin: 12px 8px 0 10px;
}

/* Mobile: Platz sparen */
@media (max-width: 767px) {
  .navbar-made {
    display: none;
  }
}

/* 3D Canvas */

canvas {
    display: block;
    /* width: calc(100% - 40px);
    height: calc(100vh - 120px); */
    margin: 10px;
}

.games span {
  margin: 0px 15px 0 0;
}

#output {
  margin: 10px 0;
}

.container-sm {
  width: 60%;
  margin: auto;
}
