* {
	box-sizing: border-box;
 }
body {
	color: #000000;
	font-family: Verdana, Arial, sans-serif;
	background-color: #FFFFFF;
	margin: 0;
    padding: 0;
}
#wrapper {
background-color: #FFFFFF;
margin: auto;
min-width: 480px;
max-width: 2048px;
width: 95%;
padding: 5px;
        }
header {
overflow: hidden;
background-color: #FFFFFF;
color: #000000;
font-family: Georgia, serif;
        }
h1 {
text-align: center;
font-size: 3em;
letter-spacing: 0.05em;
padding: 0.05em;
        }
nav {
text-align: center;
font-weight: bold;
margin-left: auto;
margin-right: auto;
padding: 0 1em;
font-size: 1.1em;
        }
nav a {
		  white-space: nowrap;
		  padding: 1px 10px;
          text-decoration: none;
          color: #000000; 
 }
nav a:visited {
          color: #FD8F15;
        }
nav a:hover {
          color: #FBC385; 
        }
main {
          background-color: #FFFFFF;
          overflow: auto;
          padding: .5em;
        }
h1, h2, h3 {
color: #FD8F15;
}
h2 {
		  font-size: 2em;
		  text-align: center;
		  
        }
h3 {
		  text-align: center;
        }
h4 {
		  text-align: right;
		  text-decoration: none;
		  font-style: italic;
			   }
h4 a {
		  text-decoration: none;
		  color: #FF8600;
        }

ul {
		  list-style-type: none;
		  padding-left: 20%;
          color: #FD8F15;
          font-weight: bold;
        }
li {
			  padding-top: 1em;
		  padding-bottom: 1em;
}
footer {
background-color: #FFFFFF;
font-size: 0.7em;
font-style: italic;
text-align: center;
padding: 1em;
        }
section {
width: 33%;
float: left;
padding: 0 1em;
        }
.clearfloat {
		  clear: both;
		}
.primary {
float: right;
margin-left: 25px;
margin-bottom: 10px;
height: 50%;
width: 50%;
border-radius: 5px;
box-shadow: 0 0 5px rgba(0, 0, 0, .5);
overflow: hidden;
        }
.section {
margin: 10px;
height: 100%;
width: 100%;
border-radius: 5px;
box-shadow: 0 0 5px rgba(0, 0, 0, .5);
overflow: hidden;
        }

/*Sidebar content*/
.sidebar {
    width: 0px; 
    height: 100%;
    position: fixed; 
    z-index: 1; 
    top: 0;
    left: 0;
    overflow-x: hidden;
    transition: width .5s; 
    padding: 0;
    border-right: 1px solid #ccc;
    background-color: white; 
}
.sidebar:hover {
    width: 200px; 
    padding: 20px;
}
.sidebar h3 {
    color: #FD8F15;
	white-space: nowrap;
}
.sidebar ul {
    list-style-type: none;
    padding: 0;
}
.sidebar ul li a {
    text-decoration: none;
    color: #000;
	white-space: nowrap;
}
.sidebar ul li a:hover {
    color: #FD8F15;
}



/*Form content */
.container-form {
	display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.container-form {
width: 80%;
margin: auto;
overflow: hidden;
}
 h2 {
color: #FD8F15;
font-family: Verdana, Arial, sans-serif;
}
form {
width: 100%;
margin-top: 20px;
}
table {
width: 100%;
        }
td {
padding: 10px;
        }
input[type="text"], input[type="file"], textarea {
	width: 100%;
	padding: 10px;
	margin-bottom: 10px;
        }
 input[type="submit"] {
	padding: 10px 20px;
	background-color: #FD8F15;
	border: none;
	color: white;
	cursor: pointer;
        }
.submit-button {
    background-color: #FD8F15;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    border: none;
	transition: transform .2s;
}
.submit-button:hover {
    background-color: #FFA500; 
    transform: scale(1.1); 
	}
.center {
    display: flex;
    justify-content: center;
    align-items: center;
}

/*compare container*/
 .compare-container {
display: flex;
justify-content: space-between;
align-items: center;
width: 100%;
height: 100vh;
overflow: hidden;
        }
.container-slide{
position: relative;
display: flex;
width: 100%;
height: 100vh; 
padding-top: 200px;
overflow: hidden;
}
.text-container {
position: relative;
margin: 40px;
padding: 0; 
        }
.image-container {
position: relative;
width: 100%;
height: 100vh;
}
.image-container img {
width: 100%;
height: auto;
}
.image-before {
position: absolute;
top: 0;
left: 0;
width: 50%;
height: 100%;
background-size: cover;
background-position: center;
transition: width 0.3s ease-in-out;
z-index: 2;
}
.image-after {
position: absolute;
top: 0;
right: 0;
width: 50%;
height: 100%;
background-size: cover;
background-position: center;
transition: width 0.3s ease-in-out;
z-index: 2;
}
#beforeImage {
z-index: 2;
}
#afterImage {
z-index: 1;
}
.list-container {

position: relative;
margin: 20px;
}
.slider {
position: absolute;
top: 22%;
z-index: 3;
width: 100%;
height: 100%;
cursor: ew-resize;
appearance: none;
opacity: 1;
}

