@charset "utf-8";
@import url("webfonts/StrikeCoffee_VGarz/stylesheet.css");
@import url("webfonts/MapleMono_LightItalic/stylesheet.css");
@import url("webfonts/MapleMono_Regular/stylesheet.css");
@import url("webfonts/ParsonsModernSans_Regular/stylesheet.css");
@import url("webfonts/Gantari/stylesheet.css");
@import url("webfonts/OakSans_Regular/stylesheet.css");
@import url("webfonts/Super_Fuggy/stylesheet.css");
@import url("webfonts/Super_Glue_Outline/stylesheet.css");
@import url("webfonts/LeHavre/stylesheet.css");
@import url("https://use.typekit.net/zzs6nog.css");









.title {
    font-family: "OakSans Regular";
    font-size: 800%;
    color: #000000;
    text-align: center;
    font-weight: 100;
}
#form1 p #textfield {
    width: 200px;
    min-width: 200px;

}
#form1 p #email {
    width: 300px;
}
#form1 p #textarea {
    width: 300px;
    height: 100px;
}
#form1 p #submit {
}
.Hi {
    font-family: 'OakSans Regular';

    margin-left: 10
&
&;
    margin-top: 0%;
    width: 50%;
    font-size: large;
    margin-left: 10%;
	
}
body p {
    font-family: 'OakSans Regular';
}
body h3 {
    font-family: 'OakSans Regular';
}
.nav {
    font-family: 'OakSans Regular';
    float: none;
    clear: none;
    text-align: right;
	color: black;
}
.bodycopy {
    font-family: 'OakSans Regular';
    margin-right: auto;
    margin-left: auto;
    width: 80%;
}
.footer {
    font-family: 'OakSans Regular';
    margin-top: 300px;
    color: #000000;
     margin-right: auto;
    margin-left: auto;
    width: 80%;
}
.container {
  position: relative;
  width: 100%;
}
.image {
    display: block;
    width: 200px;
    height: auto;
}

.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0%;
    transition: .5s ease;
    background-color: #FFFFFF;
    font-family: 'OakSans Regular';
}

.container:hover .overlay {
  opacity: 80%;
}

.text {
  color: black;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}
.row {
  display: flex;
  flex-wrap: wrap;
  padding: 10px;
}

/* Create four equal columns that sits next to each other */
.column {
  flex: 30%;
  max-width: 33%;
  padding: 4px;
}

.column img {
  margin-top: 8px;
  vertical-align: middle;
  width: 100%;
}

/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 800px) {
  .column {
    flex: 50%;
    max-width: 50%;
  }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .column {
    flex: 100%;
    max-width: 100%;
  }
}
.alignment {
    margin-left: 5%;
    margin-right: 5%;
	
}
a:link {
  color: black;
  background-color: transparent;
  text-decoration: none;
}
a:visited {
  color: black;
  background-color: transparent;
  text-decoration: none;
}
a:hover {
  color: black;
  background-color: transparent;
  text-decoration: underline;
}
a:active {
  color: black;
  background-color: transparent;
  text-decoration: underline;
}

//body  {
  background-image: url("");
	background-size: cover;
	background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
	width: inherit;
	height: auto
}//
body {
      cursor: url(""), auto;
}
.kite {
    float: right;
    margin-right: 3%;
    margin-top: -4%;
}
//.block {
    background-image: url("");
    background-repeat: no-repeat;
    background-position: center center;
	background-attachment: ;
    height: auto;
    width: 924px;
	margin-left: auto;
	margin-right: auto;
}
.photoscale {
    max-width: 55%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
	margin-top: 20px;
}
.headimage2 {
	max-width: 15%;
}
.footimage {
	margin-top: 10%;
	max-width: 10%;
	margin-left: 10%;
}
.seagreenimage {
	display: block;
	max-width: 50%;
	margin-left: auto;
	margin-right: auto;
}
