/*! HTML5 Boilerplate v5.0 | MIT License | http://h5bp.com/ */

html {
    color: #222;
    font-size: 1.1em;
    line-height: 1.4;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


/* ==========================================================================
   Author's custom styles
   ========================================================================== */
a
{
  text-decoration: none;
  color: black;
}
a:visited
{
  color: #402A2F;
}
h1 a:hover
{
  color: #E0D7D2;
}

a img
{
  border: none;
}

div a:hover
{
  border: none;
  filter:alpha(opacity=50); 
  -moz-opacity:0.5; 
  -khtml-opacity: 0.5; 
  opacity: 0.5;
}

body{
	width: 82%;
	margin: auto;
	background-color: white;
	font-size: medium;
	font-family: Georgia, "Times New Roman", Times, serif;
	max-width: 1200px;
	min-width: 770px;
	margin-top: 20px;
}

header h1{
	font-size: 3.5em;
	font-weight: normal;
	margin-top: 0.7em;
	margin-bottom: 0em; 
	text-indent: 0.4em;
}

header h2{
	font-weight: normal;
	font-size: 1.5em;
	text-indent: 1em;
}

header{
	width: 100%;
	border-bottom: 1px solid silver;
	margin-bottom: 10px;
	/*height: 150px;*/
}

footer{
	width:100%;
	display: inline-block;
	border-top: 1px solid silver;
	margin-top: 1em;
	color: grey;
	text-align: right;
}

p{
	text-align: justify;
}

section{
	/*width: 100%;*/
	padding: 5px;
	/*float:left;*/
	padding-top: 0px;
	vertical-align: top;
	overflow: hidden;
}

section h1{
  font-size: 1.2em;
  font-weight: bold;
  text-align:center;
}

.boxed{
	flex: 0.33;
	box-shadow: 3px 3px 4px silver;
	border-right: 0 !important;
	border-right: 2px solid silver;
	border-bottom: 0 !important;
	border-bottom: 2px solid silver;
	
	/*left: -5px;*/
}

.row {
    font-size: 1.2em;
  display: flex; /* equal height of the children */
}

.row div{
	font-size: medium;
	/*padding: 12px;*/
	margin:8px;
	position: relative;
}

.colSmall {
    /*max-width:30%;
    max-height:30%;*/
    flex: 0.5;
}

.subtitleSmall {
    max-width:25%;
    max-height:25%;
    display: left;
  margin-left: 50px;
  margin-right: auto;
}

.col {
    font-size: 1.2em;
    flex: 0.9; 
}

.refcite {
    font-size: 1.1em;
	padding: 12px;
	margin:10px;
    position: relative;
    font-family: Georgia, "Times New Roman", Times, serif;
}

img{
	width: 100%;
}

.icon
{
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top:20px;
  margin-bottom:10px;
  width: 40%;
}






/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 35em) {

}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {

}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}