body {
  background-color: #FFFFFF;
  font-family: 'Helvetica';
  font-size: 24pt;
  margin:100px;
  left-padding:196px;
}

.table-container {
  display: flex;
  justify-content: center;
  align-items: center;
  /*background-color: #e67e22;
  opacity: 0.2;*/
}

.site-content-table {
  border-collapse:separate;
  border:solid gray 1px;
  border-radius:6px;
  -moz-border-radius:6px;
  padding: 50px;
  background-color: #ffffff;
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
  /* Optional: set a specific width */
  width: 100%;
}
.site-content-table tr td {
  vertical-align: bottom;
}
.left-div {
  float: left;
}
.right-div {
}
.center-div {
  margin: 0px;
}
nav {
	margin: 0px auto 0;
	position: relative;
	width: 800px;
	height: 50px;
	background-color: #34495e;
	border-radius: 8px;
	font-size: 0;
}
nav a {
	line-height: 50px;
	height: 100%;
	font-size: 15px;
	display: inline-block;
	position: relative;
	z-index: 1;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	color: white;
	cursor: pointer;
}
nav .animation {
	position: absolute;
	height: 100%;
	top: 0;
	z-index: 0;
	transition: all .5s ease 0s;
	border-radius: 8px;
}
a:nth-child(1) {
	width: 150px;
}
a:nth-child(2) {
	width: 150px;
}
a:nth-child(3) {
	width: 150px;
}
a:nth-child(4) {
	width: 150px;
}
a:nth-child(5) {
	width: 150px;
}
nav .start-home, a:nth-child(1):hover~.animation {
	width: 150px;
	left: 0;
	/*background-color: #1abc9c;*/
	background-color: #e67e22;
}
nav .start-about, a:nth-child(2):hover~.animation {
	width: 150px;
	left: 150px;
	/*background-color: #e74c3c;*/
	background-color: #e67e22;
}
nav .start-blog, a:nth-child(3):hover~.animation {
	width: 150px;
	left: 300px;
	/*background-color: #3498db;*/
	background-color: #e67e22;
}
nav .start-portefolio, a:nth-child(4):hover~.animation {
	width: 150px;
	left: 450px;
	/*background-color: #9b59b6;*/
	background-color: #e67e22;
}
nav .start-contact, a:nth-child(5):hover~.animation {
	width: 200px;
	left: 600px;
	background-color: #e67e22;
}

body {
	font-size: 12px;
	font-family: sans-serif;
	background: #2c3e50;
}
h1 {
	text-align: center;
	margin: 40px 0 40px;
	text-align: center;
	font-size: 30px;
	color: #ecf0f1;
	text-shadow: 2px 2px 4px #000000;
	font-family: 'Cherry Swash', cursive;
}

p {
    position: absolute;
    bottom: 20px;
    width: 100%;
    text-align: center;
    color: #ecf0f1;
    font-family: 'Cherry Swash',cursive;
    font-size: 16px;
}

span {
    color: #2BD6B4;
}

.padded-container {
    padding-left: 110px;
}
.padded-container img {
    /* Ensures the image fits within the padded area */
    max-width: 100%;
}

.home-font {
    font-size: 20px;
    font-family: 'Helvetica';
    color: #000000;
}

.home-pro-font {
    font-size: 20px;
    font-family: 'Helvetica';
    color: #000000;
    text-align: left;
    line-height: 1.5;
    padding: 10px;
}

.home-header-font {
    font-size: 20px;
    font-family: 'Helvetica';
    color: #000000;
    text-align: center;
    background-color: rgba(230, 126, 34, 0.2);
    padding: 10px;
}
.home-subheader-font {
    font-size: 20px;
    font-family: 'Helvetica';
    color: rgba(230, 126, 34, 1.0);
    text-align: left;
    padding: 10px;
}
.home-subheader-font-large {
    font-size: 30px;
    font-family: 'Helvetica';
    color: rgba(230, 126, 34, 1.0);
    text-align: left;
}
.inner-div {
    width: 400px; /* The specific width you want for your div */
    /* Add styling to make it visible
    background-color: lightblue;
    padding: 10px;
    border: 1px solid blue;x*/
    box-sizing: border-box; /* Ensures padding/border are included in the 200px width */
}
.footer-div {
    width: 200px; /* The specific width you want for your div */
    /* Add styling to make it visible
    background-color: lightblue;
    padding: 10px;
    border: 1px solid blue;x*/
    box-sizing: border-box; /* Ensures padding/border are included in the 200px width */
}

.footer-font {
    font-size: 25px;
    font-family: 'Helvetica';
    color: #000000;
    text-align: left;
    line-height: 1.5;
    padding: 0px;
}
.services-font {
    font-size: 20px;
    font-family: 'Helvetica';
    color: #000000;
    text-align: left;
    line-height: 2.0;
    padding: 15px;
}
.footer-row {
    background-color: rgba(230, 126, 34, 0.2);
    padding: 0px;
}

li::marker {
  color: rgba(230, 126, 34, 0.8); /* Changes the bullet color to red */
}

.services-div {
    width: 800px; /* The specific width you want for your div */
    /* Add styling to make it visible
    background-color: lightblue;
    border: 1px solid blue;x*/
    padding-left: 5px;
    box-sizing: border-box; /* Ensures padding/border are included in the 200px width */
}

.services-div-details {
    width: 800px; /* The specific width you want for your div */
    /* Add styling to make it visible
    background-color: lightblue;
    padding: 10px;
    border: 1px solid blue;x*/
    background-color: rgba(230, 126, 34, 0.2);
    box-sizing: border-box; /* Ensures padding/border are included in the 200px width */
}
.services-div-details-smaller {
    width: 400px; /* The specific width you want for your div */
    /* Add styling to make it visible
    background-color: lightblue;
    padding: 10px;
    border: 1px solid blue;x*/
    background-color: rgba(230, 126, 34, 0.2);
    box-sizing: border-box; /* Ensures padding/border are included in the 200px width */
}

.cv-div {
    width: 800px; /* The specific width you want for your div */
    font-size: 20px;
    padding-left: 1px;
    padding-top: 10px;
    line-height: 1.5;
    box-sizing: border-box; /* Ensures padding/border are included in the 200px width */
}

.cv-span-font {
    font-size: 20px;
    font-family: 'Helvetica';
    color: rgba(230, 126, 34, 1.0);
    text-align: left;
    padding-top: 0px;
}

.contact-div {
    width: 150px; /* The specific width you want for your div */
    font-size: 15px;
    padding-left: 5px;
    padding-top: 0px;
    line-height: 1.5;
    box-sizing: border-box; /* Ensures padding/border are included in the 200px width */
}

.contact-div-form {
    width: 800px; /* The specific width you want for your div */
    font-size: 20px;
    padding-left: 110px;
    padding-top: 20px;
    line-height: 2.0;
    box-sizing: border-box; /* Ensures padding/border are included in the 200px width */
}

.logo-font {
    font-size: 32px;
    font-family: 'Book Antiqua';
    color: #242424;
    letter-spacing: 0.09em;
    padding-left: 10px
}
.sub-logo-font {
    font-size: 17px;
    font-family: 'Book Antiqua';
    color: #363636;
    letter-spacing: 0.06em;
    padding-left: 10px
}

.picture-div {
    width: 800px; /* The specific width you want for your div */
    font-size: 20px;
    padding-left: 264px;
    padding-top: 0px;
    line-height: 2.0;
    box-sizing: border-box; /* Ensures padding/border are included in the 200px width */
}

.header-div {
    width: 800px; /* The specific width you want for your div */
    box-sizing: border-box; /* Ensures padding/border are included in the 200px width */
}