body {
    font-family: 'DTL Argo WST', Arial, sans-serif;
    letter-spacing: 1px;
    font-style: normal;
    font-weight: normal;
    margin: 20px;
    padding: 0;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    background-color: #f1f1f1;
}

#fontTextInput {
    width: 80vw;
    height: 40vh;
    font-size: 5vw;
    margin-top: 40px;
    padding: 10px;
    font-family: 'DTL Argo WST', Arial, sans-serif;
    font-style: normal;
    letter-spacing: 1px;
    border: 1px solid #CFDCDF;
    border-radius: 5px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    background-color: #f1f1f1;
    color: #333;
    resize: both;
    overflow: auto;
    min-width: 300px;
    min-height: 150px;
    max-width: 100vw;
    max-height: 90vh;
    text-align: center;
}

.EF_logo {
    position: relative;    
    text-align: center;
    margin: 0 auto;
    background-color:#f1f1f1;
    top: 20px;
}

#resetButton {
    margin-top: 0px;
    padding: 5px 10px;
    background-color: #767676;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;    
    font-family: 'DTL Argo WST Medium', Arial, sans-serif;
    letter-spacing: 1px;
}

#resetButton:hover {
    background-color:  #555555;
}

#clearFeaturesButton {
    margin-top: 20px;
    padding: 5px 10px;
    background-color: #767676;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;    
    font-family: 'DTL Argo WST Medium', Arial, sans-serif;
        letter-spacing: 1px;
}

#clearFeaturesButton:hover {
    background-color:  #555555;
}

#browserWarning {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: #ffcc00;
    color: #000;
    padding: 10px;
    text-align: center;
    font-weight: bold;
    z-index: 1000;
}

#fontSizeSlider {
    width: 300px;
    margin-top: 10px;
}

#fontSizeInput {
    width: 50px;
    margin-top: 20px;
    padding: 5px;
    font-size: 15px;
    text-align: center;
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: #f1f1f1;
    font-family: 'DTL Argo WST', Arial, sans-serif;
}

	.sizeSlider-container {
	font-size: 15px;
	}

.slider-container, .control-option {
    margin-right: 20px;
    font-size: 15px;
}

#variationSliders {
    display: flex;
    flex-direction: row;  /* Ensure sliders are stacked vertically */
    align-items: flex-start; /* Align items to the top (change to flex-end for bottom alignment) */
    justify-content: flex-start; /* Controls how items are spaced vertically */
    margin-top: 10px; /* Adjust space above the slider group */
    margin-bottom: 10px; /* Adjust space below the slider group */
}

.variation-sliders {
    display: flex;
    flex-direction: column;  /* Stack sliders vertically */
    align-items: flex-start; /* Ensure sliders are left-aligned or flex-end for bottom alignment */
    justify-content: flex-start; /* Ensure items align to the top */
    margin-top: 10px; /* Add margin to move slider down */
}

.variation-sliders input[type="range"] {
    width: 300px;
    height: 10px;
    margin-top: 10px; /* Space between label and slider */
    margin-bottom: 10px; /* Space below the slider */
    padding: 0 5px;
}

.variation-sliders label {
    font-size: 15px;
    margin-top: 5px;  /* Space above label */
    margin-bottom: 10px; /* Space below label */
    position: relative;  /* Allow vertical movement */
    top: -10px;  /* Adjust this value to move the label up or down */
}

#AlignmentOptions {
    margin-top: 30px; 
    font-size: 15px;
    background-color: #f1f1f1;
    font-family: 'DTL Argo WST Medium', Arial, sans-serif;
}

.Alignment-dropdown {
    margin-top: 0px;
    font-family: 'DTL Argo WST', Arial, sans-serif;
    font-size: 15px;
    background-color: #f1f1f1;
}


#EF_logo {
    margin-bottom: 40px;
    background-color: #f1f1f1;
}

.control-option {
 	font-size: 15px;
    margin-top: 0px;
    background-color: #f1f1f1;
    font-family: 'DTL Argo WST Medium', Arial, sans-serif;
}

#features-dropdown {
    margin-top: 15px;
    font-family: 'DTL Argo WST', Arial, sans-serif;
    font-size: 15px;
    background-color: #f1f1f1;
}

.CheckBoxes {
    margin: 10px;
    padding: 10px;
    text-align: center;
    font-size: 15px;
}

#kerningCheckbox, #ligatureCheckbox {
    margin-top: 10px;
}

    @media only screen and (max-width: 768px) {
	.mobile-hide {
		display: none !important;
	}
}

.iframe-container {
    overflow-x: hidden;
    overflow-y: hidden;
    text-align: center;
    top: 10px;
    position: relative;
}


