@view-transition {
	navigation: auto;
}

h0 { font-size: 140%; font-weight: bold; color: LightSeaGreen;}
h1 { font-size: 120%; font-weight: bold; color: DarkSeaGreen;}
h2 { font-size: 100%; font-weight: bold; color: FireBrick;}

h1, h2, h3, h4, h5, h6 {
    scroll-margin-top: 130px; /* adjust to match your navbar height */
}

a[id] {
    scroll-margin-top: 130px;
}

#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;
}

.iframe-container {
  overflow: hidden;
  // Calculated from the aspect ration of the content (in case of 16:9 it is 9/16= 0.5625)
  padding-top: 56.25%;
  position: relative;
}
 
.iframe-container iframe {
   border: 0;
   height: 100%;
   left: 0;
   position: absolute;
   top: 0;
   width: 100%;
}

/* ── Markdown styles ─────────────────────────────────── */

.markdown-body h1 { font-size: 140%; font-weight: bold; color: LightSeaGreen; margin: 1.2em 0 0.4em; }
.markdown-body h2 { font-size: 125%; font-weight: bold; color: DarkSeaGreen;  margin: 1.2em 0 0.4em; border-bottom: 1px solid #ddd; padding-bottom: 0.2em; }
.markdown-body h3 { font-size: 110%; font-weight: bold; color: FireBrick;     margin: 1.2em 0 0.4em; }
.markdown-body h4 { font-size: 100%; font-weight: bold; color: SteelBlue;     margin: 1.0em 0 0.4em; }
.markdown-body h5 { font-size:  95%; font-weight: bold; color: #888;          margin: 1.0em 0 0.4em; }
.markdown-body h6 { font-size:  90%; font-weight: bold; color: #aaa;          margin: 1.0em 0 0.4em; }

.markdown-body p  { margin: 0.8em 0; line-height: 1.7; }

.markdown-body a       { color: LightSeaGreen; }
.markdown-body a:hover { color: FireBrick; text-decoration: underline; }

.markdown-body ul,
.markdown-body ol      { margin: 0.8em 0 0.8em 2em; line-height: 1.7; }
.markdown-body li      { margin: 0.3em 0; }

.markdown-body hr { border: 0; border-top: 1px solid #ddd; margin: 1.5em 0; }

.markdown-body blockquote {
    border-left: 4px solid DarkSeaGreen;
    margin: 1em 0;
    padding: 0.4em 1em;
    color: #666;
    background: #f9f9f9;
}

.markdown-body code {
    font-family: 'Courier New', Courier, monospace;
    font-size: 90%;
    background: #f0f0f0;
    padding: 0.1em 0.4em;
    border-radius: 3px;
    color: FireBrick;
}

.markdown-body pre {
    background: #f8f8f8;
    color: #333;
    padding: 1em;
    border-radius: 5px;
    border: 1px solid #ddd;
    overflow-x: auto;
    margin: 1em 0;
}

.markdown-body pre code {
    font-family: 'Courier New', Courier, monospace;
    background: none;
    color: inherit;
    padding: 0;
    font-size: 90%;
}

.markdown-body table {
    border-collapse: collapse;
    width: 100%;
    margin: 1em 0;
}
.markdown-body th {
    background: #00a8d6;
    color: #fff;
    padding: 0.5em 0.8em;
    border: 1px solid #00a8d6;
    text-align: left;
}
.markdown-body td {
    padding: 0.5em 0.8em;
    border: 1px solid #ddd;
    color: #444;
}
.markdown-body tr:nth-child(even) td { background: #f5f5f5; }

.markdown-body img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 1em auto;
}

.markdown-body img[alt="Ant64 Logo"] {
    max-width: 300px;
}

.markdown-body img[alt="FireStorm"] {
    max-width: 250px;
}

/* 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;
	}  
  
}