/*.navbar, */.jumbotron{
  background-color: RGBA(255, 255, 255, 1.0);
  color: #000;
}

.jumbotron a{
  /*font-family: courier; */
  color: rgb(200, 0, 0);
  /*padding: 10px;*/
}

.jumbotron a:hover{
  text-decoration: none;
  color: #000;
}

.small-font p{
  font-size: 14px;
}

.profile-img{
  float:left;
  width:200px;
  /*height:200px; */
  margin-right:10px;
}

.profile-block{
  float:left;
}

/*.jumbotron a{
  color: #ffffff;
  background-color: #000;
  padding: 1px 5px 1px 5px;
}

.jumbotron a:hover{
  color: #000;
  background-color: rgb(180, 180, 180);
  text-decoration: none;
}*/

.btn-lg, .btn-group-lg>.btn {
  border-radius: 0px;
}

.btn-primary{
  color: rgb(255,255,255);
  background-color: rgb(0,0,0);
  border-color: rgb(0,0,0);
}

.btn-primary:hover{
  color: rgb(0,0,0);
  background-color: rgb(255,255,255);
  border-color: rgb(0,0,0);
}

.ua-img{
  width: 100%;
  border: 1px solid;
  border-color: #000;
  display: block;
  margin: auto;
}

.navbar-default {
background-color: #ffffff;
border-color: #000000;
}

.container .jumbotron {
border-radius: 0px;
}

.navbar-default .navbar-nav>li>a {
  color: #000;
}

/*when the dropdown menu opens:*/
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus {
  background-color: #000;
  color: #fff;
}

.dropdown-menu>li>a {
color: #000000;
}

.dropdown-menu>li>a:hover {
color: #ffffff;
background-color: #000000;
}

h1 {
  font-family: "nimbus-sans",sans-serif;
  color: RGB(200, 200, 100);
}

h2 {
  font-family: "nimbus-sans",sans-serif;
  }

h3 {
  font-family: "nimbus-sans",sans-serif;
  }

p {
  font-family: "nimbus-sans",sans-serif;
  }

li {
  font-family: "nimbus-sans",sans-serif;
  }


/*FLUID VIDEOS*/
/************************************************************************************
VIDEO
*************************************************************************************/
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.video-container iframe,  
.video-container object,  
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* video fixed width wrappers */
.video-wrapper {
  width: 600px;
  max-width: 100%;
}
.video-wrapper2 {
  width: 500px;
  max-width: 100%;
}




