@font-face {
    font-family: 'Avant Garde Demi';
    src: url('/fonts/AvantGardeForSalesforce-Demi.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Salesforce Sans Regular';
    src: url('/fonts/SalesforceSans-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Salesforce Sans Light';
    src: url('/fonts/SalesforceSans-Light.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/* Set body to be 16:9 and full viewport height */
body {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    margin: 0;
    padding: 0;
    height: 100vh;
    width: 100vw;
    box-sizing: border-box;
    background-color: #f4f4f4;
    height: 100%;
    font-family: Arial, sans-serif;
  }
  
  /* Header styling with some space */
  header {
    flex:1;
    width: 100%;
    text-align: center;
    padding: 10px 0;
    background-color: #333;
    color: #fff;
    font-size: 24px;
  }

  #background-video{
    position:absolute;
    top:0;
    left:0;
    z-index:-100;
    width:100vw;
    height:100vh;

  }
  
  /* Flex containers for videos */
  #video-container {
    position: relative;
    width: 100vw;
	height: auto;
    align-content: flex-end;
    display: flex;
    flex-direction: column;
	gap:100px;
    margin-bottom:100px;
  }
  
  /* Video and poster images fill the container */
  video, img {
    object-fit: cover;
  }
  audio {
    visibility: hidden;
  }
  
#upload-container {
  padding-top:6.6vh;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
	align-self: flex-start;
    height: 30%;
	    
    margin-left: 29vw;
    gap: 0vh;
	
}
#background-image {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    z-index: -1;
}
#file-input, #font-picker , #font-picker-subheader {
    margin-top: 20px;
    margin-bottom: 0;
    display: none; /* Initially hidden */
    font-size: 1.5vh;
}

#font-picker option , #font-picker-subheader option{
  font-family: Arial, sans-serif;
  padding: 3px; /* Smaller padding */
  font-size: 12px; /* Smaller font size */
  height: 20px; /* Smaller height */
  background-color: #fff;
  color: #333;
}

#text-container{
	display: flex;
	min-height: 490px;
	justify-content: center;
    flex-direction: column;
	gap: 20px;
}
#editable-title {
	font-family: 'Avant Garde Demi';
  padding: 0;
  margin: 0;
    font-size: 100px;
	line-height: 1;
    text-align: left;
    outline: none;
    background-color: transparent; /* Slightly visible */
    color: #FFF;
	min-width:100%;
}

#editable-subheader {
	font-family: 'Avant Garde Demi';
  padding: 0;
  margin: 0;
    font-size: 67px;
	     line-height: 1.1;
    text-align: left;
    outline: none;
    background-color: transparent; /* Slightly visible */
     color: #FFF;
	 min-width:100%;
}
#webcam1, #webcam2{
	
	//width:3840px !important;
//	height:2160px !important;
}