@charset "utf-8";
/* CSS Document */

.navbar{
	min-height: 85px;
}

html {
  position: relative;
  min-height: 100%;
}

body
{
	font-family: 'Rubik', sans-serif;
	margin-bottom: 50px;
}

a{color:#FF7E00}

.navbar-right{background-color: #FBAF17;}

body { padding-top: 100px;
font-size:20px;}

h2{background-color:#FBAF17;
padding:10px}

.jumbotron {margin:2%;}

.jumbotron p {
	font-size: 14px;
}

.column {
  float: left;
  width: 20%;
  padding: 5px;
}

/* Clear floats after image containers */
.row::after {
  content: "";
  clear: both;
  display: table;
}

.footer{
	background-color:#494949;
	float:none;
	height:40px;
	position: absolute;
 	bottom: 0;
 	width: 100%;
}

li{
	font-size:14px;
}

.footer p
{
color:#FFF;
padding-top:10px;
font-size:12px;
}

.navbar li
{
	color:#FFF;
}

.pics {
	float:left; 
	padding-right:25px;
	padding-bottom:25px;
}

@font-face {
	font-family: 'Glyphicons Halflings';
	src: url(../fonts/glyphicons-halflings-regular.eot);
	src: url(../fonts/glyphicons-halflings-regular.eot?#iefix) format('embedded-opentype'), url(../fonts/glyphicons-halflings-regular.woff2) format('woff2'), url(../fonts/glyphicons-halflings-regular.woff) format('woff'), url(../fonts/glyphicons-halflings-regular.ttf) format('truetype'), url(../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format('svg')
}
.glyphicon {
	position: relative;
	top: 1px;
	display: inline-block;
	font-family: 'Glyphicons Halflings';
	font-style: normal;
	font-weight: 400;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.glyphicon-chevron-left:before{content:"\e079"}.glyphicon-chevron-right:before{content:"\e080"}