* {box-sizing: border-box;}

body {
    /*font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;*/
    font-family: "Gill Sans", sans-serif;
    margin: 0;
    background-image: url("../img/background/web.jpg") !important;
    background-color: black;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

footer {
    position: absolute;
    color: #fff!important;
    background-color: #000!important;
    height: 125px;
    width: 100%;
    bottom: 0;
    left: 0;
}

.container {
    min-height: 100%;
    position: relative;
}

h1, h2, h3, h4, a {
    font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
}

.mini-nav {
    color: white;
    background-color: black;
    position: fixed;
    top: 100px;
    left: 70%;
    width: 100%;
    height: auto;
    z-index: 2;
}

.top-wrapper {
    top: 0;
    width: 100%;
    position: fixed;
    background-color: black;
    z-index: 99;
    box-shadow: 0 2px 8px 2px rgb(0 0 0 / 16%), 0 0 10px 0px rgb(255 255 255 / 12%);
}

.main-wrapper {
    max-width: 980px;
    padding-top: 3em;
    padding-bottom: 3em;
    padding-left: 1.5em;
    padding-right: 1.5em;
}

.inner-content-wrapper {
    color: white;
    margin-bottom: 100px;
}

.banner-wrapper {
    margin-bottom: 50px;
}

.part-header {
    /*padding-top: 2em;*/
    color: white;
}

.h-colored {
    color: rgb(237 28 36);
}

.top-nav a {
    display: inline-block;
    color:rgb(243, 243, 243);
}

.mini-nav a {
    display: block;
    color:rgb(243, 243, 243);
}

.top-nav a:hover
, .mini-nav a:hover
, .inpt-button:hover 
, .top-nav a:active {
    background-color: rgb(237 28 36);
}

.swtch-locale a {
    color: rgb(237 28 36) !important;
    background-color: rgb(229 229 229) !important;
    font-weight: bold;
}

.swtch-locale a:hover {
    background-color: rgba(243, 243, 243, 0.884) !important;
}

.dropdown-action {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: black;
    min-width: 120px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 100;
}
  
.dropdown-content a {
    color: rgb(243, 243, 243);
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-action:hover .dropdown-content {
    display: block;
}

.logo-wrapper {
    padding-top: 50px;
    padding-bottom: 50px;
    /*padding-bottom: 50px;*/
    margin-left: auto;
    margin-right: auto;
}

.logo-wrapper img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 18em;
    height: auto;
    /*height: 10em;*/
}

.logo-redirect-wrapper img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 10em;
    height: auto;
}

.form-wrapper {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 5px;
    background-color: rgb(53, 53, 53);
    padding: 20px;
}

.form-wrapper form input[type=text]
, .form-wrapper form textarea {
    width: 100%;
    padding: 12px 12px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}

.form-wrapper form textarea {
    height: 100px;
}

.alert {
    width: 100%;
    padding: 12px 12px;
    display: inline-block;
    /*border-radius: 4px;*/
    box-sizing: border-box;
    margin-bottom: 1.5em;
    background-color: rgb(41, 41, 41);
}

.error {
    border: 1px solid rgb(238, 32, 32);
}

.info {
    border: 1px solid rgb(41, 116, 6);
}

.inpt-button {
    color:rgb(243, 243, 243);
    background-color: black;
    font-weight: bold;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    cursor: pointer;
    border-radius: 4px;
    width: 100%;
}

/*
.inpt-button:hover {
    background-color: rgba(243, 243, 243, 0.884)
}
*/

.img-400 {
    width: 100%;
    max-width: 400px;
}

.flex-row {
    display: -ms-flexbox; /* IE10 */
    display: flex;
    -ms-flex-wrap: wrap; /* IE10 */
    flex-wrap: wrap;
    padding: 0 4px;
}

.flex-column {
    -ms-flex: 50%; /* IE10 */
    flex: 50%;
    max-width: 50%;
    padding: 0 4px;
}

.flex-column img {
    margin-top: 8px;
    vertical-align: middle;
    width: 100%;
}

.txt-padding {
    padding: 1em;
}

.mrgn-auto {
    margin-left: auto;
    margin-right: auto;
}

.dspl-mdl {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
}

.txt-algn-cntr {
    text-align: center;
}

.txt-algn-lft {
    text-align: left;
}

.txt-small {
    font-size: 0.8em;
}

.break-wrd {
    overflow-wrap: break-word;
}

.inln-blck {
    display: inline-block;
}

.righter {
    float: right;
}

.lefter {
    float: left;
}

.top-nav a
, .mini-nav a 
, .dark-button a
, .inner-content-wrapper a {
    border: none;
    vertical-align: middle;
    overflow: hidden;
    text-decoration: none;
    padding: 8px 16px 8px 16px;
    transition: 0.2s;
    user-select:none;
    -ms-user-selec:none;
    -moz-user-select:none;
    -webkit-user-select:none;
}

.inner-content-wrapper a:hover {
    text-decoration: underline;
}

.zoom {
    transition: transform .5s;
}

.zoom:hover {
    transform: scale(1.2); 
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    z-index: 10;
}

.bluesky-ico-inline {
    display: inherit;
    width: 1.8em;
    height: auto;
    text-rendering: auto;
    padding-left: 0.7em;
    margin-left: auto;
    margin-right: auto;
    -webkit-font-smoothing: antialiased;
}

.twitter-ico-inline {
    display: inherit;
    width: 1.8em;
    height: auto;
    text-rendering: auto;
    padding-left: 0.7em;
    margin-left: auto;
    margin-right: auto;
    -webkit-font-smoothing: antialiased;
}

.twitter-ico {
    content: url("../ico/Twitter_circle_white.svg");
    width: 1.8em;
    height: auto;
    text-rendering: auto;
    margin-left: auto;
    margin-right: auto;
    -webkit-font-smoothing: antialiased;
}

.twitter-timeline-wrapper {
    position: relative;
    height: 400px;
    width: 300px;
}

.fabhouse-ico {
    content: url("../ico/faphouse-xlogo-mobile.svg");
    width: 1.8em;
    height: auto;
    text-rendering: auto;
    margin-left: auto;
    margin-right: auto;
    -webkit-font-smoothing: antialiased;
}

.box-shadow {
    box-shadow: 0 1px 1px #c7c7c7;
}
/*
.pos-absolute {
    position: absolute;
}
*/
/**/
.container::after
, .top-wrapper::after
, .main-wrapper::after
, .inner-content-wrapper::after
, .twitter-timeline-wrapper::after
, .banner-wrapper::after
, .form-wrapper::after {
    content: "";
    display: table;
    clear: both;
}


