* {
    box-sizing: border-box;
    margin: 0;
  }

.containerWide {
    display: flex;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
  }

.row {
  display: flex;
}

.column {
    width: 50%;
    float: left;
    padding: 20px 30px 20px 30px;
    border: 1px solid rgb(203, 203, 203);
}

a {
  text-decoration: none;
  }

.blue {
    color: rgb(23, 105, 177);
    font-weight: bold;
}

.blue:hover {
    color: rgb(177, 23, 23);
}

.pageTitle {
    font-family: 'Pacifico', cursive;
    color: rgb(19, 41, 65);
    font-size: 2.8em;
    font-weight: 200;
}

.subhead1 {
    font-size: 1.75em;
    font-weight: bold;
    color: rgb(49, 131, 203);
    margin: 10px 0px 0px 0px;
    clear: both;
    line-height: 130%;
}

.subhead1red {
    font-size: 1.35em;
    font-weight: bold;
    color: rgb(49, 131, 203);
    margin: 10px 0px 0px 0px;
}

.subhead2 {
    font-size: 1.3em;
    font-weight: bold;
    color: rgb(49, 131, 203);
    margin: 5px 0px 0px 0px;
}

.pageContent {
      max-width: 1050px;
      margin: 0px auto;
      padding: 30px 60px 60px 60px;
      display: block;
      background-color: white;
      margin-top: 10px;
}

.videoContainer {
    position: relative;
    display: block;
    width: 100%;
    height: 450px;
    overflow: hidden;
    z-index: -1;
}

#homeVideo {
    position: absolute;
    right: 0;
    top: -35px;
    min-width: 100%;
    min-height: 100%;
}
  
.pageText {
    padding: 0px 5px 15px 0px;
    line-height: 160%;
    font-size: 1.2em;
    text-align: left;
}

.pageText a{
    font-weight: bolder;
    color: black;
    cursor: pointer;
}

.listText {
    line-height: 160%;
    font-size: 1.05em;
    padding-inline-start: 0px;
    list-style: none;
    margin: 10px 0px 15px 0px;
}

#embroideryPrice {
    border-collapse: collapse;
    text-align: center;
    line-height: 150%;
    font-size: 1.1em;
    max-width: 650px;
    margin: 20px auto 10px auto;
}

#embroideryPrice th{
    font-weight: bold;
    font-size: 1.1em;
    color: rgb(23, 105, 177);
    padding: 10px 25px;
}

#embroideryPrice td{
    padding: 10px 25px;
    border-bottom: 1px solid black;
}

.priceText {
    line-height: 175%;
    font-size: 1.1em;
    text-align: center;
    max-width: 650px;
    margin: 0px auto 0px auto;
}

.priceHeader {
    font-weight: bold;
    color: rgb(23, 105, 177);
}

#artRequirements1 {
    padding: 30px 40px 40px 40px;
    border: 1px solid rgb(232, 232, 232);
    display: none;
  }

#artRequirements2 {
    padding: 30px 40px 40px 40px;
    border: 1px solid rgb(232, 232, 232);
    display: none;
}

.open1 {
    font-weight: 100;
    font-size: 1em;
    color: rgb(95, 111, 126);
    position: relative;
    
}

.open1:hover {
    font-weight: bolder;
    cursor: pointer;
}

.open2 {
    font-weight: 100;
    font-size: 1em;
    color: rgb(95, 111, 126);
    position: relative;
    
}

.open2:hover {
    font-weight: bolder;
    cursor: pointer;
}

.modal {
	display: none; /* Hidden by default */
	position: fixed; /* Stay in place */
	z-index: 1; /* Sit on top */
	left: 0;
	top: 0;
	width: 100%; /* Full width */
	height: 100%; /* Full height */
	overflow: auto; /* Enable scroll if needed */
	background-color: rgb(0,0,0); /* Fallback color */
	background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  }
  
  /* Modal Content/Box */
  .modal-content {
	background-color: #fefefe;
	margin: 15% auto; /* 15% from the top and centered */
	padding: 20px;
	border: 1px solid #888;
	width: 80%; /* Could be more or less, depending on screen size */
  }
  
  /* The Close Button */
  .closeModal {
	color: #aaa;
	float: right;
	font-size: 28px;
	font-weight: bold;
  }
  
  .closeModal:hover,
  .closeModal:focus {
	color: black;
	text-decoration: none;
	cursor: pointer;
    }

.filetype {
    width: 40px;
    margin: 0px 8px;
}

.fileIcons {
    display: flex;
    height: 50px;
    justify-content: center;
    align-items: center;
}

.centered {
    text-align: center;
    background-color: aliceblue;
    padding: 10px 0px 15px 0px;
    border-bottom: 10px solid white;
}

.indented {
    padding: 0px 40px;
}

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

.containerWide {
      margin-bottom: 20px;
    }

.pageContent {
    padding: 20px;
}

.downloads {
    flex-direction: column;
    width: 100%;

}

.columnDwnld {
    padding: 2px;
}

#embroideryPrice {
    font-size: .9em;
    width: 100%;
    margin: 5px auto 5px auto;
}

#embroideryPrice th{
    font-size: .9em;
    letter-spacing: 0px;
}

#embroideryPrice td{
    padding: 3px;
}

.priceText {
    line-height: 140%;
    font-size: .9em;
    max-width: 100%;
}

.pageTitle {
    line-height: 120%;
    margin-bottom: 10px;
}

.column {
    width: 100%;
    float: none;
    padding: 20px;
    margin-bottom: 10px;
    border: 1px solid rgb(203, 203, 203);
}

.row {
    flex-direction: column;
}

.leftColumn {
    width: 100%;
    float: none;
    margin-right: 0px;
    text-align: center;
}

.rightColumn {
    width: 100%;
    float: none;
    margin-left: 0px;
    text-align: center;
}

.listText {
    list-style: none;
}

.thumbnailContainer {
    width: 80%;
    margin: 0px auto 30px auto;
}

.thumbnail {
    height: auto;
}

.thumbnailText {
    width: 80%;
    margin: 2px auto;
}

.filetype {
    width: 30px;
    margin: 0px 5px;
}

.indented {
    padding: 0px 10px;
}

.centered {
    padding: 15px;
}

}

