body{
font-family: 'Josefin Slab', serif;
}

section{
		/*float: left;*/
		padding-top: 50px;
		margin-bottom: 150px;
		width: 100%;
		padding-left:0;
		padding-right:0;
		display: flex;
		justify-content: center
}

#icon-wrapper{
	width:100%;
	float:left;
	height:300px;
}

.icons {
	width:25%;
	float:left;
	position:relative;
}
.icons2 {
	width:25%;
	float:left;
	position:relative;
	margin-left:25%;
}
.icons3 {
	width:25%;
	float:left;
	position:relative;
	margin-left:50%;
}
.icons4 {
	width:25%;
	float:left;
	position:relative;
	margin-left:75%;
}

.icon-slide-container{
	height:300px;
	overflow:hidden;
	text-align: left;
	position: absolute;
	float: left;
	width: 300px;
	left: 50%;
	margin-left: -150px;
}

.slide-icon{
  width:300px;
  height:auto;
  position:absolute;
  margin-top:-300px;
  -webkit-transition:.4s ease;
  -moz-transition:.4s ease;
  -ms-transition:.4s ease;
  -o-transition:.4s ease;
  transition:.4 ease;
}

.slide-icon:hover{
  position:absolute;
  margin-top:0;
}

@media only screen and (max-width: 1300px) {
  #icon-wrapper{
		width:100%;
		float:left;
		height:170px;
	}
  .icon-slide-container {
		height: 200px;
		overflow: hidden;
		text-align: left;
		position: absolute;
		float: left;
		width: 200px;
		left: 50%;
		margin-left: -100px;
	}
  .slide-icon {
		width: 200px;
		height: auto;
		position: absolute;
		margin-top: -200px;
	}
}

@media only screen and (max-width: 1000px) {
  #home-social-container{
		margin-right: 0;
		margin-left: 0;
		width: 100%;
		padding: 0;
		float: left;
		left: 0;
	}
}

@media only screen and (max-width: 840px) {
  #icon-wrapper{
		width:100%;
		float:left;
		height:650px;
	}

	.icon-slide-container {
		height: 300px;
		overflow: hidden;
		text-align: left;
		position: absolute;
		float: left;
		width: 300px;
		left: 50%;
		margin-left: -150px;
	}

	.slide-icon {
		width: 300px;
		height: auto;
		position: absolute;
		margin-top: -300px;
	}
	.icons {
		width: 50%;
		float: left;
		position: relative;
	}
	.icons2 {
		width: 50%;
		float: left;
		position: relative;
		margin-left: 50%;
	}
	.icons3 {
		width: 50%;
		float: left;
		position: relative;
		margin-left: 0%;
		margin-top: 350px;
	}
	.icons4 {
		width: 50%;
		float: left;
		position: relative;
		margin-left: 50%;
	}
}

@media only screen and (max-width: 650px) {
	#icon-wrapper {
		height: 400px;
	}
	#section{
		width: 90%;
		padding-left:5%;
		padding-right:5%;
	}
	.slide-icon {
		width: 200px;
		height: auto;
		position: absolute;
		margin-top: -200px;
	}
	.icon-slide-container {
		height: 200px;
		width: 200px;
		left: 50%;
		margin-left: -100px;
	}
	.icons3 {
		width: 50%;
		position: relative;
		margin-left: 0%;
		margin-top: 230px;
	}
}

@media only screen and (max-width: 570px) {
	#icon-wrapper {
		height: 300px;
	}
	.slide-icon {
		width: 150px;
		height: auto;
		position: absolute;
		margin-top: -150px;
	}
	.icon-slide-container {
		height: 150px;
		width: 150px;
		left: 50%;
		margin-left: -75px;
	}
	.icons3 {
		width: 50%;
		float: left;
		margin-left: 0%;
		margin-top: 190px;
	}
}
#map {
  height: 100px;
  width: 100%;
}

h1,h2,h3,h4,h5,p{
  font-family:  'Poiret One', cursive;
  color:black;
}

h1{


  font-size:1.8em;
  line-height:1.1em;
  font-weight:700;
}

/*body{
  height:100vh;
  overflow:hidden;
}*/

#main{
  display:inline-block;
  text-align:center;
  position:relative;
  width:100vw;
  height:100%;
  max-height:100vh;
  overflow:hidden;
}

#photos{
  display:inline-block;
  float:left;
  height:100%;
  width:45%;
  background-image: url('https://images.unsplash.com/photo-1449177009399-be6867ef0505?ixlib=rb-0.3.5&q=80&fm=jpg&crop=entropy&s=8110fa2a9b0c72c57fa25cf1079953c4');
  background-size:cover;
  background-position:center;
  display:flex;
  align-items:center;
  justify-content:center;
  position:relative;
}

.inner-outline{
  width:85%;
  height:85%;
  border: 10px solid white;
}
.title{
  margin: auto;
  position:absolute;
  top:85%;
  left:0; right:0;
}

.title h1{
  color:white;
  letter-spacing:.6em;
}

#text{
  display:inline-block;
  text-align:left;
  float:left;
  width:55%;
  height:100%;
  overflow:scroll;
}

#text-navigation{
  width:50%;
  right:0;
  bottom:0;
  height:70px;
  position:absolute;
  bottom:0;
  background-color:white;
  -webkit-box-shadow: 0px -18px 32px -21px rgba(171,171,171,1);
-moz-box-shadow: 0px -18px 32px -21px rgba(171,171,171,1);
box-shadow: 0px -18px 32px -21px rgba(171,171,171,1);
}

#text-content{
  padding:60px 130px;
  text-align:justify;
}

#text-content h1{
  margin:0 0 30px;
}

#text-content p{
  color:grey;
  font-size:.9em;
  line-height:1.4em;
}

#text-content .text-emphasis{
  font-style:italic;
  margin:40px 0;
  font-size: 1.1em;
  color:#0a0a0a;
}

.text-title{
  text-align:center;
  font-family:'Raleway';
  font-weight:800;
  letter-spacing:.25em;
  line-height:1.7em;
  font-size:1em;
  text-transform:uppercase;
  text-align:center;
}

#text-content hr{
  width:20%;
  margin: 0 auto 30px;
  border:2px solid black;
  color:black;
}

@media (max-width:499px){
  #main{
    overflow:scroll;
  }
  #photos{
    width:100%;
  }

  #text{
    height:auto;
    width:100%;
    overflow:inherit;
  }
  #text-content{
    padding:60px 40px;
  }
}
.container {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
.newtitle {
	font-size: 70px;
	color: #fc9827;
	font-stretch: expanded;

}
.aboutOrange {
	height: 90px;
	width: 70px;
}
.companyImage {
	height: 100px;
	width: 150px
}
.galFormStyle {
	display: flex;
	flex-direction: column;

}
.form-group {
	padding: 10px
}
.form-label {
	padding: 0px
}

.graduateData {
	display: flex;
	align-items: center;
	justify-content: center;
	align-content: center;
}
.content-104 .title{
	font-size:45px;
	text-shadow:0px 2px 3px #111;
	text-transform: uppercase;
}
.content-104 p{
	font-size:22px;
	letter-spacing: 6px;
}
.back-image{
	background:#FFFC12 url(http://www.wills-estates.com.au/wp-content/uploads/2012/05/Depositphotos_7260594_L.jpg) repeat scroll top left;
	text-align:center;
	color:#fff;
}

.back-imageCompanies {

	background:#FFFC12 url(http://www.aiaflatop100.org/Peoples-Choice-Mosaic.png) repeat scroll top left;
	text-align:center;
	color:#fff;
}
.back-imageMap {

	background:#FFFC12 url(https://us.123rf.com/450wm/lipik/lipik1509/lipik150900471/45948639-diverse-people-s-faces-collage-of-diverse-multi-ethnic-and-mixed-age-people-expressing-different-emo.jpg?ver=6) repeat scroll top left;
	text-align:center;
	color:#fff;
}
.back-imageAboutUs {
	background:#FFFC12 url(https://pbs.twimg.com/media/CUSNlO_WcAAV-pR.jpg) repeat scroll top left;
	text-align:center;
	color:#fff;
}
.back-imageData {
	background:#FFFC12 url(https://media.licdn.com/mpr/mpr/AAEAAQAAAAAAAAODAAAAJDcyNzc0NDhmLWFjYjQtNDExYy04NTk2LTk1NTgzOGIzOGYzOA.jpg) repeat scroll top left;
	text-align:center;
	color:#fff;
}
.back-animation {
  -webkit-animation: AnimateVertical 2500s linear infinite;
  -moz-animation: AnimateVertical 2500s linear infinite;
  -o-animation: AnimateVertical 2500s linear infinite;
  animation: AnimateVertical 2500s linear infinite;
  background-repeat: repeat-y !important;
}
.back-pro{
	background-position: 0px 0px;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
}

@-webkit-keyframes AnimateVertical {
	0% { background-position: 0px 0px; }
  	100% { background-position: 0px -100000px; }
}
@-moz-keyframes AnimateVertical {
    0% { background-position: 0px 0px; }
  	100% { background-position: 0px -100000px; }
}
@-o-keyframes AnimateVertical {
    0% { background-position: 0px 0px; }
  	100% { background-position: 0px -100000px; }
}
@keyframes AnimateVertical {
	0% { background-position: 0px 0px; }
  	100% { background-position: 0px -100000px; }
}
.damnyouReact {
	background:rgba(0,0,0,.7);
	padding:120px 0;
	height: 50px;
	display: flex;
	justify-content: center;
	align-content: center;
}
.newRow{
	margin-bottom: 50px;
}

.newParagraph {
	color: #fff;
}
.lineChartClass {
	height: 400px;
	width: 400px;
	padding-top: 20px;
}

.lineChartClassPlacement {
	width:400px;
	float: left;
}
.pieChartPlacement {
	width:400px;
	/*margin-left: 520px;*/
}

h1. {
  margin: 0;
  position: absolute;
  top: -16px;
  text-align: center;
  left: 40%;
  font-family: georgia;
  font-style: italic;
  background-color: white;
  padding: 0px 20px;
  color: #222;
}

.cf:before,
.cf:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.cf:after {
    clear: both;
}

.cf {
    *zoom: 1;
}

.team-container {
  max-width: 1000px;
  margin: auto;
  border-top: 1px #e9e9e9 solid;
  border-bottom: 1px #e9e9e9 solid;
  position: relative;
}

.team-member {
  width: 16%;
  float: left;
  text-align: center;
  margin-right: 5%;
}

.team-member:last-child {margin-right: 0;}


.team-member span,
.team-member h3 {
  max-width: 200px;
  font-family: 'Josefin Slab', serif;
  letter-spacing: -1px;
}

.team-member h4 {
  color: #fc9827;
	font-family: 'Poiret One', cursive;


}

.email {
  color: #4b413b;

}

.team-member span {
  display: block;

}
.team-photo {
  border-radius: 50%;
  text-align: center;
  margin: auto;
  max-width: 100%;
  height: auto;
  transition: 0.1s transform ease-in-out;
}


.team-photo:hover {
  transform: scale(0.9);
  cursor: pointer;
}


/* code for phone layout */
@media (max-width:850px){
  .team-member {
    width:25%;
    margin-left: 4%;
    margin-right: 4%;
    margin-bottom: 40px;

  }

}



@media (max-width:650px){
  .team-member {
    float: none;
    display: block;
    margin: 50px auto;
    width: 100%;
    text-align: center;
  }

  .team-member h3,
  .team-member span {
    margin: 15px auto;

  }
}

.outTemDiv {
	display: flex;
	align-items: center;
justify-content: center;
flex-direction: column;
padding-bottom: 10px;
margin-bottom: 20px;
}
#submitButtonOurs {
	background-color: #fd9827;

}

.ReactMap {
	display: flex;
	justify-content: center;
	/*margin-bottom: 10px;
	margin-top: 5px;*/

}
.actualMap{
	border-color: #fd9827;
	border-width: 2px;
	border-style: solid;

	box-shadow: 5px 5px 5px #888888;
	margin-bottom: 20px;

}
.centerButton {
	display: flex;
	justify-content: center;
}

.goodJob {
	height: 150px;
	width: 150px;
	padding-top: 30px
}

.goodJob1{
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	flex-direction: column;
}


section{
  text-align:center;
}
.footer #button{
	width:35px;
	height:35px;
	border: #727172 5px solid;
	border-radius:20px;
	margin:0 auto;
	position:relative;
	-webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}
.footer #button:hover{
	width:35px;
	height:35px;
	border: #3A3A3A 12px solid;
	-webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
	position:relative;
}
.footer {
	bottom:0;
	left:0;
	position:fixed;
    width: 100%;
    height: 2em;
    overflow:hidden;
    margin:0 auto;
	-webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
	z-index:999;
}
.footer:hover {
	-webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
	height: 10em;
}
.footer #container{
	margin-top:5px;
	width:100%;
height:100%;
  position:relative;
  top:0;
  left:0;
	background: #3A3A3A;
}
.footer #cont{
  position:relative;
  top:-45px;
  right:190px;
	width:150px;
	height:auto;
	margin:0 auto;
}
.footer_center{
	width:500px;
	float:left;
  text-align:center;
}
.footer h3{
	font-family: 'Josefin Slab', serif;
	letter-spacing: -1px;
	margin-top:70px;
	margin-left:40px;
	margin-bottom: 10px;
	color: #fff;
}
#openMap {
	margin-bottom: 50px;
}

.MapContainer {
	display: flex;
	justify-content: center;
}
