﻿@import "https://fonts.googleapis.com/css?family=Roboto:100,300,400,700";
@import "https://fonts.googleapis.com/css?family=Noto+Serif+TC:300,400,500,600,700";

body {
    margin: 0;
    padding: 0 0 0 0;
    overflow: hidden;
    min-width: 720px;
    height:100%;
}

p.myp {
    color: burlywood;
    font-size: 1.8em;
    font-family: 'Roboto', san-serif;
    font-weight:400;
    line-height: 1.2em;
    padding-top: 2px;
    padding-bottom: 5px;
}
p.myp2 {
    color: burlywood;
    font-size: 1.1em;
    font-family: 'Roboto', san-serif;
    font-weight: 400;
    line-height: 1.2em;
    padding-top: 2px;
    padding-bottom: 5px;
}
h1.subtitle {
    font-size: 2.5em;
    font-family: 'Roboto';
    color: #17a2b8;
    font-weight: 700;
}

p {
    color: white;
    padding-top: 2px;
    padding-bottom: 5px;
    font-family: 'Roboto', san-serif;
    font-size: 1.05em;
    font-weight: 300;
    line-height: 1.5em;
}
b.myb {
    color: #17a2b8;
}

ul {
    color: white;
    /*font-family: 'Roboto', sans-serif;*/
    font-weight:200;
    list-style-type: disc;
    padding-left: 50px;
    line-height: 1.1em;
    max-width:100%;
    margin: 0;
    padding-right:5px;
}

h1.title {
    font-size: 2.5em;
    font-family: Arial;
    color: #17a2b8;
    font-weight: 500;
    font-stretch: condensed;
    padding-bottom: 0px;
}


h2 {
    font-size: 2em;
    font-weight: 700;
    font-family: 'Roboto';
    color: burlywood;
}
h3 {
    font-weight: 400;
    font-family: 'Roboto';
    font-size: 1.3em;
    padding-top: 5px;
    color: #17a2b8;
}

.mainheading {
    width: 100%;
    max-height: 240px;
    padding: 0px;
    padding-bottom:10px;
    background-color: black;
    text-align: center;
    flex-grow:2;
    flex-shrink:0;
}

.flex-rows {
    display:flex;
    flex-direction:column;
    flex-grow:10;
    width:100%;
    height:calc(100% - 50px);
    align-items:stretch;
}

.flex-container {
    display:flex;
    flex-direction:row;
    align-items:stretch;
    align-content:center;
    height:100%;
    width:100%;
    overflow:hidden;
}

.myleft {
    flex-grow: 0;
    overflow-y: auto;
    overflow-x: hidden;
    width: 15%;
    min-width: 200px;
    max-width:300px;
    border: none;
    color: white;
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
    background-color: black;
    padding-top: 0;
}

.myright {
    flex-grow: 0;
    width: 15%;
    min-width: 180px;
    max-width: 350px;
    border: none;
    color: white;
    text-align: center;
    align-content: center;
    background-color: black;
    padding-top: 10px;
    padding-right: 20px;
    padding-left: 20px;
    overflow: hidden;
}
#myVideo {
    width: 100%;
    max-height: 100%;
}
.mycontent {
    background: url('/images/web/layeredbridge.jpg') no-repeat center center fixed;
    background-size: cover;
    display:flex;
    flex-grow:8;
    width:60%;
    padding-top: 0;
    overflow:hidden;
    margin: 0 0 0 0;
    justify-content:center;
}
.mycontent_text {
    display: none;  /*Starting out as hidden*/
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
}

.psshedlogo {
    display: inline-block;
    position: absolute;
    right: 10px;
    top: 50px;
    padding: 10px;
    width: 20%;
    max-width: 300px;
    max-height:200px;
}
.psweblogo {
    display: inline-block;
    position: absolute;
    left: 10px;
    top: 50px;
    padding: 10px;
    width: 15%;
    height: 95%;
    max-width: 160px;
    max-height:160px;
}

.toggler {
    display: none;
    max-width:100%;
    max-height:100%;
    padding: 10px 10px 10px 10px;
    position:center;
}

.btn-info {
    margin-bottom: 20px;
    font-size: 1em;
    width: 100%;
    max-width: 500px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    color:antiquewhite;
    padding-top:3px;
    padding-bottom:3px;
}
.btn-tool {
    background-color: transparent;
    border-color: transparent;
    color: coral;
    padding-left: 0;
    padding-right: 0;
    padding-top:0;
    cursor: pointer;
    font-family: 'Roboto', san-serif;
    font-size: 17px;
    font-weight: 300;
}
.btn-viewer {
    color:orangered;
}

.centertext {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width:1200px;
    height: 100%;
    padding: 20px;
    background-color:transparent;   
    overflow:auto;
}

.devbar {
    /*background-color: transparent;*/
    margin: 0;
    padding: 8px;
}
.dx-menu-item-text {
    color: #dedede;
    font-weight: normal;
    font-size: 14px;
    font-family: 'Helvetica Neue', 'Segoe UI', Helvetica, Verdana, sans-serif;
    line-height: 1.35715;
}

/*.dx-button-text {
    color: lightcoral;
    font-weight: normal;
    font-size: 14px;
    font-family: 'Helvetica Neue', 'Segoe UI', Helvetica, Verdana, sans-serif;
    line-height: 1.35715;
}*/
/*.dx-menu-items-container {
    background-color: black;
}
.dx-menu-item.dx-state-hover {
    background-color: black;
}

.dx-menu-item.dx-state-focused {
    background-color: black;
    color: #fff;
}

.dx-menu-item-selected {
    background-color: black;
    color: #333;
}

.dx-menu-item-selected.dx-state-focused {
    background-color: black;
    color: #fff;
}

.dx-menu-item-expanded {
    color: #333;
    background-color: black;
}*/

.mymenu {
    color: white;
}
.viewer {
    color:brown;
}

@media screen and (max-width: 1000px) {
    h1.subtitle {
        font-size: 2em;
    }

    p.myp {
        font-size: 0.8em;
    }

    ul {
        font-size: 0.8em;
    }
    btn-info::after {
        font-size: 12px;
    }
    p.myp {
        font-size:1em;
    }
    p.myp2 {
        font-size:0.8em;
    }
}
