html{
	background-color: #ffffff;
}

body{
	font-family: 'Lora', serif;
	font-size: 14px;
}

.container{
	margin: auto;
	height: auto;
	width: 85%;
}
.container2{
	margin: auto;
	height: auto;
	width: 85%;
}
footer{
	text-align: center;
	border-top: solid #000000;
	background-color: #0001;
}
.footer{
	display: inline;
	text-align: center;
	height: auto;
	font-size: 15px;
	color: #555555;
	padding-top: 5px;
}
.appreicaition{
	font-family: 'Lora', serif;
	color: #ffffff;
	font-size: 40px;
	position: absolute;
	transform: translateY(-350px);
	left: 250px;
}
button{
	font-family: 'Lora', serif;
	background-color: #ffffff;
	border: 2px solid #000000;
	box-shadow: 0px 0px 10px 4px #555555;
	color: #000000;
	text-align: center;
	text-decoration: none;
	font-size: 16px;
	padding: 10px 25px;
	border-radius: 30px; 
	display: block;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	transition: background-color 0.3s ease;
}
button:hover {
	background-color: #87CEFA;
	color: #FFFFFF;
}
label{
	display: inline-block;
	/*width: 100px;*/
	font-weight: bold;
	font-family: 'Lora', serif;
	text-align: left;
	font-size: 16px;
}
input{
	font-family: 'Lora', serif;
	text-align: center;
	color: #000000;
	width: 100%;
	padding: 12px 20px;
	margin: 4px;
	box-sizing: border-box;
	border: none;
	border-bottom: 2px solid #000000;
}
input:focus {
	background-color: #0001;
}
textarea{
	font-family: 'Lora', serif;
	text-align: center;
	color: #000000;
	width: 100%;
	padding: 12px 20px;
	margin: 4px;
	box-sizing: border-box;
	border: none;
	border-bottom: 2px solid #000000;
}
textarea:focus{
	background-color: #0001;
}
form{
	margin: auto;
	width: 75%;
	padding: 30px;
}
.submission_back{
	font-family: 'Lora', serif;
	color: #000000;
	background-color: #ffffff;
	border: 2px solid #000000;
	box-shadow: 0px 0px 10px 4px #555555;
	text-align: center;
	font-size: 16px;
	padding: 10px 25px;
	border-radius: 30px; 
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	width: 5%;
	text-decoration: none;	
	text-decoration: none;
}
.submission_back:hover{
	background-color: #555555;
	color: #ffffff;
}
.submission_thanks{
	margin-top: 200px;
	margin-bottom: 40px;
	font-family: 'Charm', cursive;
	font-size: 14px;
}
h2{
	font-family: 'Playfair Display', serif;
	color: #ffffff;
	text-shadow: 1px 1px 5px #000000;
	font-size: 45px;
	text-align: center;
}
h3{
	font-family: 'Lora', serif;
	font-size: 20px;
	text-align: center;
}
h4{
	font-family: 'Charm', cursive;
	text-align: center;
	font-size: 18px;
	margin: 0;
}
h5{
	font-family: 'Lora', serif;
	text-align: center;
	font-size: 14px;
	margin: 0;
}
a{
	text-decoration: none;
	text-align: center;

}
p{
	font-family: 'Lora', serif;
	text-align: center;
	font-size: 16px;
}
.project_p{
	font-family: 'Lora', serif;
	text-align: center;
	font-size: 13px;
}
.navContainer {
	width: auto;
	margin: auto;
	display: flex;
	justify-content: space-between;
}
.navItem {
	color: #555555;
	font-size: 12px;
	line-height: 70px;
	display: inline-block;
	font-family: 'Lexend Tera', sans-serif;
	padding-left: 20px;
	padding-right: 20px;
	height: 70px;
}
.navItem:hover {
	color: #ffffff;
	background-color: #161617; 
	border-radius: 5px; 
}
.navBar {
	position: relative;
	/*border-radius: 30px;*/
	width: 100%;
	height: 70px;
	background-color: #0001;
	/*border: solid #000000;*/
}
.navHome{
	color: #555555;
	font-size: 20px;
	line-height: 70px;
	display: inline-block;
	font-family: 'Lexend Tera', sans-serif;
	padding-left: 20px;
	padding-right: 20px;
	height: 70px;
}
.navHome:hover {
	color: #ffffff;
	background-color: #161617; 
	border-radius: 5px; 
	/*border-top: 1px solid #000000;*/
}
.socialimg{
	margin-top: 15px;
	margin-right: 10px;
	margin-left: 15px;
	height: 40px;
	width: 40px;
	border-radius: 50%; 
	float: right; 
}
.parallax{
	background-image: url(images/img_nyc.jpg);
	height: 85%;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.parallax1{
	background-image: url(images/img_studying.jpg);
	height: 85%;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.parallax2{
	background-image: url(images/img_network.jpg);
	height: 85%;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.welcome {
	font-family: 'Lora', serif;
	color: #ffffff;
	font-size: 55px;
	position: absolute;
	bottom: 50%;
	right: 10%;
  	/*transform: translate(-50%, -50%);*/
}
.text_welcome {
	font-family: 'Lora', serif;
	color: #ffffff;
	font-size: 35px;
	position: absolute;
	bottom: 45%;
	right: 18%;
	/*transform: translate(-50%, -50%);*/
}
.example{
	font-family: 'Charm', cursive;
	text-align: center;
	font-size: 16px;
}
.aknowledgement{
	/*margin-top: 50px;
	margin-bottom: 40px;*/
	font-family: 'Charm', cursive;
	font-size: 14px;
	color: #ffffff;
	transform: translateY(-50px);
	left: 0px;
}
/* Float four columns side by side */
.column {
	box-sizing: border-box;
	float: left;
	width: 50%;
	padding: 0 20px;
}
/* Style the counter cards */
.card {
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2); /* this adds the "card" effect */
	padding: 16px;
	text-align: center;
	background-color: #0001;
}
/* Remove extra left and right margins, due to padding in columns */
.row {margin: 0 -5px;}

/* Clear floats after the columns */
.row:after {
	content: "";
	display: table;
	clear: both;
}
/* Slideshow container */
/*.slideshow-container {
  max-width: 800px;
  position: relative;
  margin: auto;
  }*/


  /* The dots/bullets/indicators */
/*.dot {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  position: relative;
  transition: background-color 0.6s ease;
  }*/

/*.active {
  background-color: #717171;
  }*/

  /* Fading animation */
/*.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
  }*/

/* .footer {
      margin-top: 20px;
      margin-bottom: 20px;
      border-top: 5px solid #000000;
      }*/

/*.logoimg{
	margin-top: 10px;
	height: 50px;
  	width: 75px;
	border-radius: 50px;
	float: left;
	}*/

/** {box-sizing: border-box;}
body {font-family: Verdana, sans-serif;}
.mySlides {display: none;}
img {vertical-align: middle;}*/
