

@font-face {
    font-family: FS_Me_Heavy;
   src: url(Fonts/FS_Me/FS\ Me-Heavy-subset.woff2);
}

@font-face {
    font-family: FS_Me;
    src: url(Fonts/FS_Me/FS\ Me-Regular-subset.woff2);
}

@font-face {
    font-family: FS_Me_Italic;
    src: url(Fonts/FS_Me/FS\ Me-Italic-subset.woff2);
}

@font-face {
    font-family: FS_Me_Light;
    src: url(Fonts/FS_Me/FS\ Me-Light-subset.woff2);
}


.Title{
    font-size: xx-large;
    border-bottom-left-radius: 5%;
    border-bottom-right-radius: 5%;
    background-image: url(Images/Title\ Image.webp);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}
img{
    border-radius: 10px;
    
}
.myDiv {
    background-color: lightblue;
    text-align: center;
}


@media only screen and (min-width: 768px) {

.Custom1{
    text-align: center;
    background-color:white;
    height:100px;
    padding: 15px;
    border-radius: 10%;
    margin-bottom: 100px;
    margin-left: 50px;
    margin-right: 50px;
    object-fit:contain;
    display: table;
    max-width: fit-content;
    left: 0px;
    right:0px ;
    
}

.homepageImages{
    float:inline-start;
    border-radius: 15%;
    height: 500px;
    background-color: white;
    width: 45%;
    padding: 5px;
    object-fit:cover;
    display: table-row;
    margin-inline: auto;
    left: 0px;
    right:0px ;
}

.homepageBody{
    text-align: center;
    border-radius: 15%;
    background-color: white;
    height: 500px;
    float:inline-end;
    width: 45%;
    padding: 5px;
    object-fit:contain;
    font-family:FS_Me;
    color: navy;
    margin-bottom: 5%;
    display: table-row;
    margin-inline: auto;
    left: 0px;
    right:0px ;
}
}

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

.Custom1{
    text-align: center;
    background-color:white;
    height:100px;
    padding: 5px;
    border-radius: 50px;
    margin-bottom: 100px;
    margin-left: 25px;
    margin-right: 25px;
    object-fit:contain;
    display: table;
    max-width: fit-content;
    left: 0px;
    right:0px ;
    padding-bottom: 10%;
    padding-top: 10%;
}

.homepageImages{
    border-radius: 15%;
    height: 500px;
    
    width: 90%;
    padding: 5px;
    object-fit:cover;
    display: table-row;
    margin-inline: auto;
    left: 0px;
    right:0px ;
}

.homepageBody{
    text-align: center;
    border-radius: 15%;
    
    height: 500px;

    width: 45%;
    padding: 5px;
    object-fit:contain;
    font-family:FS_Me;
    color: navy;
    margin-bottom: 5%;
    display: table-row;
    margin-inline: auto;
    left: 0px;
    right:0px ;
}
}
.test-custom{
    width: 80px;
    height: 80px;
    object-fit: cover;
}

.custom-setup-bg{
    text-align: center;
    background-color: white;
    border-radius: 50px;
   padding: 5%;
    width:80% ;

    color: navy;
    font-family: FS_Me;
    font-size: 25px;
}

.custom-setup-h{
    text-align: center;
    color: white;
    font-family: FS_Me_Heavy;
    font-size: 50px;
}






button.button1{
    background-color: navy;
    color: white;
    font-size: 32px;
    border-radius: 50px;
    border-color: black;
    width: 35%;
    min-width: 150px;
    text-align: center;
}

button.button2{
    background-color: navy;
    color: white;
    font-size: 32px;
    border-radius: 50px;
    border-color: black;
    width: 50%;
    min-width: 100px;
}

body{
    background-color: deepskyblue;

}

@media only screen and (min-width: 1040px) {




    
.Products1{
    text-align: center;
    height:fit-content ;
    width:100% ;
    background-color:deepskyblue;
    display: flex;
    justify-content: center;
    display: flex;
    flex-direction: row;
    margin-bottom: 100px;
    margin-inline: auto;
}

.Products1Box1{
    width:200px ;
    height: 300px;
    border: 0px solid black;
    border-radius: 15%;
    background-color:white;
    padding: 25px;
    margin-left: 1vw;
    font-family:FS_Me;
    color:navy;
    float: left;
    font-size: 80%;
    text-align: center;
    margin-top: 15px;
    justify-content: center;
    align-items: center;
    padding-inline:2vw ;
 

}}
@media only screen and (min-width: 925px) and (max-width: 1040px){




    
.Products1{
    text-align: center;
    height:fit-content ;
    width:100% ;
    background-color:deepskyblue;
    display: flex;
    justify-content: center;
    display: flex;
    flex-direction: row;
    margin-bottom: 100px;
    margin-inline: auto;
}

.Products1Box1{
    width:200px ;
    height: 300px;
    border: 0px solid black;
    border-radius: 15%;
    background-color:white;
    padding: 25px;
    margin-left: 1vw;
    font-family:FS_Me;
    color:navy;
    float: left;
    font-size: 80%;
    text-align: center;
    margin-top: 15px;
    justify-content: center;
    align-items: center;
    padding-inline:0.75vw ;
 

}}


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

.Products1{
    text-align: center;
    height:fit-content ;
    width:100% ;
    background-color:deepskyblue;

    
}

.span1{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 4px;
    margin-bottom: 100px;
}



.Products1Box1{
    
    width:200px ;
    height: 300px;
    border: 0px solid black;
    border-radius: 15%;
    background-color:white;
    padding: 25px;
    font-family:Arial, Helvetica, sans-serif;
    color:navy;
    float: left;
    font-size: 80%;
    text-align: center;
    margin-top: 15px;
    padding-left:50px ;
    padding-right: 50px;
    
}}



h2{
    font-family: FS_Me_Heavy;
}


p{
    font-family: FS_Me;
}


h4{
    font-family: FS_Me_Italic;
}







@media only screen and (min-width: 768px) {
    img.logo{
    height:75px ;
    width:75px ;
    float: left;
    padding: 14px 16px;
    padding-top: 5%;

    }


    .bar{
    background-color: white;
    border-top-left-radius:15px ;
    border-top-right-radius:15px ;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    color:navy;
}
    .barText{
    float: left;
    padding: 24px 26px;
    color:navy;
    font-size: 2vw;
    text-align: center;
    font-family: FS_Me;
}}
@media only screen and (max-width: 768px) {
    img.logo{
    height:40px ;
    width:40px ;
    float: left;
    padding: 14px 16px;
    padding-top: 5%;

    }



    .bar{
    background-color: white;
    border-top-left-radius:15px ;
    border-top-right-radius:15px ;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    color:navy;
}
.barText{
    float: left;
    padding: 24px 13px;
    color:navy;
    font-size: 3vw;
    text-align: center;
    font-family: FS_Me;
}}

@media only screen and (max-width: 333px) {
    img.logo{
    height:40px ;
    width:40px ;
    float: left;
    padding: 14px 16px;
    padding-top: 5%;

    }



    .bar{
    background-color: white;
    border-top-left-radius:15px ;
    border-top-right-radius:15px ;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    color:navy;
}
.barText{
    float: left;
    padding: 12px 6px;
    color:navy;
    font-size: 2.5vw;
    text-align: center;
    font-family: FS_Me;
}}











.review1{
    text-align: center;
    background-color: white;
    border-radius: 50px;
    color:navy;
    font-size: 20px;
    width:85%;
    font-family:FS_Me_Heavy;
    margin-left: auto;
    margin-right: auto;
    padding: 30px;
    padding-inline: 5%;
}


.footer{
    font-family: FS_Me;
    background-color: white;
    color: navy;
    text-align: center;
    padding: 30px;
    border-radius: 50px;
    border-bottom-right-radius: 50px;
}


.footer-base{
    background-color: white;
    border-radius: 15px;
    border-bottom-right-radius: 15px;
    margin-top: 50px;
}





@media only screen and (min-width: 768px) {
.productpagetitle{
    text-align: center;
    color: navy;
    font-family: FS_Me_Heavy;
}

.productpagebg{
    border-radius:25px ;
    background-color: white;
    font-size:35px ;
    padding:25px;
    margin: 25px;
}

.product_page-body{
    text-align: center;
    background-color:white;
    height:100px;
    padding: 15px;
    border-radius: 10%;
    margin-bottom: 100px;
    margin-left: 50px;
    margin-right: 50px;
    object-fit:contain;
    display: table;
    max-width: fit-content;
    left: 0px;
    right:0px ;
}

.product_page-image{
    float:inline-start;
    border-radius: 15%;
    height: 500px;
    background-color: white;
    width: 45%;
    padding: 5px;
    object-fit:cover;
    display: table-row;
    margin-inline: auto;
    left: 0px;
    right:0px ;
}

.product_page-text{
    text-align: center;
    border-radius: 15%;
    background-color: white;
    height: 500px;
    float:inline-end;
    width: 45%;
    padding: 5px;
    object-fit:contain;
    font-family:FS_Me;
    color: navy;
    margin-bottom: 5%;
    display: table-row;
    margin-inline: auto;
    left: 0px;
    right:0px ;
}
}
@media only screen and (max-width: 768px) {
.productpagetitle{
    text-align: center;
    color: navy;
    font-family: FS_Me_Heavy;
}

.productpagebg{
    border-radius:25px ;
    background-color: white;
    font-size:35px ;
    padding:25px;
    margin: 25px;
}
.product_page-body{
    text-align: center;
    background-color:white;
    height:100px;
    padding: 5px;
    border-radius: 10%;
    margin-bottom: 100px;
    margin-left: 25px;
    margin-right: 25px;
    object-fit:contain;
    display: table;
    max-width: fit-content;
    left: 0px;
    right:0px ;
    
}

.product_page-image{
    border-radius: 15%;
    height: 500px;
    
    width: 90%;
    padding: 5px;
    object-fit:cover;
    display: table-row;
    margin-inline: auto;
    left: 0px;
    right:0px ;
}

.product_page-text{
    text-align: center;
    border-radius: 15%;
    
    height: 500px;

    width: 45%;
    padding: 5px;
    object-fit:contain;
    font-family:FS_Me;
    color: navy;
    margin-bottom: 5%;
    display: table-row;
    margin-inline: auto;
    left: 0px;
    right:0px ;
}
}

.form_label{
    font-size: 20px;
    margin-right: 20px;
}

.form_element{
    color: navy;
    font-size: 20px;
    border-radius: 15px;
    border-color: navy;
}

.payment_complete{
    color: navy;
    border-bottom-left-radius: 5%;
    border-bottom-right-radius: 5%;
    width: 100%;
    font-family: FS_Me;
    font-size: 25px;
    background-color: white;
    text-align: center;
   padding-bottom: 15px;
    margin-top: 0px;
    height:fit-content;
}

.aboutus1{
    text-align: center;
    border-radius: 15px;
    background-color: white;
    margin-inline: 50px;
    margin-bottom: 50px;
    padding:15px;
    color:navy;
    padding-inline: 15%;
}

.aboutus2{
    font-size: 30px;
    font-family: FS_Me_Heavy;
    text-align: center;
    border-radius: 15px;
    background-color: white;
    margin-inline: 10%;
    margin-bottom: 50px;
    padding:15px;
    color:navy;
    padding-inline: 5%;
    display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 4px;
}

.reviews1{
    color: navy;
    text-align: center;
    background-color: white;
    padding-top: 0px;
    font-family: FS_Me;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    height: max-content;
    padding-bottom: 30px;
}


.shop1{
    text-align: center;
    margin-top: 50px;
    background-color: white;
    border-radius: 15px;
    color: navy;
    margin-inline: 20%;
}


.shop2{
    background-image: url(Images/T-Shirt-enlarged.jpg);
    width: 80%;
    height: 30vw;
    border-radius: 15px;
    background-attachment: scroll;
  background-size: cover;
  padding: 10%;
}

.shop3{
    float: left;
    font-family: FS_Me_Heavy;
    font-size: 4vw;
    color: white;
}

.shop4{
    float: right;
    font-family: FS_Me_Heavy;
    font-size: 4vw;
    color: white;
}