html {
    background-color: #111;
    color: #ddd;
    font-family: Roboto, Tahoma, Verdana, sans-serif;
    font-size: 14pt;
}

body {
    margin: 0;
}

a {
    text-decoration: none;
    color: inherit;
    cursor: default;
}

a:hover {
    cursor: default;
}

#navbar_container {
    position: absolute;
    width: 100%;
    height: 75px;
    bottom: 0;
    background-color: transparent;
    padding: 0px;
    /* border: 3px solid #fff; */
    z-index: 2147483647;
    /* left: 25%; */
    text-align: center;
}

#navbar {
    height: 35px;
    padding: 0px;
    margin: 0px;
    padding-top: 3px;
    padding-bottom: 3px;
    width: 100%;
    text-align: center;
}

ul {
    display: table;
    width: 100%;
}

li { display: table-cell; }

ul li {
    text-decoration: none;
    padding: 0;
    margin: 0px;
}

#myname {
    line-height: 35px;
    font-weight: bold;
    /* text-shadow: 0px 0px 15px #fff; */
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    padding: 0px;
}

#cover {
    position: fixed;
    width: 100%;
    height: 100%;
    margin: auto;
    z-index: 3;
    background-color: #000;
    opacity: 0.0;
}

#logo {
    position: absolute;
    height: 180px;
    width: 320px;
    background: url(logo19.png);
    background-size: cover;
    left: 0;
    top: 0;
    right: 0;
    bottom: 75px;
    margin: auto;
    z-index: 10;
    /* min-width: 150px; */
    display: block;
}

.social_connection {
    /* display: inline-block; */
        
    height: 35px;
    width: auto;
    line-height: 35px;
    font-size: 12pt;
    
    text-align: center;
    text-transform: uppercase;
    cursor: default;
    
    -webkit-transition: all 0.75s;
       -moz-transition: all 0.75s;
        -ms-transition: all 0.75s;
         -o-transition: all 0.75s;
            transition: all 0.75s;

    padding-left: 10px;
    padding-right: 10px;
    
    display: hidden;
}

.social_connection:hover {
	background-color: #33b5e5;
	color: #fff;
}