body {
    background-color: #116383;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 80vh;
    text-align: center;
    color: #333;
}

.container {
    max-width: 600px;
    padding: 20px;
    border-radius: 15px;
    background-color: #b5b5b6;
    box-shadow: 0px 3px 15px rgba(0,0,0,0.2);
}

h1 {
    color: #116383;
    margin-bottom: 0;
    font-family: 'Roboto', sans-serif;
}

.loader {
    border: 10px solid #f3f3f3;
    border-radius: 50%;
    border-top: 10px solid #116383;
    width: 60px;
    height: 60px;
    animation: spin 2s linear infinite;
    margin: auto;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}


nav {
	display: block;
	margin-bottom: 10px;
	width:250px;
	margin:0 auto;
}

nav ul {
	list-style: none;
	font-size: 14px;
}

nav ul li {
	display: inline;
}

nav ul li a {
	display: block;
	float: left;
	padding: 3px 6px;
	color: #575c7d;
	text-decoration: none;
    display:inline-block;
	font-weight: bold;
}

nav ul li a:hover {
	background: #deff90;
	color: #485e0f;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 3px 6px;
	margin: 0;
	text-decoration: none;
}

img .cloudIMG
{
    width:5%;
    height: 5%;
	box-shadow: 0px 0px 5px #fff;
	-webkit-transform:  skewX(30deg);
}


.header {
    /* text-shadow: 22px -1px 6px #FFFFFF;*/
    font-size 3.2em;
    /*font-family:"Goudy Old Style";*/
    letter-spacing:5px;
    text-align:center;
    color:black;	
}

/* page core */
div#core {
	display: block;
	clear: both;
	margin-bottom: 20px;
}
section#left {
	width: 550px;
	float: left;
	margin: 0 15px;
}
section#right { 
	float: left;
	width: 550px;
}

/* clearfix */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: inline-block;
}

html[xmlns] .clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}
#footer {
    width:100%;
    height:100px;
    position:absolute;
    text-align:center;
vertical-align:bottom;
    bottom:0;
    color:#FFF;
    left:0;
/*
    background:#000;
	box-shadow: -1px -10px 16px #000000;
*/
}
#top {
    width:100%;
    height:100px;
    position:absolute;
    text-align:center;
    top:0;
    color:#fff;
    left:0;
/*
    background:#000;
	box-shadow: -5px -5px 5px 15px #000;
*/
}
#content {
    position: relative;
}

#content img {
    position: absolute;
    top: 0px;
    right: 0px;
}

.slidingDiv {
    height:100px;
}

.show_hide {
    display:none;
}