
 h1 { font-size: 140%; }
 h2 { font-size: 120%; }
 
#portrait {
    background-image: url("../images/misc/portrait.png");
    background-repeat: no-repeat;
    height: 800px;
    width: 600px;
    margin: 0 auto 30px;
    position: relative;
	border: 1px solid black;
}

#iportrait {
    height: 645px;
    width: 313px;
    position: absolute;
    top: 52px;
    left: 192px;
}

#portrait2 {
    background-image: url("../images/misc/portrait2.png");
    background-repeat: no-repeat;
    height: 716px;
    width: 28px;
    position: absolute;
    top: 14px;
    left: 185px;
	border: 0px;
}

#portrait3 {
    background-image: url("../images/misc/portrait3.png");
    background-repeat: no-repeat;
    height: 716px;
    width: 28px;
    position: absolute;
    top: 17px;
    left: 482px;
	border: 0px;
}

#landscape {
    background-image: url("../images/misc/landscape.png");
    background-repeat: no-repeat;
    height: 600px;
    width: 800px;
    margin: 0 auto 30px;
    position: relative;
	border: 1px solid black;
}

#ilandscape {
    height: 313px;
    width: 645px;
    position: absolute;
    top: 192px;
    left: 103px;
}

#landscape2 {
    background-image: url("../images/misc/landscape2.png");
    background-repeat: no-repeat;
    height: 28px;
    width: 716px;
    position: absolute;
    top: 184px;
    left: 70px;
	border: 0px;
}

#landscape3 {
    background-image: url("../images/misc/landscape3.png");
    background-repeat: no-repeat;
    height: 28px;
    width: 716px;
    position: absolute;
    top: 482px;
    left: 70px;
	border: 0px;
}

.order table, .order th, .order td {
border: 1px solid #00a8d6;
text-align: center;
background: #00a8d6;
color: #fff;
}

.order td {
background: #fff;
color: #444;
}

.carousel-item {
max-height: 500px;
overflow: hidden;
width: 100%;
}
.carousel-item img {
width: 100%;
}
.carousel-item a {
  color: white;
  text-decoration: none;
}

ol.carousel-indicators {
   position: absolute;
   bottom: 7px;
   margin: 0;
   left: 0;
   right: 0;
   width: auto;
}

ol.carousel-indicators li,
ol.carousel-indicators li.active {
   width: 0.5rem;
   height: 0.5rem;
   border: 0;
   background: transparent;
}

ol.carousel-indicators li {
   background: rgba(255,255,255,0.5);
   margin-left: .3rem;
   margin-right: .3rem;
}

ol.carousel-indicators li.active {
   background: white;
}

body { 
    padding-top: 70px; 
}

@media (min-width: 768px) {
	.bd-placeholder-img-lg {
		font-size: 3.5rem;
	}
}

html, body {
	height: 100%;
}

.footer {
	background-color: #444;
	color: dimgray;
}

/* Style the navigation bar */
.fnavbar {
  width: 100%;
  background-color: #444;
  overflow: auto;
  height: 40px;
}

/* Navbar links */
.fnavbar a {
  text-align: center;
  padding: 20px;
  padding-bottom: 4px;
  color: dimgray;
  text-decoration: none;
  font-size: 15px;
}

/* Navbar links on mouse-over */
.fnavbar a:hover {
  background-color: #000;
  color: white;
}

/* Current/active navbar link */
.active {
  background-color: #4C50ff;
}

.g-recaptcha{
   margin: 15px auto !important;
   width: auto !important;
   height: auto !important;
   text-align: -webkit-center;
   text-align: -moz-center;
   text-align: -o-center;
   text-align: -ms-center;
}

.divider-vertical {
height: 40px;
margin: 0 9px;
border-left: 1px solid #f2f2f2;
border-right: 1px solid #ffffff;
}


/* Add responsiveness - will automatically display the navbar vertically instead of horizontally on screens less than 991 (possibly 1199) pixels */
@media screen and (max-width: 991px) {	

	#portrait {
		background-image: url("../images/misc/portraitc.png");
		background-repeat: no-repeat;
		height: 600px;
		width: 450px;
		margin: 0 auto 20px;
		position: relative;
		border: 1px solid black;
	}

	#iportrait {
		height: 484px;
		width: 235px;
		position: absolute;
		top: 39px;
		left: 144px;
	}

	#portrait2 {
		background-image: url("../images/misc/portraitc2.png");
		background-repeat: no-repeat;
		height: 537px;
		width: 21px;
		position: absolute;
		top: 11px;
		left: 139px;
		border: 0px;
	}

	#portrait3 {
		background-image: url("../images/misc/portraitc3.png");
		background-repeat: no-repeat;
		height: 537px;
		width: 21px;
		position: absolute;
		top: 13px;
		left: 362px;
		border: 0px;
	}

	#landscape {
		background-image: url("../images/misc/landscapec.png");
		background-repeat: no-repeat;
		height: 450px;
		width: 600px;
		margin: 0 auto 20px;
		position: relative;
		border: 1px solid black;
	}

	#ilandscape {
		height: 235px;
		width: 484px;
		position: absolute;
		top: 144px;
		left: 77px;
	}

	#landscape2 {
		background-image: url("../images/misc/landscapec2.png");
		background-repeat: no-repeat;
		height: 21px;
		width: 537px;
		position: absolute;
		top: 138px;
		left: 53px;
		border: 0px;
	}

	#landscape3 {
		background-image: url("../images/misc/landscapec3.png");
		background-repeat: no-repeat;
		height: 21px;
		width: 537px;
		position: absolute;
		top: 362px;
		left: 53px;
		border: 0px;
	}

}

/* Add responsiveness - will automatically display the navbar vertically instead of horizontally on screens less than 767 pixels */
@media screen and (max-width: 767px) {	
  .fnavbar a {
    float: none;
    display: block;
  }
  
	#portrait {
		background-image: url("../images/misc/portraitb.png");
		background-repeat: no-repeat;
		height: 400px;
		width: 300px;
		margin: 0 auto 15px;
		position: relative;
		border: 1px solid black;
	}

	#iportrait {
		height: 323px;
		width: 157px;
		position: absolute;
		top: 26px;
		left: 96px;
	}

	#portrait2 {
		background-image: url("../images/misc/portraitb2.png");
		background-repeat: no-repeat;
		height: 358px;
		width: 14px;
		position: absolute;
		top: 7px;
		left: 92px;
		border: 0px;
	}

	#portrait3 {
		background-image: url("../images/misc/portraitb3.png");
		background-repeat: no-repeat;
		height: 358px;
		width: 14px;
		position: absolute;
		top: 8px;
		left: 241px;
		border: 0px;
	}

	#landscape {
		background-image: url("../images/misc/landscapeb.png");
		background-repeat: no-repeat;
		height: 300px;
		width: 400px;
		margin: 0 auto 15px;
		position: relative;
		border: 1px solid black;
	}

	#ilandscape {
		height: 156px;
		width: 322px;
		position: absolute;
		top: 96px;
		left: 52px;
	}

	#landscape2 {
		background-image: url("../images/misc/landscapeb2.png");
		background-repeat: no-repeat;
		height: 14px;
		width: 358px;
		position: absolute;
		top: 92px;
		left: 35px;
		border: 0px;
	}

	#landscape3 {
		background-image: url("../images/misc/landscapeb3.png");
		background-repeat: no-repeat;
		height: 214px;
		width: 358px;
		position: absolute;
		top: 241px;
		left: 35px;
		border: 0px;
	}
  
}

/* Add responsiveness - will automatically display the navbar vertically instead of horizontally on screens less than 500 pixels */
@media screen and (max-width: 500px) {	
  .fnavbar a {
    float: none;
    display: block;
  }
/*  portrait should be fine at this size
	#portrait {
		background-image: url("../images/misc/portraitd.png");
		background-repeat: no-repeat;
		height: 200px;
		width: 150px;
		margin: 0 auto 8px;
		position: relative;
		border: 1px solid black;
	}

	#iportrait {
		height: 161px;
		width: 78px;
		position: absolute;
		top: 13px;
		left: 48px;
	}

	#portrait2 {
		background-image: url("../images/misc/portraitd2.png");
		background-repeat: no-repeat;
		height: 179px;
		width: 7px;
		position: absolute;
		top: 4px;
		left: 46px;
		border: 0px;
	}

	#portrait3 {
		background-image: url("../images/misc/portraitd3.png");
		background-repeat: no-repeat;
		height: 179px;
		width: 7px;
		position: absolute;
		top: 4px;
		left: 121px;
		border: 0px;
	}
*/
	#landscape {
		background-image: url("../images/misc/landscaped.png");
		background-repeat: no-repeat;
		height: 150px;
		width: 200px;
		margin: 0 auto 8px;
		position: relative;
		border: 1px solid black;
	}

	#ilandscape {
		height: 78px;
		width: 161px;
		position: absolute;
		top: 48px;
		left: 26px;
	}

	#landscape2 {
		background-image: url("../images/misc/landscaped2.png");
		background-repeat: no-repeat;
		height: 7px;
		width: 179px;
		position: absolute;
		top: 46px;
		left: 18px;
		border: 0px;
	}

	#landscape3 {
		background-image: url("../images/misc/landscaped3.png");
		background-repeat: no-repeat;
		height: 7px;
		width: 179px;
		position: absolute;
		top: 121px;
		left: 18px;
		border: 0px;
	}  
  
}