h1 {
  font-size: 32px;
  line-height: 38px;
  margin-bottom: 10px;
  font-weight: medium;
  text-align: center; 
}

h2 {
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  color: #fc4349;
  margin-top: -4px;
}

h3 {
  font-family: "utopia-std", Georgia, serif;
  font-size: 16px;
  font-weight: normal;
  color: #505050;
  text-align: center;
  margin-bottom: 50px; 
}

h4 {
	font-size: 14px;
	color: #777777;
	font-weight: normal;
	line-height: 24px;
  padding-top: 12px;
}

h5 {
  font-size: 11px;
  color: #555555;
  padding-top: 15px;

}

 p {
 	font-family: "utopia-std", Georgia, serif;
 	font-size: 12px;
 	line-height: 20px;
 	color: #505050; 
 }

.logo img{
  width: 50%;
}
.contain-to-grid {
  background: #282828;
  border-bottom: 3px solid #fc4349;
  height: 55px;
}

.top-bar {
  background: #282828;
}

.icon {
  text-align: center;
  margin-bottom: 10px;
}

.center {
  text-align: center;
}

.grey {
  background-color: #ededed;
  max-width: 100%;
  margin-top: 60px;
  padding-bottom: 50px;
}

.white {
  margin-top: 60px;
  padding-bottom: 50px;
}

.footer {
  height: 55px;
  background: #282828;
  border-top: 3px solid #fc4349;
  max-width: 100%;
}

.header {
  background-image: url('../img/header.png');
  background-color: #282828;
  height: 500px;
  width: auto;
  background-repeat: no-repeat;
  background-position: center;
  max-width: 100%;
}

.white-text {
  color: #f0f0f0;
  text-shadow: 2px 2px #000000;

}

.overlay {
  background-color: rgba(0, 0, 0, .72);
  height: auto;
  max-width: 100%;
  margin-top: 150px;
  padding-top: 45px;
  padding-bottom: 1px;

 
}

.max-width {
  max-width: 62.5em !important;
  margin-left: auto;
  margin-right: auto;
}

.arrow-down {
  width: 0; 
  height: 0; 
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #ffffff;
  text-align: center;
  margin: 0 auto;
  margin-top: 0px;
  margin-bottom: 50px;
}

.button {
  text-align: center;
  margin: 0 auto;
}

.demo-info {
  padding: 14px 26px;
  font-size: 14px;
  line-height: 100%;
  text-shadow: 0 1px rgba(0, 0, 0, 0.4);
  color: #fff;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  font-weight: bold;
  transition: background 0.1s ease-in-out;
  -webkit-transition: background 0.1s ease-in-out;
  -moz-transition: background 0.1s ease-in-out;
  -ms-transition: background 0.1s ease-in-out;
  -o-transition: background 0.1s ease-in-out;
  text-shadow: 0 1px rgba(0, 0, 0, 0.3);
  color: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.demo-info:active {
  padding-top: 15px;
}
.demo-info, .demo-info:hover, .demo-info:active {
  outline: 0 none;
  text-decoration: none;
  color: #fff;
}
.demo-info-1 {
  background-color: #fc4349;
  box-shadow: 0px 3px 0px 0px #8a0f12;
}
.demo-info-1:hover {
  background-color: #c71b1f;
}
.demo-info-1:active {
  box-shadow: 0px 1px 0px 0px #e29003;
}

sup {
  font-size: 45%;
  vertical-align: super;
}


/* Media Queries */


@media only screen and (max-width: 1025px) {
    .overlay {
        height: 185px;
    }

    .contain-to-grid .top-bar {
        padding: 0 20px;
    }

    .footer {
        padding: 0 20px;
    }
}

@media only screen and (max-width: 715px) {
    .right {
        display: none;
    }

    .left {
        float: none !important;
        text-align: center;
        margin: 0 auto;
    }

    .left img {
        width: 50%;
    }
}

@media only screen and (max-width: 641px) {
    .margin-bottom {
        margin-bottom: 60px;
    }
}

@media only screen and (max-width: 632px) {
    .overlay {
        height: 245px;
        margin-top: 120px;
    }

}

@media only screen and (max-width: 480px) {
    .overlay {
        height: 280px;
        margin-top: 105px;
    }

    .left img {
        width: 70%;
    }

}

@media only screen and (max-width: 400px) {
    .overlay {
        height: 330px;
        margin-top: 70px;
        padding-top: 30px;
    }
}

