/* CSS Document */
* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

html, body, h1, h2, h3, p {
  margin: 0;
  padding: 0;
}

body {
  font-family: sans-serif;  
}

a {
  text-decoration: none;
}

ul {
	margin: 0px 0px 10px 0px;
	list-style: none;	
	padding: 0;
}

#main {
	max-width: 1200px;
	margin: 0 auto;
}

#PageTitle {
	margin-top: 15px;
	text-align: center;
	position: absolute;
	top: 0;
	overflow: hidden;
	width: 100%;
	z-index: -1;
}

#title {	
	text-align: center;
	height: 100px;
}

#header h2 {
	float: left;
}

@media screen and (min-width: 600px) {
	#Intro {
		font-size: 40px;
		color: white;
		text-shadow: 2px 2px black;
		padding: 130px 0px 130px 0px;
		background-image: url('../images/contractreview.webp');
		background-size: 100%;
		background-repeat: no-repeat;
		text-align: center;
		margin-bottom: 10px;
	}
}

#Intro h1, h2 {
	margin-bottom: 25px;
}

@media screen and (max-width: 600px) {
	#Intro {
		font-size: 17px;
		color: white;
		text-shadow: 2px 2px black;		
		background-image: url('../images/contractreview.webp');
		background-size: 100%;
		background-repeat: no-repeat;
		text-align: center;
		padding-top: 50px;
		padding-bottom: 50px;
		margin-bottom: 5px;
	}
}

@media screen and (min-width: 600px) {
	#PracticeAreasHeader {
		font-size: 40px;
		color: white;
		text-shadow: 2px 2px black;
		padding: 200px 0px 200px 0px;
		background-image: url('../images/contractsign.webp');
		background-size: 100%;
		text-align: center;
		margin-bottom: 0px;
	}
}

@media screen and (max-width: 600px) {
	#PracticeAreasHeader {
		font-size: 30px;
		color: white;
		text-shadow: 2px 2px black;
		padding: 100px 0px 100px 0px;
		background-image: url('../images/contractsign.webp');
		background-size: 100%;
		text-align: center;
		margin-bottom: 0px;
	}	
}

#PracticeAreasText {	
	font-size: 2em;
	text-shadow: 2px 2px black;
	background-color: darkgoldenrod;
	color: white;
	text-align: center;	
}

#PracticeAreasText li {
	padding: 50px 0px 50px 0px;
}

@media screen and (min-width: 600px) {
	#GetInTouch {
		font-size: 30px;
		padding: 10px 0px 30px 0px;
		background-color: lightgrey;
		text-align: center;	
	}
}

@media screen and (max-width: 600px) {
	#GetInTouch {
		font-size: 17px;
		padding: 30px 0px 30px 0px;
		background-color: lightgrey;
		text-align: center;	
	}
}

#GetInTouch h3 {
	color: darkgoldenrod;
}

@media screen and (min-width: 600px) {
	#AboutRobert {
		background-color: lightgrey;
		padding: 50px;
		text-align: center;
		font-size: 20px;				
	}
	
	#AboutRobert h1 {
		margin-bottom: 20px;
	}
	
	#AboutRobert img {
		margin-bottom: 20px;
	}
	
	#AboutRobert p {
		margin-bottom: 15px;
		line-height: 30px;
	}
}

@media screen and (max-width: 600px) {
	#AboutRobert {
		background-color: lightgrey;
		padding: 50px;
		text-align: center;
		font-size: 15px;		
	}

	#AboutRobert h1 {
		margin-bottom: 10px;
		font-size: 25px;
	}
	
	#AboutRobert img {
		margin-bottom: 10px;
		max-width: 100%;
	}
	
	#AboutRobert p {
		margin-bottom: 15px;
		line-height: 25px;
	}
}


#AboutRobert h1 {
	color: darkgoldenrod;
	text-shadow: 1px 1px black;
}

.circular--square {
  border-radius: 50%;
}

#notice {
	background-color: darkgoldenrod;
	color: white;
	padding: 25px;
	font-size: 1.5em;	
}

#ContactForm {
	font-size: 1.5em;
	padding: 25px;
	background-color: lightgray;
}

#ContactForm h3 {
	font-size: 1.5em;
	color: darkgoldenrod;
	text-align: center;	
}

#ContactForm input[type=text], input[type=email], input[type=tel] {
  width: 100%;
  padding: 12px 20px;
  margin-bottom: 30px;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;

}

#ContactForm textarea {
  width: 100%;
  height: 150px;
  padding: 12px 20px;
  box-sizing: border-box;
  border: 2px solid #ccc;
  border-radius: 4px;
  resize: none;
}

input[type=submit] {
  width: 100%;
  background-color: #4CAF50;
  color: white;
  padding: 14px 20px;
	margin-top: 30px;
  margin-bottom: 50px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

input[type=submit]:hover {
  background-color: #45a049;
}

#GetInTouch2 {
	font-size: 1em;
	text-align: center;
}

#practiceareas2 {
	background-color: lightgray;
	text-align: center;
	font-size: 2em;
	color: darkgoldenrod;
	padding-bottom: 50px;
	padding-top: 15px;
}

#practiceareas2 img {
	max-width: 100%;
}

@media screen and (min-width: 600px) {
	#footer {
		text-align: center;
		font-size: 25px;
		margin-top: 50px;
		margin-bottom: 50px;
	}
}

@media screen and (max-width: 600px) {
	#footer {
		text-align: center;
		font-size: 15px;
		margin-top: 50px;
		margin-bottom: 50px;
	}	
}
	
.container {
  position: relative;	      
  overflow: hidden;
}

/* Toggle functionality */
#toggle {
  position: absolute;
  left: -100%;
  top: -100%;	
}

#toggle:focus ~ .toggle-container .button-toggle {
  box-shadow: 0 0 0 8px rgba(0, 0, 0, 0.1), inset 0 0 0 20px rgba(0, 0, 0, 0.1);
}

#toggle:checked ~ .toggle-container .button-toggle {
  box-shadow: 0 0 0 550px rgba(0, 0, 0, 0.1), inset 0 0 0 20px rgba(0, 0, 0, 0.1);
}
#toggle:checked ~ .toggle-container .button-toggle:hover {
  box-shadow: 0 0 0 550px rgba(0, 0, 0, 0.1), inset 0 0 0 20px rgba(0, 0, 0, 0.1), 0 0 0 8px rgba(0, 0, 0, 0.1), inset 0 0 0 20px rgba(0, 0, 0, 0.1);
}
#toggle:checked ~ .toggle-container .button-toggle:before {
  transform: translateY(-50%) rotate(45deg) scale(1);
}
#toggle:checked ~ .toggle-container .button-toggle:after {
  transform: translateY(-50%) rotate(-45deg) scale(1);
}
#toggle:checked:focus ~ .toggle-container .button-toggle {
  box-shadow: 0 0 0 550px rgba(0, 0, 0, 0.1), inset 0 0 0 20px rgba(0, 0, 0, 0.1), 0 0 0 8px rgba(0, 0, 0, 0.1), inset 0 0 0 20px rgba(0, 0, 0, 0.1);
}
#toggle:checked ~ .nav {
  margin-bottom: 100px;
  pointer-events: auto;
  transform: translate(50px, 50px);
}
#toggle:checked ~ .nav .nav-item {
  color: #EC7263;
  letter-spacing: 0;
  height: 40px;
  line-height: 40px;
  margin-top: 0;
  opacity: 1;
  transform: scaleY(1);
  transition: 0.5s, opacity 0.1s;
}
#toggle:checked ~ .nav .nav-item:nth-child(1) {
  transition-delay: 0.15s;
}
#toggle:checked ~ .nav .nav-item:nth-child(1):before {
  transition-delay: 0.15s;
}
#toggle:checked ~ .nav .nav-item:nth-child(2) {
  transition-delay: 0.1s;
}
#toggle:checked ~ .nav .nav-item:nth-child(2):before {
  transition-delay: 0.1s;
}
#toggle:checked ~ .nav .nav-item:nth-child(3) {
  transition-delay: 0.05s;
}
#toggle:checked ~ .nav .nav-item:nth-child(3):before {
  transition-delay: 0.05s;
}
#toggle:checked ~ .nav .nav-item:nth-child(4) {
  transition-delay: 0s;
}
#toggle:checked ~ .nav .nav-item:nth-child(4):before {
  transition-delay: 0s;
}
#toggle:checked ~ .nav .nav-item:before {
  opacity: 0;
}
#toggle:checked ~ .dummy-content {
  padding-top: 30px;
}
#toggle:checked ~ .dummy-content:before {
  background-color: rgba(0, 0, 0, 0.3);
}

/* Toggle button */
.button-toggle {
  position: absolute;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 25px;
  background-color: transparent;
  border: none;
  cursor: pointer;
  border-radius: 100%;
  transition: 0.6s;
}
.button-toggle:hover {
  box-shadow: 0 0 0 8px rgba(0, 0, 0, 0.1), inset 0 0 0 20px rgba(0, 0, 0, 0.1);
}
.button-toggle:before, .button-toggle:after {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #EC7263;
  border-radius: 5px;
  transition: 0.5s;
}
.button-toggle:before {
  transform: translateY(-50%) rotate(45deg) scale(0);
}
.button-toggle:after {
  transform: translateY(-50%) rotate(-45deg) scale(0);
}

/* Menu */
.nav {
  display: inline-block;
  margin: 25px 25px 20px;
  pointer-events: none;
  transition: 0.5s;
}

.nav-item {
  position: relative;
  display: inline-block;
  float: left;
  clear: both;
  color: transparent;
  font-size: 14px;
  letter-spacing: -6.2px;
  height: 7px;
  line-height: 7px;
  text-transform: uppercase;
  white-space: nowrap;
  transform: scaleY(0.2);
  transition: 0.5s, opacity 1s;
}
.nav-item:nth-child(1) {
  transition-delay: 0s;
}
.nav-item:nth-child(1):before {
  transition-delay: 0s;
}
.nav-item:nth-child(2) {
  transition-delay: 0.05s;
}
.nav-item:nth-child(2):before {
  transition-delay: 0.05s;
}
.nav-item:nth-child(3) {
  transition-delay: 0.1s;
}
.nav-item:nth-child(3):before {
  transition-delay: 0.1s;
}
.nav-item:nth-child(4) {
  transition-delay: 0.15s;
}
.nav-item:nth-child(4):before {
  transition-delay: 0.15s;
}
.nav-item:nth-child(1) {
  letter-spacing: -8px;
}
.nav-item:nth-child(2) {
  letter-spacing: -7px;
}
.nav-item:nth-child(n+4) {
  letter-spacing: -8px;
  margin-top: -7px;
  opacity: 0;
}
.nav-item:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #EC7263;
  transform: translateY(-50%) scaleY(5);
  transition: 0.5s;
}

/* Dummy content */
.dummy-content {
  position: relative;
  text-align: center;
  transition: 0.5s;
}
.dummy-content:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  z-index: 2;
  transition: 0.5s;
}

.circle {
  display: inline-block;
  width: 75px;
  height: 75px;
  background-color: #EC7263;
  border-radius: 100%;
}

.text {
  margin: 15px 0 30px;
}
.text span {
  display: inline-block;
  height: 10px;
  margin: 0 5px;
  background-color: #C06162;
  border-radius: 5px;
}
.text span:first-child {
  width: 50px;
}
.text span:last-child {
  width: 80px;
}

.square-top {
  display: inline-block;
  position: relative;
  width: 200px;
  height: 300px;
  background-color: #FEBE7E;
  z-index: 1;
}

.square-behind {
  display: inline-block;
  position: relative;
  top: -256px;
  width: 250px;
  height: 210px;
  background-color: #C28683;
}
.square-behind:before, .square-behind:after {
  position: absolute;
  content: "";
  top: 0;
  width: 40%;
  height: 100%;
}
.square-behind:before {
  left: 0;
  background-color: #9D567C;
}
.square-behind:after {
  right: 0;
  background-color: #958C6B;
}

/*# sourceMappingURL=styles2.css.map */

.error
{
width: 100%;
border: 1px solid #D8D8D8;
padding: 5px;
border-radius: 5px;
font-family: Arial;
font-size: 1em;
background-color: rgb(255, 249, 242);
color: rgb(211, 0, 0);
text-align: center;
}

.success
{
width: 100%;
border: 1px solid #D8D8D8;
padding: 10px;
border-radius: 5px;
font-family: Arial;
font-size: 1em;
background-color: rgb(236, 255, 216);
color: green;
text-align: center;
margin-top: 30px;
}