* {
    box-sizing:border-box;
}

body {
    margin:0px;
    padding:0px;
    background-color:#eee;
    min-height: 100vh;
    min-height: -webkit-fill-available;
}

.navigator {
    margin:0px;
    padding-top:10px;
    padding-bottom:20px;
    display:block;
    width:100%;
    text-align: right;
    background-color: #eee;
    list-style: none;
    padding-left:15px;
    padding-right:0px;
}

.navigator li {
    display:inline;
    margin-right:20px;
    padding:0px;
}

.navigator li a {
    color:#333;
    text-decoration:none;
    font-family: sans-serif;
    font-weight:400;
}

.name {
    
    width:100%;
    height:100%;
    max-width: 100vw;
}

.name2 {
    width:100%;
    max-width: 100vw;
    position:relative;
    bottom:-6px;
}

.spacer {
    padding:0px;
    margin:0 auto;
    width:100%;
    height:100%;
    max-width: 100vw;
}

.icon {
    width:35px;
    height:35px;
}

.social-links {
    text-align: center;
    vertical-align: top;
}

.social-links a {
    text-decoration: none;
    font-family: sans-serif;
    color:black;
}

.header {
    max-width:600px;
    margin:20px auto;
}

.logo-container {
    vertical-align: top;
    text-align:center;
}

.logo-container img.photo {
    width:160px;
    border:4px solid black;
    margin:0px 20px;
    margin-bottom:5px;
}

.text-container {
    width:100%;
    vertical-align: middle;
    font-family: sans-serif;
    text-align:center;
    margin:20px;
    padding-right:20px;
    font-family:monospace;
    line-height:1.5em;
}

.divider {
    width:100%;
    height:8px;
    background-color:black;
    margin:0px;
    z-index:1;
}

.divider2 {
    width:100%;
    height:200px;
    background-color:#eee;
    margin:0px;
}

.divider3 {
    width:100%;
    height:50px;
    background-color:#eee;
    margin:0px;
}

.footer {
    background-color:#eee;
    margin:0px;
    padding:10px 10px;
    color:black;
    font-family: monospace;
    text-align:right;
    vertical-align: bottom;
}

.object-container {
    background-color:#ddd;
}

.object {
    max-width:600px;
    margin:0px auto;
    padding:20px 0px;
}

.object .description .app-icon {
    display:block;
    margin-bottom:20px;
}

.object img.app-icon {
    width:80px;
    height:80px;
    margin:0px auto;
    margin-bottom:10px;
    border-radius: 20px;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
}

.object img.app-tv-icon {
    width:133px;
    height:80px;
    margin:0px auto;
    margin-bottom:10px;
    border-radius: 10px;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
}

.object img.no-shadow {
    box-shadow: none;
}

.object a {
    color:black;
}

.object .image {
    vertical-align: middle;
    text-align:center;
}

.object .image img.main {
    max-height:260px;
    max-width:260px;
    margin:0px 20px;
    margin-bottom:5px;
    border:4px solid black;
}

.object .description {
    width:100%;
    vertical-align: middle;
    font-family: sans-serif;
    text-align:center;
    margin:20px;
    padding-right:20px;
    padding-left:20px;
    font-family:monospace;
    line-height:1.5em;
}

.container {
    margin:0px auto;
    background-color:#eee;
}

.container-container {
    background-color:#eee;
    overflow:hidden;
}

.word-divider {
    display:block;
    text-align:right;
    margin-top:100px;
    margin-bottom:100px;
    margin-right:-5px;
    overflow:hidden;
}

.word-divider img {
    height:100%;
    width:10%;
}

/* 


.logo-container {
    display:table-cell;
    background-color:#333;
    padding:30px;
    width:220px;
    box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.1); 
	-webkit-box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.1); 
    -moz-box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.1); 
}



.text-container {
    display:table-cell;
    width:100%;
    padding:30px;
    padding-top:45px;
    vertical-align: middle;
}

.text-container h1, h2, h3 {
    width:100%;
    margin:0;
    padding:0;
    line-height:1em;
    font-family: 'Rubik', sans-serif;
    text-align:center;
    font-weight:400;
}

.text-container h1 {
    font-size: 250%;
    border-bottom:1px solid #ddd;
    padding-bottom:10px;
    font-weight:600;
}

.text-container h2 {
    margin-top:15px;
    margin-bottom:15px;
    color:#555;
}

.text-container h3 {
    color:#aaa;
}

.content {
    max-width:500px;
    padding:20px 30px;
    margin:0 auto;
    background-color:rgb(245, 245, 245);
    box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.1); 
	-webkit-box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.1); 
    -moz-box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.1); 
    margin-bottom:30px;        
}

.content p {
    font-family: 'Open Sans', sans-serif;
    font-weight:200;
    color:#555;
}

.content p a {
    color:#333;
    font-weight:600;
    line-height:1.8em;
}

.content p a:hover {
    color:#888;
}

.content p a:active {
    color:darkred;
}

.quote {
    background-color:#333;
    color:#ddd;
}

.quote p a {
    color:#ccc;
}

blockquote {
    font-weight:100;
    margin-top:15px;
    margin-left:10px;
    margin-right:10px;
    margin-bottom:0px;
    font-size:80%;
    font-family: 'Libre Baskerville', serif;
    line-height:1.7em;
} */