
/* ### undo #################################################################### */

:link,:visited { text-decoration:none; }
ul,ol { list-style:none }
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; font-weight:normal; }
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input, dl, dt, dd { margin:0; padding:0 }
img, a img,:link img,:visited img, fieldset { border:none }
img { margin:0; padding:0; vertical-align:bottom; }
address { font-style:normal }

table {	border:none; padding:0px; margin:0px; border-spacing:0px; font-size:1em;}
tr { border:none; padding:0px; margin:0px; }
td { border:none; padding:0px; margin:0px; vertical-align:top; border-spacing:0px; }


legend { display:none; }

div, p, li, a {background-repeat:no-repeat; }

/* ### reset some basic style ################################################### */

dl			{margin: 0 0 0 0;}
dl dt		{margin: 0 0 0 0;}
dl dd+dt	{margin-top: 0;}
dl dd		{margin: 0 0 0 0;}

ol			{list-style: none;}
ol li		{margin: 0 0 0 0;}
ol li ol	{margin: 0 0 0 0;}
ol li ul	{margin: 0 0 0 0;}

p			{margin-bottom: 0em;}

ul			{list-style: none;}
ul li		{margin: 0 0 0 0;}
ul li ul	{margin: 0 0 0 0; list-style: none;}
ul li ol	{margin: 0 0 0 0;}

pre			{font-size:1.2em; }

a {
    color: #fff;
}

a:hover {
    text-decoration:none;
    background-color: #faba00;
    color: #fff;
}

blockquote {font-style: italic;}

.flex {
    display: -webkit-flex;
    display: -webkit-flex-box;
    -webkit-align-items: stretch;
    -webkit-flex-wrap: wrap;
     -webkit-flex-direction: row;
     -webkit-flex-flow: row wrap;
    -webkit-justify-content: space-around;

    display: -moz-flex;
    -moz-flex-flow: row wrap;


    display: -ms-flexbox;
    -ms-flex-align: strech;
    -ms-flex-direction: row;
    -ms-flex-flow: wrap;
    -ms-flex-wrap: row-wrap;
    -ms-flex-pack: justify;
    -ms-flex-pack: distribute;


    display: flex;
    align-items:stretch;
    flex-wrap: no-wrap;
    justify-content:space-around;



    margin: 0 auto;
}

h1 {
    font-size: 24px;
    /* color: #023753; */
    margin: 15px 0 15px 0;
}

h2 {
    font-size: 18px;
    /* color: #023753; */
    margin: 15px 0 15px 0;
}

p {
    line-height: 25px;
}

a {
    color: #333;  
}

img {
    margin-bottom: 40px;
}

html {
    display: block;
    color: #333;
    width: 100%;
    height: 100%;
    font-family: Arial, sans-serif;
}

body {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
}

#main {
    display: table;
    text-align: center;  
    height: 100%;
    margin: 0 auto;
}

#main #parent {
    display: table-cell;
    vertical-align: middle;

}

#main img {
    display: block;
    margin: 0 auto 50px auto;
    width: 100%;
    min-width: 150px;
    max-width: 500px;

}





