/* 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;
}
.resp-tab {
    overflow-x: auto;
}
body {
    background-color: #f0edeb;
    margin: 0px;
    font-family: sans-serif;
}
.navlinks a.active {
    color:#587aac;
}
/*xsmall nav*/
#myheader {
    display: flex;
    flex-direction: column;
    text-align: center;
}
.navlinks a {
    text-decoration: none;
    font-family: oswald;
    font-size: 1.2em;
    font-weight: 600;
    color: #09173f;
}
.navlinks {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-around;
    padding: 5px 5px;
}
/* xs homepage main*/
#mymain {
    display: flex;
    flex-direction: column;
}
#mymain section {
    height: 200px;
}
.mainh2 a {
    text-decoration: none;
    font-family: oxanium;
    font-weight: 500;
    color: #42131f;
    background-color: #9bb600e3;
    padding: 10px 30px 10px 5px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 10px;
}
.mainone {
    text-align: center;
    color: #42131f;
    font-family: oswald;
    font-weight: 600;
    font-size: 1em;
    margin-bottom: 20px;
}
.mainone a{
    text-decoration: none;
    text-align: center;
    color: #9bb600;
    background-color: #09173f;
    padding: 2px 5px;
    border-radius: 5px;
    border-top-right-radius: 0px;
}
.mainh3 {
    color:#09173f;
    font-size: 1em;
}
.mainh3 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/jacket.png);
    background-repeat: no-repeat;
    background-size:cover;
    background-color: #f0edeb;
}
.mainfour {
    background-image: url(assets/bwportbg-2048.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #09173f;
}
/*about me*/
.headshot {
    border-radius: 50%;
}
table {
    min-width: 100%;
    font-family: oxanium;
    color:#09173f;
}
table, th, td {
    border-collapse: collapse;
}
th {
    background-color: #9bb600;
    border-bottom: 2px solid #09173f;
}
td {
    font-family: oswald;
}
.from-spec p:nth-child(odd) {
    color: #9bb600;
}
#othertable {
    border-collapse: separate;
    border-spacing: 0px 10px;
}
.centercell{
    text-align: center;
}
.centercell td:nth-child(2) {
    border: 4px dotted #9bb600;
    border-radius: 8px;
}
#spectable caption{
    caption-side: top;
    background-color: #9bb600;
    border-bottom: 2px solid #09173f;
}
#spectable th{
    background: none;
    border: none;

}
/*xs foot*/
#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) {
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;
}
#othertable {
    display: none;
}
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;
}
}
/* 2: Small devices (tablets, 768px and up) */
@media (min-width:768px) { 
/*s homepage main*/
#myheader {
    padding-bottom: 10px;
    border-bottom: 2px dotted #9bb600;
}
#mymain {
    display: flex;
    flex-direction: column;
}
.mainone {
    margin: 10px 15px;
}
#msections {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}
#msections section {
    min-width: 255px;
    min-height: 255px;
}
.mainthree, .maintwo, .mainfour {
    background-position: center;
}
/*m about page*/
#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;
}
/*s foot*/
#myfoot {
    margin-top: 20px;
    min-height: 30px;
}
footer {
padding: 20px 20px;
}

}

/* 3: Medium devices (desktops, 992px and up) */
@media (min-width: 992px) { 
/*m nav*/
#myheader {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        padding-bottom: 0px;
}
.meicon {
    max-height: 85px;
}
#myheader h1 {
        font-family: oxanium;
        color: #42131f;
        font-size: 4em;
}
.navlinks {
        display: flex;
        flex-direction: row;
        justify-content: space-around;
}
.navlinks a {
        color:#09173f;
        text-decoration: none;
        font-size: 1.5em;
        padding: 8px 20px;
}
.navlinks a:hover {
        color: #9bb600;
}
/*m home page*/
#msections section {
    min-width: 330px;
}
/*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;
}
}

/*4: Large devices (large desktops, 1200px and up)*/
@media (min-width:1200px) {
/*l home page nav*/
#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:#42131f;
    text-decoration: none;
    font-size: 1.7em;
    padding: 8px 20px;
}
.navlinks a:hover {
    color: #9bb600;
}
/*l homepage main */
#mymain {
    display: flex;
    flex-direction: row;
    justify-content:space-around;
    flex-wrap: wrap;
    margin-bottom: 50px;
}
.mainone, .maintwo, .mainthree, .mainfour {
    max-width: 700px;
}
#mymain a{
    font-size: 1.2em;
}
.mainone {
    font-size: 1.4em;
    text-align: justify;
}
.mainh2 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 foot*/
#myfoot {
    width:auto;
    margin: 20px 0px;
    font-size: 1.5em;
}
}