




        body {
            margin: 0;
            padding: 0;


	background-color:#f6f6f6; 
	background:url(/wp-content/themes/apx/_images/rain-72dpi-rgb.jpg); 
	background-size:512px 512px ;


            font-family:Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
            height: 90vh;
            display: flex;
            justify-content: center;
            align-items: flex-start;
            position: relative;
        }

        .container {
             min-width: 360px;
            text-align: center;
            margin-top: 20vh; 
        }

        h1 {
            
            color: #002366; /* dark blue */
            margin-bottom:10px;
            font-weight: 300;
        }
        
        

 a:link			{color: #20374e;  transition: color 0.1s ease ;} /* color:rgba(0,0,0,0.18);  */
 a:hover 		{color: #6e8193;    transition: color 0.1s ease ;}
 a:visited 		{color: #20374e;}
 a:active 		{color: #20374e;}
        
        
        
        
        .title {
            
           
            width: 80vw ; 
            border-bottom:1px solid rgba(0,0,0,0.05);
            
        }

        .placeholder-text {
            width:80% ; 
            opacity: 0.75; 
            padding-top: 25px;
            max-width: 900px;
            margin: 0 auto;
            color: #333;
            line-height:1.75em; 
            text-align: center; 
            
        }

        .footer {
            
            margin-top: 30vh; 
            opacity: 0.25;
            font-size: 12px;
            color: #666;
            
        }