* {
    font-family: 'Inter';
    font-size: 20px;
    /* border: 1px, solid, red; */
}

h1,
h2,
h3,
p {
    color: rgb(37, 37, 37);
}

h2 {
    font-size: 3rem;
    text-align: center;
}



html {
    scroll-behavior: smooth;
}

/* ============ HEADER ============*/

header {
    display: flex;
    position: fixed;
    background-color: white;
    z-index: 1;
    top: 0;
    left: 0;
    height: 6rem;
    width: 100%;
    margin: 0 auto;
    background-color: rgb(235, 153, 1);
    color: white;
    box-shadow: 2rem 2rem 7rem;
}

.logo {
    display: inline-flex;
    margin-left: 2.5rem;
    margin-top: -0.75rem;
    color: white;
}

.logoOXE {
    font-size: 4rem;
    font-weight: 500;
    color: white;
}

.logoN,
.logoFT {
    font-family: 'Permanent Marker';
    font-size: 4rem;
    font-weight: 100;
    color: white;
}

.pNFT {
    font-family: 'Permanent Marker';
}

.logoR {
    font-weight: 1rem;
    color: white;
}

header img {
    display: inline-flex;
    height: 4.5rem;
    margin-top: 1.1rem;
    margin-left: 0.5rem;
    shadow: 0.25rem 0.25rem 2rem black;
}

.nav-desktop {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    flex-shrink: 1;
    padding-right: 2rem;
}

.nav-desktop a {
    padding: 0 20px;
    flex-shrink: 1;
    text-decoration: none;
    font-weight: 500;
    transition-duration: 0.4s;
    font-size: 1.1rem;
}

a:hover {
    color: black;
    transform: scale(1.1);
}

.sign-up {
    box-sizing: border-box;
    background-color: rgb(93, 221, 93);
    border-color: transparent;
    border-radius: 10px;
    color: white;
    padding: 1rem;
    transition-duration: 0.4s;
    font-size: 1.1rem;
    font-weight: 600;
    box-shadow: 0;
    margin-left: 2rem;
}

.sign-up:hover {
    color: black;
    background-color: white;
    box-shadow: 0 12px 16px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
    transform: scale(1.1);
}

.nav,
input[type=text] {
    float: right;
    border: none;
    margin-right: 1rem;
    font-size: 1.1rem;
    border-radius: 10px;
    background-image: url('./graphics/search-icon.svg');
    background-repeat: no-repeat;
    box-sizing: border-box;
    width: 10%;
    transition-duration: 0.4s;
    padding-left: 2rem;
}

.nav,
input[type=text]:focus {
    border: 1px solid black;
    scale: 1.1;
    width: 25%;
    margin-left: 3rem;
}

/* ============ MAIN ============*/

main {
    position: relative;
    margin-top: 6rem;
}

/* ============ JUMBOTRON ============*/


.banner-container {
    display: flex;
    height: 40rem;
    width: 100%;
    background-image: url("./graphics/oxen-jumbotron.jpg");
    opacity: 1;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center 70%;
    justify-self: center;
    border-bottom: 5px solid rgb(235, 153, 1);
}

.banner-container img {
    top: -100px;
}

.banner-splash {
    background-color: rgba(255, 255, 255, 0.65);
    color: rgb(37, 37, 37);
    height: 21rem;
    width: 41rem;
    margin-top: 10rem;
    margin-left: 10rem;
    border: 3px solid rgb(235, 153, 1);
    border-radius: 5px;
}

.banner-content h3 {
    display: flex;
    align-self: flex-start;
    font-size: 3rem;
    font-weight: 625;
    width: 0 auto;
    line-height: 1.3;
    padding: 1rem 2rem;
    justify-content: center;
    text-align: left;
}

.banner-content p {
    display: flex;
    align-self: flex-start;
    width: 0 auto;
    font-size: 3rem;
    margin: 0rem 3rem;
    justify-content: center;
    text-align: center;
    font-style: italic;
}

.banner-buttons {
    display: flex;
    width: 70%;
    align-items: end;
    justify-self: right;
    justify-content: space-around;
    margin-top: 3rem;
}

.banner-button {
    background-color: rgb(235, 153, 1);
    color: white;
    border-color: transparent;
    border-radius: 10px;
    color: white;
    padding: 1rem;
    transition-duration: 0.4s;
    font-size: 1.25rem;
    font-weight: 500;
    box-shadow: 0;
}

.banner-button:hover {
    color: black;
    background-color: white;
    box-shadow: 0 12px 16px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
    transform: scale(1.1);
}

/* ============ WHY OXCOIN ============*/

.pillars-header {
    position: relative;
    text-align: center;
}


.pillars-container {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    padding: 0 8rem;
}

.pillar {
    height: 35rem;
    width: 25rem;
    text-align: center;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    margin-bottom: 2rem;
}

.pillar-title {
    margin: 2rem;

}

.pillar-title img {
    height: 10rem;
    margin: 2.5rem;
    box-sizing: border-box;
}

.pillar-title h3 {
    font-size: 2rem;
    box-sizing: border-box;
}

.content {

    font-style: italic;
    width: 75%;
    align-self: center;


}


/* ============ HOW DOES IT WORK ============*/

.how-container {
    box-sizing: border-box;
    min-height: 52rem;
    width: 100%;
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("./graphics/statue-splash.jpg");
    opacity: 1;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center 30%;
    justify-self: center;
    border-top: 5px solid rgb(235, 153, 1);
    border-bottom: 5px solid rgb(235, 153, 1);
    scroll-margin-top: 5rem;
}

.how-title h2 {
    position: relative;
    color: white;
    top: 1.5rem;
    margin-bottom: 2rem;
}

.how-steps {
    box-sizing: border-box;
    position: inherit;
    display: flex;
    flex-direction: column;

}

.step {
    box-sizing: border-box;
    background-color: white;
    border: 5px solid rgb(235, 153, 1);
    border-radius: 15px;
    width: 40%;
    min-height: 10rem;
    justify-self: left;
    margin-left: 20%;
    margin-top: 2rem;
    margin-bottom: 2rem;
    padding: 0rem 0rem 1.5rem 1rem;
    transition-duration: 0.4s;
    overflow: hidden;
}

.middle-step {
    box-sizing: border-box;
    background-color: rgb(235, 153, 1);
    border: 5px solid white;
    border-radius: 15px;
    width: 40%;
    min-height: 10rem;
    margin-left: 40%;
    margin-top: 2rem;
    margin-bottom: 2rem;
    padding: 0rem 0rem 1.5rem 1rem;
    transition-duration: 0.4s;
}

.step h3 {

    font-weight: bold;
}

.step p {
    width: 80%;
    margin: 0 auto;
    font-style: italic;
}

.middle-step h3 {
    color: white;
    font-weight: bold;
}

.middle-step p {
    color: white;
    font-style: italic;
    width: 80%;
    margin: 0 auto;

}

.step:hover,
.middle-step:hover {
    transform: scale(1.1);
}


.featured-container {

}

.stock-container {
    display: flex;
    position: relative;
    overflow: hidden;
    width: 40%;
    max-height: 30rem;
    padding-top: 56.25%;
}


iframe {
    position: absolute;
    width: 100%;
    border: none;
    display: block;
    top: 0;
    left: 0;
    right: 0;

}