body {
    color: #FFFFFF; 
    font: 13px 'Droid Serif', Georgia, "Times New Roman", Times, serif;
    background: #202020;
    margin: 0;
    overflow-y: scroll;
    line-height: 1.5;
}

body::-webkit-scrollbar {
    border-radius: 12px;
    width: .75em;
    background: black;
}

body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 1);
    border-radius: 10px;
    background: #343a40;
}

body::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background: #5B6570;
}

.content {
    font-family: 'Droid Serif', arial, serif;
}

#flag {
    background-position: right;
    position: absolute;
    top: 0px;
    left: 60px;
    width: 44px;
    height: 68px;
}

#header {
    float: none;
    width: 1000px;
    height: 520px;
    margin: 0 auto;
    text-align: left;
    margin-bottom: -520px;
    position: relative;
}

#canvas {
    z-index: 0;
    width: 100%;
    height: 100%;
}

#topline {
    width: 100%;
    height: 8px;
    background-color: #161616;
    text-align: right;
    margin-bottom: -2px;
}

#container {
    /*width: 1400px;*/
    margin-top: 30px;
    /*margin-left: 15px;*/
    z-index: 10;
    position: relative;
    height: 510px;
    /*
    padding-right: 15px;
    padding-left: 15px;*/
    margin-right: auto;
    margin-left: auto;
}

#content_bottom {
    /*float: left;*/
    /*width: 900px;*/
    font-size: 1.3em;
    position: relative;
}

.about-text {
    /*float: left;*/
    /*width: 900px;*/
    font-size: 1.1em; 
}

.clickable {
    cursor: pointer;
}

li {
    padding-top: 4px;
}

.content {
    padding-left: 40px;
    margin-bottom: 40px;
    font-family: 'Droid Serif', arial, serif;
    position: relative;
}

::selection {
    color: #fff !important;
    background-color: #97B9B9 !important;
}

.content2 {
    float: left;
    width: 325px;
    padding-left: 25px;
    margin-bottom: 25px;
    margin-top: -75px;
    font: 10px Arial, Helvetica, sans-serif;
}

.content3 {
    float: right;
    padding-left: 0;
    margin: 75px 15px 0 0;
    font: 10px Arial, Helvetica, sans-serif;
}

.breakline {
    color: #484545;
    background: url(../img/breakline.gif);
    padding-top: 3px;
    margin-bottom: 15px;
    height: 10px;
}

.menubreak {
    background: url(../img/breakline.gif);
    padding-top: 5px;
    width: 180px;
}

#links,
#links a {
    color: #484545;
    overflow: hidden;
    width: 180px;
    padding-top: 5px;
    text-align: right;
}

#links a:hover {
    color: #E5E5E5;
}

#menu {
    display: block !important;
    float: right;
}

#menu_left {
    float: left;
    width: 90px;
}

#menu_right {
    float: right;
    width: 90px;
    text-align: right;
}

.mypicture {
    border-radius: 15px 2px;
    border: 2px solid #FBD8F6; 
    height: 320px;
    margin-right: -60px;
    margin-left: 10px;
}

.project_field {
    width: 300px;
    height: 16px;
    border-radius: 6px 6px 6px 6px;
    background-color: rgba(16, 16, 16, 0.5);
    margin-top: 4px;
    padding: 5px 0 0 7px;
}

.project_field:hover {
    background-color: rgba(8, 8, 8, 0.5);
}

.project_title {
    font: 10px Arial, Helvetica, sans-serif;
}

.project_link {
    font: 10px Arial, Helvetica, sans-serif;
    margin: 0 7px 0 0;
    padding: 0;
    float: right;
}

em {
    font-size: 90%;
    color: #CCCCCC
}


/*========= mainmenu =========*/

ul.menu {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

li.menu {
    width: 180px;
    height: 47px;
}

li.menu a:link,
li.menu a:visited,
li.menu a:active {
    display: block;
    width: 180px;
    height: 47px;
    text-align: right;
    font-family: 'Oswald', arial, serif;
    font-size: 400%;
    outline: none;
}


/*========= input & textarea =========*/

label {
    display: block;
    margin-bottom: 5px;
    color: #3C3C3C;
}

input,
textarea {
    width: 320px;
    color: #AAAAAA;
    font: 12px Geneva, Arial, Helvetica, sans-serif;
    border: 1px solid #2A2A2A;
    background: #1b1b1b;
    padding: 4px;
    margin-bottom: 8px;
}


/*========= headlines =========*/

h1 {
    font-family: 'Oswald', arial, serif;
    font-weight: normal;
    font-size: 300%;
    margin: -8px 0;
}

h2 {
    font-family: 'Droid Serif', arial, serif;
    font-weight: 100;
    font-size: 125%;
    font-style: italic;
    color: #707070;
    margin: 2px 0 15px 20px;
}

/*
h3 {
    font-family: 'Droid Serif', arial, serif;
    font-weight: 100;
    font-size: 125%;
    color: #909090;
    margin: 16px 0 0 4px;
}*/


/*========= links =========*/

a {
    color: #555555;
    text-decoration: none;
}

a:visited {
    color: #555555;
    text-decoration: none;
}

a:hover {
    color: #FFFFFF;
    text-decoration: none;
}

.t1 a:hover {
    color: #e5e5e5;
}

.t2 a:hover {
    color: #a3e5e5;
}

.t3 a:hover {
    color: #e5a1a5;
}

.t4 a:hover {
    color: #c7a1e5;
}

.t5 a:hover {
    color: #819FF7;
}

.t6 a:hover {
    color: #ace5c7;
}

.menubreak a {
    color: #484545;
    text-decoration: none;
}

.menubreak a:hover {
    color: #9A9A9A;
    text-decoration: none;
}

.content a {
    color: #9090B0;
    text-decoration: none;
}

.content a:visited {
    color: #EAEAEA;
    text-decoration: none;
}

.content a:hover {
    color: #A0A0A0;
    background: #181818;
}

.project_field a:link,
.project_field a:visited,
.project_field a:active {
    color: #4f4e4e;
    text-decoration: none;
    background: none;
}

.project_field a:hover {
    color: #a09f9f;
    text-decoration: none;
    background: none;
}


/*======== contact =========*/

.desc {
    margin: 10px;
}

#contactForm .formblock .txt {
    padding: 4px 6px;
    font-size: 1em;
    font-family: Arial, Tahoma, sans-serif;
    color: #666;
    width: 500px;
}

#contactForm .formblock .txtarea {
    font-size: 1em;
    font-family: Arial, Tahoma, sans-serif;
    padding: 3px 5px;
    color: #666;
    width: 500px;
    height: 250px;
}

#contactForm .formblock .inputError {
    border: 1px solid #6B1B1B;
}

#contactForm .formblock .error {
    font-weight: bold;
    font-size: 1.2em;
    font-style: normal;
    font-family: Arial, Tahoma, sans-serif;
    color: #9d3131;
}

#contactForm .info {
    font-weight: bold;
    font-size: 1.3em;
    color: #59913d;
    margin-bottom: 10px;
    font-family: Arial, Tahoma, sans-serif;
}

#contactForm p.tick {
    font-family: Arial, Helvetica, sans-serif;
    font-style: italic;
    font-size: 1.2em;
    color: #80A080;
}

#contactForm .subbutton {
    padding: 3px 7px;
    font-size: 1.1em;
    font-weight: bold;
    font-family: "Trebuchet MS", Arial, Tahoma, sans-serif;
    color: #565656;
}


/* sexy by Joshua Hibbert*/

.sexy {
    background-color: #222;
    border: 1px solid #111;
    color: #c6c6c6;
    cursor: pointer;
    display: inline-block;
    font: bold 14px/30px sans-serif;
    height: 30px;
    margin: 10px 20px;
    outline: none;
    padding: 0 15px;
    position: relative;
    text-decoration: none;
    text-shadow: 0 -1px 1px hsla(0, 0%, 0%, .8);
    border-radius: 3px;
    box-shadow: 0 1px 4px hsla(0, 0%, 0%, .4), inset 0 1px 0 hsla(0, 0%, 100%, .2);
}

.sexy:hover,
.sexy:focus {
    background-color: #242424;
    color: #f6f6f6;
    box-shadow: 0 1px 4px hsla(0, 0%, 0%, .4), inset 0 1px 0 hsla(0, 0%, 100%, .2);
}

.sexy:after {
    background-position: 50% 0%;
    background-size: 200% 200%;
    content: '';
    display: none;
    height: 1px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.sexy:hover:after,
.sexy:focus:after {
    display: block;
}

.sexy:active {
    background-color: #202020;
    color: #b6b6b6;
    line-height: 32px;
    box-shadow: 0 1px 0 hsla(0, 0%, 100%, .1), inset 0 1px 4px hsla(0, 0%, 0%, .8);
}

.sexy:active:after {
    display: block;
    left: 1px;
    opacity: .5;
    right: 1px;
    top: 31px;
}


/*========= extra =========*/

abbr,
acronym,
span.abbr {
    border-bottom: 0px;
}

.content abbr,
.content acronym,
.content span.abbr {
    border-bottom: 1px dotted #353434;
    cursor: help;
}

hr {
    display: none;
}


/* ======= Sprites =========*/

.spr {
    background: url('../img/spritesheet.png') no-repeat top left;
    display: inline-block;
}

.spr.arrowR {
    background-position: 0px 0px;
    width: 7px;
    height: 7px;
}

.spr.arrowL {
    background-position: -10px 0px;
    width: 7px;
    height: 7px;
}

.spr.sizeInc {
    background-position: -20px 0px;
    width: 20px;
    height: 14px;
}

.spr.sizeDec {
    background-position: -72px 0px;
    width: 20px;
    height: 14px;
}

.spr.linkIco {
    background-position: -51px 0px;
    width: 18px;
    height: 7px;
}

.spr.cPersonal {
    background-position: -95px 0px;
    width: 10px;
    height: 10px;
}

.spr.linkArrow {
    background-position: -108px 0px;
    width: 11px;
    height: 7px;
}

.spr.cArrow {
    background-position: -122px 0px;
    width: 8px;
    height: 7px;
}

#content_top {
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    float: left;
    width: 128px;
    background: url(../img/logo2018.png) no-repeat left;
    background-size: contain;
    padding-top: 150px;
    background-origin: content-box;
    background-position: 15px -120px;
    position: relative;
}

#content_top.shrink {
    min-height: 35px;
}

.navbar-brand {
    width: 150px;
    height: 85px;
    background: url(../img/logo2018.png) left center no-repeat;
    background-size: contain;
    border: 0;
    text-indent: -99999px;
    transition: all 0.3s;
}

.navbar-nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
} 

.fixed-bottom.compressed
{
    bottom: -100px;
    transition: all 0.75s;
}


.navbar-brand.compressed {
    height: 50px;
}
 

@media screen and (max-width: 991px)
{
    #bodyClick {
        height: 100%;
        width: 100%;
        position: fixed;
        opacity: 0;
        top: 0;
        left: auto;
        right: 230px;
        content: "";
        z-index: 1029;
        overflow-x: hidden;
    }
}
/*========= navbar =========*/

ul.menu {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

li.menu {
    width: 180px;
    height: 47px;
}

.nav-link {
    display: block;
    width: 120px;
    height: 47px;
    text-align: center;
    font-family: 'Oswald', arial, serif;
    font-size: 200%;
    outline: none;
}

#stage {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.modal-header {
  color: #555555;
  /* padding-bottom: 0.5rem; */
}
.modal-subtitle {
  color: #555555;
}
.modal-body {
  color: #555555;
}


@media (min-width: 5px) { 
.modal-body {
    font-size: 0.8em;
    text-align: left !important; 
}
}

@media (min-width: 450px) {
.modal-body {
    font-size: 0.8em;
    text-align: left !important; 
}

@media (min-width: 992px) {
.modal-body {
    font-size: 1.0em;
}
}

@media (min-width: 1200px) {
.modal-body {
    font-size: 1.0em;
}
}

/* body.modal-open-noscroll 
{
  padding-right: 0!important;
  overflow-y: scroll;
}
.modal-open-noscroll .navbar-default, .modal-open .navbar-default 
{
  padding-right: 0!important;
}

.modal-open {
  overflow-y: scroll;
} */

.modal-open {overflow-y: auto}

.tooltip-inner {
    min-width: 125px;
    min-height: 125px;
    padding: 0px 0px;
    color: #756704;
    text-align: center;
    background-color: #756704;
    border-radius: .5rem; 
}  
.tooltip .arrow::before {
  border-top-color: #756704;
}

.tooltip.show {
    opacity: 1.0;
} 

.embed-responsive-pdf {
  padding-bottom: 141.42%;
}


@media (min-width: 576px) { 
.embed-responsive-pdf {
  padding-bottom: 141.42%;
}
}

@media (min-width: 768px) {
.embed-responsive-pdf {
  padding-bottom: 141.42%;
}
}

@media (min-width: 992px) {
.embed-responsive-pdf {
  padding-bottom: 141.42%;
}
}

@media (min-width: 1200px) {
.embed-responsive-pdf {
  padding-bottom: 141.42%;
}
}

.rounded {
    border-radius: .33rem!important;
}