html {

}

body {
	background-color:black;
	color: white;
	margin:0;
	padding:0;
	overflow-x:hidden;
}

a {
	font-weight:bold;
	color:#f85e5b;
	text-decoration:none;
}

.container {
	margin-top:20px;
	margin-left:50px;
	margin-right:50px;
}

#deliveries {
	margin-bottom:100px;
}

#deliveries table {
	width:100%;
	border: solid 1px rgba(255,255,255,0.25);
}

#deliveries table td {
	padding:10px;
	background-color: rgba(255,255,255,0.1);
}

#deliveries table th {
	padding: 10px;
	font-size: 20px;
	text-align: left;
	background-color: rgba(255,255,255,0.15);
}

#header {
	border-bottom:solid 4px #f85e5b;
	position:relative;
}

#header h2 {
	position: absolute;
    right: 0;
    bottom: -20px;
}

#header h3 {
	position: absolute;
    right: 0;
    bottom: -45px;
}

h2 {
	font-family: "Arial";
}

#first {
	display:flex;
	flex-direction: row;
	flex-wrap:wrap;
	justify-content: space-around;
	z-index:2;
}

#second {
	display:flex;
}

#letter {
	margin-top:40px;
	font-family:"Halant";
	font-size:16pt;
	text-align:left;
	width:600px;
}

#orbit {
	margin:0;
	text-align:center;
}

#orbit video {
	width:100%;
}
#orbit span {
	font-size: 10pt;
	color: rgba(255,255,255,.8);
}

.section {
	text-align:center;
	width:100%;
	margin-top:100px;
}

.section h1 {
	text-align:left;
}



#drawings {
	width:100%;
	display: flex;
    flex-direction: row;
	z-index:2;
	filter:invert(100%);
	font-family:arial;
	color:black;
}

#drawings > div {
	width:33.33%;
	height:100%;
	text-align:center;
	padding:5px;
	margin-bottom:20px;
}

#drawings img {
	width:100%;
	margin-bottom:-40px;
}

.viewImage {
	cursor:pointer;
}

#downloadLinks {
	text-align:left;
	min-width:350px;
	
}
#downloadLinks ul {
	list-style-type:none;
}
#downloadLinks a {
	cursor:pointer;
	font-size:20pt;
}

#downloadLinks a:hover {
	color:#ff8800;
}

#expectations {
	padding-right: 50px;
	text-align:left;
}
#expectations li {
	margin:5px;
	font-size:15pt;
}
#expectDocs {
	display:flex;
	flex-direction:row;
}

.parallax {
	width:100%;
	height:600px;
	background-attachment:fixed;
	background-size:cover;
	background-position:center;
	text-align:center;
}
@media (max-width:650px) {
	.parallax {height:400px}
	#header h2 {display:none}
}
.parallax h1 {
	color:white;
	margin-top:300px;
	opacity:0.6;
}

#renderings {
	display:flex;
	flex-direction:row;
	flex-wrap:wrap;
	justify-content:space-around;
	margin-bottom:70px;
}
#renderings>img {
	width:12%;
}

#specifications {
	text-align:left;
}
#specifications table {
	margin:10px auto;
	padding:0;
	font-size:large;
	
	border-spacing:unset;
	border-collapse:collapse;
}

#specifications td, #specifications th {
	border:solid 1px #222;
	padding:10px 40px;
}

#specifications>div {
	
	padding-top:20px;
	text-align:center;
}

#specs div {
	display:flex;
	flex-direction:row;
	flex-wrap:wrap;
	justify-content:center;
}

#specs table {
	flex: auto;
	margin-left: 50px;
	margin-right: 50px;
}

#overlay {
	position:fixed;
	z-index:1;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background-color:rgba(0,0,0,0.75);
	display:none;
	text-align:center;
}

#overlay.active {
	display:block;
}
#overlay.drawing #overlayImage{
	filter:invert(100%);
}

#overlay h2 {
	z-index:1;
	position:absolute;
	width:100%;
	color:black;
}
#overlayImage {
	width:100%;
	height:100%;
	object-fit:contain;
}

#welcomeVideo {
	margin:50px;
}

#reasons ul {
	font-size: 20px;
    list-style-type: disclosure-closed;
    max-width: 600px;
    margin: auto;
    text-align: left;
}

#reasons li {
	margin:20px;
}


/* CSS */
.estimateButton {
  	
  margin-top:50px;
  margin-left:auto;
  margin-right:auto;
  
  align-items: center;
  /*background-image: linear-gradient(144deg,#AF40FF, #5B42F3 50%,#00DDEB);*/
  background-image: linear-gradient(144deg,#f85e5b, #5B42F3 50%,#f85e5b);
  
  border: 0;
  border-radius: 8px;
  box-shadow: rgba(151, 65, 252, 0.2) 0 15px 30px -5px;
  box-sizing: border-box;
  color: #FFFFFF;
  
  font-family: Phantomsans, sans-serif;
  font-size: 20px;
  justify-content: center;
  line-height: 1em;
  max-width: 100%;
  min-width: 140px;
  padding: 3px;
  text-decoration: none;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  white-space: nowrap;
  cursor: pointer;
}

.estimateButton:active,
.estimateButton:hover {
  outline: 0;
}

.estimateButton span {
  background-color: rgb(5, 6, 45);
  padding: 16px 24px;
  border-radius: 6px;
  width: 100%;
  height: 100%;
  transition: 300ms;
}

.estimateButton:hover span {
  background: none;
}

@media (min-width: 768px) {
  .estimateButton {
    font-size: 24px;
    min-width: 196px;
  }
}

#googleReviews {
	display:flex;
	justify-content: center;
	width:100%;
}

#googleReviews img {
	width:280px;
	margin-left:50px;
	margin-right:50px;
}

#googleReviews button {
	padding: 50px;
	margin: 50px;
}

#reviews {
	width:100%;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-around;
	text-align:center;
}

#reviews>div {
	width:400px;
	height:400px;
	background-size:cover;
	margin-top: 20px;
}

#footer {
	border-top: solid 4px #f85e5b;
	text-align: center;
	font-size:20px;
	padding: 10px;
	margin: 5px;
}

#tickets {
	margin-bottom:100px;
}

#newTicket {
	padding:10px;
	font-weight:bold;
	cursor:pointer;
}