@import url(http://fonts.googleapis.com/css?family=Lato:400,700);
body {
  font-family: 'lato', sans-serif;
  font-size: 16px;
  color: #000;
  line-height: 18px;
  font-weight: 400;
}

a {
  color: #e74c3c;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

a:hover {
  color: #e76c3c;
}

.row {
  padding: 20px 0px;
}

.title {
  text-align: center;
  font-size: 30px;
}

.subtitle {
  font-size: 24px;
  text-align: center;
  font-weight: 100;
  padding-bottom: 30px;
  position: relative;
  color: #A9A9A9;
}

h1 {
    padding-top: 20px;
  	font-family: 'lato', sans-serif;
 	font-size: 24px;
  	color: #fff;
  	line-height: 24px;
  	font-weight: 800;
}

h5 {
    padding-bottom: 5px;
    font-family: 'lato', sans-serif;
 	font-size: 18px;
  	color: #fff;
  	line-height: 28px;
  	font-weight: 400;
}

.navbar {
  margin-bottom: 0;
}

.navbar li {
  color: #d1d1d1;
}

.navbar-default {
  border: none;
  border-radius: 0;
  background: rgba(0, 0, 0, 0.2);
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  background: none;
  color: #fff;
}

.navbar-default .navbar-nav li a,
.navbar-default .navbar-nav li a:hover {
  color: #fff;
}

.navbar-default .navbar-nav > .active,
.navbar-default .navbar-nav li:hover {
  background: #e74c3c;
  padding-bottom: 5px;
  color: #fff;
}

.navbar-default .navbar-brand {
  font-size: 22px;
  color: #fff;
  font-weight: 800;
}

.navbar-default .navbar-brand:hover {
  color: #eee;
}

.navbar-default .navbar-toggle .icon-bar {
  background: #fff;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background: #333;
}

.affix.navbar-default {
  background: rgba(0, 0, 0, 0.8);
}

#home-page {
  background: #184B57;
  color: #fff;
}


#home-page img {
  max-width: 100%;
}

#home-page p {
  padding: 50px 0;
}


#about-section {
  background: #425C45;
  font-family: 'lato', sans-serif;
  font-size: 16px;
  color: #fff;
  line-height: 18px;
}

#about-section h3 {
  margin-top: 0;
  font-size: 28px;
  color: #e74c3c;
}


#about-section p {
  line-height: 30px;
  font-size: 20px;
}


#tab-section {
  background: #1a535c;
  font-family: 'lato', sans-serif;
  font-size: 16px;
  color: #fff;
  line-height: 18px;
}

#apps-section {
  background: #34495e;
  font-family: 'lato', sans-serif;
  font-size: 16px;
  color: #fff;
  line-height: 18px;
}

#chords-section {
  background: #1a535c;
  font-family: 'lato', sans-serif;
  font-size: 16px;
  color: #fff;
  line-height: 18px;
}


#buy-section {
  background: #4f6d7a;
  font-family: 'lato', sans-serif;
  font-size: 16px;
  color: #fff;
  line-height: 18px;
}

/* ===========================================================
   BOOTSTRAP ELEMENTS CHANGES   
   ============================================================*/
.navbar {
    font-weight: 500;
    font-size: 18px;
}

.navbar-inverse {
    background: #000;
    border-color: #000;
}

    .navbar-inverse .navbar-nav > .active > a {
        background: #ffffff;
    }

    .navbar-inverse .navbar-brand {
        color: #fff;
        font-weight: bolder;
        font-size: 25px;
        font-weight: 900;
        letter-spacing: 2px;
    }

    .navbar-inverse :hover .navbar-brand:hover {
        color: #fff;
    }

    .navbar-inverse .navbar-nav > li > a {
        color: #FFFFFF;
    }

/*Scroll Top*/
.to-top i {
  padding: 10px 15px;
  margin: 10px;
  background: transparent;
  color: #34495e;
  border: 2px solid #34495e;
}

.to-top i:hover {
  background: #34495e;
  color: #fff;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}



#copyright {
  background: #F1F1F1;
  color: #333;
}

#copyright a {
  color: #333;
}

