/*=============================================================

    Authour URI: http://www.binarytheme.com
    License: MIT
    100% Free To use For Personal And Commercial Use.

    ========================================================  */


/* Custom Style Sheet */

body {
  background: #bababa;
  font-family: 'Open Sans', sans-seriff;
  font-weight: 300;
  font-size: 16px;
  color: #FFFFFF;
}
/*
  background: #bababa;
  background: #6165BD;
*/

/* Heading Styles */
h1 {
  padding-top:50px;
  font-size: 90px;
  font-weight:700;
  margin-bottom:60px;
}
h2 {
  font-size: 35px;
  font-weight:500;
  margin-bottom:100px;
}

h3 {
  font-size: 30px;
  font-weight: 300;
  margin-bottom:50px;
  color:#000000;
}

/* Button Style */
.btn {
  margin:5px;
}

/* Social Link  Style */
.social-link {
  padding-top: 50px;
}
/* force right Style */
.move-right {
  padding-top: 20px;
  float: right;
}

/* Main Wrapper Style */
#wrapper {
  text-align: center;
  padding: 30px 0;
  background-position: center center;
  min-height: 650px;
  width: 100%;
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.company {
  /* color: #FF5400; */
  color: #0000ff;
}

.go-back {
  color: #FF5400;
}


/*
.go-back:hover {
  color: #FF5400;
}
  font-weight: 600;
  background: none repeat scroll 0 0 #FF5400;
  right: 0;
  bottom: 0;
  padding: 11px 9px;
  position: absolute;
*/

.striped {
  background-image: linear-gradient(-45deg,
    rgba(15, 15, 15, 0.2) 25%,
    rgba(0, 0, 0, 0) 25%,
    rgba(0, 0, 0, 0) 50%,
    rgba(15, 15, 15, 0.2) 50%,
    rgba(15, 15, 15, 0.2) 75%,
    rgba(0, 0, 0, 0) 75%,
    rgba(0, 0, 0, 0)
  );
  background-size: 1200px 1200px;
}
