body {
    background-color:#dadbdd;
    margin-left: 10px;
    font-family: HelveticaNeue, Helvetica, sans-serif;
}

.bluetext
{
    color: rgb(0, 68, 255);
    font-weight: bold;
    margin-bottom: 10px;
}

.subtitlegray
{
    /* color: #000000bb; */
    color: #3D5273;
    font-weight: bold;
    font-size: 16px;
}

h6
{
    color: #000000;
    font-size: 19px;
    font-weight: normal;
    margin-top: 30px;
}

.titlefont
{
    color: #008000;
    font-size: 21px;
    font-weight: bold;
    margin-bottom: 5px;
}

a.graytext
{
    color: #555555;
    font-size: 19px;
    /*font-weight: 200;*/
    text-decoration: none;
}

a.nostyle
{
    color: inherit;
    text-decoration: none;
    font-size: inherit;
}

.iphoneonly
{
}

.iphone5
{
}

.iphone6
{
    display: none;
}

.iphone6p
{
    display: none;
}

.iphonex
{
    display: none;
}

.ipadonly
{
    display: none;
}

.subtitlefont
{
    /* color: #000000bb; */
    color: #008000;
    font-weight: bold;
    font-size: 18px;
}

img.appicon
{
    float: left; 
    margin-top: 18px; 
    margin-left:0px; 
    margin-right: 10px;
    margin-bottom: 10px; 
    width: 80px; 
    height: 80px; 
    border-radius: 20%;
}

img.settings
{
    float: left; 
    width: 10px; 
    height: 10px; 
    border-radius: 20%;
    display: none;
}

.container
{
    margin-top: 15px;
    padding-bottom: 10px;
    padding-left: 5px;
    display: inline-block;
    max-width: 532px;
    border: #00000069;
    border-style: solid;
    border-width: 1px;
    border-radius: 15px;
}

/*@media only screen 
and (max-device-width : 320px)  
{ 
    a.graytext
    {
        font-size: 18px;
    }      
}*/

@media only screen 
and (min-device-width : 350px)  
{ 
    .iphone6
    {
        display: block;
    }

    .iphone6p
    {
        display: none;
    }

    .iphone5
    {
        display: none;
    }

    .iphonex
    {
        display: none;
    }

}

@media only screen 
and (min-device-width : 400px)  
{ 
    .iphone6
    {
        display: none;
    }

    .iphone6p
    {
        display: block;
    }

    .iphone5
    {
        display: none;
    }

    .iphonex
    {
        display: none;
    }

}

@media only screen 
and (max-device-width : 415px)  
{ 
    .container
    {
        padding-bottom: 15px;
    }
}


@media only screen 
    and (device-width : 375px) 
    and (device-height : 812px) 
    and (-webkit-device-pixel-ratio : 3)     
{ 
    .iphone6
    {
        display: none;
    }

    .iphone6p
    {
        display: none;
    }

    .iphone5
    {
        display: none;
    }

    .iphonex
    {
        display: block;
    }
}


@media only screen 
and (min-device-width : 768px)  
{ 

    .container
    {
        margin: 10px;
        max-width: 632px;
    }

    .subtitlegray
    {
        font-size: 18px;
    }

    .iphoneonly
    {
        display: none;
    }

    .iphone6
    {
        display: none;
    }

    .iphone6p
    {
        display: none;
    }

    .iphone5
    {
        display: none;
    }

    .iphonex
    {
        display: none;
    }
    
    .ipadonly
    {
    display: inline;
    }

    .titlefont
    {
        color: #008000;
        font-size: 25px;
        font-weight: bold;
    }

    .subtitlefont
    {
    font-size: 22px;
    }

    a.graytext
    {
    font-size: 23px;
    }

    h6
    {
    color: #000000;
    font-size: 22px;
    }

    img.appicon
    {
        margin-top: 15px; 
        width: 100px; 
        height: 100px;   
    }

}

.closertop
{
    margin-top:-15px;
}

h1 {
	color: #333;
	text-shadow: 0px 1px 0px rgba(255,255,255,1.0);
}

h2 {
    color: #3D5273;
    text-shadow: 0px 1px 0px rgba(0,0,0,0.6);
}

h3 {
	color: #06F;
	text-shadow: 0px 1px 0px rgba(0,0,0,0.6);

}

h4 {
    color: #06F;
    text-shadow: 0px 1px 0px rgba(0,0,0,0.6);
}

h5 {
    color: #3D5273;
    font-size:100%;
}
