@font-face {
    font-family: 'Norwester';
    src: url('../../resource/norwester.otf');
}

@font-face {
    font-family: "Roboto";
    src: url("../../resource/RobotoCondensed-Regular.ttf");
}

/* h1 {
    font-size: 2.5rem;
}

h2 {
    font-size: 2.25rem;
}

h3 {
    font-size: 2rem;
}

h4 {
    font-size: 1.75rem;
}

h5 {
    font-size: 1.5rem;
}

h6 {
    font-size: 1.25rem;
}

p {
    font-size: 1rem;
} */

/* @media (max-width: 480px) {
    html {
        font-size: 12px;
    }
}

@media (min-width: 480px) {
    html {
        font-size: 13px;
    }
}

@media (min-width: 768px) {
    html {
        font-size: 14px;
    }
}

@media (min-width: 992px) {
    html {
        font-size: 15px;
    }
}

@media (min-width: 1200px) {
    html {
        font-size: 16px;
    }
} */

/* h1 {
    font-size: 6vw;
}

h2 {
    font-size: 5vw;
}

h3 {
    font-size: 4vw;
}

h4 {
    font-size: 3vw;
}

h5 {
    font-size: 2vw;
}

p {
    font-size: 2vmin;
}

div {
    font-size: 2vmin;
} */

body {
    background-color: white;
    position: relative;
    z-index: 0;
}

.fuzzColor {
    color: #c699ff;
}

.roboto {
    font-family: "Roboto";
}

.clickable {
    cursor: pointer;
}

.link {
    cursor: pointer;
    margin-right: 10px;
    font-family: "Roboto";
    color: #ffffff;
}

.link:hover {
    color: #c699ff;
}

.fzzBtn {
    border-radius: 10px;
    font-family: "Roboto";
    border: 2px solid gray;
    background-color: lightgray;
    color: #c699ff;
}

.fzzBtn:hover {
    filter: drop-shadow(2px 0px 2px #c699ff);
}

.txtBx {
    font-family: "Roboto";
    border-radius: 5px;
    text-align: center;
    color: #c699ff;
    height: 50px;
    width: 300px;
}

.canvNavLnk:hover {
    /* box-shadow: 0 5px 15px #c699ff; */
    filter: drop-shadow(2px 0px 2px #c699ff);
}

/* SEARCH RESULTS CSS */

.imgResults {
    max-width: 100%;
    /* min-width: 150px; */
    /* min-height: 150px; */
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    height: auto;
    border-radius: 5px;
}

.srchLogo {
    position: absolute;
    left: 20px;
    top: 10px;
    width: 70px;
    border-radius: 35px;
}

.prodChkMark {
    position: absolute;
    right: 20px;
    bottom: 80px;
    /* width: 4em;
        height: 4em; */
    font-size: 4rem;
    /* border-radius: 35px; */
    /* z-index: 4; */
}

.buyShpLogo {
    width: 200px;
    border-radius: 100px;
}

.defFuzzBx {
    box-shadow: 0 5px 15px #c699ff;
    margin: 10px;
    border-radius: 5px;
    background-color: white;
}

/* STYLES USED IN THE HEADER */

.header {
    margin-left: 0px;
    border-radius: 10px;
    text-shadow: 1px 1px 1px black;
    /* width: 100%; */
    height: 10em;
    background-image: url("../../images/indexBackground.png");
    background-size: cover;
    background-position: center center;
    margin-bottom: 1em;
}

.logo {
    /* margin-left: 0.75em; */
    color: #c699ff;
    font-family: "Norwester";
    /* float: left; */
    font-size: 3em;
}

.logoStyle {
    color: #c699ff;
    font-family: "Norwester";
}

.slogan {
    /* margin-left: 2em; */
    color: #d9d9d9;
    font-family: "Roboto";
    /* clear: left; */
    /* float: left; */
    font-size: 1em;
}

/* builder navBar */

.builderNavBar {
    border-radius: 5px;
    /* border: 1px solid black; */
    float: left;
    height: 1400px;
    z-index: 1;
    /*index same as the viewPanel */
}

.builderNavBarButtons {
    /* width: 50px;
    height: 50px; */
    width: 3em;
    height: 3em;
    cursor: pointer;
    /* margin: 10px; */
    margin: .5em
}

/* NAVBAR CSS */

.navBar {
    margin-right: 0px;
    text-shadow: 1px 1px 1px black;
    background-color: gray;
    border-radius: 5px;
    font-size: 20px;
    text-align: center;
    background-size: cover;
    background-position: center center;
}

.intro {
    margin: 20px;
    margin-top: 100px;
    font-size: 20px;
    text-align: center;
    font-family: Roboto;
    text-shadow: 1px 1px 1px gray;
}

/* genTxtRep */

.clearFloatLeft {
    clear: left;
    float: left;
}

.txtDiv {
    width: 400px;
    height: auto;
}

.viewPanel {
    /* float: left; */
    position: absolute;
    left: 7em;
    z-index: 1;
    min-width: 40em;
    min-height: 40em;
    overflow: hidden;
    /* min-width: 1024px; */
    background-color: white;
}

.rotateImg {
    transform: rotate(180deg);
}

.minWidth1024 {
    min-width: 1024px;
}