
@media only screen and (max-width: 1100px)
{
	BODY
	{	
	    width: 100% !important;
	    left: 0 !important;
	}

	DIV.content
	{                                 

	}

	DIV.header 
	{
	    min-height: 20px !important;
	    max-height: 100px;
 	}

	DIV.footer
	{                                
	    font-size: 16px !important;
	    min-height: 20px;
	}
}

@media only screen and (orientation: portrait)
{
	
}
         
BODY
{
    margin: 0px;
    padding: 0px;
    font-family: sans-serif;
    background-color: #ffffff;
    color: black;
    /*color: navy;*/
    width: 80%;
    left: 10%;
    position: absolute;
    box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.5);
    min-height: 100%;
}

A, A:link, A:visited
{
    text-decoration: none;
    color: white;
    font-weight: bold;
}

A:hover
{
    color: yellow;
}

DIV.content A,
DIV.content A:link,
DIV.content A:visited
{
    color: #c44971;
}

DIV.content A:hover
{
    color: #192666;
    /*color: seagreen;*/
}

DIV.header,
DIV.footer
{
    color: gainsboro;
    background-color: #192666;
    padding: 3px;
}

DIV.content
{                       
    border-color: royalblue;
    border-width: 0px 8px 1px 8px;
    padding: 6px;
    min-height: 500px
/*    min-height: 84vh;*/
}

DIV.header 
{
    height: 12vh;
}

DIV.footer
{
    font-size: 11px;
    height: 2vh;
    position: fixed;
    width: inherit;
    bottom: 0;
    padding-right: 0px;
    padding-left: 0px;     
}

DIV.header DIV.top
{
    padding-top: 1em;
}

DIV.header DIV.title
{
    padding-bottom: 1em;
}

             
DIV.header DIV.top SPAN.left
{
    float: left;
    font-weight: bold;
    padding-left: 0.5em;
}

DIV.header DIV.top SPAN.right
{
    float: right;
    font-size: 11px;
    text-align: right;
    padding-right: 0.5em;
}

DIV.header DIV.top SPAN.right INPUT
{
    font-size: 12px;
}

DIV.header DIV.title
{
    padding-top: 10px;
}

DIV.content input
{
    background-color: rgba(25,38,102,1);
    color: #fff;
    padding: 1em;
    border-radius: 10px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

DIV.content table
{
    border-collapse: collapse;
    margin: auto;
}

DIV.content form table
{
    margin: auto;
}

DIV.content form table .mail-subject
{                                                                                         
    width: 100%;       
    margin: auto;
    background-color: white;
    color: black;
    border: 0.8px solid rgb(118, 118, 118);
    border-radius: 0px;
    cursor: text;
    letter-spacing: 0px;
    text-transform: none;
    text-align: left;
    padding: 1px;    
}

DIV.content form table .mail-message
{
    font-family: sans-serif;
    width: 100%;
}

DIV.content form.calendar
{
    text-align: center;
}

DIV.content form select, DIV.content form input
{
    display: block;
    margin: auto;
    margin-top: 1em;
    cursor: pointer;
}

DIV.content DIV.info
{
    font-size: 12px;
    border-width: 4px 4px 4px 8px;
    padding: 1em;
    box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.5);
}

DIV.content DIV.info .error
{
    color: #c44971;
    /*color: red;*/
    font-weight: bold;
}
