*{
	font-family: 'Rubik', sans-serif;
  font-weight: 100;
  letter-spacing: 1px;
  word-spacing: 2px;
}

body {
  background-color: #f4f4f4;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Rubik', sans-serif;
  font-weight: 300;
}
p, .small {
  font-family: 'Rubik', sans-serif;
  font-weight: 100;
}

header {

}

button.btn-red-rounded, a.btn-red-rounded{
  background-color: #E04A39;
  border-radius: 20px;
  color: #fff;
  padding-left: 50px;
  padding-right: 50px;
}
.color-red {
  color: #E04A39!important;
}
.color-dark-gray {
  color: rgba(0, 0, 0, 0.6)!important;
}

.navbar-brand{
  font-size: 1.8em;
  color: #E04A39!important;
}
.navbar-nav .nav-item a{
  color: rgba(0, 0, 0, 0.50);
}
.navbar-nav .nav-item a:hover{
  color: rgba(0, 0, 0, 0.8)!important;
}
.navbar-nav .nav-item.active a{
  color: #E04A39!important;
}
.navbar-nav .nav-item.active a:hover{
  color: #E04A39!important;
}

.banner {
  height: 380px;
  position: relative;
  background: url('../img/banner_lamp.png') no-repeat 0 center;
}
.banner .caption {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(224, 74, 57, 0.2);
}
.banner .caption .wrapper{
  position: absolute;
  width: 100%;
  bottom: 20%;
}
.thumb-item h5{
  font-size: 16px;
  font-weight: 400;
}
.thumb-item .img-container{
  width: 100px;
  height: 100px;
  overflow: hidden;
  border-radius: 50px;
  background-color: #E04A39;
}
.thumb-item .img-container p{
  width: 50px;
  height: 50px;
  margin: 25px auto;
}
.thumb-item p{
  font-size: 16px;
}
.thumb-square-item h5{
  font-size: 16px;
  font-weight: 400;
}
.thumb-square-item .img-container{
  height: 160px;
  background-color: #E04A39;
}
.thumb-square-item .img-container p{
  height: 90px;
  width: 90px;
  margin: 0 auto;
}
.thumb-square-item .img-container p img{
  width: inherit;
  height: auto;
}

.circle-items-container{
  position: relative;
}
.circle-items-container img{
  width: inherit;
}

footer{
  color: #fff;
  padding: 15px;
  font-size: .9em;
  text-align: center;
  background: #695250;
}