body, h1, h2, h3, h4, h5, h6, p {
  font-family: 'Orbitron', sans-serif;
  font-weight: 400;
  /*
  font-family: 'Comfortaa', cursive;
  font-weight: 300;
  */
}

.intro1 {
  background-image: url('../img/intro1.png');
  background-repeat:no-repeat;
  background-position:center center;
}

.intro2 {
  background-image: url('../img/intro2.png');
  background-repeat:no-repeat;
  background-position:center center;
}

.intro3 {
  background-image: url('../img/intro3.png');
  background-repeat:no-repeat;
  background-position:center center;
}

.small-info {
  font-size: 18px;
  padding-bottom: 15px;
}

section.pt p,
section.co p,
section.ls p,
section.ue p,
section.ko p,
form input,
form textarea,
.alert {
  font-family: 'Comfortaa', cursive;
  font-weight: 300;
  font-size: 15px;
}

.col-md-4 header {
  font-family: 'Orbitron', sans-serif;
}

.alert {
  display: none;
}

.left {
  display: none;
}

.brand {
  text-align: center;
}

.brand img {
  width: 280px;
}

.navbar-default .navbar-nav>li>a:hover {
  color: rgba(154,191,84,1);
}

section {
  padding: 10px;
}

section h1 {
  font-size: 22px;
  font-weight: 400;
  color: rgba(154,191,84,1);
}

section h2 {
  font-size: 20px;
  color: rgba(154,191,84,1);
}

.sample-img {
  max-width: 100%;
  border-radius: 5px;
  margin-top: 35px;
}

.alert {
  margin-bottom: 5px;
}

.location-tulln {
  margin: 10px 0 50px 0;
  width: 100%;
}

#map {
  height: 420px;
}

#map .gm-svpc {
  display: none;
}

.hidden {
  visibility: hidden;
}

.col-md-4 {
  background-color: #f8f8f8;
  min-height: 500px;
  text-align: center;
  border: 10px solid #FFF;
  position: relative;
}

.col-md-4 header {
  font-size: 22px;
  padding: 20px 10px 10px 10px;
  border-bottom: 1px solid #fff;
  width: calc(100% - 80px);
  margin-left: 40px;
  margin-bottom: 20px;
}

.col-md-4 .text {
  position: absolute;
  bottom: 0;
  width: calc(100% - 30px);
  background-color: rgba(154,191,84,1);
  color: #FFF;
}

.col-md-4 ul {
  list-style-type: none;
  padding: 0;
  display: none;
}

.col-md-4 li {
  font-size: 16px;
  padding: 10px 0;
}

.dropdown-menu {
  padding: 0;
}

.dropdown-menu>li>a {
  padding: 10px 20px !important;
}

.nav .dropdown .caret {
  display: none;
}

form {
  margin-bottom: 30px;
}

form p {
  margin-bottom: 5px;
}

form input {
  width: 100%;
  margin-bottom: 35px;
  padding: 8px 4px;
}

form textarea {
  width: 100%;
  text-indent: 6px;
  padding: 5px 0;
  border: 1px solid #ccc;
}

form .green {
  background-color: rgba(154,191,84,1);
  color: #FFF;
  float: right;
  margin-top: 20px;
  display: inline-block;
  width: initial;
  padding: 4px 20px;
}

table th,
table td {
  padding: 2px 8px;
  border: 1px solid;
  border-collapse: collapse;
}

table {
  margin-bottom: 30px;
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .brand img {
    width: 340px;
  }

  .navbar-nav>li>a {
    padding-top: 16px;
    padding-bottom: 12px;
  }
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {

  .left {
    display: block;
    position: fixed;
    left: 0;
    width: 55px;
    height: 100%
  }

  .left .line-1 {
    position: fixed;
    left: 0;
    width: 17px;
    background-color: rgba(154,191,84,1);
    height: 100%
  }

  .left .line-2 {
    position: fixed;
    left: 17px;
    width: 4px;
    background-color: rgba(255,255,255,1);
    height: 100%
  }

  .left .line-3 {
    position: fixed;
    left: 21px;
    width: 4px;
    background-color: rgba(154,191,84,1);
    height: 100%
  }

  .left .line-4 {
    position: fixed;
    left: 25px;
    width: 5px;
    background-color: rgba(255,255,255,1);
    height: 100%
  }

  .left .line-5 {
    position: fixed;
    left: 30px;
    width: 6px;
    background-color: rgba(154,191,84,1);
    height: 100%
  }

  .left .line-6 {
    position: fixed;
    left: 36px;
    width: 5px;
    background-color: rgba(255,255,255,1);
    height: 100%
  }

  .left .line-7 {
    position: fixed;
    left: 41px;
    width: 4px;
    background-color: rgba(154,191,84,1);
    height: 100%
  }

  .left .line-8 {
    position: fixed;
    left: 45px;
    width: 6px;
    background-color: rgba(255,255,255,1);
    height: 100%
  }

  .left .line-9 {
    position: fixed;
    left: 51px;
    width: 6px;
    background-color: rgba(154,191,84,1);
    height: 100%
  }

  .brand {
    text-align: right;
  }

  .brand img {
    margin-right: 60px;
  }

  .right {
    margin-left: 70px;
  }

  .navbar-right {
    margin-right: 18px;
  }

  section {
    padding: 10px 60px 10px 20px;
  }

  .content {
    float: left;
    width: calc(100% - 370px);
  }

  section.ko .content {
    float: none;
    width: 100%;
  }

  .person {
    float: left;
    width: 340px;
    margin-left: 30px;
  }

  .sample-img {
    margin-top: 55px;
    width: 330px;
  }

/*
  .col-md-4 li {
    font-size: 16px;
    padding: 10px 0;
    display: none;
  }
*/
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {


}
