/***************************************
General
****************************************/


body {
  font-family: 'EB Garamond', serif;
  font-size: 0.8em;
}


#wrapper {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 5%;
}

a {
  text-decoration: none;
}

img {
max-width: 100%;
}

h3 {
  font-family: 'lato', sans-serif;
  font-size: 2em;
  margin: 0 0 1em 0;
}

h4 {
  font-family: 'lato', sans-serif;
  font-size: 2em;
  margin: 0 0 1em 0;
}

h5 {
  font-family: 'lato', sans-serif;
  font-size: 1.5em;
  margin: 0 0 1em 0;
  padding: 15px 0 0 0;
}
p {
  font-size: 1.5em;
  padding: 10px;
}


/***************************************
Heading
****************************************/

header {
  float: left;
  margin: 0 0 30px 0;
  padding: 5px 0 0 0;
  width: 100%;
}

#logo {
  text-align: center;
  margin: 0;
}

h1 {
  font-family: 'lato', sans-serif; 
  margin: 15px 0;
  font-weight: bold;
  line-height: 0.8em;
}

h2 {
  font-family: 'EB Garamond', serif;
  margin: -5px 0 0;
  font-weight: bold;
}




/***************************************
Navigation
****************************************/

nav {
  text-align: center;
  padding: 10px 0;
  margin: 20px 0 0;
}

nav ul {
  list-style: none;
  margin: 0 10px;
  padding: 0;
}

nav li {
  display: inline-block;
}

nav a {
  font-weight: 800;
  padding: 15px 10px;
}

/***************************************
Footer
****************************************/

footer {
  font-size: 1.5em;
  text-align: center;
  Clear: both;
  padding: 0 0; 
  color: white;
  background: #A4D7B8; 
 /* background: url('../img/VANPORTwaveshape.jpg') no-repeat center;
  background-size: cover; */
  
}

.social-icon {
  width: 20px;
  height: 20px;
  margin: 0 5px;
}


/***************************************
PAGE: HOME
****************************************/



.column-1 {
  float: left;
  height: 200px;
  width: 200px;
  text-align: center;
  
  background: #A4D7B8;
  border-radius: 100%;
  margin: 0px 20px 0 20px;
}

.column-2 {
  float: right;
  width: 70%;
}

.column-2-1 {
  float: left;
  height: 200px;
  width: 200px;
  text-align: center;
  padding-left: 0px;
  background: #A4D7B8;
  border-radius: 50%;
  margin: 0 0 0 100px;
}

.column-2-2 {
  float: right;
  height: 200px;
  width: 200px;
  text-align: center;
  background: #A4D7B8;
  border-radius: 50%;
}

.main-photo {
 padding: 0 0 20px 0;
}

.logo {
  max-width 940px;
  margin: 10px 20px;

}

.logo-text {
  font-size: 4em;
  float: left;
  width: 70%;
  text-align: center;
  padding: 20px 0 0 0;
}

.logo-logo {
  
  float: right;
  width: 25%;
  padding-left: 20px;
}

/***************************************
PAGE: ABOUT 
****************************************/

.column-3 {
  float: left;
  width: 50%;
  background: #A4D7B8;
  margin: 0 20px 0 0;
}

.con li {
font-size: 1.5em;
}

.column-4 {
  float: right;
  width: 50%;
  background: #A4D7B8
}

.column-4 li {
  font-size: 1.5em;
}

.eco {
  text-align: center;
  padding: 30px 0 0 0;
}
.ecologo {
  padding: 0 50px 0 10px;
}


/***************************************
PAGE: CONTACT
****************************************/

.contact-info {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 1.5em;
}

.contact-info a {
  display: block;
  min-height: 20px;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  padding: 0 0 0 30px;
  margin: 0 0 10px;
}

.contact-info li.phone a {
  background-image: url('../img/phone.png');
}

.contact-info li.mail a {
  background-image: url('../img/mail.png');
}

.contact-info li.facebook a {
  background-image: url('../img/facebook.png');
}

/***************************************
Colors
****************************************/

body {
  background-color: #fff;
  color: #005C66;
}

header {
  background: 	#005C66;
  border-color: #00FFFF;
}

nav {
  background: #A4D7B8;
}

h1, h2 {
  color: #fff;
}

a {
  color: #00FF00;
}

nav a, nav a:visited {
  color: #fff;
}

nav a.selected, nav a:hover {
  color: #00FF00;
}

/***************************************
HTML form
****************************************/

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}


form {
  max-width: 400px;
  margin: 40px 0 0 60px;
  padding: 10px 10px;
  /*background: #f4f7f8;*/
  border-radius: 8px;
  
}

h3 {
  margin: 0 0 20px 50px;
  text-align: left;
}

input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
textarea,
select {
  background: rgba(255,255,255,0.1);
  border: none;
  font-size: 16px;
  height: auto;
  margin: 0;
  outline: 0;
  padding: 15px;
  width: 100%;
  background-color: #e8eeef;
  color: #8a97a0;
  box-shadow: 0 1px 0 rgba(0,0,0,0.03) inset;
  margin-bottom: 30px;
}

input[type="radio"],
input[type="checkbox"] {
  margin: 0 4px 8px 0;
}

select {
  padding: 6px;
  height: 32px;
  border-radius: 2px;
}

button {
  padding: 19px 39px 18px 39px;
  color: #FFF;
  background-color: #4bc970;
  font-size: 18px;
  text-align: center;
  font-style: normal;
  border-radius: 5px;
  width: 100%;
  border: 1px solid #3ac162;
  border-width: 1px 1px 3px;
  box-shadow: 0 -1px 0 rgba(255,255,255,0.1) inset;
  margin-bottom: 10px;
}

fieldset {
  margin-bottom: 20px;
  border: none;
}

legend {
  font-size: 1.4em;
  margin-bottom: 10px;
}

label {
  display: block;
  margin-bottom: 8px;
}

label.light {
  font-weight: 300;
  display: inline;
}

.number {
  background-color: #5fcf80;
  color: #fff;
  height: 30px;
  width: 30px;
  display: inline-block;
  font-size: 1em;
  margin-right: 4px;
  line-height: 30px;
  text-align: center;
  text-shadow: 0 1px 0 rgba(255,255,255,0.2);
  border-radius: 100%;
}


