@charset "utf-8";

 

header {
	z-index: 1000;
}

h2  {
	font-size:  2.5vw;
	text-shadow: 3px 3px #000c49;
	
}

h4  {
	font-size: 1.3vw;
	text-shadow: 2px 2px #000c49;
	
}

#smdevices_content {
	height: 18rem;
	overflow: hidden;
	
}


.my-logo {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
  }
  
  .contact-info {
	text-align: left;
	margin: 0 auto;
	background-color: #eeeeee; 
	padding: 20px;
	border-radius: 8px; 

  }
  
  h3 .fas {
	margin-right: 8px;
  }
  
 

/* ------------------responsive-----------------------*/

@media (max-width: 576px) {
#smdevices_content {
	height: 20rem;
	
}
}
@media (max-width: 450px) {
#smdevices_content {
	height: 25rem;
	
}
}
@media (max-width: 325px) {
#smdevices_content {
	height: 30rem;
	
}
}