@font-face{
    font-family: bronco;
    src: url(fonts/bronco-font/Bronco-WyGzn.ttf);
}

* {
    margin: 0;
    padding: 0;
}

@media screen and (max-width: 2000px) {
    .hero{
        width: 100%;
        height: fit-content;
        background: #fafafa;
    }
    
    .nav {
        width: 100%;
        height: 90px;
        background: #fff1e1;
        border-bottom: #511a02 solid 2px;
        opacity: 96%;
        display: flex;
        position: fixed;
        z-index: 1;
    }
    
    .nav img {
        width: 130px;
        margin: 5px 20px;
    }
    
    .nav .right img {
        position: relative;
        width: 30px;
        margin-top: 30px;
    }
    
    .nav .right img:hover {
        cursor: pointer;
    }
    
    
    .nav ul{
        width: 100%;
        text-align: center;
    }
    
    .nav ul li {
        display: inline-block;
        list-style: none;
        margin: auto 40px;
        position: relative;
        top: 25%;
        right: 30px;
    }
    
    .nav ul li img {
        width: 30px;
    }
    
    .nav-links {
        width: 0;
        max-height: 400px;
        right: 0;
        top: 90px;
        background: #fff1e1;
        position: fixed;
        border-bottom-left-radius: 10px;
        /* border-left: #511a02 solid 2px;
        border-bottom: #511a02 solid 2px; */
        padding: 0;
        text-align: center;
        transition: width 0.5s;
        z-index: 1;
    }
    
    .nav-links.open-menu {
        width: 100px;
        padding: 5px;
        border-left: #511a02 solid 2px;
        border-bottom: #511a02 solid 2px;
    
    }
    
    .nav-links ul {
        width: 100%;
    }
    
    .nav-links ul li{
        list-style: none;
        margin: 30px auto;
    }
    
    .nav-links ul li a {
        font-family: bronco;
        font-size: 20px;
        text-decoration: none;
        color:#fff1e1;
        background: #511a02;
        width:fit-content;
        border: #511a02 solid 2px;
        border-radius: 10px;
        padding: 5px;
        transition: 0.5s;
    }
    
    .nav-links img {
        width: 100px;
        background: #fff1e1;
        border: #fff1e1;
        color: #fff1e1;
    }
    
    .nav-links ul li a:hover {
        color: #511a02;
        background: #fff1e1;
        box-shadow: 5px 5px 5px;
    }
    
    #home {
        width: 100%;
        height: 880px;
        top: 90px;
        background: #cc7002;
    
    }
    
    .home-wrap {
        background-image: url("images/horseshoes.png");
        background-size: cover;
        height: 855px;
        width: 100%;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
        margin: 0 auto;
        padding-top: 50px;
        display: flex;
        align-items: center;
        text-align: center;
    }
    
    .home-wrap h1{
        width: 90%;
        margin: 0 auto;
        color: #fafafa;
        font-family: serif;
        opacity: 90%;
        font-family: Georgia, 'Times New Roman', Times, serif;
        font-weight: 600;
        font-size: 70px;
        text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
        text-decoration: solid;
    }
    
    #about {
        position: relative;
        width: 100%;
    }
    
    .about-wrap {
        width: 100%;
        font-family: bronco;
        margin-top: 100px;
        padding-top: 100px;
    }
    
    .title-wrap {
        display: flex;
        align-content: center;
        margin-bottom: 60px;
    }
    
    .title-wrap h1 {
        width: fit-content;
        padding: 5px;
        margin: 0 auto;
        font-size: 70px;
    }
    
    .title-wrap img {
        width: 100px;
    }
    
    .about-content {
        width: 100%;
        font-family: Georgia, 'Times New Roman', Times, serif;
        display: flex;
        flex-wrap: wrap;
        align-content: center;
        text-align: justify;
    }
    
    .about-content img {
        width: 300px;
        left: 100px;
        border-radius: 10px;
        margin-left: auto;
        margin-right: 30px;
    }
    
    .about-content p {
        width: 350px;
        margin-top: auto;
        margin-left: 30px;
        margin-right: auto;
        padding: 10px;
    }

    .about-wrap .experience {
        width: 100%;
        font-family: Georgia, 'Times New Roman', Times, serif;
    }

    .experience .xp-title {
        width: fit-content;
        text-align: center;
        font-size: 20px;
        margin: 50px auto;
    }

    .experience p {
        width: 60%;
        margin: 0 auto;
        text-align: justify;
    }

    .experience .certificate {
        width: 30%;
        margin: 20px auto;
        align-content: center;
    }

    .experience .certificate img {
        width: 100%;
        border-radius: 10px;
    }

    #contact {
        position: relative;
        width: 100%;
        padding-bottom: 50px;
    }

    .contact-title {
        width: fit-content;
        margin: 100px auto;
        padding-top: 100px;
        display: flex;
        align-content: center;
        font-family: bronco;
    }

    .contact-title h1 {
        font-size: 70px;
        padding: 5px;
        margin: 0 auto;
        width: fit-content;
    }

    .contact-info {
        width: 100%;
        display: flex;
        align-content: center;
    }

    .contact-info form {
        width: 400px;
        height: 500px;
        display: flex;
        flex-wrap: wrap;
        border: #000 solid 1px;
        border-radius: 10px;
        padding: 10px;
        margin-left: auto;
        margin-right: 15px;
    }

    .contact-info h3 {
        width: fit-content;
        font-size: 30px;
        margin: 10px auto;
        text-align: center;
        font-family: bronco;
    }

    .contact-info .contact-inputs {
        width: 350px;
        margin: 20px auto;
        box-shadow: 2px 2px 4px #616161;
        border-radius: 5px;
        border: none;
    }

    .contact-info button {
        width: 100px;
        padding: 5px;
        margin: 20px auto;
        color: #511a02;
        font-size: 20px;
        font-family: bronco;
        background: #fff1e1;
        border:#511a02 solid 2px;
        border-radius: 5px;
        transition: 0.7s;
    }

    .contact-info button:hover {
        color: #fff1e1;
        background: #511a02;
    }

    .contact-info .contact-pic{
        width: 500px;
        margin-left: 15px;
        margin-right: auto;
        border-radius: 10px;
    }

    .contact-info img {
        width: 100%;
        border-radius: 10px;
    }

    .contact-info .contact-person {
        width: 100%;
        font-family: Georgia, 'Times New Roman', Times, serif;
        margin-top: 10px;
    }

    .contact-person h4 {
        width: fit-content;
        margin: 15px auto;
        font-size: 20px;
    }

    .contact-person ul {
        position: relative;
        text-align: left;
    }

    .contact-person li {
        list-style: none;
        margin: 10px 0;
    }

    .contact-person li bold {
        font-weight: 700;
    }

    .contact-person p {
        font-size: 15px;
        font-style: italic;
        font-weight: 300;
    }

    footer {
        background: #511a02;
        width: 100%;
        height: 150px;
    }

    .footer-content {
        background: #511a02;
        width: 100%;
        display: flex;
        align-content: center;
    }

    .judah{
        position: absolute;
        padding: 10px;
        left: 10px;
        width: 15%;
        font-family: Georgia, Times, serif;
    }

    .judah a {
        text-decoration: none;
        color: #fafafa;
        font-weight: 600;
    }

    .footer-content p {
        color: #fafafa;
        font-family: Georgia, 'Times New Roman', Times, serif;
        font-size: small;
        margin: auto;
    }

    .footer-content .end-links {
        width: fit-content;
        font-family: Georgia, 'Times New Roman', Times, serif;
        margin: 30px auto;
    }

    .footer-content .end-links h5 {
        color: #fafafa;
    }

    .footer-content ul {
        width: fit-content;
    }

    .footer-content ul li {
        list-style: none;
        text-decoration: none;
        color:#fafafa;
    }

    .footer-content ul li a {
        color: #fafafa;
        text-decoration: none;
        font-size: small;
    }

    .footer-content .up-arrow {
        width: 100px;
        align-content: center;
    }

    .footer-content .up-arrow img {
        width: 100%;
    }

    .footer-content .media-links {
        width: fit-content;
        margin: auto;
    }

    .footer-content .media-links p {
        color: #fafafa;
        font-family: Georgia, 'Times New Roman', Times, serif;
        font-size: small;
        margin: auto;
    }

    /*.footer-content .media-links a {
        width: 50px;
        padding: 3px;
        margin: 2px;
        align-content: center;
    }*/

    .footer-content .media-links a img {
        width: 50px;
        margin: 5px;
    }

}

@media screen and (max-width:1100px) {

    .nav {
        width: 100%;
        height: 150px;
        background: #fff1e1;
        border-bottom: #511a02 solid 2px;
        opacity: 96%;
        display: flex;
        position: fixed;
        top: 0;
        z-index: 1;
    }
    
    .nav img {
        width: 200px;
        margin: 5px 20px;
    }
    
    .nav .right img {
        position: relative;
        width: 70px;
        margin-top: 30px;
    }
    
    .nav .right img:hover {
        cursor: pointer;
    }
    
    
    .nav ul{
        width: 100%;
        text-align: center;
    }
    
    .nav ul li {
        display: inline-block;
        list-style: none;
        margin: auto 40px;
        position: relative;
        top: 25%;
        right: 30px;
    }
    
    .nav ul li img {
        width: 70px;
    }
    
    .nav-links {
        width: 0;
        max-height: 400px;
        right: 0;
        top: 150px;
        background: #fff1e1;
        position: fixed;
        border-bottom-left-radius: 10px;
        /* border-left: #511a02 solid 2px;
        border-bottom: #511a02 solid 2px; */
        padding: 0;
        text-align: center;
        transition: width 0.5s;
        z-index: 1;
    }
    
    .nav-links.open-menu {
        width: 150px;
        padding: 5px;
        border-left: #511a02 solid 2px;
        border-bottom: #511a02 solid 2px;
    
    }
    
    .nav-links ul {
        width: 100%;
    }
    
    .nav-links ul li{
        list-style: none;
        margin: 30px auto;
    }
    
    .nav-links ul li a {
        font-family: bronco;
        font-size: 40px;
        text-decoration: none;
        color:#fff1e1;
        background: #511a02;
        width:fit-content;
        border: #511a02 solid 2px;
        border-radius: 10px;
        padding: 5px;
        transition: 0.5s;
    }
    
    .nav-links img {
        width: 150px;
        background: #fff1e1;
        border: #fff1e1;
        color: #fff1e1;
    }
    
    .nav-links ul li a:hover {
        color: #511a02;
        background: #fff1e1;
        box-shadow: 5px 5px 5px;
    }

    .title h1 {
        width: fit-content;
        text-align: center;
        font-family: Georgia, 'Times New Roman', Times, serif;
        font-size: 90px;
        padding: 5px;
        margin: 0 auto;
        color: #fafafa;
        opacity: 90%;
        text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
    }

    .title-wrap img {
        width: 150px;
    }

    .title-wrap h1{
        font-size: 110px;
    }

    .about-content img {
        width: 500px;
        border-radius: 10px;
        margin: auto;
    }

    .about-content p {
        width: 90%;
        font-size: 25px;
        margin: 15px auto;
    }

    .xp-title h3 {
        width: fit-content;
        font-size: 30px;
        margin: auto 15px;
    }

    .experience p {
        width: 85%;
        margin: 15px auto;
        font-size: 20px;
    }

    .experience .certificate {
        visibility: collapse;
    }

    .contact-info {
        width: 100%;
        align-content: center;
    }

    .contact-info .contact-pic img {
        visibility: collapse;
        width:0;
        height: 0;
    }

    .contact-info form {
        margin: auto;
        width: 500px;
    }

}

