/*
@reference mobile.less
*/
/* NAVIGATION */

@media only screen and (min-width: 768px) {
  .navbar {
    padding: 15px;
    border-bottom: solid 1px #333333;
    border-radius: 0px;
    box-shadow: none;
  }
  .navbar-default .navbar-nav > li {
    padding-left: 12px;
    padding-right: 12px;
  }
  .navbar-default .container {
    width: 100%;
  }
  .navbar-logo {
    display: none;
  }
  .navbar-default .navbar-nav > li > a {
    border-top: none;
    color: black;
    font-weight: bold;
    font-size: 18px;
    letter-spacing: 1px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 12px;
    padding-bottom: 2px;
    transition: none;
    border-bottom: 0px;
  }
  .navbar-default .navbar-nav > li > a:focus,
  .navbar-default .navbar-nav > li > a:active {
    color: black;
  }
  .navbar-default .navbar-nav > li > a:hover {
    border-top: none;
    transition: none;
    color: black;
    border-bottom: solid 3px black;
  }
  .navbar-default .navbar-nav > li:first-child > a:hover {
    border-bottom: solid 3px black;
  }
  .navbar-default .navbar-nav > li > a.selected,
  .navbar-default .navbar-nav > li > a.selected:focus,
  .navbar-default .navbar-nav > li > a.selected:active,
  .navbar-default .navbar-nav > li > a.selected:hover {
    color: black;
    border-bottom: solid 3px black;
  }
  .navbar-default .navbar-nav > li:nth-child(3) {
    display: block;
  }
  .navbar-default .navbar-nav > li:first-child > a.selected,
  .navbar-default .navbar-nav > li:first-child > a.selected:focus,
  .navbar-default .navbar-nav > li:first-child > a.selected:active,
  .navbar-default .navbar-nav > li:first-child > a.selected:hover {
    border-bottom: solid 3px black;
  }
  .navbar-default .navbar-nav > li:last-child > a,
  .navbar-default .navbar-nav > li:last-child > a:focus,
  .navbar-default .navbar-nav > li:last-child > a:active {
    background-color: none;
    /*border:solid 3px @black;                       
          padding:10px 18px;*/
    color: black;
  }
  .navbar-default.large {
    background-color: #8fa08c;
  }
  .navbar .navbar-nav {
    display: inline-block;
    float: none;
    vertical-align: top;
  }
  .navbar .navbar-collapse {
    text-align: center;
  }
  section {
    padding-top: 95px;
  }
  section p {
    margin: 15px 0 15px 0;
    line-height: 28px;
    /*font-size: 14px;*/
  
    /*&:first-of-type {
                  line-height: 28px;
                  font-size: 14px;
              }*/
  
  }
  /* Home specific CSS */
  
  section.home {
    background-image: url("/cassette.axd/file/images/ag-henley-bg-a5af553c03479a9c07d85ac473767e21668dc964.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 100vh;
  }
  section.home div {
    position: absolute;
    height: auto;
    top: 30%;
    left: 0%;
    width: 80%;
    margin: -110px 0 0 10%;
    background-color: rgba(255, 255, 255, 0.3);
  }
  section.home div .logo {
    width: 70%;
    max-width: 500px;
    margin-top: 0px;
    margin-bottom: 0px;
  }
  section.home div h2 {
    font-size: 24px;
    line-height: 32px;
  }
  section.home div .skyline {
    width: 36%;
  }
  section.home div .button {
    margin-top: 40px;
  }
  section.home div p {
    display: block;
    font-size: 24px;
    line-height: 32px;
    padding-left: 10%;
    padding-right: 10%;
  }
  section.home div h1 {
    margin-bottom: 35px;
    font-size: 60px;
    text-transform: uppercase;
  }
  section.home div hr {
    display: none;
  }
  section.fees {
    /*background-image: url("/css/../images/plans-bg.jpeg");*/
    height: 100vh;
  }
  section.fees div {
    background-color: rgba(255, 255, 255, 0.8);
    padding: 10px 20px;
  }
  section.about hr {
    border-top: solid 1px #cccccc;
  }
  section.about p {
    display: block;
    font-size: 20px;
    padding: 10px 25px;
    /*background-color: rgba(255,255,255,0.8);*/
    text-align: justify;
    margin: 0;
  }
  section.about p.first {
    width: 70%;
  }
  section.about p.second {
    width: 80%;
  }
  section.about p.third {
    width: 85%;
  }
  section.about p.fourth {
    width: 50%;
  }
  section.about div.profiles .profile {
    border-top: solid 1px #d6ccc2;
    border-bottom: solid 1px #d6ccc2;
  }
}
