﻿
@media handheld and (min-width: 160px), screen and (min-width: 160px) {

   .slide > p {
	line-height: 1.1;
	font-size: 1.2em;
   font-family: 'Flamenco', Arial, sans-serif;

}
}

@media handheld and (min-width: 320px), screen and (min-width: 320px) {
  
 .slide > p {
	line-height: 1.1;
	font-size: 1.4em;
   font-family: 'Flamenco', Arial, sans-serif;

}
  
}

@media handheld and (min-width: 480px), screen and (min-width: 480px) {
  .slide > p {
	line-height: 1.1;
	font-size: 1.5em;
   font-family: 'Flamenco', Arial, sans-serif;

}
}


@media handheld and (min-width: 760px), screen and (min-width: 760px) {
 
 .slide > p {
	line-height: 1.1;
	font-size: 1.6em;
   font-family: 'Flamenco', Arial, sans-serif;

}
  
}


/* iPads (portrait and landscape) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) {
  .slide > p {
	line-height: 1.1;
	font-size: 1.7em;
   font-family: 'Flamenco', Arial, sans-serif;

}
 
}

/* iPads (portrait) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) {
 .slide > p {
	line-height: 1.1;
	font-size: 1.7em;
   font-family: 'Flamenco', Arial, sans-serif;

}
 
}

/* Desktops and laptops ----------- */
@media only screen 
and (min-width : 1224px) {
   .slide > p {
	line-height: 1.1;
	font-size: 1.7em;
   font-family: 'Flamenco', Arial, sans-serif;

}
}

/* Large screens ----------- */
@media only screen 
and (min-width : 1824px) {
  .slide > p {
	line-height: 1.1;
	font-size: 1.7em;
   font-family: 'Flamenco', Arial, sans-serif;

}
}

/* iPhone 4 ----------- */
/*@media
only screen and (-webkit-min-device-pixel-ratio : 1.5),
only screen and (min-device-pixel-ratio : 1.5) {

      .Threelogos {
        text-align: left; z-index: 1; position: absolute;width:70%;padding-top:10px;
    }

     .Threelogos a img {
        width:60px;
        height:50px;
        padding-left:10px;
    }
     
    .ftlogosdiv {
        position: absolute;width:100%;padding-top:230px;text-align:right
    }
       
   
      
}*/
    
