/* SDEV154
Cody Fancil
06/09/25 */
body, html{
    font-family: Georgia, 'Times New Roman', Times, serif;
}

* {
    padding:0;
    margin:0;
}

header,
footer,
#nav-toggle {
    width: 100%;
    max-width: 100%;
}

header{
    background-color: rgb(38, 41, 46);
    top: 0;
    position: fixed;
    height: 110px;
    box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.2);
}

header > nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
}

header > nav > p {
    margin: 0;
    font-size: 20px;
    font-weight: bold;
    font-style: italic;
}
#coLogo img {
    display: inline-block;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    vertical-align: middle;
    margin-top: 10px;
}

header > nav > ul {
    display: flex;
    justify-content: flex-end;
    gap: 20px;
    margin: 0;
    list-style-type: none;
    padding: 25px;
    font-size: 20px;
}

body{
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    background-color: rgb(60,47,47);
    line-height: 1.5;
}

body a{
    color: rgb(40, 103, 178);
    text-decoration: underline;
    font-size: 20px;
}

body h1{
    text-align: center;
    font-size: 40px;
    padding-top: 20px;
    margin-bottom: 20px;
    margin-top: 10px;
}

body h2{
    text-align: center;
    margin-bottom: 20px;
    font-style:italic;
}

body, h1, h2, p,body>footer>p{
    color: rgb(212, 185, 185);
}

footer{
    width: 100%;
    max-width: 100%;
    justify-content: left;
    background-color: rgb(38, 41, 46);
    position: static;
    display: flex;
    flex-direction: row;
    padding-top: 20px;
    font-size: 20px;
    color: rgb(212, 185, 185);
    font-weight: bold;
    margin-top: auto;
}

footer>nav>ul{
    display: flex;
    justify-content: left;
    gap: 20px;
    margin:0 20px;
    list-style-type: none;
}

footer>p{
    margin-left: 20px;
}

#emailNav{
    vertical-align: middle;
    margin-left: 5px;
    font-size: 10px;
    color: rgb(212, 185, 185);
    font-weight: normal;
    position: relative;
    top: -7px;
}

#Envelope{
    position: relative;
    top: -15px;
    margin-bottom: -10px;
}

#emaillink, #phonelink {
    color: white;
    text-decoration: none;
    font-size: 20px;
    font-family: monospace;
}

#linkedin img{
    height: 35px;
    width: 50px;
}

#github img {
    height: 35px;
    width: 40px;
}

#headshot {
    display: block;
    margin: 0 auto;
    width: 300px;
    height: auto;
    border-radius: 50%;
}

#headshot2 {
    display: block;
    margin: 0 auto;
    width: 300px;
    height: auto;
    border-radius: 50%;
    margin-bottom: 15px;
}

#gradhat{
    width: 500px;
    border-radius: 10%;
}

#club{
    width: 500px;
    height: auto;
    border-radius: 10%;
    display: flex;
    flex-direction: row;
}

form {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 100px auto;
    margin-top: 40px;
    max-width: 800px;
    padding: 20px;
    background-color: rgb(38, 41, 46);
    border-radius: 10px;
    color: white;
    font-size: 18px;
    line-height: 1.6;
    border: 1.4px solid rgb(60,47,47);
    box-sizing: border-box;
}

form input,
form select {
    width: 90%;
    padding: 10px;
    margin: 10px 0;
    border-radius: 5px;
    border: 1px solid rgb(60,47,47);
    background-color: rgb(60,47,47);
    color: rgb(212, 185, 185);
    font-size: 18px;
}

form label {
    font-weight: bold;
    color: rgb(212, 185, 185);
    margin-top: 5px;
    font-size: 18px;
    padding: 5px;
    margin-bottom: 5px;
}

#dayform {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    background-color: rgb(60,47,47);
    color: rgb(212, 185, 185);
    font-size: 18px;
    padding: 10px;
    cursor: pointer;
    border-radius: 5px;
    width: 100%;
    box-sizing: border-box;
    margin-top: 10px;
}

form [type="checkbox"] {
    width: 20px;
    height: 20px;
}

#dayform [type="checkbox"] {
    width: 20px;
    height: 20px;
}

fieldset {
    display: block;
    min-inline-size: 0;
    margin: 0;
    border: none;
    padding: 0;
    background: transparent;
    box-sizing: border-box;
}

#contactparagraph {
    text-align: center;
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 40px;
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

#contactheading {
    text-align: center;
    font-size: 40px;
    margin-top: 35px;
    margin-bottom: 25px;
}

#contactparagraph {
    font-size: 18px;
    padding: 0 10px;
}

#consentPar{
    font-size: 18px;
    margin-top: 25px;
    border: 2px solid rgb(212, 185, 185);
    border-radius: 13px;
    background-color: rgb(60,47,47);
}
#formbutton {
    background-color: rgb(60,47,47);
    color: rgb(212, 185, 185);
    border: none;
    padding: 10px 20px;
    font-size: 18px;
    cursor: pointer;
    border-radius: 5px;
    margin-top: 20px;
}

#emaillink svg {
    height: 35px;
    width: 40px;
    display:inline-block;
    vertical-align: middle;
    fill: rgb(40 103 178);
}

#navlist> li {
    display: inline;
    font-weight: 700;
}

#navlist> li > a {
    color: rgb(212, 185, 185);
    padding: 10px;
    text-decoration: none;
    font-size: 20px;
}

#navlist> li > a:hover {
    color: rgb(40, 103, 178);
    text-decoration: underline;
}

#innercontent {
    max-width: 85%;
    margin: 0 auto;
    flex: 1 0 auto;
    margin-top: 80px;
}

#homecontent1, #homecontent2 {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    font-size: 20px;
    line-height: 1.6;
    padding: 20px;
    background-color:  rgb(38, 41, 46);
    border-radius: 10px;
    box-sizing: border-box;
    margin-top: 30px;
    margin-bottom: 30px;
    gap: 20px;
}

#homecontent1 img, #homecontent2 img {
    width: 40%;
    height: 600px;
    border-radius: 10px;
    flex-shrink: 0;
}

#homecontent1 p, #homecontent2 p {
    margin: 0;
    font-size: 20px;
    width: 50%;
}

#aboutcontent1, #aboutcontent2 , #aboutcontent3 {
    max-width: 85%;
    margin: 0 auto;
    padding: 20px;
    background-color: rgb(38, 41, 46);
    border-radius: 10px;
    font-size: 20px;
    line-height: 1.6;
    margin-bottom: 15px;
}

#aboutcontent2,#aboutcontent3 {
    display: flex;
    flex-direction: column;
}

#aboutcontent2 img, #aboutcontent3 img {
    max-width: 425px;
    height: auto;
    border-radius: 10px;
    margin-left: 20px;
}

.content-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    gap: 20px;
}

.text-content {
    flex: 1;
}

#aboutH1 {
    margin-top: 30px;
    margin-bottom: 20px;
}

#abouth2 {
    text-align: center;
    font-size: 25px;
    margin-top: 20px;
}

#aboutcontent1 p {
    text-align: center;
}

#ifSkills, #psychSkills{
    list-style-type: disc;
    padding-left: 20px;
    margin-top: 10px;
    text-indent: 15px;
    list-style-position: inside;
}

.goalscontainer h2{
    font-size: 30px;
}

.goalscontainer h3{
    font-size: 23px;
    text-indent: 90px;
    margin-bottom: 10px;
}

.goalscontainer ul li{
    font-size: 20px;
}

.goalscontainer ul{
    max-width: 85%;
    margin: 0 auto;
    padding: 30px;
    background-color: rgb(38, 41, 46);
    border-radius: 10px;
    font-size: 20px;
    line-height: 1.6;
    margin-bottom: 15px;
}

.goalscontainer ul>li>ul{
    border-radius: 0px;
    text-indent: -70px;
    list-style-position: inside;
    margin-top: -20px;
    margin-bottom: -15px;
}

#innercontent > a{
    color: rgb(40, 103, 178);
}

#project1, #project2 {
    max-width: 85%;
    margin: 0 auto;
    padding: 20px;
    background-color: rgb(38, 41, 46);
    border-radius: 10px;
    font-size: 20px;
    line-height: 1.6;
    margin-bottom: 25px;
}

#project1 img, #project2 img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    display: block;
    margin: 20px auto;
}

#mainHead{
    margin-top: 35px;
    margin-bottom: 25px;
}

.card{
    box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.589);
}

body img:not(footer,img){
    box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.589);
}

#nav-toggle {
    display: none;
}

#yourSummary {
    display: none;
    justify-content: center;
    margin-bottom: 50px;
}

#summaryTable {
    width: 40%;
    border-collapse: collapse;
    margin: 20px auto;
    background-color: rgb(38, 41, 46);
    color: rgb(212, 185, 185);
    box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.589);
    overflow: scroll;
}
#summaryTable{
    border-radius: 20px;
}

#summaryTable th, #summaryTable td {
    padding: 15px;
    text-align: center;
    font-size: 18px;
    border-bottom: 1.5px solid rgb(60,47,47);
}
#tableContactHead th,
#tableContactHead td {
    border-bottom: none;
}
#phoneError {
    color: #ffebeb;
    display: none;
    font-size: 14px;
    margin-top: 5px;
    background-color: rgb(173, 11, 11);
    font-weight: bold;
    padding: 5px;
    border-radius: 5px;
}
#dayFormLabel {
    font-size: 20px;
    margin-bottom: 20px;
    text-align: center;
    color: rgb(212, 185, 185);
    font-weight: bold;
    background-color: rgb(38, 41, 46);
}
@media (max-width: 1500px) and (min-width: 951px) {
    #homecontent1, #homecontent2 {
        width: 90%;
    }
    #homecontent1 img, #homecontent2 img {
        width: 50%;
        height: auto;
        max-width: 500px;
        margin: 0 auto;
    }
}
@media (max-width: 950px) {

    #coLogo img {
        width: 70px;
        height: 70px;
        margin-top: 0px;
    }
    #aboutH1 {
    margin-top: 70px;
    margin-bottom: 20px;
    }
    form {
        width: 95%;
        padding: 15px;
        margin: 20px auto;
    }
    form label {
        font-size: 17px;
    }

    input, select {
        width: 100%;
        font-size: 16px;
    }

    #dayform label {
        font-size: 18px;
        border: 2px solid rgb(212, 185, 185);
        border-radius: 13px;
    }
    form select{
        font-size: 16px;
    }
    #contactheading {
        font-size: 30px;
        margin-top: 70px;
        margin-bottom: 15px;
    }
    #dayform{
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        width: 50%;
        text-align: center;
        margin-top: 0;
        margin-bottom: 25px;
    }

    #dayform [type="checkbox"] {
        width: 15px;
        height: 15px;
        vertical-align: middle;
        margin-bottom: 0;
    }
    #dayform label {
        margin: 5px 0;
        font-size: 16px;
    }

    #formbutton {
        width: 70%;
        padding: 12px;
    }

    header{
        height: auto;
        box-sizing: border-box;
        padding: 10px 0;
        width: 100%;
        max-width: 100%;
    }

    header > nav {
        flex-direction: column;
        align-items: center;
        padding: 0 5px;
        height: auto;
    }

    header > nav > p {
        font-size: 1.5rem;
        margin-bottom: 10px;
    }
    footer {
        width: 100%;
        max-width: 100%;
    }
    footer>p{
        font-size: 16px;
        margin-left: 10px;
    }

    #navlist {
        flex-direction: column;
        gap: 8px;
        width: 100%;
        padding: 0;
        margin: 0;
    }

    #navlist li {
        width: 100%;
        border-top: 4px solid rgb(60,47,47);
    }

    #navlist li a {
        display: block;
        width: 100%;
        font-size: 1.2rem;
        padding: 8px 0;
        text-align: center;
    }

    #nav-toggle {
        display: block;
        width: 100%;
        max-width: 100%;
        background-color: rgb(212, 185, 185);
        color: #000;
        font-size: 1.16rem;
        height: 50px; 
        font-family: Georgia, 'Times New Roman', Times, serif;
        gap: 2.5px;
        font-weight: 600;
        border-color: rgb(212, 185, 185);
        border-radius: 5px;
        border: 2px solid rgb(60,47,47);
        cursor: pointer;
    }

    #navlist {
        display: none;
    }

    #navlist.open {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .goalscontainer ul li{
    font-size: 18px;
    text-indent: .5px;
    }

    #mainHead {
        font-size: 35px;
        margin-top: 80px;
        margin-bottom: 15px;
    }

    #homecontent1,
    #homecontent2 {
        flex-direction: column;
        align-items: center;
    }

    #homecontent1 p,
    #homecontent2 p{
        font-size: 18px;
        width: 100%;
        margin-top: 15px;
        text-align: center;
    }

    #homecontent1 img#tess1,
    #homecontent2 img#tess2 {
        width: 50%;
        height: 50%;
    }

    #aboutcontent1,#aboutcontent2 p, #aboutcontent3 p{
        font-size: 18px;
        text-align: center;
        margin-bottom: 15px;
    }

    .content-wrapper {
        flex-direction: column;
        align-items: center;
    }

    #aboutcontent2 img, #aboutcontent3 img {
        max-width: 100%;
        margin: 0 auto;
        margin-bottom: 20px;
    }
        #summaryTable {
        width: 80%;
        font-size: 15px;
    }
    #summaryTable th, #summaryTable td {
        display: block;
        width: 100%;
        text-align: center;
        box-sizing: border-box;
        border-bottom: 1.5px solid rgb(60,47,47);
        padding: 8px 12px;
    }
    #summaryTable tr {
        display: block;
        margin-bottom: 10px;
        border-radius: 8px;
        background: rgb(38, 41, 46);
    }
    #summaryTable th {
        font-weight: bold;
        color: rgb(212, 185, 185);
        font-size: 18px;
        background: none;
        border-bottom: none;
    }
    #summaryTable td {
        color: rgb(212, 185, 185);
        margin-top: 2.5px;
        font-size: 16px;
        padding-top: 2px;
    }
    #summaryTable #summaryMethod {
        border-bottom: none;
    }
    #consentPar {
        font-size: 16px;
    }
    #psychSkills {
        font-size: 19px;
    }
    #ifSkills {
        font-size: 19px;
    }
    #project1, #project2 {
        font-size: 18px;
    }
}