/* 1: Extra small devices (phones, less than 768px) */
/* No media query since this is the default ruleset in a "mobile first" approach */
img,picture,video,iframe {
    max-width: 100%;
    height:auto;
}
body {
    background-color: #393c46;
    margin: 0px;
    font-family: sans-serif;
}
#mymain {
    display: flex;
    flex-direction: column;
}
#mymain section {
    height: 200px;
}
h2 a {
    text-decoration: none;
    font-family: oxanium;
    font-weight: 500;
    color: #393c46;
    background-color: #9bb600e3;
    padding: 10px 30px 10px 5px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 10px;
}
.mainone {
    text-align: center;
    color: #f0edeb;
    font-family: oswald;
    font-weight: 600;
    font-size: 1.1em;
    margin-bottom: 20px;
}
.mainone a{
    text-decoration: none;
    text-align: center;
    color: #393c46;
    background-color: #edc030;
    padding: 2px 5px;
    border-radius: 5px;
    border-top-right-radius: 0px;
}
h3 {
    color:#f0edeb;
    font-size: 1em;
    line-height: 5px;
}
h3 span {
    font-weight: 700;
    color: #9bb600;
}
.maintwo {
    background-image: url(assets/canoes.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #9bb600;
}
.mainthree {
    background-image: url(assets/wptbrand.jpg);
    background-repeat:repeat-x;
    background-size: 15em;
    background-position: center;
    background-color: #f0edeb;
}
.mainfour {
    background-image: url(assets/bwportbg-2048.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #09173f;
}
form {
    min-width: 100%;
    font-family: oxanium;
    color: #f0edeb;
}
iframe {
    border: none;
}
input[type=submit], input[type=reset] {
font-size: 1em;
font-family: oxanium;
font-weight: 700;
padding: 8px;
border: none;
border-radius: 5px;
text-decoration: none;
text-align: center;
}
fieldset h2 {
    font-size: 1.3em;
    color:#9bb600;
}
fieldset h3 {
    font-size: 1.1em;
    color: #f0edeb;
    margin: 8px 10px;
}
input[type=text] {
    min-width: 100%;
    padding: 8px 10px;
    margin: 8px 0;
    box-sizing: border-box;
    border:none;
    border-bottom: 2px solid #9bb600;
    background-color: #393c46;
    color: #e6622e;
    font-family: noto sans;
    outline: none;
}
input[type=text]:focus {
    border-bottom:2px solid #edc030;
}
input[type=submit] {
    background-color: #4c7658;
    color:#edc030;
}
input[type=reset] {
    background-color: #e6622e;
    color: #393c46;
}
#myfoot {
    background-color: #9bb600;
    text-align: center;
    padding: 8px 10px;
}
#myfoot a {
    text-decoration: none;
    color: #09173f;
    font-family: oswald;
    font-size: 1.3em;
    padding: 5px 8px;
}
@media (max-width:767px) {
/*xs home page*/
#myheader {
    display: flex;
    flex-direction: column;
    text-align: center;
}
.navlinks a {
    text-decoration: none;
    font-family: oswald;
    padding: 5px 25px;
    font-size: 1.2em;
    font-weight: 600;
    color: #f0edeb;
}
.navlinks {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content:space-around;
    padding: 8px 5px;
    border-bottom: 2px dotted #9bb600;
}
/*xs contact page*/
#myform {
    display: flex;
    flex-direction: column;
    align-items: center;
}
fieldset {
    border: none;
    box-sizing: border-box;
    padding: 8px 10px;
}
select {
    padding: 5px 5px;
    margin: 5px 5px;
    border:none;
    border-radius: 4px;
    background-color: #f0edeb;
    font-family: noto sans;
}
textarea {
    width: 100%;
    height: 150px;
    padding: 8px 10px;
    box-sizing: border-box;
    border-radius: 0px;
    border: none;
}
#formbuttons {
    box-sizing: border-box;
    text-align: center;
    width:100%;
    margin: auto;
}
input[type=submit], input[type=reset] {
    padding: 8px 10px;
    margin: 10px 10px;
}
}
/* 2: Small devices (tablets, 768px and up) */
@media (min-width:768px) { 
#myheader {
    display: flex;
    flex-direction: column;
    text-align: center;
}
.navlinks a {
    text-decoration: none;
    font-family: oswald;
    padding: 5px 25px;
    font-size: 1.2em;
    font-weight: 600;
    color: #f0edeb;
}
.navlinks {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content:space-around;
    padding: 8px 5px;
    border-bottom: 2px dotted #9bb600;
}
/*small contact*/
form {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content:space-evenly;
    margin-top: 20px;
}
fieldset {
    border: none;
    box-sizing: border-box;
    padding: 8px 10px;
}
#contactform {
    flex-basis: 50%;
    box-sizing: border-box;
    padding: 15px 15px;
}
#purposeform {
    flex-basis: 50%;
    margin: auto;
    padding: 30px 30px;
    align-content: center;
    box-sizing: border-box;
    background-color: #9bb600;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
#purposeform h2 {
    color:#393c46;
}
#messageform {
    flex-basis: 100%;
}
select {
    padding: 5px 5px;
    margin: 5px 5px;
    border:none;
    border-radius: 4px;
    background-color: #f0edeb;
    font-family: noto sans;
}
textarea {
    width: 100%;
    height: 150px;
    padding: 8px 10px;
    box-sizing: border-box;
    border-radius: 5px;
    border: none;
}
#formbuttons {
    box-sizing: border-box;
    text-align: center;
    width:100%;
    margin: auto;
}
input[type=submit], input[type=reset] {
    padding: 10px 12px;
    margin: 15px 10px;
    font-size: 1.2em;
}
fieldset h2 {
    font-size: 1.4em;
    color:#9bb600;
}
fieldset h3 {
    font-size: 1.2em;
    color: #f0edeb;
    margin: 8px 10px;
}
label {
    font-size: 1.1em;
}
input[type=text] {
    font-size: 1em;
}
}

/* 3: Medium devices (desktops, 992px and up) */
@media (min-width: 992px) { 
/*header med*/
#myheader {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
#myheader h1 {
    font-family: oxanium;
    color: #f0edeb;
    font-size: 3em;
}
.navlinks {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    border:none;
}
.navlinks a {
    color:#f0edeb;
    text-decoration: none;
    font-size: 1.5em;
    padding: 8px 20px;
}
.navlinks a:hover {
    color: #9bb600;
}
/*main med*/
#mymain {
    display: flex;
    flex-direction: row;
    justify-content:space-evenly;
    flex-wrap: wrap;
    align-items: stretch;
    margin: auto 25px;
    min-height: 1000px;
}
#mymain div {
    flex-basis: 47%;
    min-height: 400px;
    margin: 10px auto;
}
.mainone {
    font-size: 1.4em;
    text-align: justify;
}
h2 a {
    font-size: 1.6em;
}
/*content medium*/
    form {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        justify-content:space-evenly;
        margin-top: 20px;
    }
    fieldset {
        border: none;
        box-sizing: border-box;
        padding: 8px 10px;
    }
    #contactform {
        flex-basis: 60%;
        box-sizing: border-box;
        padding: 15px 15px;
    }
    #purposeform {
        flex-basis: 30%;
        margin: auto;
        padding: 30px 30px;
        align-content: center;
        box-sizing: border-box;
        background-color: #9bb600;
        border-radius: 5px;
    }
    #purposeform h2 {
        color:#393c46;
    }
    #messageform {
        flex-basis: 100%;
    }
    select {
        padding: 5px 5px;
        margin: 5px 5px;
        border:none;
        border-radius: 4px;
        background-color: #f0edeb;
        font-family: noto sans;
    }
    textarea {
        width: 100%;
        height: 200px;
        padding: 8px 10px;
        box-sizing: border-box;
        border-radius: 5px;
        border: none;
    }
    #formbuttons {
        box-sizing: border-box;
        text-align: center;
        width:100%;
        margin: auto;
    }
    input[type=submit], input[type=reset] {
        padding: 10px 12px;
        margin: 15px 10px;
        font-size: 1.2em;
    }
    fieldset h2 {
        font-size: 1.4em;
        color:#9bb600;
    }
    fieldset h3 {
        font-size: 1.2em;
        color: #f0edeb;
        margin: 8px 10px;
    }
    label {
        font-size: 1.1em;
    }
    input[type=text] {
        font-size: 1em;
    }
    #myfoot {
        margin-top: 35px;
        font-size: 1.2em;
    }
}

/*4: Large devices (large desktops, 1200px and up)*/
@media (min-width:1200px) {
#myheader {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
#myheader h1 {
    font-family: oxanium;
    color: #42131f;
    font-size: 4em;
}
.navlinks {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}
.navlinks a {
    color:#f0edeb;
    text-decoration: none;
    font-size: 1.7em;
    padding: 8px 20px;
}
.navlinks a:hover {
    color: #9bb600;
}
#mymain {
    display: flex;
    flex-direction: row;
    justify-content:space-evenly;
    flex-wrap: wrap;
    align-items: stretch;
    margin: auto 50px;
    min-height: 1200px;
}
#mymain div {
    flex-basis: 47%;
    min-height: 700px;
    margin: 10px auto;
}
.mainone {
    font-size: 2em;
    text-align: justify;
}
h2 a {
    font-size: 2em;
}
/*l contact*/
form {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content:space-evenly;
    align-items: center;
    margin-top: 20px;
}
fieldset {
    border: none;
    box-sizing: border-box;
    padding: 8px 10px;
}
#contactform {
    order:1;
    flex-basis: 40%;
    box-sizing: border-box;
    height:500px;
    padding: 15px 15px;
}
#purposeform {
    flex-basis: 20%;
    order:3;
    margin: auto;
    height: 500px;
    padding: 30px 35px;
    align-content: center;
    box-sizing: border-box;
    background-color: #9bb600;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
#purposeform h2 {
    color:#393c46;
}
#messageform {
    order: 2;
    flex-basis: 40%;
    height: 500px;
    padding: 15px 15px;
    box-sizing: border-box;
}
select {
    padding: 8px 8px;
    margin: 5px 5px;
    border:none;
    border-radius: 4px;
    background-color: #f0edeb;
    font-family: noto sans;
    font-size: 1.1em;
}
textarea {
    width: 100%;
    height: 410px;
    padding: 8px 10px;
    box-sizing: border-box;
    border-radius: 5px;
    border: none;
}
#formbuttons {
    order: 4;
    box-sizing: border-box;
    text-align: center;
    width:100%;
    margin: auto;
}
input[type=submit], input[type=reset] {
    padding: 10px 12px;
    margin: 35px 15px;
    font-size: 1.2em;
}
fieldset h2 {
    font-size: 1.5em;
    color:#9bb600;
}
fieldset h3 {
    font-size: 1.3em;
    color: #f0edeb;
    margin: 8px 10px;
}
label {
    font-size: 1.2em;
}
input[type=text] {
    font-size: 1.1em;
}
#myfoot {
    font-size: 1.6em;
}
}