body {
	font-family: 'Raleway', Helvetica, Arial, sans-serif;
	font-weight: 400;
	background-color: rgba(85, 85, 85, .0);
    color: #34495e;
}

h4 {
    color: #34495e;
}

.button {
    padding: 8px;
	font-family: 'Raleway', Helvetica, Arial, sans-serif;	
}

.button-group li{
	padding-top: 5%;
    vertical-align: middle;
}

.button-group a{
    color: #34495e;
	background-color: transparent;
}

.button-group a:hover {
    color: #34495e;
    opacity: 0.5;
	background-color: transparent;
}

.button-group{
	float: none;
    text-align: center;
    vertical-align: middle;
}

@media only screen and (min-width: 40.063em) {
	.button-group{
		float: right;
	}
}

.namelogo {
	padding: 20px 10px 0px 10px;
    vertical-align: middle;
}

.namelogo h1 {
    line-height: 42px;
    vertical-align: middle;
}

.namelogo img {
    margin: 0px 0px 4px 0px;
    height: 42px;
    width: 42px;
    vertical-align: middle;
}

@media only screen and (min-width: 40.063em) {
	.namelogo {
		padding-bottom: 20px;
	}
}

.namelogo h1 {
    font-family: 'Raleway', Helvetica, Arial, sans-serif;
    color: #34495e;
	font-size: 1.5em;
	font-weight: 600;
	text-align: center;
}

@media only screen and (min-width: 40.063em) {
	.namelogo h1 {
		font-size: 16px;
		text-align: left;
	}
}

@media only screen and (min-width: 64.063em) {
	.namelogo h1 {
		font-size: 24px;
		text-align: left;
	}
}

.hero{
	background: url("../img/lights1smallest.jpeg") no-repeat;
    background-repeat:no-repeat;
    background-position:center;
    background-size: 100% 100%;
    height: 70%;
}

@media only screen and (min-width: 420px) {
    .hero {
        background: url('../img/lights1.jpeg') no-repeat center center fixed;
        background-size: cover;
    }
}

.intro-text {
	padding-top: 30%;
	color: rgba(255, 255, 255, 1);
	text-align: center;
    vertical-align: middle;
}

@media only screen and (min-width: 40.063em) {
	.intro-text{
		padding-top: 16%;
	}
}

@media only screen and (min-width: 64.063em) {
	.intro-text{
		padding-top: 12%;
	}
}

.intro-text p{
    font-family: 'Raleway', Helvetica, Arial, sans-serif;
	font-size: 32px;
}

.about, .products, .team, .contact, .investors {
	padding: 50px 0 0 0;
    text-align: center;
}

.about img{
	width: 150px;
	height: 150px;
	border-radius: 75px;
	-webkit-border-radius: 75px;
	-moz-border-radius: 75px;
}

.products img:hover {
	opacity: 0.5;
	-webkit-transition: 0.3s ease;
	-moz-transition: 0.3s ease;
	-ms-transition: 0.3s ease;
	-o-transition: 0.3s ease;
	transition: 0.3s ease;
}

.products img {
    width: 200px;
    height: 200px;
}

.team img {
    margin: 25px;
    width: 150px;
    height: 150px;
    border-radius: 75px;
    -webkit-border-radius: 75px;
    -moz-border-radius: 75px;
}

.investors ul {
    vertical-align: bottom;
}

.investors li {
    text-align: center;
    line-height: 120px;
    vertical-align: baseline;
}

.investors img {
    width: 120px;
}

.products li {
	overflow: hidden;
}

.contact .address {
    padding: 15px;
}

hr {
  border: 0;
  height: 1px;
  background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
  background-image:    -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
  background-image:     -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
  background-image:      -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
	opacity: 0.8;
}

footer {
	padding: 80px 0 10px 0;
}

footer a:hover {
    opacity: 0.5;
	background-color: transparent;
}

