html {
  font-family: 'Roboto', sans-serif, 'Arial';
  height:100%;
  /*text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.3);*/
  color: #fff;
  background-color: #000;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
  -webkit-background-size: cover;
     -moz-background-size: cover;
       -o-background-size: cover;
          background-size: cover;
}

body {
  margin: 0;
  background-color: #000;
}

h1 {
  color: #ffffff;
  font-weight: 700;
  font-size: 40px;
  text-align: center;
  margin-block-end: 0em;
}

hr.new {
  background:#666666;
  height: 1px;
  border: 0px;
  width: 200px;
}

p {
  font-weight: normal;
  font-style: normal;
}

h3 {
  color: #666666;
  font-size: 18px;
  text-align: center;
  margin-block-start: 0em;
  letter-spacing: 0.2em;
}

img {
  border: 0;
  page-break-inside: avoid;
  max-width: 100% !important;
  vertical-align: middle;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

.footer {
  text-align:center;
  /*margin-top: 100px;*/
  padding-top: 30px;
}

.container:before,
.container:after,
.row:before,
.row:after {
  display: table;
  content: " ";
}


.container:after,
.container-fluid:after,
.row:after
{
  clear: both;
}

.col {
  position: relative;
  min-height: 1px;
  max-height: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 992px) {
  .col {
    float: left;
  }
  .col {
    width: 100%;
  }
}

/*
Footer Section
*/

.footer a {
  background-color:black;
  color:#333333;
  text-decoration:none
}

span {
  display:inline-block;
  padding:2px 3px;
  font-size: 8px;
}

.row {
  margin-right: -15px;
  margin-left: -15px;
}

/*
Header Section
*/
.header-logo-wrapper {
  margin: 50px 0px 70px 0px;
}

.header-text {
  text-align: center;
}
