* {box-sizing: border-box}
body {font-family: Verdana, sans-serif; margin:0; min-height: 100%}
html {
	height:100%
}
.mySlides {display: none}
img {vertical-align: middle;}




/* Slideshow container */
.slideshow-container {
  max-width: 100%;
  max-height:100%;
  
  margin: auto;
  
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 80px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  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}
}

/* nav bar*/
.navbar {
  
  background-color: white;
  width: 100%;
  height:100px;;
  padding-top:0.7%;
  text-align: center;
  z-index:9999;
  position: fixed;

}

.navbar ul {
  list-style-type: none;
  margin:0;	
  overflow: hidden;
  
 
}
	
.navbar li {
  display:inline-block;
}


.navbar li a {
  display:block;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  padding:27px;
}

.navbar li a:hover:not(.active) {
color: black;
background-color:white;
}


/* add this shadow or whatever later*/ 
#quoteSpace:hover {
	
	box-shadow: 5px 5px 5px grey;
}

/* img, still need experiement */

#imgOne {
  background-image: url("10.jpg");

  /* Full height */
  height: 100%; 
  width:100%;

  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* introduction portion of the website*/

#introDiv {
	width:100%;
	height: 100%;
	margin-top:7%;	
	margin-bottom:3%;
}

#introInterior {
	width:900px;
	height:650px;
	margin:auto;
}

#introLeft{
	width:45%;
	height:100%;
	float:left;
	margin-right:5%;

}

#introRight{
	width:50%;
	height:100%;
	line-height:16px;
	float:left;
	
	
}

/* Service section*/
#serviceDiv {
	width: 100%;
	height: 100%;
	margin-bottom:4%;
}

#serviceInterior {
	width:900px;
	height:650px;
	margin:auto;	
}

.rightFront {
	width:45%;
	height:100%;
	float:left;
}

.leftFront {
	width:50%;
	height:100%;
	float:left;
	font-family: rockwell;
	margin-right:5%;
}	
	
/* This is the vision statement part*/
#visionDiv {
	width: 100%;
	height: 100%;
}

.leftVision {
	width:45%;
	height:100%;
	float:left;
}

#rightVision {
	width:55%;
	height:400px;
	float:left;
	background-image:url('../img/60.jpg');
	background-repeat:cover;
}

#rightVisionText {	
	width:90%;
	height:400px;
	color:white;
	margin:auto;
	font-family:rockwell;
	font-size:20px;
}

/* the bottom of the page part*/
#newBottom {
	float:left;
	width: 100%;
	height: 220px;
	background-color:black;
	
}
#bottomLeftBlank {
	width:15%;
	height:80%;
	float:left;
}

#bottomRightBlank {
	width: 20%;
	height:80%;
	float:left;
}

.leftBottom {
	
	height:80%;
	width:25%;
	float:left;
	padding-top:2%;
	color:white;
	font-family: times;	
}

.rightBottom {
	height:80%;
	width:40%;
	padding-top:2%;
	float:left;
	color:white;
	font-family: times;
	font-size:1 rem;
}
#rightBottomTop {
	height:14%;
	width:100%;
	
}

#rightBottomLogoBlank {
	height:84%;
	width:20%;
	float:left;
}

#rightBottomLogo {
	height:84%;
	width:80%;
	float:right;
	text-align:right;
	padding-top:1%;
}

#copyBottom {
	height:20%;
	width:100%;
	float:left;
}

#copyBottomLeftBlank {
	width:15%;
	height:100%;
	float:left;
}

#copyBottomRight {
	width:85%;
	height:100%;
	float:left;
	color:white;
}

/* Bio part of the website*/

#biography {
	width: 100%;
	height: 500px;
}

#bioList {
	width:55%;
	height:500px;
	float:left;
	background-color:#ADD8E6 ;	
}

#bioPhoto{
	width:45%;
	height:500px;
	Background-color:#f0ead6;
	float:left;
}

#bioInterior {
	Width:60%;
	height:500px;
	font-family:rockwell;
	margin:auto;
}

/* Headers*/

h1 {
	color: #3CB371;
	font-size:41px;
}	

h2 {
	color:#3CB371;
}
h3 {
	color: #3CB371;
}


/* Quote page - content*/

#quoteContent {

height:1100px;
width:100%;
}



/* portfolio page*/
#placeholder {

height:100%;
width:100%;

}

#topDivide {
	width:100%;
	height: 100px;

}

.centerHeader {
	text-align:center;
	font-size:15px;
	width:100%;
	height:100px;
}

.centerContent {
	width:100%;
	height:100%;
	text-align:center;
	
}

#interiorContent {
	width: 1098px;
	height:100%;
	margin:auto;
	
}

.entryDiv {
	width:346px;
	height:100%;
	margin-right:30px;
	margin-bottom:30px;
	float:left;
	text-align:left;
}

.entry {
	height:1350px;
	width:376px;
	float:left;
}

.entryRight {
	height:1200px;
	width:346px;
	float:left;
}


.portPrev, .portNext {
	background-color: transparent; 
	font-size:35px; 
	position: absolute; 
	cursor: pointer; 
	float:left; 
	color: white; 
	border:1;  
	width:auto; 
	padding: 16px; 
	margin-top: -22px;   
	border:transparent;
}
.portNext {
	margin-left:295px;
}

.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .prev, .next,.text {font-size: 11px}
}