body {
	margin: 0;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
}
.wrapper {
    background: url("../images/Apeiron-Global-Technologies-background.svg") no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
 	-o-background-size: cover;
 	background-size: cover;
	text-align: center;
}

header {
    margin: auto; 
} 

header img{
    width: 100%;
    max-width: 450px;
}

main {
	background-color: rgba(255,255,255,0.50);
	padding: 80px;
}

p {
	max-width: 800px;
	margin: 30px auto 0px;
	font-size: 1.2em;
    line-height: 1.3em;
}

.top {
	letter-spacing: .2em;
    font-size: 1.2em;
	text-transform: uppercase;
	color: #00a2c2;
	border-bottom: 1px solid #07074e;
	padding-bottom: 10px;
	max-width: 900px;
	margin: auto;
}
h1 {
	font-size: 2em;
	color: #07074e;
	text-transform: uppercase;
	line-height: 0.9em;
	max-width: 900px;
	border-bottom: 1px solid #07074e;
	margin: auto;
	padding: 30px 30px 20px;
}

.lightblue {
	color: #00a2c2;
}

.darkblue {
	color: #07074e;
}

.lighttext {
	font-weight: 100;
	letter-spacing: .4em;
    font-size: .7em;
}

.boldtext {
	font-weight: bold;
}

h2 {
	font-size: 2em;
	color: #07074e;
	text-transform: uppercase;
}

h3 {
	font-size: 3em;
	color: #07074e;
	font-weight: 100;
	padding: 20px;
}

h4 {
	font-size: 1.5em;
	color: #07074e;
	font-weight: 100;
    text-transform: uppercase;
    letter-spacing: 0.4em;
    margin: 10px 30px 8px;
}

section {
	padding: 35px;
}

section img {
	max-width: 350px;
    width: 100%;
}
.locations {
    padding: 5px;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#00a2c2+0,ffffff+28,ffffff+81,00a2c2+100 */
background: #00a2c2; /* Old browsers */
background: -moz-linear-gradient(left,  #00a2c2 0%, #ffffff 65%, #ffffff 75%, #00a2c2 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  #00a2c2 0%, #ffffff 65%, #ffffff 75%, #00a2c2 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, #00a2c2 0%, #ffffff 65%, #ffffff 75%, #00a2c2 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a2c2', endColorstr='#00a2c2',GradientType=1 ); /* IE6-9 */

}
footer {
	background-color: #07074e;
	color: white;
	padding: 35px;
}

a {
    color: white;
    font-style: normal;
    font-size: 1em;
    text-decoration: none;
}


@media only screen and (max-width: 960px) {
    p {
        text-align: left;
  }
    p.top, address p {
        text-align: center;
    }
    
    .col-sm {
        margin-bottom: 30px;
    }
    .locations h4 {
        font-size: 1em;
    }
    
    h1 {
            line-height: 1.1em;
    }
}

@media only screen and (max-width: 618px) {
    .darkblue {
        display: none;
    }
    
    h4 {
	   font-size: 0.8em;
    }
    
    .lighttext {
        font-size: 0.7em;
	   letter-spacing: .2em;
    }
}

@media only screen and (max-width: 530px) {
    main {
    padding: 35px;
}
     .locations h4{
        font-size: .8em;
         letter-spacing: 0.2em;
    }
        footer address p{
            margin-top: 0;
    } 

}

@media only screen and (max-width: 410px) {
        h3 {
            font-size: 2.5em;
        }
}

@media only screen and (max-width: 380px) {
     .locations h4{
        font-size: .7em;
        letter-spacing: 0.2em;
    }
}
