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

.res {
  display: none;
}

.boxContent {
  border: 2px solid rgb(162, 162, 162);
  padding: 30px 60px 60px 60px;
}
  
body {
  font-family: 'Arimo', sans-serif;
  background-image: url("../images/screentexture.png");
  background-repeat: repeat;
  background-size: 5px;
  height: 100%;
  overflow: hidden;
}

.container {
    max-width: 1050px;
    padding: 0px 50px 40px 50px;
    margin: 10px auto 10px auto;
    background-color: white;
}

.imgContainer {
  position: relative;
  display: block;
  width: 100%;
  height: 300px;
  overflow: hidden;
  z-index: -1;
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
}

.imgContainer img {
  width: 100%;
}

a {
  text-decoration: none;
}

header {
  position: relative;
  background-image: url("../images/woodbackground.jpg"), url("../images/navy-wood-background.png");
  background-repeat: repeat-x, no-repeat;
  background-position-y: bottom, top;
  background-position-x: left, center;
  background-size: 695px 48px, cover;
  background-color: rgb(19, 41, 65);
  height: 165px;
  box-shadow: 0px 3px 9px rgba(0, 0, 0, 0.516);
  z-index: 1;
}
.titleDiv {
  width: 100%;
  text-align: center;
}

.titleImage {
  max-height: 100px;
}

.logo {
  position: absolute;
  top: 10px;
  width: 187px;
}

#dateTime {
  position: absolute;
  top: 35px;
  right: 10px;
  font-family: 'Arimo', sans-serif;
  color: rgb(92, 130, 172);
  text-align: right;
  text-shadow: none;
  font-size: .6em;
  line-height: 130%;
  text-transform: uppercase;
  letter-spacing: .5px;
}

#openSign {
  color: white;
  font-size: .88em;
}

#officeHours {
  display: none;
  font-size: .8em;
} 

.tagDiv {
  position: fixed;
  transform: rotate(-90deg);
  width: 270px;
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  font-size: 1em;
  left: -116px;
  top: 43%;
  z-index: 4;
}

.windowTag {
  font-family: 'Comic Neue', cursive;
  position: relative;
  width: auto;
  white-space: nowrap;
  margin-right: 5px;
  text-align: center;
  padding: 10px 25px;
  color: white;
  font-weight: 200;
  box-shadow: -3px 3px 3px rgba(0, 0, 0, 0.378);
}

.windowTag:hover {
  cursor: pointer;
  box-shadow: none;
  padding: 10px 24px;
  color: rgb(216, 216, 216);
}

.title {
  position: relative;
  color: rgb(19, 41, 65);
  padding-top: 40px;
  text-align: center;
  text-transform: uppercase;
  font-weight: bolder;
  font-size: 2.2em;
  background-color: white;
  z-index: 0;
}

h1 {
  color: rgb(182, 0, 0);
  letter-spacing: .3px;
  margin-top: 20px;
  font-size: 1.8em;
}

h3 {
  margin: 0;
  padding: 0;
  font-size: .95em;
}

p {
  line-height: 150%;
}  

.Col {
  margin: 10px 0px 0px 0px;
}

#garmentTable {
  border-collapse: collapse;
}

table, th, td {
  border: 0px solid black;
}

.addRow {
  cursor: pointer;
  font-weight: bold;
  display: block;
  text-align: right;
  margin: 5px 5px 0px 0px;
}

.addRow:hover {
  color: red;
}

/*    Navigation styling   */

.navigation {
  position: relative;
  background-image: url("../images/splatter-02.png");
  background-repeat: no-repeat;
  background-position-y: bottom;
  background-position-x: center;
  background-size: 1000px 48px;
  width: 1000px;
  height: 165px;
  margin: 0px auto;
  font-family: 'Comic Neue', cursive;
  font-size: 1.65em;
  font-weight: 700;
  color: rgb(17, 44, 72);
  letter-spacing: -1px;
  text-shadow: -1px 1px 0 #fff,
				  1px 1px 0 #fff,
				 1px -1px 0 #fff,
				-1px -1px 0 #fff;
}  

.navigation ul {
  height: 165px;
  text-align: right;
  list-style-type: none;
  padding-top: 117px;
  overflow: hidden;
  margin: 0px auto;
  }

.navigation li {
    display: inline;
  }

.navigation li a {
    text-align: center;
    padding: 10px 14px 0px 14px;
    text-decoration: none;
    min-width: 115px;
    height: 48px;

  }

.navigation li a:hover {
  height: 48px;
  color: white;
  text-shadow: 0px 1px 6px rgb(19, 41, 65);
  }

  /*    Dropdown styling   */

li a, .dropbtn {
  display: inline-block;
  color: rgb(25, 67, 111);
  text-align: center;
  text-decoration: none;
  }
  
li a:hover, .dropdown:hover .dropbtn {
  height: 48px;
  }
  
li.dropdown {
    display: inline-block;
    height: 48px;
    background-repeat: no-repeat; 
    background-size: 150px;
    background-position-y: -80px;
    transition: all .3s;
  }
  
.dropdown-content {
    display: none;
    position: absolute;
    background-color: rgba(14, 31, 50, 0.708);
    background-blend-mode: multiply;
    border: 1px solid white;
    border-top: 0px;
    z-index: 2;
    font-size: .94em;
    font-weight: 100;
    text-shadow: none;
  }
  
.dropdown-content a {
    height: 48px;
    color: white;
    text-decoration: none;
    display: block;
    text-align: center;
    font-weight: 100;
    padding: 4px 14px;
  }
  
.dropdown-content a:hover {
  background-color: rgba(14, 31, 50, 0.865);
  background-blend-mode: multiply;
  background-image: none;
}
  
.dropdown:hover .dropdown-content {
    display: block;
  }

  /*    File Input styling   */
  
  .input-file-container {
    position: relative;
    width: 225px;
  } 
  .js .input-file-trigger {
    display: block;
    padding: 14px 45px;
    background: rgb(36, 117, 187);
    color: #fff;
    font-size: 1.2em;
    transition: all .4s;
    cursor: pointer;
    border-radius: 3px;
  }
  .js .input-file {
    position: absolute;
    top: 0; left: 0;
    width: 225px;
    opacity: 0;
    padding: 14px 0;
    cursor: pointer;
  }
  .js .input-file:hover + .input-file-trigger,
  .js .input-file:focus + .input-file-trigger,
  .js .input-file-trigger:hover,
  .js .input-file-trigger:focus {
    background: rgb(16, 65, 108);
    color: white;
  }
  
  .file-return {
    margin: 0;
  }
  .file-return:not(:empty) {
    margin: 1em 0;
  }
  .js .file-return {
    font-style: italic;
    font-size: .9em;
    font-weight: bold;
  }
  .js .file-return:not(:empty):before {
    content: "Selected file: ";
    font-style: normal;
    font-weight: normal;
  }  

  footer {
    position: relative;
    width: 100%;
    bottom: 0px;
    height: auto;
    background-image: url("../images/woodbackground.jpg"), url("../images/navy-wood-background.png");
    background-repeat: repeat-x, no-repeat;
    background-position-y: top, bottom;
    background-position-x: center, center;
    background-size: 695px 48px, cover;
    background-color: rgb(19, 41, 65);
    color: white;
    padding: 60px 0px 10px 0px;
    z-index: 2;
  }

.footerColContainer {
  width: 850px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin: auto;
}

.footerTitle {
  font-size: 1em;
  text-transform: uppercase;
  font-weight: bolder;
  color: rgb(105, 171, 247);
}

.footerColumn {
    width: 33%;
    text-align: left;
    padding: 0px 20px 10px 0px;
}

.footerColumn p{
  font-weight: 100;
  line-height: 180%;
}

.footerColumn a{
  font-size: .9em;
  text-decoration: none;
  color: white;
}

.footerColumn a:hover{
  font-weight: bolder;
  color: rgb(105, 171, 247);
}

.footerRow {
    width: 950px;
    display: flex; 
    flex-wrap: wrap;
    flex-direction: row;
    letter-spacing: .03em;
    justify-content: center; 
    margin: auto;
}

.footerRow p{
    margin-right: 10px;
    font-size: .9em;
}

#submitMsg {
    width: 100%;
    background-color: red;
    color: white;
    font-size: 1.2em;
    padding: 10px;
    margin: 15px 0px 5px 0px;
}

#confirmMsg {
    width: 100%;
    background-color: green;
    color: white;
    font-size: 1.2em;
    padding: 10px;
    margin: 15px 0px 5px 0px;
}

  .responsiveNav {
    display: none;
  }

  #menu {
    height: 48px;
    margin-right: 15px;
  }

  .menuText {
    font-size: 1.4em;
    background-color: rgb(25, 51, 82);
    line-height: 200%;
  }

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

header {
  height: 145px;
}

.res {
  display: block;
}

.container {
  padding: 0px 10px 10px 10px;
  margin: 0px;
}

.imgContainer {
  height: 200px;
}    

.boxContent {
  padding: 20px;
}

.standardNav{
  display: none;
}

.logo {
  width: 150px;
}

.navigation{
  width: 100%;
  height: 145px;
}

.responsiveNav {
  display: block;
  width: 100%;
  text-align: right;
  padding-top: 97px;
}

.responsiveDropdown {
  position: absolute;
  top: 145px;
  width: 100%;
  line-height: 180%;
  display: flex;
  color: white;
  flex-direction: column;
  text-align: center;
  text-shadow: none; 
  border-bottom: 65px solid rgb(21, 47, 77);
}

.responsiveDropdown a {
  font-family: sans-serif;
  color: white;
  padding: 5px;
  background-color: rgba(14, 31, 50, 0.755);
}

.responsiveDropdown a:hover {
  color: white;
  background-color: rgb(14, 31, 50);
}

footer {
  position: relative;
  height: auto;
  bottom: 0;
}

.footerColContainer {
  display: none;
}

.footerRow {
  width: 100%;
  flex-direction: column;
  text-align: center;
  margin-right: 0px;
}

.tagDiv {
  display: none;
}

#officeHours {
  display: none;
}  

#dateTime {
  font-size: .5em;
}

}