body{
	background:rgb(245,245,245);
}

.navbar.navbar-default.navbar-fixed-top{
	background:orange;
}

.menu{
	font-size: 16px;
}



/* Jumbotron Customization */

/*.jumbotron {
  background:rgb(235, 235, 235);
}*/

#jumbomenu p {
  font-size: 17px;
}

#jumbo p {
  font-size: 17px;
}

#jumbomenu {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
}

#jumbo {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 30px;
  padding-right: 10px;
}



/* Partial Collapse Stuff. */

#module {
  font-size: 14px;
  line-height: 1.5;
}

#module p.collapse[aria-expanded="false"] {
    height: 24px !important;
    overflow: hidden;
  
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;  
}

#module p.collapsing[aria-expanded="false"] {
    height: 24px !important;
}

#module #collapseButton.collapsed:after  {
    content: '+ Show More';
}

#module #collapseButton:not(.collapsed):after {
    content: '- Show Less';
}

/* Partial Collapse Stuff2. */

#module2 {
  font-size: 14px;
  line-height: 1.5;
}

#module2 p.collapse[aria-expanded="false"] {
    height: 42px !important;
    overflow: hidden;
  
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;  
}

#module2 p.collapsing[aria-expanded="false"] {
    height: 42px !important;
}

#module2 a.collapsed:after  {
    content: '+ Show More';
}

#module2 a:not(.collapsed):after {
    content: '- Show Less';
}

/* Partial Collapse Stuff3. */

#module3 {
  font-size: 14px;
  line-height: 1.5;
}

#module3 p.collapse[aria-expanded="false"] {
    height: 42px !important;
    overflow: hidden;
  
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;  
}

#module3 p.collapsing[aria-expanded="false"] {
    height: 42px !important;
}

#module3 a.collapsed:after  {
    content: '+ Show More';
}

#module3 a:not(.collapsed):after {
    content: '- Show Less';
}

/* Video Size */

.sizer {
  width: 400px;
}
