@font-face {
    font-family: 'routed_gothicitalic';
    src: url('fonts/routed-gothic-italic.woff2') format('woff2'),
         url('fonts/routed-gothic-italic.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'routed_gothicregular';
    src: url('fonts/routed-gothic.woff2') format('woff2'),
         url('fonts/routed-gothic.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

body {
    font-family: 'routed_gothicregular';
    margin: 0;
    padding: 0;
}

a, a:visited {
    color: #4856EB;
}

a:hover, a:visited:hover {
    color: #00C06D;
}

#header {
    font-size: 20pt;
    line-height: 18pt;
}

#header {
    position: absolute;
    z-index: 10;
    left: 0;
    top: 40px;
    /* border: 1px solid blue; */
    width: 100%;
    padding: 0;
}

#header a, a:visited {
    border-bottom: 0;
    text-decoration: none;
}

#header a:hover, a:visited:hover {
    color: #FFBE56;
    border-bottom: 1px;
    text-decoration: none;
}

#name {
    float: left;
    padding-left: 40px;
    width: 28%;
    /* border: 1px solid yellow; */
}

#menu {
    float: right;
    width: 67%;
   /*  border: 1px solid pink; */
}

.item {
    display: inline;
    margin-right: 70px;
}

.s, .s a, .s a:visited {
    color: #ff4297;
}

.j, .j a, .j a:visited {
    color: #02bf2e;
}

.q, .q a, .q a:visited {
    color: #4856EB;
}

.y, .y a, .y a:visited {
    color: #FFBE56;
}

.ac, .ac a, .ac a:visited, #name a, #name a:visited {
    color: #000;
}

#about {
    width: 1040px;
    position: relative;
    left: 200px;
    top: 180px;
    font-size: 20pt;
    padding-bottom: 180px;
}

#about p {
    font-family: Times New Roman, serif;
    line-height: 25pt;
    margin-bottom: 20px;
}

#about img {
    width: 40%;
}

#about img.small {
    width: 200px;
}

#homepage, #scarves, #jewelry, #quilts {
    position: relative;
    z-index: 0;
    top: 180px;    
    width: 1350px;
    padding: 0 0 0 40px;
    padding-bottom: 180px;
}

#scarves, #jewelry, #quilts {
    text-align: center;
}

#homepage img {
    width: 100%;
    height: auto;
}

#scarves img, #quilts img, #jewelry img {
    width: 50%;
    max-width: 1200px;
    height: auto;
    margin-bottom: 80px;
}

/* #jewelry img {
    width: 40%;
    display: block;
    max-width: 1000px;
    height: auto;
    margin-bottom: 80px;
    position: relative;
    left: 50%;
    margin-left: -20%;
} */

.breakquote {
    color: #24bf5e;
    width: 80%;
    text-align: center;
    padding-top: 30px;
    margin: 0 auto 0 auto;
    font-style: italic;
}


/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
    }

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
    
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: ) {
    
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {


    
    
}


/*  */
@media only screen and (max-width: 1406px) {

#header {
    top: 40px;
    width: 95vw;
    margin-left: -47vw;
    left: 50%;
    position: relative;

}

#name {
    width: 100%;
    padding-left: 0;
}

#menu {
    margin-top: 20px;
    width: 100%;
    float: left;
}

    
#about {
    top: 185px;
    width: 95vw;
    left: 2.5vw;
    position: absolute;
}
    

.item {
    display: inline;
    margin-right: 10px;
}
    
#homepage, #scarves, #jewelry, #quilts {
    top: 80px;
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
    text-align: center;   
}
    
#homepage img {
    width: 95vw;
    height: auto;
    padding: 0;
    }
    
#scarves img, #quilts img, #jewelry img {
    width: 95vw;
    max-width: 700px;
    height: auto;
    padding: 0;
    }

#about img {
    width: 95vw;
}
    
}

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

#header {
    top: 20px;
    line-height: 28px;
    width: 95vw;
    margin-left: -47vw;
    left: 50%;
    position: relative;

}

#name {
    width: 100%;
    padding-left: 0;
}

#menu {
    margin-top: 20px;
    width: 100%;
    float: left;
}
}


