/* 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;
}
/*nav dropdown*/
.navbtn {
    color: #393c46;
    padding: 8px 8px;
    margin-bottom: 0px;
    font-size: 1.5em;
    font-family: oxanium;
    font-weight: 700;
    border: none;
    background-color: #9bb600;
}
.navdrop {
    position: relative;
    display: inline-block;
}
.navlinks {
    display: none;
    position: absolute;
    background-color: #f0edeb;
    z-index: 1;
}
.navlinks a {
    color:#393c46;
    padding: 8px 12px;
    text-decoration: none;
    display: block;
    font-family: oswald;
    font-weight: 500;
}
.navdrop:hover .navlinks {
    display: block;
}
.navlinks a:hover {
    background-color: #9bb600;
}
.navdrop:hover .navbtn {
    color:#f0edeb;
}
#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/wptsketch-med.PNG);
    background-repeat:no-repeat;
    background-size:cover;
    background-position: center;
}
.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;
}
/*about me table*/
table {
    min-width: 100%;
    font-family: oxanium;
    color:#f0edeb;
}
table, th, td {
    border-collapse: collapse;
}
th {
    color: #9bb600;
    border-bottom: 2px solid #9bb600;
}
td {
    font-family: oswald;
}
.from-spec p:nth-child(odd) {
    color: #9bb600;
}
.centercell{
    text-align: center;
}
.centercell td:nth-child(2) {
    border: 4px dotted #edc030;
    border-radius: 8px;
}
#spectable caption{
    caption-side: top;
    border-bottom: 2px solid #9bb600;
    color: #9bb600;
}
#spectable th{
    color: #edc030;
    background: none;
    border: none;
}
/*about me table end*/
/*barca*/
#barcapage {
    color:#f0edeb;
    font-family: oswald;
}
#barcapage h2 {
    font-family: oxanium;
}
#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 nav*/
#myheader {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
#myheader figure, .navdrop {
    margin: auto;
}
.navdrop {
    min-width: 100%;
    text-align: center;
}
.navlinks {
    right:0px;
    left:0px;
    overflow:auto;
}
/*xs about me*/
table, thead, tbody, tfoot, th, td, tr { 
    display: block;
    text-align: center; 
}
#abouttable, #spectable, #webtable {
    display: flex;
    flex-direction: column;
}
#abouttable caption{
    display: none;
}
#abouttable {
    margin-top: 15px;
}
#abouttable td:nth-child(2) {
    max-width: 60%;
    margin:auto;
}
td {
    padding: 5px 15px;
}
#abouttable th, #webtable th {
    font-size: 1.3em;
    padding: 10px 0px;
}
#spectable th {
    font-size: 1.1em;
    padding: 5px 5px;
}
#spectable caption{
    font-size: .9em;
}
#webtable td {
    height: 100px;
}
/*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;
}
/*xs barca*/
#barcapage {
    margin: auto 20px;
}
.b-one, .b-two, .b-three, .b-four{
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}
.b-four h3 {
    font-size: 1em;
    box-sizing: border-box;
}
.b-five {
    text-align: center;
}
}
/* 2: Small devices (tablets, 768px and up) */
@media (min-width:768px) { 
/*small nav*/
#myheader {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.navdrop {
    box-sizing: border-box;
    margin-right: 30px;
    min-width: 100%;
    text-align: center;
}
.navbtn {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.navbtn:hover {
    border-bottom-left-radius: 0px;
}
.navlinks {
    right:0px;
    left:0px;
    overflow:auto;
    border-bottom-left-radius: 5px;
}
.navlinks a {
    font-size: 1.1em;
    font-weight: 500;
    padding: 10px 14px;
}
/*small aboutme*/
#abouttable td:nth-child(1){
    width: 60%;
    padding-left: 45px;
}
th {
    font-size: 1.3em;
}
#othertable td{
    padding: 20px 10px;
}
#spectable caption {
    font-size: .9em;
}
#spectable td {
    padding: 15px 30px;
}
td {
    font-size: 1.1em;
    border-spacing: 10px;
}
th, td {
    padding: 10px;
}
/*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;
    margin-bottom: 30px;
}
.navdrop {
    box-sizing: border-box;
    margin-right: 30px;
    min-width: 100%;
    text-align: center;
}
.navbtn {
    margin-right: 40px;
    padding: 8px 20px;
    border-radius: 0px;
    background-color: #393c46;
    border-bottom: 1px solid #9bb600;
    color: #f0edeb;
    font-size: 1.7em;
}
.navlinks {
    right:0px;
    left:0px;
    margin-right: 40px;
    border-radius: 0px;
}
.navlinks a {
    font-size: 1.3em;
    font-weight: 600;
    padding: 12px 16px;
}
.navdrop:hover .navbtn {
    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;
}
/*m about me*/
#abouttable td:nth-child(1){
    width: 60%;
    padding-left: 55px;
}
th {
    font-size: 1.4em;
}
td {
    font-size: 1.1em;
    border-spacing: 10px;
}
th, td {
    padding: 15px;
}
/*contact 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;
    }
    /*barca med*/
    #barcapage p {
        font-size: 1.2em;
        font-weight: 400;
    }
    #barcapage h3 {
        font-size: 1.2em;
    }
    .b-one, .b-two, .b-three {
        display: flex;
        flex-direction: row;
        justify-content: space-around;
        align-items: center;
        min-width: 100%; 
    }
    .b-one article, .b-three p {
        box-sizing: border-box;
        flex-basis: 55%;
        margin-left: 40px;
    }
    .b-two p {
        box-sizing: border-box;
        flex-basis: 60%;
        margin-right: 40px;
    }
    .b-four {
        display: flex;
        flex-direction: column;
        justify-content: center;
        text-align: center;
    }
    .b-five {
        text-align: center;
        margin: auto 40px;
    }
    #myfoot {
        margin-top: 35px;
        font-size: 1.2em;
    }
}

/*4: Large devices (large desktops, 1200px and up)*/
@media (min-width:1200px) {
/*large nav*/
#myheader {
    margin-bottom: 50px;
}
#myheader img {
    min-height: 97px;
}
.navdrop {
    box-sizing: border-box;
    margin-right: 50px;
    min-width: 100%;
    text-align: center;
}
.navbtn {
    margin-right: 40px;
    padding: 8px 20px;
    border-radius: 0px;
    background-color: #393c46;
    border-bottom: 1px solid #9bb600;
    color: #f0edeb;
    font-size: 1.7em;
}
.navlinks {
    right:0px;
    left:0px;
    margin-right: 40px;
    border-radius: 0px;
}
.navlinks a {
    font-size: 1.3em;
    font-weight: 600;
    padding: 12px 16px;
}
.navdrop:hover .navbtn {
    color:#9bb600;
}
/*large home*/
#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 about page*/
th {
    font-size: 1.6em;
}
#abouttable td:nth-child(1) {
    font-size: 1.3em;
    padding: 50px 200px;
}
#abouttable td:nth-child(2) {
    padding: 50px 50px;
    width: 20%;
}
#othertable {
    border-spacing: 0px 20px;
}
#othertable td {
    height: 300px;
    font-size: 1.3em;
}
#spectable caption {
    font-size: 1.1em;
}
#spectable td{
    font-size: 1.3em;
    padding: 15px 75px;
    padding-bottom: 30px;
}
#webtable td{
    font-size: 1.4em;
}
/*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;
}
}