/*

My Custom CSS
=============

Author:  Brad Hussey
Updated: August 2013
Notes:	 Hand coded for Udemy.com

*/


/* --------------------------------------
   Layout
   -------------------------------------- */
   hr{
    margin-top: 0px;
    margin-bottom: 10px;
   }

/* --------------------------------------
   Typography
   -------------------------------------- */
   
   }
/* --------------------------------------
   Navbar
   -------------------------------------- */

  .navbar-default{
  }

  .navbar{
    margin-bottom: 0px;
    border-radius: 0px;
  }

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

  .well{
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
  }

  .well h3{
    margin-top: 0px;
  }

  #about-us h2{
    margin-top: 19px;
  }

  #navigation{
    background-color: white;
    margin-top: 20px;
    padding-top: 20px;
    padding-bottom: 40px;
  }

  #navigation .well{
    padding-left: 0px;
    padding-right: 0px;
    background-color: white;
    border:1px solid #E7E7E7;
    margin-top: 5px;
  }

  #navigation .well h3{
    padding-left: 10px;
  }

  #navigation hr{
    border-bottom: 1px solid #333;
  }

.well ul li> a{
    color: #333;
  }

  #footer ul li>a{
    color: #333;
  }

.well  .divider{
  border-bottom: 1px solid #333;
}
  .well .active{
    background-color: #E7E7E7;
  }

  .well ul .active a:hover{
    background-color: #E7E7E7;
  }

  #footer{
    background-color: #f8f8f8;
    border:1px solid #E7E7E7;
    padding-bottom: 40px;
    margin-top: 20px;
  }

  #footer .page-header{
    border-bottom: 1px solid #333;
  }

  #equip-us{
    background-color: white;
    margin-top: 20px;
  }

  #about-us{
    background-color: white;
    padding-bottom: 40px;
  }
/* --------------------------------------
   Panel
   -------------------------------------- */


/* --------------------------------------
   Global Styles
   -------------------------------------- */
   .row{
      margin-left: 0px;
      margin-right: 0px;
   }

   hr, .page-header, .divider{
    border-bottom: 1px solid #333;
   }

   html,body{
      background-color: #f4f5fA;
      height: 100%;
      font-size: 15px;
      font-family: 'Century Gothic';
   }

/* --------------------------------------
   Media Queries
   -------------------------------------- */

/* Portrait & landscape phone */
@media (max-width: 480px) {

}

/* Landscape phone to portrait tablet */
@media (max-width: 768px) {

}

/* Large desktop */
@media (min-width: 1200px) {
  .container{
    width:960px;
  }  
}