
.cool-link::after{
	content: '';
	display:block;
	width: 0;
	height: 2px;
	background: #2E3C2F;
	transition: width .3s
	
}

.cool-link:hover::after{
	width:100%;
	transition: width .3s;
	
}

p{
	font-family: -apple-system, BlinkMacSystemFont, "Roboto", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}





form{
	margin-top:50px;
}

.form-control{
	width:90%;
	background:white;
	border:none;
	outline:none;
	border-bottom: 1px solid white;
	color: black;
	font-size:18px;
	margin-bottom:16px;
      padding: 10px;
}
input{
	height:45px;
}
form .submit{
	background:#CC6600;
	border-color:transparent;
	color: #2E3C2F;
	font-size:20px;
	font-weight:bold;
	letter-spacing:2px;
	height:50px;
	margin-top:20px;
	
}

form .submit:hover{
	background-color:#f44336;
	cursor:pointer;
}


.box{

	font-family:"Apple Chancery";
}
.box h2{
	color:white;
}
.box p{
	width:100%;
	background:rgb(46, 60, 47, .6);
	border:none;
	outline:none;
	font-size:15px;
	margin-bottom:10px;
	color:white;
    text-align: left;
    padding: 15px;
    line-height: 1.6em
	
}
.split {
  height: 80%;
  width: 50%;
  position: fixed;
  z-index: 1;
  top:1;
  overflow-x: hidden;
  
}

/* Control the left side */
.left {
  left: 0;
  
}

/* Control the right side */
.right {
  right: 0;
 
  
}

/* If you want the content centered horizontally and vertically */
.centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}


