

/* The Modal (background) */
.abouttributegallery-modalwindow {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 9999; /* Sit on top */
  padding-top: 0px; /* Location of the box */
  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 */
}

.abouttributegallery-modalwindow:before, .abouttributegallery-modalwindow:after {
  content: ' ';
  display: block;
  /*height: 50px;*/ 
}

/* Modal Content */
.abouttributegallery-modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  border: 1px solid #888;
  width: 60%;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s;
}

/* Add Animation */
@-webkit-keyframes animatetop {
  from {top:-300px; opacity:0} 
  to {top:0; opacity:1}
}

@keyframes animatetop {
  from {top:-300px; opacity:0}
  to {top:0; opacity:1}
}

/* The Close Button */
.abouttributegallery-close {
  color: white;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.abouttributegallery-close:hover,
.abouttributegallery-close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.abouttributegallery-modal-header {
  padding: 20px;
  background-color: #5cb85c;
  color: white;
}
.abouttributegallery-headertitle {
	padding: 2px 16px;
	font-size: 1.5em;
}

.abouttributegallery-mainsubtitle {
	font-size: 1.2em;
	font-weight:bold;
	padding-bottom:5px;
	padding-top:15px;
}

.abouttributegallery-modal-body {
	padding: 2px 16px;
	padding-left:30px;
	padding-right:30px;
	padding-top:20px;
	text-align:left;
}

.abouttributegallery-modal-body-txtblock {
	padding-bottom:20px;
}

.abouttributegallery-modal-footer {
  padding: 2px 16px;
	padding-bottom:20px;
  /*background-color: #5cb85c;*/
  color: white;
}





/* The Modal (background) */
.order-modalwindow {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 9999; /* Sit on top */
  padding-top: 0px; /* Location of the box */
  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 */
}

.order-modalwindow:before, .order-modalwindow:after {
  content: ' ';
  display: block;
  /*height: 50px;*/ 
}

/* Modal Content */
.order-modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  border: 1px solid #888;
  width: 50%;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s;
}

/* Add Animation */
@-webkit-keyframes animatetop {
  from {top:-300px; opacity:0} 
  to {top:0; opacity:1}
}

@keyframes animatetop {
  from {top:-300px; opacity:0}
  to {top:0; opacity:1}
}

/* The Close Button */
.order-close {
  color: white;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.order-close:hover,
.order-close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.order-modal-header {
  padding: 20px;
  background-color: #5cb85c;
  color: white;
}
.order-headertitle {
	padding: 2px 16px;
	font-size: 1.5em;
}

.order-mainsubtitle {
	font-size: 1.2em;
	font-weight:bold;
	padding-bottom:5px;
	padding-top:15px;
}

.order-modal-body {
	padding: 2px 16px;
	padding-left:30px;
	padding-right:30px;
	padding-top:20px;
	text-align:left;
}

.order-modal-body-txtblock {
	padding-bottom:20px;
}

.order-modal-footer {
  padding: 2px 16px;
	padding-bottom:20px;
  /*background-color: #5cb85c;*/
  color: white;
}




/* The Modal (background) */
.contact-modalwindow {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 9999; /* Sit on top */
  padding-top: 0px; /* Location of the box */
  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 */
}

.contact-modalwindow:before, .contact-modalwindow:after {
  content: ' ';
  display: block;
  /*height: 50px;*/ 
}

/* Modal Content */
.contact-modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  border: 1px solid #888;
  width: 50%;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s;
}

/* Add Animation */
@-webkit-keyframes animatetop {
  from {top:-300px; opacity:0} 
  to {top:0; opacity:1}
}

@keyframes animatetop {
  from {top:-300px; opacity:0}
  to {top:0; opacity:1}
}

/* The Close Button */
.contact-close {
  color: white;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.contact-close:hover,
.contact-close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.contact-modal-header {
  padding: 20px;
  background-color: #5cb85c;
  color: white;
}
.contact-headertitle {
	padding: 2px 16px;
	font-size: 1.5em;
}

.contact-mainsubtitle {
	font-size: 1.2em;
	font-weight:bold;
	padding-bottom:5px;
	padding-top:15px;
}

.contact-modal-body {
	padding: 2px 16px;
	padding-left:30px;
	padding-right:50px;
	padding-top:20px;
	text-align:left;
}

.contact-modal-body-txtblock {
	padding-bottom:20px;
}

.contact-modal-footer {
  padding: 2px 16px;
	padding-bottom:20px;
  /*background-color: #5cb85c;*/
  color: white;
}



/* nn - default parameters when page loads */
@media screen and (min-width: 1px) {
	.contactinput {
		width:100%;
	}
	.orderinput {
		width:100%;
	}
	.order-modal-content {
		width:60%;
	}
}


@media screen and (max-width: 1100px) {
	.contact-modal-content {
		width:80%;
	}
	.order-modal-content {
		width:80%;
	}
}


@media screen and (max-width: 800px) {
	.abouttributegallery-modal-content {
		width:80%;
	}
	.privacypolicy-modal-content {
		width:80%;
	}
	.privacypolicy-headertitle {
		font-size:1.1em;
	}
	.order-headertitle {
		font-size:1.1em;
	}
	.contact-headertitle {
		font-size:1.1em;
	}
}

@media screen and (max-width: 600px) {
	.abouttributegallery-modal-content {
		width:90%;
	}
	.privacypolicy-modal-content {
		width:90%;
	}
	.order-headertitle {
		font-size:0.9em;
	}
	.contact-modal-content {
		width:90%;
	}
}




