#myheader {
    position:relative;
}
#myname {
    position:absolute;
	bottom:0;
}
#main {  
	background-color: white;
	padding-left: 20px;
	padding-right: 20px;
}
			
/* Smallest Screen */
@media screen and (max-width: 566px) {
	header {
        background: url(xanadu_530x200.jpg) no-repeat center;
        height: 200px;
  
        white-space: nowrap;
      	text-indent: 5%;
      	color: white;
      	font-family: 'Lato', Arial, sans-serif;
      	font-size: 1.875em;
      	font-weight: 700;
   	}
   	#myname {
    	position:absolute;
		bottom:0;
		/***
		font-size: 0.60em;
    	font-weight: 700;
    	***/
	} 
   	#myquote {
		font-size: 0.75em;
		text-align: left;		
	}
	iframe {
		max-width: 100%;
	}	
}

/* Medium Screen Smaller Font */
@media screen and (min-width: 567px) and (max-width: 850px) {
  	header {
        background: url(futura_2000x200.jpg) no-repeat center;
        height: 200px;
        	
        white-space: nowrap;
      	text-indent: 5%;
      	color: white;
      	font-family: 'Lato', Arial, sans-serif;
      	font-size: 1.875em;
      	font-weight: 700;
    }
    #myname {
    	position:absolute;
		bottom:0;
	}
    #myquote {
		font-size: 0.75em;
		text-align: left;		
	}
	iframe {
		width: 566px;
		height: 425px;
		max-width: 100%;
	}
}
		
/* Medium Screen Larger Font */	
@media screen and (min-width: 851px) and (max-width: 1500px) {
  	header {
        background: url(futura_2000x200.jpg) no-repeat center;
        height: 200px;
        	
        white-space: nowrap;
      	text-indent: 5%;
      	color: white;
      	font-family: 'Lato', Arial, sans-serif;
      	font-size: 2.65em;
      	font-weight: 700;
    }
    #myname {
    	position:absolute;
		bottom:0;
	} 
    #myquote {
		font-size: 0.5em;
	}
	frame {
		width: 420px;
		height: 315px;
		max-width: 100%;
	}
}

/* Largest Screen */
@media screen and (min-width: 1501px) {
  	header {
        background: url(matrix_2500x200.jpg) no-repeat center;
        height: 200px;
        max-width: 1920px;
        	
       	white-space: nowrap;
      	text-indent: 5%;
      	color: white;
      	font-family:'Lato', Arial, sans-serif;
      	font-size: 2.65em;
      	font-weight: 700;
    }
    #myname {
    	position:absolute;
		bottom:0;
	} 
    #myquote {
		font-size: 0.5em;
	}
	iframe {
		width: 420px;
		height: 315px;
		max-width: 100%;
	}	
}
