  body {
      font: 400 17px Lato, sans-serif;
      line-height: 1.8;
      color: #818181;
      height:100%;
  }

  .row .container{
      height:100%;
  }

  .plainlink a{
    text-decoration: none;
    color: #818181;
  }

  h2 {
      font-size: 28px;
      text-transform: uppercase;
      color: #3e47FF;
      font-weight: 600;
      margin-bottom: 30px;
  }

  h3 {
      color: #3e47FF;
  }

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

  .dropdown-menu{
      background-color: #3e47FF !important;
      color: #fff;
  }

  .jumbotron {
      background-color: #3e47FF;
      background-size: cover;
      background-position: center;
      color: #fff;
      padding: 140px 25px 100px 25px;
      font-family: Montserrat, sans-serif;
      text-shadow: 0 0 25px black, 0 0 10px black, 0 0 5px black;
      margin-bottom: 0px;
  }

  .container-fluid {
      padding: 40px 50px 20px 50px;
  }

  .bg-grey {
      background-color: #f6f6f6;
  }
  .logo-small {
      color: #3e47FF;
      font-size: 50px;
  }
  .logo {
      color: #3e47FF;
      font-size: 200px;
  }
  .thumbnail {
      padding: 0 0 0 0;
      border: none;
      border-radius: 0;
  }
  .thumbnail img {
  }

  .carousel-control.right, .carousel-control.left {
      background-image: none;
      color: #3e47FF;
  }
  .carousel-indicators li {
      border-color: #3e47FF;
  }
  .carousel-indicators li.active {
      background-color: #3e47FF;
  }

/*
  .carousel {
    border-style: solid;
    border-radius: 5px;
    border-width: 1.5px;
    border-color: #3e47FF;
  }

  .carousel-inner {
      width: 95%;
      height: 95%;
      margin: 2.5%;
  }
*/

  .carousel-indicators {
      bottom: -2.5%;
  }

  .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 #3e47FF;
      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 #3e47FF;
      background-color: #fff !important;
      color: #3e47FF;
  }
  .panel-heading {
      color: #fff !important;
      background-color: #3e47FF !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-body{
  }

  .panel-footer {
    background-color: white !important;
    border: none;
  }

  .navbar {
      margin-bottom: 0;
      background-color: #3e47FF;
      z-index: 9999;
      border: 0;
      font-size: 18px !important;
      line-height: 1.5 !important;
      border-radius: 0;
      font-family: Montserrat, sans-serif;
  }
  .navbar li a, .navbar .navbar-brand {
      color: #fff !important;
      padding-left: 10px;
      padding-right: 10px;
  }
  .navbar-nav a:hover, .navbar-nav li.active {
      color: #3e47FF !important;
      background-color: #fff !important;
  }

 .dropdown-menu > .active > a{
      color: #3e47FF !important;
      background-color: #fff !important;
  }

  .navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover{
      color: #3e47FF !important;
      background-color: #fff !important;
  }

  .navbar-default .navbar-toggle {
      border-color: transparent;
      color: #fff !important;
  }

  .navbar .container {
    width : 100%;
  }

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

  .mark, mark {
    background-color: #ff0;
  }

  @media(min-width:992px) {
    .equal, .equal > div[class*='col-'] {
      display: -webkit-flex;
      display: flex;
      flex:1 1 auto;
    }
  }

  @media (min-width: 1200px) {
    width: 100%;
  }

  @media screen and (max-width: 768px) {
    .col-sm-4 {
      text-align: center;
    }
    .btn-lg {
        width: 100%;
        margin-bottom: 35px;
    }
    .container-fluid {
      padding: 40px 15px 20px 15px;
    }
  }

  @media (min-width: 768px) {
    .navbar-right .dropdown-menu {
        right: auto;
        left: 0;
    }
  }


  @media screen and (max-width: 480px) {
    .logo {
        font-size: 150px;
    }
  }
