  
/* Default desktop styles */
  p {
    word-break: break-word;
}

  .horizontal{
	width:500px; 
}

  .horizontaltop{
	width:500px; vertical-align:top;
}

.horizontalwide{
	width:600px; 
}

 .vertical {
	height:500px; 
}

.square {
	width:400px;
}

  .lettertext {
	font-size: 1.5rem;
    color:black;
	text-align:left;
	}
	
.lettertextlist {
	font-size: 1.5rem;
    color:black;
	text-align: left;
	}
	
	
	.caption {
    font-size: 1rem;
    color:black;
    font-weight:bold;
    font-type:italic;
    }
	
	.divbg {
	font-size: 2rem;
    background-image: url('japan.jpg');
	width: 100%;
	height: 178px;
	color: black;
	font-weight: bold;
	text-align:center;
}



/* Mobile Styles */
@media (pointer: coarse)  {

  .horizontal{
	width:95%; max-width:800px; 
}

  .horizontaltop{
	width:95%; max-width:800px;
}

.horizontalwide{
	width:95%; max-width:800px;  
}

 .vertical {
	width:70%; max-width:800px; height:auto;
}

.square {
	width:100%; max-width:800px; height:auto; max-height:800px;
}


}
