*{
  font-weight: 500;
}
body {
  background-repeat: no-repeat;
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%!important;
  font: inherit;
  vertical-align: baseline;
}
.container {
  position: relative;
  margin: 0 auto;
  width: 94%;
  max-width: 1350px;
  font-family: helvetica, sans-serif;
}
.content {
  position: relative;
  padding-top: 60px;
}
.content p {
  margin-bottom: 10px;
}
#header {
  z-index: 2;
  position: fixed;
  width: 100%;
  height: 60px;
  line-height: 58px;
  background: #222;
  color: white;
}
#header h1{
  top: 0px;
  margin: 0px;
  text-transform: uppercase;
  font-size: 1.2em!important;
}
#header h1 a{
  font-weight: 600!important;
  text-decoration: none;
  color: #e67e22;
  padding: 0px 16px;
  background-color: #222;
}
#nav {
  position: absolute;
  right: 0;
  top: -15px;
  height: 60px;
}
#nav ul li {
  float: left;
  list-style: none;
}
#nav ul li a {
  display: block;
  color: white;
  text-decoration: none;
  padding: 0 10px;
  background-color: #222;
}

.section{
  padding-top: 30px;
  font-family: helvetica, sans-serif;
}
.section img{
  width: 100%;
  height: 450px;
}
.image{
  padding-left: 110px;
}
.image,
.content1{
  float: left;
}
.content1{
  margin-left: 55px;
}
.btn{
  background: #e67e22;
  border-radius: 10px;
  border: 1px solid #e67e22;
  padding: 12px 22px 12px 22px;
  color: #222;
  font-weight: bold;
  letter-spacing: 0px;
  font-size: 17px; 
}
.btn:hover{
  cursor: pointer;
  background-color: #cf6d17;
  border: 1px solid #cf6d17;
}
.btn1{
  background: #fff;
  border-radius: 10px;
  /*border: 1px solid #e67e22;*/
  padding: 12px 22px 12px 22px;
  color: #222;
  font-weight: bold;
  letter-spacing: 0px;
  font-size: 17px;
  border: none; 
  border: 1px solid lightgrey;
}
.btn1:hover{
  cursor: pointer;
  background-color: whitesmoke;
  /*border: 1px solid #cf6d17;*/
}
*:focus{outline: none;}

.section{
  display: block;
  position: relative;
  content: '.';
  clear: both;
  width: 100%;
}
.section-1{
  /*border-top: 1px solid black;*/
  /*background-color: whitesmoke;*/
  display: block;
  position: relative;
  content: '.';
  clear: both;
  width: 100%;
  font-family: 'Lato',arial,sans-serif;
}
.section-1 h1{
  font-weight: 500;
  padding-top: 50px;
  text-align: center;
  text-transform: uppercase;
}
.section-1 h1:after{
    height: 1.5px;
    width: 100px;
    background-color: #e67e22;
    content: " ";
    margin-top: 0px;
    display: block;
    margin: 30px auto 0 auto;
}
.section-1 img{
  height: 200px;
  width: 210px;
  border-radius: 5px;
  margin-top: 20px;
}
.image1{
  margin-left: 250px;
}
.image1,
.cntnt{
  float: left;
}
.cntnt{
  margin-left: 55px;
}
.section-1 button{
  background: #007E33;
  opacity: 0.7;
  /*transition: 0.5s;*/
  border-radius: 10px;
  border: 1px solid #007E33;
  padding: 12px 48px 12px 48px;
  /*color: rgb(237, 90, 107);*/
  font-weight: bold;
  letter-spacing: 0px;
  font-size: 17px; 
}
.section-1 button a{
  text-decoration: none;
  color: white;
}
.section-1 button:hover{
  cursor: pointer;
  opacity: 0.9;
  background-color: #007E33;
}
*:focus{outline: none;}

/** {
  box-sizing: border-box;
}

body {
  font-family: Arial;
  margin: 0 auto; 
  max-width: 800px; 
  padding: 20px;
}*/

.heading {
  font-size: 25px;
  margin-right: 25px;
}
.stl1{
  color: gray;
}

.fa {
  font-size: 25px;
}

.checked {
  color: orange;
}

/* Three column layout */
.side {
  float: left;
  width: 15%;
  margin-top:10px;
}

.middle {
  margin-top:10px;
  float: left;
  width: 70%;
}

/* Place text to the right */
.right {
  text-align: right;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* The bar container */
.bar-container {
  width: 100%;
  background-color: #f1f1f1;
  text-align: center;
  color: white;
}

/* Individual bars */
.bar-5 {width: 60%; height: 18px; background-color: #4CAF50;}
.bar-4 {width: 30%; height: 18px; background-color: #2196F3;}
.bar-3 {width: 10%; height: 18px; background-color: #00bcd4;}
.bar-2 {width: 4%; height: 18px; background-color: #ff9800;}
.bar-1 {width: 15%; height: 18px; background-color: #f44336;}

/* Responsive layout - make the columns stack on top of each other instead of next to each other */
@media (max-width: 400px) {
  .side, .middle {
    width: 100%;
  }
  .right {
    display: none;
  }
}