<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media screen and (max-width: 800px) {
  .topnav a:not(:first-child), .dropdown1 .dropbtn1 {
    display: none;
  }
  .topnav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 800px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
  .topnav.responsive .dropdown1 {float: none;}
  .topnav.responsive .dropdown1-content {position: relative;}
  .topnav.responsive .dropdown1 .dropbtn1 {
    display: block;
    width: 100%;
    text-align: left;
  }

.topnav-right {
  float: none;
}
}



@media only screen and (max-width :1025px) {
.fa-2x {                                                                                  
    margin-left:10px;
}	
.list-item {
    padding-bottom: 31px;
    margin-right: 92px;
}
.footer{
padding: 20px  0;
}		
}  
@media only screen and (max-width :900px) {	   
.fa-2x {
font-size:1.8em;
    margin-left: 14px;
	margin-bottom:15px;
}
.copyright{
text-align:center;
display:block;
margin:0;
}
.company {
	text-align:center;
display:block;
margin:0;
margin-bottom: 61px;
}
.icons{
	float: none;
text-align:center;
   margin: 0px;
   display:block;
}  
}	
@media only screen and (max-width :785px) {	
.list-item a {

    margin-left: -31px;
    color: white;

}
.list-item {                                          /*list in the footer*/    
	display:flex;
	flex-direction:column;
	text-align:center;
	 margin:0px;
}
.list-item  li{
	padding-bottom:10px;
}
.company {
	margin-bottom:25px;
}
}</pre></body></html>