/* ----------- Navbar ---------- */
body
{
    font-family: Arial, Helvetica, sans-serif;
    margin: 0;
    padding: 0;
}

.navbar
{
    overflow-y: hidden;
    background-color: #404040;
    padding: 0;
    border: 0;
    margin: 0;
    height: 45px;
    width: auto;
}

.navbar a
{
    float: left;
    font-size: 16px;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    vertical-align: middle;
    height: 100%;
}

#logo_img
{
    padding: 0;
}

.navbar a:hover
{
    background-color: #6699ff;
}


#foot
{
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: white;
    color: grey;
    text-align: center;
}

#foot p
{
    font-size: 0.8em;
}

/* ----------- Home page ---------- */
.home-header
{
    width: 100%;
    height: 40%;
    margin-bottom: 5%;
    border-bottom: 5px solid grey;
    background-color: #ddd;
}

#main_title
{
    width: 96%;
    padding: 2% 2% 0% 2%;
    text-align: center;
    font-size: 4em;
}

#main_tagline
{
    width: 96%;
    padding: 0% 2% 2% 2%;
    text-align: center;
    font-size: 2em;
    color: grey;
}

#banner_left
{
    width: 33%;
    height: 100%;
    display: inline-block;
    float: left;
}

#banner_centre
{
    width: 33%;
    height: 100%;
    display: inline-block;
}

#banner_right
{
    width: 34%;
    height: 100%;
    display: inline-block;
    float: right;
}

#banner_img_left
{
    width: 100%;
    height: 100%;
    object-fit: contain;
}

#banner_img_centre
{
    width: 100%;
    height: 100%;
    object-fit: contain;
}

#banner_img_right
{
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.home-header h1
{
    text-align: center;
    font-family: Verdana;
    font-weight: bold;
    font-size: 70;
    color: black;
    margin-bottom: 0;
}


/* ----------- Overview page ---------- */
.details-header
{
    padding-left: 1%;
}

.details-section
{
    width: 96%;
    padding: 2% 2% 2% 2%;
    border-bottom: 5px solid grey;
}

.details-section div
{
    width: 100%;
}

.details-section h2
{
    margin-top: 0;
}

.dets h3
{
    margin-bottom: 1em;
    border-bottom: 2px solid lightgrey;
    text-align: left;
}

.dets p
{
    text-align: justify;
}

.zoomable:hover
{
    opacity: 80%;
}


/* ----------- Tech details page ---------- */
.settings-desc-table
{
    margin: 2% 0% 2% 0%;
    border-collapse: collapse;
    width: 100%;
}

.settings-desc-table th
{
    background: #ccc;
}

.settings-desc-table td, .settings-desc-table th
{
    border: 1px solid #aaa;
    padding: 0.5rem 0.5rem 0.5rem 0.5rem;
}

.tg
{
    border-collapse:collapse;
    border-spacing:0;
    display: inline-table;
    width: 40%;
    height: 30%;
}

.tg td
{
    font-family:Arial, sans-serif;
    font-size:14px;
    border-style:solid;
    border-width:1px;
    overflow:hidden;
    word-break:normal;
    border-color:black;
}

.tg th
{
    font-family:Arial, sans-serif;
    font-size:14px;
    font-weight:normal;
    padding:5px 5px;
    border-style:solid;
    border-width:1px;
    overflow:hidden;
    word-break:normal;
    border-color:black;
}

.tg .tg-34fe
{
    background-color:#c0c0c0;
    border-color:inherit;
    text-align:center;
}

.tg .tg-c3ow
{
    border-color:inherit;
    text-align:center;
}

.tg .tg-baqh
{
    text-align:center;
    vertical-align:top;
}

.tg .tg-pp3w
{
    background-color:#343434;
    color:#343434;
    text-align:center;
    vertical-align:top;
}

.tg .tg-5tc4
{
    background-color:#343434;
    color:#343434;
    text-align:center;
    vertical-align:middle;
}

.tg .tg-nrix
{
    text-align:center;
    vertical-align:middle;
}

.tg .tg-1kn1
{
    background-color:#343434;
    text-align:center;
    vertical-align:top;
}

/* ----------- Software page ---------- */
.esc-sequence-table
{
    border-collapse: collapse;
    width: 100%;
}

.esc-sequence-table th
{
    background: #ccc;
}

.esc-sequence-table tr, .esc-sequence-table td
{
    border: 1px solid #aaa;
    padding: 0.5rem 0.5rem 0.5rem 0.5rem;
}

.esc-sequence-table tr > :first-child:not(th)
{
    max-width: 100%;
    white-space: nowrap;
    text-align: right;
}

.custom-char-table
{
    border-collapse: collapse;
    width: 100%;
}

.custom-char-table td
{
    border: 1px solid #aaa;
    padding: 0.5rem 0.5rem 0.5rem 0.5rem;
}

.ctrl-code-table
{
    border-collapse: collapse;
    width: 100%;
}

.ctrl-code-table tr > :first-child:not(th)
{
    text-align: center;
}

.ctrl-code-table th
{
    background: #ccc;
}

.ctrl-code-table tr, .ctrl-code-table td
{
    border: 1px solid #aaa;
    padding: 0.5rem 0.5rem 0.5rem 0.5rem;
}

/* ----------- Contact page ---------- */
.contact-field
{
    margin-top: 10%;
    width: 100%;
}

.contact-field h1
{
    text-align: center;
}

.contact-field p
{
    text-align: center;   
}


/* ----------- Resources page ---------- */
.resources-layout
{
    width: 70%;
    margin: 0 15% 0 15%;
}

.resources-layout h1
{
    margin: 5% 0 0 0;
}

.resources-table
{
    border-collapse: collapse;
    width: 100%;
}

.resources-table th
{
    background: #ccc;
}

.resources-table tr, .resources-table td
{
    border: 1px solid #aaa;
}

