.navbar .navbar-nav {
    display: inline-block;
    float: none;

}

.navbar .navbar-collapse {
    text-align: center;
}

.nav > li > a {
  padding: 0px;
  margin-left: 0px;
  margin-right: 0px;
}
/* Remove the navbar's default margin-bottom and rounded borders */ 

.navbar {
  margin-bottom: 50px;
  border-radius: 0;
  /*background-color: #3d3c39;*/
  background-color: transparent;
  border: none;
  padding: 0px;
}

.navbar > li > a > img {
border: none;
padding: 0px;
}

.sidebar-nav{
position: fixed;
left: 0px;
}

.btn-primary{
margin-top: 0px;
margin-left: 0px;
background-color: transparent;
color: #ffffff;
padding: 0px;
border: none;
}
.row{
    margin-left: 0;
    margin-right: 0;
}
/* centered columns styles */
.row-centered {
    text-align:center;
}
.col-centered {
    display:inline-block;
    float:none;
    /* reset the text-align */
    text-align:left;
    /* inline-block space fix */
    margin-right:-4px;
}
.well{
background-color: #ffffff;
color: black;
border-radius: 25px;
}

.nav > li > a {
color: black;

}

html, body {
background-image: url("/img/photo-background-6.jpg");
background-attachment: fixed;
background-size: cover;
padding: 0px;
margin: 0px 0px 100px auto;
min-height: 100%;
position: relative;
}

/* Removes Background  */
footer {
background-color: transparent;
color: #ffffff;
font-size: 18px;
margin-top: 0px;
height: 75px;
width: 100%;
position: relative;
bottom: 0pt;
left: 0pt;
}

.btn {
font-size: 18px;
}


#maincol{
  background-color: #ffffff;
  border-radius: 15px;
  font-size: 18px;
  min-height: 85%;
}
table{
  border-collapse: collapse;
}
table{
border: none;
}

#button{
 text-align: center;
 width: 75%;
 border-right: 1px solid #000;
 padding: 0 0 1em 0;
 margin-bottom: 1em;
 font-family: 'Trebuchet MS', 'Lucida Grande',
   Verdana, Lucida, Geneva, Helvetica, 
   Arial, sans-serif;
 background-color: #ffffff;
 color: #333;

}

 #button ul {
  list-style: none;
  margin: 0;
  padding: 0;
  border: none;
  background-color: #000000;
  }
  
 #button li {
  border-bottom: 1px solid #000000;
  margin: 0;

  }

  #button li a {
  display: block;
  padding: 5px 5px 5px 0.5em;
/*  border-left: 10px solid #000000;
  border-right: 10px solid #000000;*/
  background-color: #ffffff;
  color: #000000;
  text-decoration: none;
  width: 100%;
  } html>body #button li a {
  width: auto;
  } #button li a:hover {
  /*border-left: 10px solid #000000;
  border-right: 10px solid #000000;*/
  background-color: #c5c7c9;
  color: #fff;
  }

#wrapper {
  overflow:auto;
  margin: 0 auto 100px auto;
}
#inputform{
  color: #000000;
  background-color: #ffffff;
  border-radius: 25px;
}
#inputform > h1{
  color: black;
}
#inputform > a{
  color: black;
}
#mynavbar{
  padding:0px;

}
#mynavbar .btn-primary{
  padding:0px;
  width: 100%;
}
#coursenav{
  font-size: 16px;
}

#lesson_video{
  max-width: 600px;
  
}

