@font-face { font-family: verdana; src: url('../.fonts/Verdana/Verdana.ttf'); }
@font-face { font-family: noto-mono; src: url('../.fonts/Noto_Sans_Mono/NotoSansMono-Black.ttf'); }

body {
	background-color: #080808;
}

p {
	font-family: verdana;
	font-size: 22px;
    text-align: left;
	color: #dedfe0;
	word-wrap: break-word;
}

a {
    color: #4d78b9;
}

.banner {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.landing_segment {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    width: 28%;
}

.landing_gap {
    display: inline-block;
    vertical-align: top;
    width: 8%;
}

h1 {
	border-top: 4px solid #d1d1d1;
	font-family: verdana;
	color: #d1d1d1;
	text-align: center;
}

h2 {
    font-size: 90%;
	font-family: verdana;
	color: #d1d1d1;
	text-align: center;
}

h4 {
	font-family: verdana;
	font-size: 20px;
	color: #dedfe0;
	word-wrap: break-word;
}

img {
    image-rendering: crisp-edges;
}

.entrance_tv {
    width: 100%;
}

.hidden {
    display: none;
    background-color: #080808;
}

.navigation_padding {
    display: inline-block;
    vertical-align: top;
    width: 7%;
}

.navigation_bar {
    display: inline-block;
    width: 92%;
}

.navigation_button {
    display: inline-block;
    width: 12%;
}

.contact_entry {
	font-family: verdana;
	font-size: 100%;
	color: #dedfe0;

    display:inline-block;
    vertical-align:top;
    text-align:center;
    width:15%;
    margin-left:2%;
    margin-right:2%;
}

.contact_entry img {
    width:100%;
}

table {margin:2%;border: 3px solid white;	font-family: verdana;
	font-size: 22px;
    text-align: left;
	color: #dedfe0;
	word-wrap: break-word;}
table, th, td {border: 3px solid #dedfe0;border-collapse: collapse;padding-left: 15px;padding-right: 15px;	font-family: verdana;
	font-size: 22px;
    text-align: left;
	color: #dedfe0;
	word-wrap: break-word;}

.ttwnn_home_section {
    display: inline-block;
    width: 20%;
}

/* TTWNN_asset_image */
.t_a_i {
	width: 100%;
	text-align: center;
}

/* TTWNN_asset_group */
.t_a_g {
	display: inline-block;
	vertical-align: top;
	width: 15%;
    margin-left:1%;
    margin-bottom:1%;
}

/* TTWNN_asset_text */
.t_a_t {
	width: 95%;
	font-family: verdana;
	word-wrap: break-word;
	font-size: 80%;
	color: #dedfe0;
	text-align: center;
}
