@charset "UTF-8";
html {box-sizing: border-box;
}
body {
    color: #282829;
    font-family: "Futura Medium", "Gill Sans", sans-serif;
    font-style: normal;
    font-weight: 400;
    text-decoration: none;
    font-size: 1.0em;
    text-align: left;
    background-color: #FFFFFF;
    margin: 0;
}
#wrapper {
    width: 100%;
    margin-top: 0;
    margin-right: auto;
    margin-left: 25px;
    margin-bottom: 0;
    max-width: 1000px;
    background-color: white;
}

#logo figure img {
    width: 20%;
    display: block;
    float: left;
    max-width: 1000px;
    min-width: 200px;
    border: 10px double #FFFFFF;
}
h1 {
    text-align: left;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    text-transform: uppercase;
    color: #363436;
    font-size: 2.5em;
    margin-left: 0px;
    padding-left: 5px;
}
header h1 a:visited  {
    color: #99c355;
    font-style: normal;
    background-color: #99c355;
}
a {
    font-weight: bold;
    text-decoration: none;
}
a:link {
    color: #99c355;
}
a:visited {
    color: #809481;
}
a:hover {
    color: #FFFFFF;
}
a:active , a:focus{
    text-decoration: none;
}
#menulink {
    margin-top: 0;
    margin-right: 25px;
    margin-bottom: 0;
    padding-right: 10px;
    text-align: right;
    background-color: #99c355;
}
#menulink a {
    color: white;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
    display: block;
    padding-top: 0.1em;
    padding-bottom: 0.1em;
    text-align: right;
    font-family: "Futura Medium", "Gill Sans", sans-serif;
    font-style: normal;
}
#navlinks {
    width: 100%;
    display: block;
    position: relative;
    right: 50px;
    margin-right: 30px;
    padding-top: 10px;
    padding-right: 25px;
    padding-bottom: 10px;
    text-align: right;
    list-style-type: none;
    background-color: #363436;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: all ease-out 0.5s;
    transition: all ease-out 0.5s;
}
#navlinks.displayed {
    z-index: 1;
    opacity: 1;
}
#navlinks.start {
    display: none;
}
#navlinks.collapsed {
    top: -25;
    opacity: 0;
}
h1, h2 {
    text-transform: uppercase;
    color: #282829;
    margin: 0;
    padding-top: 30px;
    padding-bottom: 30px;
}
#squares div {
    float: left;
    background: #363436;
    height: 50px;
    width: 100px;
    margin-top: 25px;
    margin-right: 10px;
    margin-left: 50px;
    margin-bottom: 25px;
    padding-top: 25px;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 25px;
}
.icons {
    padding-left: 25px;
}
#email {
padding-left: 25px;
margin-top: -10px;
}
#formwrapper {
    width: 80%;
    margin-top: 10px;
    margin-bottom: 10px;
    background-color: white;
    height: auto;
}
form {
    width: 80%;
    height: auto;
    background-color: #FFFFFF;
    margin-left: 50px;
    float: left;
}
fieldset {
    border: none;
    background-color: #99c355;
    padding-bottom: 10px;
    max-width: 80%;
}
label {
    width: 250px;
    display: block;
    font-family: "Futura Medium", "Gill Sans", sans-serif;
    font-size: 12pt;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 0px;
    color: #282829;
}
input {
    width: 50%;
    border: 1px inset #282829;
    font-family: "Futura Medium", sans-serif;
    margin-bottom: 10px;
    resize: vertical;
    color: #FFFFFF;
}
.submit {
    color: #FFFFFF;
    font-family: "Futura Medium", sans-serif;
    text-transform: uppercase;
    font-style: normal;
    font-weight: 800;
    font-size: large;
    background-color: #282829;
    padding-top: 5px;
    padding-bottom: 5px;
    border-width: 1px;
    border-color: #FFFFFF;
}
textarea {
    width: 80%;
    border: 1px outset #282829;
    margin-bottom: 20px;
}
.form {
    color: #282829;
}

/*
.btn {
    width: 50px;
    height: 20px;
    font-family: "Futura Medium", "Gill Sans", sans-serif;
    color: #a1a6d3;
    margin-left: 10px;
    float: left;
}
*/
aside {
    width: 20%;
}
/*    border: thick solid #282829;*/
/*
#social {
    background-color: #282829;
    width: 25%;
    display: block;
    padding-right: 25px;
    padding-left: 25px;
    padding-top: 25px;
    padding-bottom: 25px;
}
*/
#wrapper, aside {
    float: left;
}
/*
#twitter {
    width: 50px;
    margin-bottom: 25px;
}
#instagram {
    width: 40px;
    margin-left: 3px;
    margin-top: 10px;
}
#linkedin {
    margin-top: 25px;
    margin-left: 0px;
}
*/
fieldset p {
    font-family: "Futura Medium", sans-serif;
    color: #282829;
    font-weight: lighter;
    font-size: small;
}
.newsletter {
    color: #282829;
    float: left;
    margin-left: 100px;
    margin-top: 50px;
    font-family: "Futura Medium", "Gill Sans", sans-serif;
    font-size: 1.25em;
}
.strut {
    float: left;
    margin-left: 75px;
}
