
body {
	/* background-color: purple;
	min-height: 100vh; */
    background-image: url("./simSew.jpg");
    background-size: 100vh;
	background-repeat: no-repeat;
	background-attachment: fixed;	
	background-color: black;
	background-position: center;
} 
/* 
p {
	color: #F31A09;
} */

/* header.Start */

@media screen and (max-width: 800px) {
	#companyName{
		display: none;
	}

	#myLinks {
		float: right;
	}
	
	body:after{
      content:"";
      position:fixed; /* stretch a fixed position to the whole screen */
      top:0;
      height:100vh; /* fix for mobile browser address bar appearing disappearing */
      left:0; 
      right:0; 
      z-index:-1; /* needed to keep in the background */
      background: url("./simSew.jpg") center center; 
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover;
  }
}

@media screen and (max-width: 1076px) {
	.header .topnav a {
		font-size: 2em;
	}
}

.header {
	text-align: center;
	margin: -10px;
}

.topnav {
	overflow: hidden;
	/* background-color: #333; */
	position: sticky;
	top: 0;
  }
  
  .topnav #myLinks {
	display: none;
  }
  
  .topnav a {
	/* color: white; */
	padding: 14px 16px;
	text-decoration: none;
	/* font-size: 17px; */
	display: block;
  }
  
  .topnav a.icon {
	background: blue;
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	
  }
  
  .topnav a:hover {
	background-color: #ddd;
	color: black;
  }
  
  .active {
	background-color: #4CAF50;
	color: white;
  }
  
  
.header img {
	/* margin: 1em 1em; */
	/* margin-top: 10px; */
	/* margin-left: 40px; */
	float: left;
	align-content: center;
	/* border-radius: 50%;  */
	/* border: 2px dashed #F31A09; */
	box-shadow: 0 0 20px gray;
	margin-top: -5px;
	height: 1.75em;
}
.header .topnav a {
	/* font-family: 'Trade Winds', cursive; */
	/* font-family: 'Monoton', cursive; */
	/* font-family: 'Saira Stencil One', cursive; */
	/* font-family: 'ZCOOL XiaoWei', serif; */
	font-family: 'Bevan', cursive;
	/* font-family: 'Rye', cursive; */
	color: #F31A09;
	/* border: 5px dashed #F31A09; */
	/* border-radius: 8px; */
	/* outline-style: dashed; */
	background-color: black;
	opacity: 90%;
	/* padding: -20px; */
	/* position: top; */
	/* margin: 0px; */
	box-shadow: inset 0 0 20px gray;
	/* opacity: 100%; */
	font-size: 4em;
}

.glow {
	/* font-size: 80px; */
	color: #fff;
	text-align: center;
	-webkit-animation: glow 1s ease-in-out infinite alternate;
	-moz-animation: glow 1s ease-in-out infinite alternate;
	animation: glow 1s ease-in-out infinite alternate;
  }
  
  @keyframes glow {
	from {
	  text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #e60073, 0 0 40px #e60073, 0 0 50px #e60073, 0 0 60px #e60073, 0 0 70px #e60073;
	}
	to {
	  text-shadow: 0 0 20px #fff, 0 0 30px #ff4da6, 0 0 40px #ff4da6, 0 0 50px #ff4da6, 0 0 60px #ff4da6, 0 0 70px #ff4da6, 0 0 80px #ff4da6;
	}
  }

/* header.End*/

/* Nav Bar */

/* .navBar{ */
	/* grid-area: menu; */
/* } */

div.sticky {
	position: sticky;
	top: 0;
	display: block;
	flex-basis: auto;
	justify-content: center;
}
.header .topnav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	/* background-color: #900004; */
	/* border: 5px dashed white; */
	/* border-radius: 8px; */
}

.header .topnav li {
  float: left;
  font-family: Merriweather;
  font-size: .5em;
}

.header .topnav li a, .dropbtn {
  display: inline-block;
  color: red;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

.header .topnav li a:hover, .dropdown:hover .dropbtn {
  background-color: red;
  color: white;
}

.header .topnav li.dropdown {
  display: inline-block;
}

.header .topnav .dropdown-content {
  display: none;
  position: relative;
  background-color: black;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.header .topnav .dropdown-content a {
  color: red;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
  /* font-size: 1em; */
}

.header .topnav .dropdown-content a:hover {
	background-color: #f1f1f1
}

.header .topnav .dropdown:hover .dropdown-content {
  display: block;
}


/* Nav.bar.end */

#mainContent {
	display: flex;
	flex-wrap: wrap;
	justify-content: center; 
	/* align-items: center; */
}

/* slideShow.start */

/* Slideshow container */
.slideshow-container {
	display: flex;
	justify-content: center;
	max-height: 25%;
	max-width: 1000px;
	 position: relative	;
	 margin: auto;
	 z-index: -1;
	 padding: 20px;
	 box-sizing: border-box	;
	 align-content: center;
}
.mySlides {
	display: none;
}
.mySlides img {
	/* vertical-align: middle; */
	width: 50%;
	border: 5px solid;
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .text {font-size: 11px}
}

/* slideShow.end */

.ownerBlog {
	margin-top: 50px;
	/* color: black;  */
	/* font-size: 12px; */
	text-align: center;
	/* background-color: gray;  */
	/* opacity: 90%; */
	/* border: 10px solid black;  */
	border-radius: 8px;
	padding: 15px;
	/* box-shadow: inset 0 0 20px #F31A09; */
}
.ownerBlog p {
	color: white;
	font-size: 2em;
}

/* contactForm.Start */
input {
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizelegibility;
}

a.button, input.button {
	display: inline-block;
	background: #ccc;
	outline: solid 2px #ccc;
	border: solid 2px white;
	color: white;
	padding: 10px 15px;
	margin: 20px 0;
	text-decoration: none;
	font-family: inherit;
	font-size: inherit;
	font-weight: bold;
	cursor: pointer;
}

.button:hover, input.button:hover {
	background: #bbb;
	outline-color: #bbb;
}

.button.cfprev {
	/* float: left; */
	background: #514933;
	outline-color: #514933;
}

.button.cfprev:hover {
	background: #494331;
	outline-color: #494331;
}

.button.cfnext, input.button.cfnext {
	background: #000;
	outline: solid 2px #000;
	/* float: right; */
}

.button.cfnext:hover, input.button.cfnext:hover {
	background: #F31A09;
}

input.button.cfnext {
	display: block;
	/* float: none; */
	width: auto;
}


.contactForm {
	/* outline-style: dashed; */
	border: 10px solid black;
	border-radius: 10px;
	color: black;
	background-color: gray;
	opacity: 85%;
	padding: 5px;
	box-shadow: 0 0 20px #F31A09;
}
#contact {
	width: 320px;
	margin: 0 auto;
}

#contact-form label {
	display: block;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
}

#contact-form input[type="text"],
#contact-form input[type="email"],
#contact-form textarea {
	border: solid 2px #353535;
	outline: none;
	font-size: 18px;
	padding: 10px;
	margin: 0 0 10px;
	width: 300px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizelegibility;
}

#contact-form textarea {
	resize: vertical;
	height: 120px;
}

#contact-form input[type="checkbox"] + label {
	display: inline;
	cursor: pointer;
}

/* contactForm.End */


/* picFrames.start */

#picFrames {
	/* background: white; */
		display: flex;
		flex-direction: column;
		/* justify-content: center; */
		align-items: center;
  		text-align: center; 
}

.pf-Left{
	display: block;
	/* float: left; */
	justify-content: center	;
	 align-items: flex-start; 
	margin: 50px;
	/* width: 50vw; */
	color: #F31A09;
	font-size: 2em; 
}

.pf-Center {
	display: flex;
	/* margin-left: auto;
	margin-right: auto; */
	justify-content: center;
	/* align-items: center; */
	width: 50%;
	margin: 50px;
	color: #F31A09;
	font-size: 36px; 
}

.pf-Right{
	display: flex;
	/* float: right; */
	/* margin-left: 65%;
	margin-right: 10px; */
	/* align-items: flex-end; */
	justify-content: flex-end;
	width: 50%;
	margin: 50px;
	color: #F31A09;
	font-size: 36px; 

}

.descriptionText {
	float: right;
	background-color: black;
	opacity: 85%;
	border-radius: 8px;
}
.framed {
	height: 30vw;
	border: 15px solid black;
	border-radius: 8px;
	box-shadow: 0 0 20px #F31A09;
}

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

	.framed {
		height: 50vw;
		
	}

}
.framed:hover {
	border: 15px solid #F31A09;
	box-shadow: 0 0 20px white;
}



/* picFrames.end */


/* footer.Start */

.footer {
	position: relative;
	bottom: 0;
	left: 0;
	right: 0;
	color: black; 
	font-family:  Merriweather;
	font-style: bold;
	background-color: gray;
	opacity: 85%;
}

#footer {
	display: flex;
	flex-direction: column-reverse;
	justify-content: center; 
	align-items: space-between; 
}
/* .column {
	display: block;
} */

.column.first {
	text-align: center;
	padding: 20px;
	border: 3px dashed #F31A09;
	opacity: 100%;
	/* margin-top: 10px; */
	margin: auto;
	
}
/* .column.three {
	width: 250px;
	margin-right: 45px;
} */

.column.middle {
	text-align: center;
	padding: 20px;
	border: 3px dashed #F31A09;
	opacity: 100%;
  	margin: auto;

}
.column.last {
	text-align: center;
	padding: 20px;
	border: 3px dashed #F31A09;
	opacity: 100%;
	margin: auto;

}

.open {
	color: green;
}

.closed {
	color: yellow;
}

/* footer.End */

