
p {
	margin: 6px 200px;
	padding-left: 20px;
	padding-top: 25px;
	font:15px "Roboto";
	font-weight: light;
}

.center p{
	padding: 5px 20px;
	margin: 0px;
}

body{
	margin: 0px;
}
h1{
	font-style: normal;
	font-size: 16px;
	color: white;
	margin: 0px;
	text-align: center;
}
h2{
	
	
	font-style: normal;
	font-size: 16px;
	color: white;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
.header{
	background-color: #FFFFFF;
	margin: 0px;
	height: 111px;
}
.hero{
	padding: 0px;
	margin: 0px;
}

.gradient{
	background: linear-gradient(180deg, rgba(89,126,133,1) 0%, rgba(30,82,106,1) 40%);
	padding:60px 0px;
}
.center{
	text-align: center;
}
.personal{
	padding-right:20px;
	padding-bottom: 20px;
	padding-top: 0px;
}
.personal2{
	padding-right:20px;
	padding-bottom: 6px;
	padding-top: 0px;
}

ul li{
	padding-bottom: 24px;
}

ul li:last-child{
	padding-bottom: 0px;
}

.flex-container {
  display: flex;
  flex-wrap: wrap;
  margin: 0px 200px;

}

.flex-container > div {
  width: 50%;
  text-align: center;
  margin: auto;
}

#service{
	margin:0px;
	padding:0px;
}

.line {
	color: #A8A8A8;
}

h3{
	font-family: 'Roboto';
	font-style: normal;
	font-size: '30px';
	margin:0px;
	padding-top: 60px;
	color: #61615F;
}

#contact{
	font-family: Roboto;
	font-size: 14px;
	font-style: normal;
	padding-top: 0px;
	color: #000000;
	text-align: center;
}

#moveto {
	font-family: 'Adobe Caslon Pro Regular';
	font-family: adobe-caslon-pro, serif;
	font-style: normal;
	font-size: '60px';
	display: inline-block;
	margin-left: 95%;
	margin-top: 0px;
}

h4{
	color: #2E6E86;
	font-family: Roboto;
	font-size: 14px;
}

.contactbutton{
	display: inline-block;
	padding: 75px 0px 20px 95%;
	color: #000000;
	font-size: 18px;
	font-family: adobe-caslon-pro, serif;
	font-style: normal;

}

.centered{
	padding-top: 150px;
}


h5{
	color: #FFFFFF;
	font-size: 40px;
	margin: 0px 200px;
}


ul {
	font:15px "Roboto";
	padding-bottom: 0px;
	margin: 0px;
	text-align: left;
}


#services{
	padding-bottom: 12px;
}

.container{
	position: relative;
	text-align: center;
	color: white;
	/* The image used */
	background-image: url("../img/Websitegrad.png");

	/* Set a specific height */
	min-height: 600px; 

	/* Create the parallax scrolling effect */
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;

	display: block;
}

.mContainer{
	position: relative;
 	text-align: center;
 	color: white;
	/* The image used */
	background-image: url("../img/mWebsitegrad.png");

	/* Set a specific height */
	min-height: 600px; 

	background-size: cover;

	display: none;
}

.container2{
	  /* The image used */
  background-image: url("../img/philosophy.png");

  /* Set a specific height */
  min-height: 350px; 

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;

  display: block;
}

.mContainer2{
	position: relative;
 	text-align: center;
 	color: white;
	/* The image used */
	background-image: url("../img/mPhilosophy.png");

	/* Set a specific height */
	min-height: 350px; 

	background-size: cover;

	display: none;
}

@media screen and (max-width: 500px) {
	p{
		margin:6px 20px;
	}
	h3{
		padding-top: 0px;
	}
	h5{
		margin: 0px 20px;
		font-size: 30px;
	}
	.flex-container{
		margin:0px 20px;
	}
	.flex-container > div{
		width: auto;
	}
	#logo{
		width: 100%;
	}
	.personal{
		width: 90%;
		height: auto;
		padding-bottom: 6px;
	}
	.personal2{
		text-align: center;
		align-items: center;
		margin: 0% 20%;
		width: 60%;
		height: auto;
	}
	.container{
		display: none;
	}
	.mContainer{
		display: block;
	}
	.container2{
		display: none;
	}
	.mContainer2{
		display: block;
	}
	.contactbutton{
		padding-left: 0px;
	}
	ul{
		padding-left: 30px;
	}
}
@media screen and (max-width: 1024px) and (min-width: 500px){
	h2{
		font-size: 30px;
	}
	h5{
		margin: 0px 20px;
	}	
	p{
		margin: 6px 20px;
	}
	.personal{
		width: 50%;
		height: auto;
		padding-bottom: 6px;
	}
	.personal2{
		text-align: center;
		align-items: center;
		margin: 0% 30%;
		width: 40%;
		height: auto;
	}
	.flex-container{
		margin: 0px 20px;
	}
	#logo{
		width: 60%;
	}
	#logoS{
		width: 40%;
	}
	a.contactbutton{
		padding: 75px 0px 20px 0px;
	}
}
