body {
    font-family: 'Lato', sans-serif !important;
    padding-top: 70px;
    font-size: 14px;
}

.h2-title{
  font-size: 34px;
}

.info-title{
  font-weight: 400;
  font-size: 38px;
}

.info-text{
  font-weight: 300;
  font-size: 18px;
}

.info-text-sub{
  font-weight: 300;
  font-size: 16px;
}

.splash{
  margin-top: -30px;
  margin-bottom: 50px;
  width:100%;
}

.splash-text{
  height:167px;
  padding-top:125px;
  color:white;
  font-size:42px;
}

.splash-text-sm{
  padding-top:75px;
  color:white;
  font-size:42px;
}

.splash-pricing-text{
  height:167px;
  padding-top:75px;
  color:white;
  font-size:42px;
}

.splash-md{
  height:300px;
  background-size: cover;
  background-attachment: scroll;
}

.splash-sm{
  height:200px;
  background-size: cover;
  background-attachment: scroll;
}

.splash-lg{
  height: 800px;
  height: 58vh;
  background-size: cover;
  background-attachment: scroll;
}

.splash-1april{
  height: 800px;
  height: 100vh;
  background-size: cover;
  background-attachment: scroll;
}

.splash-pricing{
  background-size: cover;
  background-attachment: scroll;
  background-image: url('/img/splash2.jpg');
  padding-bottom: 50px;
}

.splash-secondline{
  color: white;
  padding-top: 20px;
  padding-left:2px;
  font-weight: 300;
  font-size: 18px;
}

.panel-body{
	font-size: 16px;
	font-weight: 300;
	line-height:26px;
}

.faq-answer{
	font-size: 15px;
	font-weight: 300;
	line-height:26px;
}

.navbar-nav{
  font-weight: 300;
}

.vcenter {
    float:none;
    display:inline-block;
    vertical-align:middle;
    margin-right:-4px;
}

.splash-home{ background-image: url('/img/splash5.jpg'); background-position: center; }

.splash-satellite{ background-image: url('/img/1april.jpg'); background-position: center; }

.splash-info{ background-image: url('/img/splash-guitar2.jpg'); background-position: center; }

.splash-stores{ background-image: url('/img/splash1.jpeg'); }

.splash-contact{ background-image: url('/img/splash-contact.jpg'); background-position: center; }
.splash-ref{ background-image: url('/img/splash-ref.jpg'); background-position: center; }

.btn-pricing{
  color: black;
  background-color: #F8E71C;
  width: 100%;
}

.pricing-plan-text{
  font-size:28px;
  font-weight: 800;
}

.icon-pricing{
  padding-right: 10px;
}

.gray{
  border-color: gray;
}

.pricing-amount-text{
  font-size: 18px;
  font-style: italic;
}

.btn-songkit{
	background-color: #F8E71C;
	color: black;
}

.btn-disabled{
  background-color: lightgrey;
}

.container{
	color:black;
}

/* unvisited link */
a:link {
    color: black;
}

/* visited link */
a:visited {
    color: black;
}

/* mouse over link */
a:hover {
    color: gray;
}

/* selected link */
a:active {
    color: black;
}

.nopadding {
   padding: 0 !important;
   margin: 0 !important;
}

td{
	font-size:14px;
}

.navbar-brand{
  font-size:18px;
}

.animated {
    opacity: 0;
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
    -webkit-transition: 0.3s 0.1s ease;
    -o-transition: 0.3s 0.1s ease;
    transition: 0.3s 0.1s ease
}