/* For intro.html */

.circle {
	margin-left:50px; 
	margin-right:85px; 
	margin-top:30px; 
	margin-bottom: 30px;
}

.logoImg {
	width:10%; 
	height:10%; 
	float:left;
}

@media (max-width:1200px) {
	
	.collapse.navbar-collapse {
		padding-top: 10px;
	}
	
	.circle{
	  position: relative;
	  width: 300px;
	  height: 300px;
	  border-radius: 50%;
	  background: #34495E;
	  display: flex;
	  justify-content: center;
	  align-items: center;
	  
	  margin-left:20px; 
	  margin-right:80px;
	}
	.logo{
	  position: absolute;
	  width: 350px;
	  height: 350px;
	  background: url(../images/JDlogoblack.png);
	  background-size: cover;
	  border-radius: 50%;
	  filter: brightness(1.5) contrast(1.5);
	}
	.text span
	{
	  position: absolute;
	  left: 50%;
	  font-size: 1.2em;
	  transform-origin: 0px 150px;
	}
	.logoImg {
		width:12%; 
		height:12%; 
	}
	
}

@media (max-width:1083px) {
	footer {
		height: 80px;
	}
}

@media (max-width:991px) {
	
	.information {
	  width: 100%;
	  height: 100%;
	}
	
	.flexreverse,.itemcenter {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}
	
	.coreValue {
		width: 100%;
	    height: 100%;
	}
	
	.coreValueCircle {
		width: 75%;
	    height: 75%;
	}
	
	.logoImg {
		width:15%; 
		height:15%; 
	}
	footer {
		height: 80px;
	}
}

@media (max-width:650px) {
	.logoImg {
		width:17%; 
		height:17%;
	}
	footer {
		height: 80px;
	}
}

@media (max-width:600px) {
	.logoImg {
		width:17%; 
		height:17%;
		margin-top: 5px;
	}
	footer {
		height: 80px;
	}
}

@media (max-width:545px) {
	footer {
		height: 100px;
	}
}

@media (max-width:500px) {
	.logoImg {
		margin-left:20px;
	}
	.circle{
	  position: relative;
	  width: 250px;
	  height: 250px;
	  border-radius: 50%;
	  background: #34495E;
	  display: flex;
	  justify-content: center;
	  align-items: center;
	  
	  margin-left:20px; 
	  margin-right:80px;
	}
	.logo{
	  position: absolute;
	  width: 300px;
	  height: 300px;
	  background: url(../images/JDlogoblack.png);
	  background-size: cover;
	  border-radius: 50%;
	  filter: brightness(1.5) contrast(1.5);
	}
	.text span
	{
	  position: absolute;
	  left: 50%;
	  font-size: 1.0em;
	  transform-origin: 0px 125px;
	}
	
	h2,h3{
		font-size: 20px;
	}
	footer {
		height: 100px;
	}
}

@media (max-width:470px) {
	h2,h3{
		font-size: 16px;
	}
	
	.logoImg {
		width:18%; 
		height:18%;
	}
	footer {
		height: 105px;
	}
}

@media (max-width:425px) {
	.logoImg {
		margin-left:20px;
	}
	.circle{
	  position: relative;
	  width: 225px;
	  height: 225px;
	  border-radius: 50%;
	  background: #34495E;
	  display: flex;
	  justify-content: center;
	  align-items: center;
	  
	  margin-left:20px; 
	  margin-right:80px;
	}
	.logo{
	  position: absolute;
	  width: 275px;
	  height: 275px;
	  background: url(../images/JDlogoblack.png);
	  background-size: cover;
	  border-radius: 50%;
	  filter: brightness(1.5) contrast(1.5);
	}
	.text span
	{
	  position: absolute;
	  left: 50%;
	  font-size: 1.0em;
	  transform-origin: 0px 113px;
	}
	
	h2,h3{
		font-size: 14px;
	}
	footer {
		height: 100px;
	}
}

@media (max-width:400px) {
	.logoImg {
		margin-left:20px;
	}
	.circle{
	  position: relative;
	  width: 200px;
	  height: 200px;
	  border-radius: 50%;
	  background: #34495E;
	  display: flex;
	  justify-content: center;
	  align-items: center;
	  
	  margin-left:20px; 
	  margin-right:80px;
	}
	.logo{
	  position: absolute;
	  width: 250px;
	  height: 250px;
	  background: url(../images/JDlogoblack.png);
	  background-size: cover;
	  border-radius: 50%;
	  filter: brightness(1.5) contrast(1.5);
	}
	.text span
	{
	  position: absolute;
	  left: 50%;
	  font-size: 0.9em;
	  transform-origin: 0px 100px;
	}
	
	footer {
		height: 120px;
	}
	
	h2,h3{
		font-size: 14px;
	}
	.logoImg {
		width:19%; 
		height:19%;
	}
}

@media (max-width:380px) {
	.logoImg {
		margin-left:20px;
	}
	.circle{
	  position: relative;
	  width: 175px;
	  height: 175px;
	  border-radius: 50%;
	  background: #34495E;
	  display: flex;
	  justify-content: center;
	  align-items: center;
	  
	  margin-left:20px; 
	  margin-right:80px;
	}
	.logo{
	  position: absolute;
	  width: 225px;
	  height: 225px;
	  background: url(../images/JDlogoblack.png);
	  background-size: cover;
	  border-radius: 50%;
	  filter: brightness(1.5) contrast(1.5);
	}
	.text span
	{
	  position: absolute;
	  left: 50%;
	  font-size: 0.9em;
	  transform-origin: 0px 88px;
	}
	
	footer {
		height: 120px;
	}
	
	h2,h3{
		font-size: 14px;
	}
	.logoImg {
		width:19%; 
		height:19%;
	}
}
/* For intro.html */