/*===================================== 
YOU CAN WRIGHT CUSTOME CSS 
======================================*/
@media only screen and (max-width: 600px) {
  #footertxt{
  	color: white;
  	position: relative;
  	top: 1.8rem;
  	font-size: 14px;
  }
}



@media only screen and (min-width: 768px) {
  #footertxt{
  	color: white;
  	position: relative;
  	top: 10.8vw;
  	font-size: 3vw;
  }
}