@import url(https://netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css);
@import url(https://fonts.googleapis.com/css?family=Concert+One);

body{
  background: #323232;
  font: 14px/1.6em Arial, adelle-sans, sans-serif;
}
#wrapper{
  padding-top: 60px;
} 
.services{
  
}
.services h1{
  color: #a6a6a6;
  font-family: 'Concert One', cursive;
}
.services p{
  text-align: center;
  padding-top: 30px;
  padding-bottom: 40px;
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  font-size: 17px;
  line-height: 22px;
  color: #737373;
  font-family: 'Concert One', cursive;
}
.services h1 span:before {
  content: '/';
  padding-right: 10px;
  font-weight: 100;
}
.services h1 span:before {
  color: #bb8727;
}
.services h1 span:after {
  content: '/';
  padding-left: 10px;
  font-weight: 100;
}
.services h1 span:after {
  color: #bb8727;
}
.box-a {
  background: rgba(41, 41, 41, 0.7); 
  color: #ddd;
  padding: 20px 20px 20px 20px;
  float: right;
  position: relative;
  margin-bottom: 25px;
}
.box-a:before, .box-b:before {
  content: "";
  position: absolute;
  top: 0%;
  left: 0%;
  width: 0px;
  height: 0px;
  border-bottom: 15px solid #191919;
  border-left: 15px solid #323232; /*Set to background color, not transparent!*/
  -webkit-box-shadow: 4px 4px 4px rgba(0,0,0,0.2);
  -moz-box-shadow: 4px 4px 4px rgba(0,0,0,0.2);
  box-shadow: 4px 4px 4px rgba(0,0,0,0.2);
  /* Firefox 3.0 damage limitation */
  display: block; width: 0;
}
.box-a.rounded, .box-b.rounded {
  -moz-border-radius: 5px 0 5px 5px;
  border-radius: 5px 0 5px 5px;
}
.box-a.rounded:before, .box-b.rounded:before {
  border-width: 8px;
  border-color: #323232 #323232 transparent transparent;
  -moz-border-radius: 0 0 0 5px;
  border-radius: 0 0 0 5px;
}
.box-a i{
  font-size: 60px;
  background: #323232;
  padding: 25px;
  border-radius: 150px;
}
.box-a h3{
  position: relative;
  display: inline-block;
  padding: 0;
  text-align: left;
  padding-bottom: 10px;
  margin: 0;
  font-family: 'Concert One', cursive;
  color: #bb8727;
}
.box-a p{
  float: left;
  margin: 0;
  padding: 0;
  text-align: left;
  font-size: 14px;
}

.box-b {
  background: rgba(41, 41, 41, 0.7); 
  color: #ddd;
  padding: 20px 20px 20px 20px;
  float: right;
  position: relative;
  margin-bottom: 25px;
}
.box-b i{
  font-size: 60px;
  background: #323232;
  float: right;
  padding: 25px;
  border-radius: 150px;
}
.box-b h3{
  display: inline-block;
  padding: 0;
  text-align: right;
  padding-bottom: 10px;
  margin: 0;
  font-family: 'Concert One', cursive;
  color: #bb8727;
  float: right;
}
.box-b p{
  float: right;
  margin: 0;
  padding: 0;
  text-align: right;
  font-size: 14px;
}
.box-a:hover i, .box-b:hover i{
  background: #bb8727;
  
  transition: all 1s;
  -moz-transition: all 1s; /* Firefox 4 */
  -webkit-transition: all 1s; /* Safari and Chrome */
  -o-transition: all 1s; /* Opera */
}

img {
  border-radius: 50%;
  border:4px solid rgb(209 131 33);
}

div.support {
  width: 50%;
}

ul {
   color: #ffc107; 
   font-size: 17px;
}

/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #140a29; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #604107; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #bb8727; 
}