body {
    font-family: Georgia, sans-serif;
    font-size: 20px;
    background-color: #f4eee4;
}

@media screen and (max-width: 500px){
    body {font-size: 16px;}
}

div{
    background-color:#f4eee4;
}

.crochet_waitloader {
    border: 12px solid rgba(211, 211, 211, 1);
    border-top: 12px solid mediumblue;
    background-color: rgba(255, 255, 255, 0);
    border-radius: 50%;
    position: absolute;
    left: 45%;
    top: 45%;
    width: 100px;
    height: 100px;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% {transform: rotate(0deg);}
    100% {transform: rotate(360deg);}
}

.crochet_scroll {
    margin-right: auto;
    margin-left: auto;
    padding: 0px;
    background-color: #f4eee4;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
}
.crochet_imgpic {
    text-align:center;
    font-size:20px;
    color:saddlebrown;
    border-color:saddlebrown;
    background-color:white;
    margin:0px;
    padding:0px;
    border-radius:8px;

}


.crochet_scrollimg {
    width:80%;
}

@media screen and (max-width: 900px) {
    .crochet_scrollimg {
        width:80%;
    }
}

@media screen and (max-width: 544px) {
    .crochet_scrollimg {
        width:90%;
    }
}

@media screen and (max-width: 358px) {
    .crochet_scrollimg {
        width:90%;
    }
}

.crochet_imagesize {
    width:375px;
}

@media screen and (max-width: 900px) {
    .crochet_imagesize {
        width:325px;
    }
}

@media screen and (max-width: 544px) {
    .crochet_imagesize {
        width:275px;
    }
}

@media screen and (max-width: 358px) {
    .crochet_imagesize {
        width:225px;
    }
}

.crochet_navbar {
    display: flex;
    justify-content: center;
    padding: 5px;
    text-align: center;
    overflow: auto;
    background-color: #f4eee4;
}

.crochet_navbar a {
    margin-left:auto;
    margin-right:auto;
    font-size: 16px;
    color: white;
    padding: 5px;
    text-align: center;
    text-decoration: none;
    display:inline;
}

.crochet_dropdown {
    float: left;
    overflow: hidden;
}

.crochet_dropdown .crochet_dropbtn {
    font-size: 16px;
    border: 2px solid #6B2B00;
    outline: none;
    color: saddlebrown;
    padding: 5px;
    background-color: white;
    font-family: inherit;
    margin: 1px;
    border-radius: 8px;
}

.crochet_navbar a:hover, .crochet_dropdown:hover .crochet_dropbtn {
    background-color: saddlebrown;
    color: white;
}

.crochet_dropdown-content {
    display: none;
    position: absolute;
    border-radius: 8px;
    background-color: white;
    min-width: auto;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.crochet_dropdown-content a {
    float: none;
    color: #6B2B00;
    text-decoration: none;
    display: block;
    text-align: left;
    padding: 5px;
}

.crochet_dropdown-content a:hover {
    background-color: saddlebrown;
}

.crochet_dropdown:hover .crochet_dropdown-content {
    display: block;
}
.crochet_imgpic {
    text-align:center;
    font-size:25px;
    color:#6B2B00;
    border-color:#6B2B00;
    background-color:#E7CCBB;
    margin:0px;
    padding:0px;
    margin-bottom:5px;
}


.crochet_borderimg1 {
    border: 7px solid transparent;
    background-color: white;
    margin-left:auto;
    margin-right:auto;
    border-image: url(../graphics/border.png) 30 stretch;
}
.crochet_borderimg2 {
    border: 7px solid transparent;
    background-color: white;
    margin-left:auto;
    margin-right:auto;
    border-image: url(../graphics/border.png) 30 stretch;
}

.crochet_borderimg3 {
    border: 7px solid transparent;
    background-color: white;
    margin-left:auto;
    margin-right:auto;
    border-image: url(../graphics/border3.png) 30 stretch;
}

.crochet_borderimg4 {
    border: 7px solid transparent;
    background-color: white;
    margin-left:auto;
    margin-right:auto;
    border-image: url(../graphics/border4.png) 30 stretch;
}


.crochet_headerstyle{
    background-color:white;
    font-weight:900;
    text-shadow:1px 1px black;
    padding: 0;
    text-align: center;
    margin:0;
    font-family:"Twinkle Star", sans-serif;
}

.crochet_linkstyle{
    background-color:#f4eee4;
    text-align:center;
    font-size:16px;
    padding:5px;
    margin:5px;
}

.crochet_textheader {
    text-align: center;
    color: black;
    padding:0px;
    margin:0px;
}


.aboutcrochet_butStyle{
    color:saddlebrown;
    border-radius:8px;
    border: 1px solid saddlebrown;
}

.homecrochet_butStyle{
    color:green;
    border-radius:8px;
    border: 1px solid saddlebrown;
}

.crochet_butStyle{
    color:white;
    font-size:18px;
    margin: 4px 2px;
    border-radius: 8px;
    cursor: pointer;
}

.crochet_hovButton:hover{
    box-shadow: 0 6px 16px 0 rgba(0,0,0,0.24), 0 8px 25px 0 rgba(0,0,0,0.19);
}

img.centerImage{
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding:0px;
    margin:0px;
}


.crochet_screensize {
    width: 60%;
    margin-left:auto;
    margin-right:auto;

}

/* On screens that are 992px wide or less, go from four crochet_columns to two crochet_columns */
@media screen and (max-width: 1100px) {
    .crochet_screensize {
        width: 75%;
        margin-left:auto;
        margin-right:auto;

    }
}

/* On screens that are 600px wide or less, make the crochet_columns stack on top of each other instead of next to each other */
@media screen and (max-width: 800px) {
    .crochet_screensize {
        width: 88%;
        margin-left:auto;
        margin-right:auto;

    }
}



.crochet_column {
    width: 60%;
    margin-left:auto;
    margin-right:auto;
}

/* On screens that are 992px wide or less, go from four crochet_columns to two crochet_columns */
@media screen and (max-width: 1100px) {
    .crochet_column {
        width: 75%;
        margin-left:auto;
        margin-right:auto;
    }
}

/* On screens that are 600px wide or less, make the crochet_columns stack on top of each other instead of next to each other */
@media screen and (max-width: 800px) {
    .crochet_column {
        width: 88%;
        margin-left:auto;
        margin-right:auto;
    }
}


.crochet_homefonts {
    font-size:22px;
    color: saddlebrown;

}

/* On screens that are 992px wide or less, go from four crochet_columns to two crochet_columns */
@media screen and (max-width: 900px) {
    .crochet_homefonts {
        font-size:20px;

    }
}

/* On screens that are 600px wide or less, make the crochet_columns stack on top of each other instead of next to each other */
@media screen and (max-width: 500px) {
    .crochet_homefonts {
        font-size:18px;

    }
}

.crochet_headerfonts {
    font-size:45px;
    font-family: "Twinkle Star", sans-serif;
    color: turquoise;
    cursor: pointer;
}

/* On screens that are 992px wide or less, go from four crochet_columns to two crochet_columns */
@media screen and (max-width: 900px) {
    .crochet_headerfonts {
        font-size:38px;

    }
}

/* On screens that are 600px wide or less, make the crochet_columns stack on top of each other instead of next to each other */
@media screen and (max-width: 500px) {
    .crochet_headerfonts {
        font-size:30px;

    }
}

.crochet_contact{
    font-size: 14px;
    background-color: white;
    line-height: .5;
}

.crochet_contactdiv {
    background-color: white;
    float: left;
    height: 90px;
    width: auto;
}

.crochet_peaches {
    height:70px;
    margin-right: 27px;
    padding:0;
    float: right;
}

/* On screens that are 992px wide or less, go from four crochet_columns to two crochet_columns */
@media screen and (max-width: 900px) {
    .crochet_peaches {
        height:60px;
    }
    .crochet_contact {line-height: .5;}
    .crochet_contactdiv {height: 75px;}
}

/* On screens that are 600px wide or less, make the crochet_columns stack on top of each other instead of next to each other */
@media screen and (max-width: 500px) {
    .crochet_peaches {
        height:40px;
    }
    .crochet_contact {line-height: .5;}
    .crochet_contactdiv {height: 60px;}
}




.crochet_footlink {
    position:fixed;
    bottom:0;
    left:0;
    z-index: 0;
    width:100%;
    height:64px;
    border:none;
    background-color:white;
}

/* On screens that are 992px wide or less, go from four crochet_columns to two crochet_columns */
@media screen and (max-width: 900px) {
    .crochet_footlink {
        position:fixed;
        bottom:0;
        left:0;
        z-index: 0;
        width:100%;
        height:50px;
        border:none;
        background-color:white;


    }
}

/* On screens that are 600px wide or less, make the crochet_columns stack on top of each other instead of next to each other */
@media screen and (max-width: 500px) {
    .crochet_footlink {
        position:fixed;
        bottom:0;
        left:0;
        z-index: 0;
        width:100%;
        height:36px;
        border:none;
        background-color:white;


    }
}



.crochet_imgicon {
    height:64px;
}

/* On screens that are 992px wide or less, go from four crochet_columns to two crochet_columns */
@media screen and (max-width: 900px) {
    .crochet_imgicon {
        height:50px;
    }
}

/* On screens that are 600px wide or less, make the crochet_columns stack on top of each other instead of next to each other */
@media screen and (max-width: 500px) {
    .crochet_imgicon {
        height:36px;
    }
}


.utilsize {
    width: 50%;
    margin-left:auto;
    margin-right:auto;

}

.keeplogged{
    font-size:16px;
    float:right;
    margin-top:1%;
}


/* On screens that are 992px wide or less, go from four columns to two columns */
@media screen and (max-width: 1400px) {
    .utilsize {
        width: 60%;
        margin-left:auto;
        margin-right:auto;

    }
    .keeplogged{
        font-size:16px;
        float:right;
        margin-top:1.5%;
    }
}

/* On screens that are 600px wide or less, make the columns stack on top of each other instead of next to each other */
@media screen and (max-width: 875px) {
    .utilsize {
        width: 70%;
        margin-left:auto;
        margin-right:auto;

    }
    .keeplogged{
        font-size:16px;
        float:right;
        margin-top:2%;
    }
}

@media screen and (max-width: 545px) {
    .utilsize {
        width: 90%;
        margin-left:auto;
        margin-right:auto;

    }
    .keeplogged{
        font-size:16px;
        float:right;
        margin-top:2%;
    }
}

.freeship{
    color: red;
    text-align: center;
    font-size: 16px;
}

button {font-family: Georgia, sans-serif;}