  body {
    font: 400 15px Lato, sans-serif;
    line-height: 1.8;
  }

  h1 {
    margin-left: 1.2%;
    color: navy;
  }

  h2 {
    font-size: 24px;
    color: navy;
    margin-bottom: 30px;
    text-align: left;
  }

  h3 {
    color: #303030;
  }

  h4 {
    font-size: 19px;
    line-height: 1.375em;
    color: navy;
    font-weight: 400;
    margin-bottom: 30px;
  }  

  p, ul, li{
    color: #303030;
  }

  .navbar {
    margin-bottom: 0;
    padding-bottom: 1%;
    z-index: 9999;
    border: 0;
    font-size: 16px !important;
    line-height: 1.42857143 !important;
    letter-spacing: 1px;
    border-radius: 0;
    font-family: Muli, sans-serif;
    background-color: rgba(153, 221, 255,1);
  }

  .height-stuff {
    margin-top:6%;
  }

  .dropdown-menu {
    background-color: rgba(153, 221, 255,1);
  }
  
  .above-navbar-info {
    text-align: right; 
    padding-right: 5%; 
    font-size: 14px;
    letter-spacing: 0px;
  }

  .logo-brand {
    padding-top: 5%;
    padding-left: 5%;
  }

  @media screen and (min-width: 1024px) {
    .height-stuff {
      margin-top:10%;
    }
  }
  
  

  @media screen and (max-width: 767px) {
    .logo-brand, .above-navbar-info{
      display: none;
    }
    
    .mini-brand {
      display: inherit;
    }

    .above-navbar-info {
      text-align: center; 
      font-size: 14px;
      letter-spacing: 0px;
    }
    .height-stuff {
      margin-top:30%;
    }
    .ditclogo {
      width:10%;
    }
  }

  @media screen and (min-width: 768px) {
    .mini-brand {
      display: none;
    }

    .ditclogo {
      width:5%;
    }
    
  }

  .navbar-brand {
    padding-top: 0.5%;
    margin-bottom: 4%;
  }

  .navbar li a, .navbar .navbar-brand .dropdown-menu {
    color: #fff !important;
    font-size: 17px;
  }
  .navbar-nav li a:hover, .navbar-nav li.active a .dropdown-menu  {
    color: #99ddff !important;
    background-color: #fff !important;
  }
  .navbar-default .navbar-toggle {
    border-color: transparent;
    color: #fff !important;
  }

  .jumbotron {
    background-color: #99ddff;
    background-image: url("images/architecture-building-amsterdam-blue-sky-162539.jpeg");
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 450px;
    color: #380096;
    padding: 90px 0px 10px 0px;
    font-family: Muli, sans-serif;
    margin-bottom: 0;
  }

  .layer {
    background: rgb(0, 0, 0); /* Fallback color */
    background: rgba(255, 255, 255, 0.6); /* Black background with 0.5 opacity */
    color: #380096;
    width: 40%;
    height: inherit;
    padding: 35px 5px;
    margin: 0 30%;
  }

  .layer img {
    width: 60%;
  }

  @media screen and (max-width: 1024px) {
    .layer {
      width: 70%;
      margin: 0 15%;
    }
  }

  @media screen and (max-width: 768px) {
    .layer {
      width: 80%;
      margin: 0 10%;
    }
    
    .layer img {
      width: 75%;
    }
  }

  .panel-body {
    width: 100%;
  }

  .productsIframe {
    position: relative;
    padding-bottom: 100%; /* 16:9 */
    padding-top: 0px;
    height: 200%;
  }
  .productsIframe iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border:none;
  }

  .btn {
    border-radius: 0px;
  }

  .container-fluid {
    padding: 30px 50px;
  }

  .bg-grey {
    background-color: #f6f6f6;
  }


  .logo-small {
    color: #99ddff;
    font-size: 80px;
    padding-bottom: 3%;
  }
  .logo {
    color: #99ddff;
    font-size: 200px;
    padding-bottom: 3%;
  }


  .thumbnail {
    padding: 0 0 15px 0;
    border: none;
    border-radius: 0;
  }
  .thumbnail img {
    width: 100%;
    height: 100%;
    margin-bottom: 10px;
  }
  .carousel-control.right, .carousel-control.left {
    background-image: none;
    color: #99ddff;
  }
  .carousel-indicators li {
    border-color: #99ddff;
  }
  .carousel-indicators li.active {
    background-color: #99ddff;
  }
  .item h4 {
    font-size: 19px;
    line-height: 1.375em;
    font-weight: 400;
    font-style: italic;
    margin: 70px 0;
  }
  .item span {
    font-style: normal;
  }
  .panel {
    border: 1px solid #99ddff; 
    border-radius:0 !important;
    transition: box-shadow 0.5s;
  }
  .panel:hover {
    box-shadow: 5px 0px 40px rgba(0,0,0, .2);
  }
  .panel-footer .btn:hover {
    border: none;
    background-color: #fff !important;
    color: #99ddff;
  }
  .panel-heading {
    color: #fff !important;
    background-color: #99ddff !important;
    padding: 12.5px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
  }
  .panel-footer {
    background-color: white !important;
  }
  .panel-footer h3 {
    font-size: 32px;
  }
  .panel-footer h4 {
    color: #aaa;
    font-size: 14px;
  }
  .panel-footer .btn {
    margin: 15px 0;
    background-color: #99ddff;
    color: #fff;
    border-radius: 0px;
  }

  #collapse1 {
    width: 300%;
  }

  .list-group {
    
    top: 20%;
    padding: 2px;
    margin-bottom: 2%;
  }

  .col-sm-4 {
      text-align: center;
      margin: 25px 0;
  }
  .col-sm-5 {
      text-align: center;
      margin: 25px 0;
  }
  .col-sm-3 {
      text-align: center;
      margin: 25px 0;
  }
  .col-sm-2 {
      text-align: center;
      margin: 25px 0;
  }
  .col-sm-6 {
      text-align: center;
      margin: 25px 0;
  }


  .map-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
  }
  .map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
  }


  footer .glyphicon {
    font-size: 20px;
    margin-bottom: 20px;
    color: #99ddff;
  }

  .slideanim {visibility:hidden;}
  .slide {
    animation-name: slide;
    -webkit-animation-name: slide;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    visibility: visible;
  }
  @keyframes slide {
    0% {
      opacity: 0;
      transform: translateY(70%);
    } 
    100% {
      opacity: 1;
      transform: translateY(0%);
    }
  }
  @-webkit-keyframes slide {
    0% {
      opacity: 0;
      -webkit-transform: translateY(70%);
    } 
    100% {
      opacity: 1;
      -webkit-transform: translateY(0%);
    }
  }
  @media screen and (max-width: 768px) {
    .col-sm-4 {
      text-align: center;
      margin: 25px 0;
    }
    .col-sm-5 {
      text-align: center;
      margin: 25px 0;
    }
    .col-sm-2 {
      text-align: center;
      margin: 25px 0;
    }
    .btn-lg {
      width: 100%;
      margin-bottom: 35px;
    }
  }
  @media screen and (max-width: 480px) {
    .logo {
      font-size: 150px;
    }
  }

#myUL {
  list-style-type: none;
}

#myUL li a {
  text-decoration: none;
}

.affix {
  top: 20px;
  z-index: 9999 !important;
}

div.col-sm-9 div {
  height: 250px;
  font-size: 28px;
}

#aboutuspage {
  top: 20px;
}