/*
    font-family: 'Amatic SC', cursive;
    font-family: 'Comfortaa', cursive;
    font-family: 'Josefin Sans', sans-serif;
    font-family: 'Poiret One', cursive;

    font-family: 'Open Sans', sans-serif;
    font-family: 'Roboto', sans-serif;

*/
html, body {
    color:#164884;
    font-family: 'Roboto', cursive;
    /**background:#c9dcf0;
    background-image: url('../images/bg.jpg');
    background-repeat: repeat;
    background-position: center;*/
    background: url('../images/bg.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}


table {
    empty-cells: show;
    border-spacing:0;
    border-collapse:collapse;  	
}
.logo {
    font-family: 'Shadows Into Light Two', cursive;
    font-size: 2.5em;    
    margin:20px 10px 0 0;
    padding:0 5px 15px 10px;
    text-align:center;
}

@media (min-width: 960px) {
    /*.logo {
        float:left;
    }*/
}

.header {
    background:rgba(77,108,178,0.8);;
    color:#c9dcf0;
    border-bottom:1px solid black;
}
.header a {
    color:#c9dcf0;
}
.header a:hover {
    color:#dce571;
}
.headerSticky {
    margin-left:0px;
    z-index: 1000;    
    box-shadow: 1px 0px 1px 1px #009fe3;
    background-color: #444;
}
.uk-subnav, h1 {
    font-size: 1.4em;
    font-family: 'Josefin Sans', sans-serif;
}
h1 {
    font-size: 2.5em;    
    color:#164884;
}
h1 a:hover {
    text-decoration: none;
}
.uk-article-lead {
    color:#164884;
}
.uk-article-title a {
    color:#164884;
    font-size:0.8em;
}
a {
    color:#164884;
}
a:hover {
    color:red;
}
.gradientology {    
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+70,ffffff+100&1+70,1+100,0.18+100 */
    background: -moz-linear-gradient(left,  rgba(255,255,255,1) 70%, rgba(255,255,255,0.18) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  rgba(255,255,255,1) 70%,rgba(255,255,255,0.18) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  rgba(255,255,255,1) 70%,rgba(255,255,255,0.18) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#2effffff',GradientType=1 ); /* IE6-9 */
    
}
/*#LVlogo {
    -webkit-transition: all 1.5s ease;
    -moz-transition: all 1.5s ease;
    -o-transition: all 1.5s ease;
    transition: all 1.5s ease;
}*/
.top-buttonRow {
    line-height:1.2em;
}
.top-buttonRow:hover {
    transition: 0.5s ease;
    background-color: #eee;
}
.footermenu {
    padding:20px 0 40px 0;
    background:#002851;
    color:white;
}
.footermenu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.footermenu li {
    float: left;
}
.footermenu li a {
    display: block;
    color: white;
    text-align: center;
    padding: 0px 16px;
    text-decoration: none;
}
.footer a {
    color:#c9dcf0;
}
.footer {
    padding:20px 0 20px 0;
    background:rgba(77,108,178,0.8);
    color:#c9dcf0;
}

.menuitem {
    /*color:#0051a3;*/
    font-size: 1.2em;
}

.sidemenu {
    background: rgba(124,155,188,0.6);
    color:#3d628f;
    border:2px solid black;
}

.textBox {
    background:rgba(240,245,242,0.6);
    /*padding-right:20px;*/
    border:2px solid black;
}


.thumbnail {
    position: relative;
    width: 150px;
    height: 150px;
    overflow: hidden;
    float: left;
    margin: 5px;
}
.thumbnail .squareImgPortrait {
    position: absolute;
    left: 50%;
    top: 50%;
    height: auto;
    max-width: none;
    width: 100%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.thumbnail .squareImgLandscape {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 100%;
    max-width: none;
    width: auto;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}