html
{
 	margin:0px;
 	padding:0px;
	overflow-x: hidden;
	/* overflow-y: hidden; */
	font-family: 'Montserrat', sans-serif;
}
body
{
 	margin: 0px;
 	padding: 0px;
	height: 100%;
	width: 100%;
	background-color: #3c3c3c;
}
object
{
	height:250px;
}
#logo
{
	/*z-index: 500;*/
	/*margin-left: auto;*/
    /*margin-right: auto;*/
    padding-bottom: 75px;
    width: 100%;
    height: 200px;
    padding-top: 10%;
    background-color: #fff;
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;      /* TWEENER - IE 10 */
	display: -webkit-flex;     /* NEW - Chrome */
	display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
    flex-direction: row;
    justify-content: center;
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,1);
}
#diwako
{
	width: auto;
	height: 100%;
}
.nav
{
	margin-top: 0px;
	margin-left: auto;
    margin-right: auto;
    /*display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
	/*display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
	/*display: -ms-flexbox;      /* TWEENER - IE 10 */
	/*display: -webkit-flex;     /* NEW - Chrome */
	/*display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
    flex-direction: row;
    justify-content: center;
    width: 100%;
    height: 100%;
    position: relative;
    left: calc(50% - 180px);
}
.navelem
{
	/*float: left;*/
	/*display: none;*/
	padding-left: 10px;
	padding-right: 10px;
	min-width: 10px;
    float: left;
    width: 70px;
	/*background-color: #ffcccc;*/
}

.navelem img
{
	position: relative;
	width: auto;
	height: 50px;
	z-index: 2;
}

.navelem span
{
  	position: relative;
 	top: 25px;
 	left: 0px;
	display: inline-block;
	height: 0;
	overflow-x: hidden;
	z-index: 1;
	color: #fff;
	opacity: 0;
}
a 
{
    color: #FFFFFF;
    text-decoration: none;
}
#about-content
{
	position: relative;
	padding: 10px;
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;      /* TWEENER - IE 10 */
	display: -webkit-flex;     /* NEW - Chrome */
	display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
    flex-direction: row;
    justify-content: center;
}
#content-text
{
	padding-left:25px;
	max-width: 50%;
	min-width: 500px;
	color: #fff;
}
@media screen and (max-width: 600px) {
	object
	{
		height:200px;
	}
    .navelem
    {
        padding-left: 0px;
        padding-right: 0px;
    }
    .nav
    {
        left: calc(50% - 140px);   
    }
	.navelem span
	{
		position: relative;
		top: 25px;
		left: 0px;
		display: inline-block;
		height: auto;
		overflow-x: hidden;
		z-index: 1;
		color: #fff;
		opacity: 100;
	}
	#logo
	{
		padding-bottom: 25px;
		width: auto;
		max-width: 100%;
		height: auto;
		padding-top: 10%;
		background-color: #fff;
		display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
		display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
		display: -ms-flexbox;      /* TWEENER - IE 10 */
		display: -webkit-flex;     /* NEW - Chrome */
		display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
		flex-direction: row;
		justify-content: center;
		box-shadow: 0px 0px 15px 0px rgba(0,0,0,1);
	}
	#about-content
	{
		position: relative;
		padding: 5px;
		display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
		display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
		display: -ms-flexbox;      /* TWEENER - IE 10 */
		display: -webkit-flex;     /* NEW - Chrome */
		display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
		flex-direction: column;
		justify-content: center;
	}
	#content-text
	{
		max-width: 100%;
		padding-left:0px;
		min-width: 0px;
		/* word-wrap: white-space; */
	}
}
