/* Medstart Responsive CSS */

@media only screen and (max-width : 1200px) {

	html {
		font-size: 14px;
	}
  
  .medstart-width-marker {
    text-indent: 1200px;
  }
  
}


@media only screen and (max-width: 1080px) {

  html {
  	font-size: 12px;
  }
  
  .medstart-width-marker {
    text-indent: 1080px;
  }
    
}


@media only screen and (max-width: 1024px) {

  .medstart-width-marker {
    text-indent: 1024px;
  }
       
}


@media only screen and (max-width: 900px) {

  html {
  	font-size: 11px;
  }
  
  .medstart-width-marker {
    text-indent: 900px;
  }
      
}


@media only screen and (max-width: 800px) {

  html {
  	font-size: 10px;
  }
  
  .medstart-width-marker {
    text-indent: 800px;
  }
    
}


@media only screen and (max-width: 767px) {

  html {
    font-size: 16px;
  }
  
  .medstart-width-marker {
    text-indent: 767px;
  }
    
}


@media only screen and (max-width: 720px) {

  .medstart-width-marker {
    text-indent: 720px;
  }

}


@media only screen and (max-width: 680px) {

  .medstart-width-marker {
    text-indent: 680px;
  }

}


@media only screen and (max-width: 650px) {

  .medstart-width-marker {
    text-indent: 650px;
  }

}


@media only screen and (max-width: 605px) {

  .medstart-width-marker {
    text-indent: 605px;
  }

}


@media only screen and (max-width: 580px) {

  .medstart-width-marker {
    text-indent: 580px;
  }

}


@media only screen and (max-width: 550px) {

  .medstart-width-marker {
    text-indent: 550px;
  }

}


@media only screen and (max-width: 500px) {

  .medstart-width-marker {
    text-indent: 500px;
  }

}


@media only screen and (max-width: 470px) {

  .medstart-width-marker {
    text-indent: 470px;
  }

}


@media only screen and (max-width: 450px) {

  .medstart-width-marker {
    text-indent: 450px;
  }

}


@media only screen and (max-width: 414px) {

  .medstart-width-marker {
    text-indent: 414px;
  }

}
 

@media screen and (max-width: 400px) {

  .medstart-width-marker {
    text-indent: 400px;
  }

}


@media only screen and (max-width: 370px) {
	
	html {
		font-size: 15px;
	}
  
  .medstart-width-marker {
    text-indent: 370px;
  }
     
}


@media only screen and (max-width: 350px) {
	
	html {
    font-size: 13.66px;
  }
  
  .medstart-width-marker {
    text-indent: 350px;
  }
     
}
