*
	styles.css
	Initial code generated by thesitewizard.com's Layout Wizard 3.0.0
*/
html body {background-color: LightSalmon; color: black;}
body {
	color: blue ;
	background-color: LightSalmon ;
	font-family: Arial, Helvetica, sans-serif ;
}
img {
	max-width: 100% ;
	width: auto ;
	height: auto ;
}
img.topright {
    padding:  40px 5px; 0 5px;
    float: right;
}
img.right {
    padding:  0 40px; 0 15px;
    float: right;
}
img.left {
    padding:  0 40px 0 15px;
    float: left;
}
/* Style the buttons */
.btn {
  border: none;
  outline: none;
  padding: 10px 16px;
  background-color: #f1f1f1;
  cursor: pointer;
}
#mainMenu {
	margin: 10px;
	width: 900px;
	font-family: sans-serif;
}
#mainMenu li {
	display:block;
	width:120px;
	float:left;
	margin-left:2px;
	border:1px solid #000;
}
/* Style the active class (and buttons on mouse-over) */
.active, .btn:hover {
  background-color: #666;
  color: white;
}
.content {
    display: flex;
    width: 100%;
    text-align: center;
    padding: 0px;
    overflow: hidden;
    border: none;
    }
.content-box {
    display: flex;
    width: 40%;
    text-align: center;
    padding: 0 60px;
    overflow: hidden;
    border: none;
    color: black ;
	background-color: white ;
    }
.aligncenter {
      width:100%;
      text-align: center;
}
.content-box2 {
    width: 60%;
    overflow: hidden;
    border: 4px;
    padding: 0px 0px 0px 0px;
}
.content-box3 {
    width: 70%;
    overflow: hidden;
    border: 5%;
    text-align: right;
}
.content-box4 {
    width: 70%;
    overflow: hidden;
    border: 4px;
    text-align: center;
    padding: 0px 0px 0px 0px;
}
.content-box5 {
    width: 80%;
    overflow: hidden;
    border: 4px;
    text-align: right;
    padding: 0% 0% 0% 0%;
    }
#text1 {
    float: right;
}
#image1{
     float: left;
}
.text {
    font-family: Arial, Helvetica, sans-serif ;
    font-size:24px;
}
p{
  margin:0;
  padding:0;
  font-size:24px;
}
.flexContainer {
  display:flex;
  max-height:120px;  
}
.flexContainer > img {
flex:1;
border:none;
margin:20px;
}
input, select, button, textarea {
	max-width: 100% ;
}
meter, progress, output {
	max-width: 100% ;
}
div#tswcontent {
	width: 100% ;
	max-width: 100% ;
	color: black ;
	background-color: LightSalmon ;
}
div#tswcontproper {
	padding-left: 5px ;
	padding-right: 5px ;
}
div#tswcontainer {
	color: inherit ;
	background-color: inherit ;
}
/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Make the images invisible by default */
.Containers {
  display: none;
}

/* forward & Back buttons */
.Back, .forward {
  cursor: pointer;
  position: absolute;
  top: 48%;
  width: auto;
  margin-top: -23px;
  padding: 17px;
  color: grey;
  font-weight: bold;
  font-size: 19px;
  transition: 0.4s ease;
  border-radius: 0 5px 5px 0;
  user-select: none;
}

/* Place the "forward button" to the right */
.forward {
  right: 0;
  border-radius: 4px 0 0 4px;
}

/*when the user hovers,add a black background with some little opacity */
.Back:hover, .forward:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption Info */
.Info {
  color: #e3e3e3;
  font-size: 16px;
  padding: 10px 14px;
  position: absolute;
  bottom: 10px;
  width: 100%;
  text-align: center;
}

/* Worknumbering (1/3 etc) */
.MessageInfo {
  color: #f2f2f3;
  font-size: 14px;
  padding: 10px 14px;
  position: absolute;
  top: 0;
}

/* The circles or bullets and indicators */
.dots {
  cursor: pointer;
  height: 16px;
  width: 16px;
  margin: 0 3px;
  background-color: #acc;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.5s ease;
}

.enable, .dots:hover {
  background-color: #717161;
}

/* Faint animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.4s;
  animation-name: fade;
  animation-duration: 1.4s;
}

@-webkit-keyframes fade {
  from {opacity: .5}
  to {opacity: 2}
}

@keyframes fade {
  from {opacity: .5}
  to {opacity: 2}
}
