/*!* cyrillic-ext *!*/
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: local('Roboto Light'), local('Roboto-Light'), url(http://fonts.gstatic.com/s/roboto/v15/0eC6fl06luXEYWpBSJvXCIX0hVgzZQUfRDuZrPvH3D8.woff2) format('woff2');
  unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F;
}
/*!* cyrillic *!*/
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: local('Roboto Light'), local('Roboto-Light'), url(http://fonts.gstatic.com/s/roboto/v15/Fl4y0QdOxyyTHEGMXX8kcYX0hVgzZQUfRDuZrPvH3D8.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

.navbar {
/*background-color: #e2dff2;*/
  background-color: #fff;
position: fixed;
top: 0;
width: 100%;
}
.navbar-nav {
  float:none;
  margin:0 auto;
  display: block;
  text-align: center;
}
.navbar-nav > li {
  display: inline-block;
  float:none;
}

h1, h2 {
  color: #1a84a3;
}

h3, h4 {
  color: #1a84a3;
  /*color: #820000;*/
}

section {
  padding-top: 4%;
  margin-top: -4%;
}

dt {
  font-size: 1.1em;
}

.instructor-img {
height: 160px;
width: 160px;
border-radius: 110px;
margin-left: 25px;
margin-right: 25px;
margin-bottom: 10px;
margin-top: 20%;
}


.course-img {
height: 160px;
width: 160px;
border-radius: 110px;
margin-top: 30%;
}

.course-title {
margin-top: 5%;
}

.jumbotron{
  background-color: #e2dff2;
  position: center;
  margin-top: 2%;
  width: 80%;
  height: 8%;
}

.font-color{
  color: black;
}

.table.table tbody td {
  padding-top: 2px;
  padding-bottom: 2px;
}
