body{
  background-color: #FAFAFA;
  background-image: url('https://www.transparenttextures.com/patterns/xv.png');
}

p.light, .section{
  font-size: 1.3em !important;
}

.bold{
  font-weight: bold;
}

header {
  height:280px;
  z-index:10;
}

.header-banner {
  width: 100%;
  height: 220px;
  font-size: 0.7em;
  color: #546e7a;
}

header h1 {
  position: absolute;
  top: 72px;
  left: 240px;
  color: #fff;
}

.fixed-header {
  top:-226px;
  left:0;
  width: 100%;
}

#navbar-mobile .nav0{
  height: 0px;
}

.navbar-fixed{
  z-index: 1997;
}

.responsive-img{
  margin-top: 1em;
}

.opacity10{
  opacity: 0.1 !important;
  filter: alpha(opacity=10) !important;
  /* For IE8 and earlier */}

.opacity20{
  opacity: 0.2 !important;
  filter: alpha(opacity=20) !important;
  /* For IE8 and earlier */}

.opacity30{
  opacity: 0.3 !important;
  filter: alpha(opacity=30) !important;
  /* For IE8 and earlier */}

.opacity40{
  opacity: 0.4 !important;
  filter: alpha(opacity=40) !important;
  /* For IE8 and earlier */}

.opacity50{
  opacity: 0.5 !important;
  filter: alpha(opacity=50) !important;
  /* For IE8 and earlier */}

.opacity60{
  opacity: 0.6 !important;
  filter: alpha(opacity=60) !important;
  /* For IE8 and earlier */}

.opacity70{
  opacity: 0.7 !important;
  filter: alpha(opacity=70) !important;
  /* For IE8 and earlier */}

.opacity80{
  opacity: 0.8 !important;
  filter: alpha(opacity=80) !important;
  /* For IE8 and earlier */}

.opacity90{
  opacity: 0.9 !important;
  filter: alpha(opacity=90) !important;
  /* For IE8 and earlier */}

.top1{
  margin-top: 1em;
}

.top2{
  margin-top: 2em;
}

.top3{
  margin-top: 3em;
}

.top4{
  margin-top: 4em;
}

.top5{
  margin-top: 5em;
}

.title-nav{
  margin-top: 1em;
  margin-bottom: 1em;
  border-bottom: .1em solid #a1887f;
  font-size: 2em;
}

.margin-auto{
  display: block;
  margin: auto;
}

div.error{
  color: red !important;
  font-size: 0.6em !important;
  text-align: right !important;
}
#fileDropify-error{
  color: red !important;
  font-size: 0.35em !important;
  text-align: right !important;
}
