/*
  Template: BoneGoGo - Responsive Coming Soon Template
  Version: 1.0
*/

/*========================================
find and replace below color to change style

#cd7979 = main color
#ba7272 = btn hover and focus
#000 = overlay color
#0a1030 = gradient color 1
#3c1420 = gradient color 2
#fcfcf8 = about section background color
#fcfcf8 = contact section background color
#151515 = footer background color
========================================*/

.main-color {
  color: #cd7979; /* main color */
}

.btn-1 { /* btn-1 basic on main-color class */
  background-color: #cd7979;
  border-color: #cd7979;
}

.btn-1.focus
.btn-1:focus,
.btn-1:hover { /* btn-1 hover and focus */
  background-color: #ba7272;
  border-color: #ba7272;
}

address .icon {
  background-color: #cd7979; /* contact icon background color */
}

.overlays.overlay{
  background-color: #000; /* overlay color */
}

.overlays.gradient {
  background: #0a1030;/* Old Browsers */
  background: -moz-linear-gradient(-45deg, #0a1030 0%, #0a1030 30%, #3c1420 75%, #3c1420 100%); /* FF3.6+ */
  background: -webkit-gradient(left top, right bottom, color-stop(0%, #0a1030), color-stop(30%, #0a1030), color-stop(75%, #3c1420), color-stop(100%, #3c1420));/* Chrome, Safari4+ */
  background: -webkit-linear-gradient(-45deg, #0a1030 0%, #0a1030 30%, #3c1420 75%, #3c1420 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(-45deg, #0a1030 0%, #0a1030 30%, #3c1420 75%, #3c1420 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(-45deg, #0a1030 0%, #0a1030 30%, #3c1420 75%, #3c1420 100%); /* IE 10+ */
  background: linear-gradient(135deg, #0a1030 0%, #0a1030 30%, #3c1420 75%, #3c1420 100%);/* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0a1030', endColorstr='#3c1420', GradientType=1 );/* IE6-9 fallback on horizontal gradient */
}

#feature {
  background-color: #fcfcf8; /* about section background color */
}

#contact {
  background-color: #fcfcf8; /* contact section background color */
}

#site-footer {
  background-color: #151515; /* footer background color */
}