/* 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;
}
figcaption a {
    color: #edc030;
}
/*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;
}
/*home page*/
#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;
}
.mainone h1 {
    color:#f0edeb;
    font-size: 1em;
    line-height: 5px;
}
h1 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;
}
/*contact page*/
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;
}
/*WPT*/
#wpt-page {
    font-family: oswald;
    color:#f0edeb;
    text-align: center;
}
#wpt-page h1 {
    font-family: oxanium;
    text-align: center;
}
/*resume*/
#resume {
    box-sizing: border-box;
    background-color: #f0edeb;
    width: 90%;
    margin: 25px 15px;
    min-height: 600px;
    align-content: center;
}
#resume h1 {
    font-family: oswald;
    text-align: center;
    font-size: 1.2em;
    margin: auto 15px;
}
/*footer*/
#myfoot {
    box-sizing: border-box;
    background-color: #9bb600;
    text-align: center;
    padding: 8px 10px;
    width: 100%;
    margin: auto 0px;
}
#myfoot a {
    box-sizing: border-box;
    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;
    margin-top: 15px;
}
#myheader figure, .navdrop {
    margin: auto;
}
.navdrop {
    min-width: 100%;
    text-align: center;
}
.navlinks {
    right:0px;
    left:0px;
    overflow:auto;
}
#mymain, #myheader, #myfoot {
    width: 100vw;
}
.mainone {
    padding: 5px 8px;
    margin: auto 15px;
}
.mainone p {
    font-weight: 400;
}
.mainthree {
    background-image: url(assets/wptsketch-xs.PNG);
    background-repeat:no-repeat;
    background-size:cover;
    background-position: center;
}
.mainfour {
    background-image: url(assets/portbg-700.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #09173f;
}
/*xs about me*/
table, thead, tbody, tfoot, th, td, tr { 
    display: block;
    text-align: center; 
}
td {
    font-weight: 400;
}
#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 {
    padding: 8px 10px;
}
/*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;
}
.barca-break {
    border: 1px dashed #e6622e;
    width: 30%;
}
.b-one, .b-two, .b-three, .b-four{
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}
.b-one h1 {
    font-family: oxanium;
    border-bottom: 2px solid #e6622e;
}
/*xs wpt*/
#wpt-page {
    display:flex;
    flex-direction: column;
    justify-content: space-between;
    margin: auto 20px;
}
#wpt-page h1 {
    margin-top: 20px;
    font-size: 1.5em;
    font-weight: 500;
}
#wpt-page p{
    font-size: 1.2em;
    font-weight: 300;
    padding: 8px 10px;
    border: 2px solid #edc030;
    border-radius: 10px;
}
#wpt-page p:nth-child(3) {
    color:#edc030;
    font-size: 1em;
    border: none;
}
#wpt-page hr {
    border: 1px dashed #edc030;
    width: 20%;
    margin: auto;
}
#wpt-three img{
    max-height: 300px;
}
/*xs footer*/
#myfoot {
    position: static;
    left: 0;
    bottom: 0;
    width: 100%;
}
}
/* 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;
    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;
}
#mymain h2 a {
    font-weight: 600;
}
.mainthree {
    background-image: url(assets/wptsketch-med.PNG);
    background-repeat:no-repeat;
    background-size:cover;
    background-position: center;
}
.mainfour {
    background-image: url(assets/portbg-1048.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #09173f;
}
/*small aboutme*/
#abouttable td:nth-child(1){
    width: 60%;
    padding-left: 45px;
}
th {
    font-size: 1.3em;
}
#spectable caption {
    font-size: .9em;
}
#spectable td {
    padding: 15px 30px;
}
#webtable {
    padding: 10px 10px;
}
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;
    color: #393c46;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
#purposeform h2 {
    color:#393c46;
}
#purposeform label {
    font-weight: 500;
}
#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: #393c46;
    margin: 8px 10px;
}
label {
    font-size: 1.1em;
}
input[type=text] {
    font-size: 1em;
}
/* small BARCA */
#barcapage {
    margin: auto 20px;
}
#barcapage p {
    font-size: 1.1em;
    font-weight: 300;
}
.b-one h1 {
    font-family: oxanium;
    border-bottom: 2px solid #e6622e;
}
.barca-break {
    border: 1px dashed #e6622e;
    width: 30%;
}
.b-three img {
    max-height: 600px;
}
.b-one, .b-two, .b-three, .b-four{
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}
/*wpt small*/
#wpt-page {
    display:flex;
    flex-direction: column;
    justify-content: space-between;
    margin: auto 20px;
}
#wpt-page h1 {
    margin-top: 20px;
    font-size: 1.6em;
    font-weight: 500;
    color: #9bb600;
}

#wpt-one img {
    max-height: 290px;
}
.wpt-para {
    padding: 10px 10px;
    text-align: left;
}
#wpt-page p{
    font-size: 1.2em;
    font-weight: 300;
    padding: 8px 10px;
}
#wpt-page p:nth-child(3) {
    color:#edc030;
    font-size: 1em;
    border: none;
}
#wpt-page hr {
    display: none;
}
#wpt-page h2 {
    font-family: oxanium;
    font-size: 1.6em;
    font-weight: 400;
    color: #9bb600;
}
#wpt-one, #wpt-two, #wpt-three {
    display: flex;
    flex-direction: row;
    justify-content:space-between;
    margin: 20px auto;    
}
#wpt-one p {
   margin-bottom: 0px;
   text-align: left;
}
#wpt-two, #wpt-three {
    border-top: 2px dashed #edc030;
    border-bottom: 2px dashed #edc030;
}
#wpt-one p, #wpt-one figure {
    align-content: center;
    flex-basis: 50%;
    box-sizing: border-box;
    margin: auto 12px;
}
#wpt-one img {
    border-radius: 8px;
}
#wpt-three img{
    max-height: 350px;
}
/* small resume*/
#resume {
    min-width: 80%;
    min-height: 800px;
    margin: 20px auto;
}
#myfoot {
    margin-top: 20px;
    position: static;
    left: 0;
    bottom: 0;
    width: 100%;
}
}

/* 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;
    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;
        margin: 8px 10px;
    }
    label {
        font-size: 1.1em;
    }
    input[type=text] {
        font-size: 1em;
    }
    /*barca med*/
#barcapage p {
        font-size: 1.1em;
        font-weight: 300;
    }
.barca-break {
    display: none;
}
#barcapage h1 {
    font-family: oxanium;
    font-size: 1.4em;
    border-bottom: 2px solid #e6622e;
}
.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;
    }
#barcapage img {
    border-radius: 5px;
}
.b-two p {
    box-sizing: border-box;
    border-radius: 50px;
    text-align: center;
    align-content: center;
    flex-basis: 60%;
    border: 2px solid #e6622e;
    min-height: 250px;
    padding: 10px 10px;
    margin: auto 40px;
}
.b-four {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    margin: auto 40px;
}
.b-four p {
    box-sizing: border-box;
    border-radius: 50px;
    text-align: center;
    align-content: center;
    border: 2px solid #e6622e; 
    min-height: 150px;
    max-width: 55%;
    margin:  10px auto;
    padding: 0px 15px;
}
.b-four {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}
.b-five {
    text-align: center;
    margin: auto 40px;
}
/*medium WPT*/
#wpt-page h1 {
    font-size: 1.8em;
    color: #9bb600;
}
#wpt-page h2 {
    font-size: 1.7em;
}
#wpt-one, .wpt-para {
    margin: auto 50px;
    font-size: 1.1em;
}
#wpt-one p {
   margin-bottom: 0px;
   text-align: left;
}
#wpt-one img {
    max-height: 290px;
}
.wpt-para {
    padding: 10px 10px;
    text-align: left;
}
/* medium resume*/
#resume {
    max-width: 70%;
    min-height: 900px;
    margin: 20px auto;
}
#myfoot {
    position: static;
    margin-top: 35px;
    bottom: 0;
    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;
    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;
    overflow-x: hidden;
}
.navlinks a {
    font-size: 1.3em;
    font-weight: 600;
    padding: 12px 16px;
    animation-name: slideleft;
    animation-duration: 1s;
    animation-delay: -0.5s;
}
.navdrop:hover .navbtn {
    color:#9bb600;
}
@keyframes slideleft {
    0% {
        margin-left:200%;
        width:200%;
        transform: skewX(-20deg) scale(2, 1) translate(0,0);
    }
    100% {
        margin-left: 0%;
        width:100%;
        transform: skewX(0deg) scale(1, 1) translate(0,0);
  }
}
/*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;
}
.mainthree {
    background-image: url(assets/wptsketch-xl.PNG);
    background-repeat:no-repeat;
    background-size:cover;
    background-position: center;
}
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;
    margin: 8px 10px;
}
label {
    font-size: 1.2em;
}
input[type=text] {
    font-size: 1.1em;
}
/*l BARCA*/
#barcapage p {
    font-size: 1.3em;
    font-weight: 300;
    line-height: 2em;
}
#barcapage h1 {
    font-size: 1.7em;
    border-bottom: 2px solid #e6622e;
}
#barcapage img {
    border-radius: 5px;
}
.b-one article, .b-three p {
     box-sizing: border-box;
    flex-basis: 50%;
}
.b-two p {
    box-sizing: border-box;
    border-radius: 60px;
    text-align: center;
    align-content: center;
    flex-basis: 60%;
    border: 2px solid #e6622e;
    min-height: 250px;
    padding: 10px 10px;
    margin: auto 55px;
}
.b-two img {
    margin: auto 50px;
}
.b-four {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    margin: auto 40px;
}
.b-four p {
    box-sizing: border-box;
    border-radius: 50px;
    text-align: center;
    align-content: center;
    border: 2px solid #e6622e; 
    min-height: 200px;
    max-width: 55%;
    margin:  20px auto;
    padding: 0px 15px;
}
/*large WPT*/
#wpt-page h1 {
    color:#9bb600;
    font-size: 2.1em;
}
#wpt-one, .wpt-para {
    margin: auto 200px;
    font-size: 1.3em;
}
#wpt-one p {
   margin-bottom: 0px;
   text-align: left;
}
#wpt-one img {
    max-height: 300px;
}
.wpt-para {
    padding: 10px 10px;
    text-align: left;
}
#wpt-two, #wpt-three {
    border: none;
    display: flex;
    flex-direction: row;
}
#wpt-page h2 {
    font-size: 1.9em;
}
#wpt-three img {
    max-height: 290px;
}
/* large resume*/
#resume {
    min-width: 1000px;
    min-height: 1200px;
    margin: 30px auto;
}
#resume h1 {
    font-size: 1.4em;
}
#myfoot {
    font-size: 1.5em;
}
}