/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
body {background-image: url('../img/bckBe3.png'); background-repeat: no-repeat; background-attachment: fixed; background-size:cover;
      font: 400 15px Lato, sans-serif;
      line-height: 1.8;
      color: #818181;
  }
.opacity8 {opacity: 0.8}
        .opacity9 {opacity: 0.9}
.refImg{
    width: 200px;
    border: 2px solid white;
}
h1
.h1
{
      font-size: 26px;
      text-transform: uppercase;
      color: white;
      font-weight: 600;
      margin-bottom: 30px;
  }  
h2
.h2
{
      font-size: 26px;
      text-transform: uppercase;
      color: #23b0e8;
      font-weight: 600;
      margin-bottom: 30px;
  }

h3
.h3
{
      font-size: 20px;
      line-height: 1.375em;
      color: #303030;
      font-weight: 400;
      margin-bottom: 30px;
  }

h4
.h4
{
      font-size: 20px;
      line-height: 1.375em;
      color: #303030;
      font-weight: 400;
      margin-bottom: 30px;
  }
.button
{
      font-size: 20px;
      text-transform: uppercase;
      color: #23b0e8;
      font-weight: 600;
      margin-bottom: 30px;
  }
.navA {font-weight: bold;}
.citat {font-style: italic;}
.MyPageNapis{font-size:16px;}
.Home {margin-bottom: 350px;}

.color-red{color: #e60000;}
.Bottom100 {margin-bottom:100px;}
.Bottom250 {margin-bottom:250px;}
.Middle {vertical-align:middle;}
  .jumbotron {
      background-color: transparent;
      color: black;
      padding-bottom: 60px;
      font-family: Montserrat, sans-serif;
  }
  .container-fluid {
      padding: 60px 50px;
  }
  .bg-grey {
      background-color: #f6f6f6;
  }
  .bg-black {
      background-color: #000000;
  }
  .bg-white {
      background-color: #ffffff;
  }
  .bg-bg {
      background-color: #23b0e8; 
      color: white;
  }
  .logo-small {
      color: #23b0e8;
      font-size: 50px;
  }
  .logo {
      color: #e60000;
      font-size: 200px;
  }
  .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: #23b0e8;
  }
  .carousel-indicators li {
      border-color: #23b0e8;
  }
  .carousel-indicators li.active {
      background-color: #23b0e8;
  }
  .item h4 {
      font-size: 19px;
      line-height: 1.375em;
      font-weight: 400;
      font-style: italic;
      margin: 70px 0;
  }
  .item span {
      font-style: normal;
  }
  .video{
    height: 350px; 
    #background: url('../img/lcddisplay.png') no-repeat center;
    #border: 4px solid grey;
    background-size: 470px 300px;  
    background-position: top;
    vertical-align: middle;
  }
.iframeVideo {
    border: 2px solid silver;
    margin-top: 10px;
    padding: 2px;
    vertical-align: middle;
}
  .panel {
      border: 1px solid #f4511e;
      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: 1px solid #e60000;
      background-color: #fff !important;
      color: #e60000;
  }
  .panel-heading {
      color: #fff !important;
      background-color: #e60000 !important;
      padding: 25px;
      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: #23b0e8;
      color: #fff;
  }
  .navbar {
      margin-bottom: 0;
      background-color: black;
      z-index: 9999;
      border: 0;
      font-size: 12px !important;
      line-height: 1.42857143 !important;
      letter-spacing: 4px;
      border-radius: 0;
      font-family: Montserrat, sans-serif;
  }
  .navbar li a, .navbar .navbar-brand {
      color: #fff !important;
      border: 1px solid black;
      
  }
  .navbar-nav li a:hover {
      border: 1px solid white;
  }

.navbar-nav li.active a {
      color: #5e75c3 !important;
      background-color: #fff !important;
    border: 1px solid white;
  }
  .navbar-default .navbar-toggle {
      border-color: transparent;
      color: #fff !important;
  }
.footer-a{
    color: white;
}
.footer-a:hover{
    color: white;
}
  footer .glyphicon {
      font-size: 20px;
      margin-bottom: 20px;
      color: #5e75c3;
  }
  .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;
      -webkit-transform: translateY(70%);
    }
    100% {
      opacity: 1;
      -webkit-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;
    }
    .btn-lg {
        width: 100%;
        margin-bottom: 35px;
    }
  }
  @media screen and (max-width: 480px) {
    .logo {
        font-size: 150px;
    }
  }
  .person {
    border: 10px solid transparent;
    margin-bottom: 5px;
    width: 80%;
    height: 80%;
    opacity: 0.7;
  }
  .person:hover {
    border-color: silver;
  }
  img.grayscale {
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 3.5+ */
  filter: gray; /* IE6-9 */
  -webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */
}

img.grayscale:hover {
  filter: none;
  -webkit-filter: grayscale(0%);
}
/*# sourceMappingURL=bootstrap.css.map */
