@font-face {
    font-family: 'font';
    src: url('font-RegularItalic.woff2') format('woff2'),
        url('font-RegularItalic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'font';
    src: url('font-Normal.woff2') format('woff2'),
        url('font-Normal.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgb(230,230,230);
  padding: 10px;
  /* change if the mask should have another color then white */
  z-index: 999999999;
  display:none;
  /* makes sure it stays on top */
}
#preloader .mini {

}
#status{
  line-height: 230px;
  font-size: 200px;
  padding: 20px;
}
#status {
  overflow: hidden; /* Ensures the content is not revealed until the animation */
  border-right: 200px solid black; /* The typwriter cursor */
  /*white-space: nowrap;  Keeps the content on a single line */
  margin: 0 auto; /* Gives that scrolling effect as the typing happens */
 /* Adjust as needed */
  animation:
    typing 1.5s steps(40, end),
    blink-caret .75s step-end infinite;
}

/* The typing effect */
@keyframes typing {
  from { width: 0 }
  to { width: 100% }
}

/* The typewriter cursor effect */
@keyframes blink-caret {
  from, to { border-color: transparent }
  50% { border-color: black; }
}

body{
  background-color: rgba(255,255,255,100);
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
  overflow: visible;
}

*::-webkit-scrollbar {
    width: 10px;
}

*::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.0);
}

*::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 1px solid slategrey;
}

*{
  font-family: "font";
  line-height: 16px;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  /* These are technically the same, but use both */
 overflow-wrap: break-word;
 word-wrap: break-word;

 /* Instead use this non-standard one: */
 word-break: break-word;

 /* Adds a hyphen where the word breaks, if supported (No Blink) */
 -ms-hyphens: auto;
 -moz-hyphens: auto;
 -webkit-hyphens: auto;
 hyphens: auto;
}
h1{
  font-weight: normal;
  line-height: 35px;
  font-size: 32px;
  margin: 0px;
  padding: 0px;
}
h2{
  font-weight: normal;
}
a{
  text-decoration: none;
  color: black;
}
a:hover{
  text-decoration: underline;
}

p{
  margin: 0px;
  padding: 0px;
}
.img_container{
  display: inline-block;

}
.img_container img{
  width: 200px;
  display: block;
  padding: 5px;
}
.img_sub{
  font-size: 9px;
}
#info{

  width: 100%;
  background-color: rgb(230,230,230);
  padding: 10px;
  box-sizing: border-box;
  height: 80px;
  overflow: scroll;
  z-index: 100000;
  overflow-x: hidden;
}
#info>div{display: none;}
#info .gradient{display: block!important;}
#info a{
  text-decoration: underline;
  color: black;
}
#info p{
  padding: 0px;
  margin: 0px;
}
#info #me{
  font-size: 13px;
  width: 50%;
  margin-bottom:20px;
}
#info #more_me{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
#info #featured img{
  display: none;
}

#more_links{
position: absolute;
top: 0;
right: 0;
padding: 10px;
}

.col{
width: 25%;
display: block;
box-sizing: border-box;
}

#main_container{
  height: calc(100vh - 125px);
  width: 100%;
  margin: 0px;
  padding: 0px;
}
#all_container{
  height: 100vh;
  width: 100%;
  margin: 0px;
  padding: 0px;
}
#projects{
  background-color: white;
  width: 100%;
  height: 100%;
  overflow: scroll;
  box-sizing: border-box;
  margin:0px;
  padding:0px;
  border: none;
  overflow-x: hidden;
}
#projects::-webkit-scrollbar {
    width: 0px;  /* remove scrollbar space */
    background: transparent;  /* optional: just make scrollbar invisible */
}
.container{
  padding: 10px;
    box-sizing: border-box;

}
#news{
  background-color: rgb(50,50,50);
  width: 100%;
  height: 100%;
  overflow: scroll;
  box-sizing: border-box;
  margin:0px;
  padding:0px;
  border: none;
overflow-x: hidden;
}
#news h2{
  line-height: 25px;
  font-size: 22px;

}
#news a, #news  p {
  color: white!important;
}
.white{
  color: white;
}

#mediawiki{
  display: none;
  margin-top: 10px;
}

#mediawiki form{
  margin-bottom: 0;
  padding-bottom: 0;
}

#mediawiki>div{
  margin-bottom: 10px;
}

#mediawiki h2{
  margin: 0;
  padding: 0;

}
#mediawiki i{
  font-style: italic;
  color:grey;

}
#mediawiki .categories{
  position: absolute;
width: 100%;
margin-top: -25px;
right: 5px;
}
#mediawiki .category{
  float:right;
  padding-right:5px;
  font-style:italic;
}
#mediawiki .revisions .comment{
  border-left: 1px solid white;
  padding-left: 5px;
}
#mediawiki .mw_container{
  width: 100%;
  display: inline-block;
  border-top: 1px solid white;
  margin-bottom: 0px;
}
#mediawiki .mw_container img{
  padding-bottom: 5px;

}

#mediawiki .mw_container h2{
  margin-top: 5px;
}

.descriptionText a{
  line-height: 22px;
  font-size: 18px;
  text-decoration: underline;
}

.label_container {
    display: inline-block;
    position: relative;
    padding-left: 20px;
    margin-bottom: 10px;
    margin-right: 15px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: white;
}

/* Hide the browser's default checkbox */
.label_container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: -2px;
    left: 0;
    height: 15px;
    width: 15px;
    background-color: none;
    border: 1px solid white;
}

/* On mouse-over, add a grey background color */
.label_container:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.label_container input:checked ~ .checkmark {
    background-color: white;
}

/* Create the checkmark/indicator (hidden when not checked) */
.label_container:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.label_container input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.label_container .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}



#selector{
    background-color: black;
    width: 100%;
    padding:10px;
    position: fixed;
    top:0;
    left:0;

}
.grid{
margin-left: -5px;
margin-right: -5px;
margin-top: -5px;
margin-bottom: 30px;
}
.grid-item { cursor: pointer;width: 33.3333%; margin:0; padding:5px; box-sizing: border-box;}
.grid-item img{ width: 100%;margin:0; padding:0; }

#fill {
  position: absolute;
  top:0;
width: 100%;
height: 100%;
margin: 0;
padding:0;
display: flex;
justify-content: center;
align-items: center;
overflow: hidden;
}

#fill .portrait{
  min-height: 100%;
  min-width: 100%;
}

#fill .landscape{
  width: 100%;
  height: auto;
}

/*MEDIAWIKI API STUFF*/

#mediawiki #fullhtml *{
  color: white
}
#mediawiki #fullhtml a{
  text-decoration: underline;
}

#mediawiki #fullhtml img{
  margin-top: 10px;
  margin-bottom: 10px;
  height: auto;
  max-width: 100%;
}

#mediawiki .tright{
float: right;
}
#mediawiki .mw-editsection{
  display: none;
}
#mediawiki .mw-headline{
  line-height: 25px;
  font-size: 22px;

}

#light{
  display: none;

  width: 100%;
  height:100%;
padding: 10px;
  background-color: white;
  box-sizing: border-box;


}
#light #light_number{
  float: right;
}

#light #light_image_container{
width: 100%;
height: calc(100% - 40px);
box-sizing: border-box!important;
position: relative;
padding-left: 20px;
padding-right: 15px;
}

#image_cont_size{
  position: relative;
  width: 100%;
  height:100%;

}

#light #light_image{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  max-width: 100%;
  max-height: 100%;
}

#light i {

    display: inline-block;

    cursor: pointer;
    -webkit-user-select: none; /* Safari */
-moz-user-select: none; /* Firefox */
-ms-user-select: none; /* IE10+/Edge */
user-select: none; /* Standard */
}

.right {
  position: absolute;
  top:45%;
  right: -25px;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
}

.left {
  position: absolute;
  top:45%;
  left: -40px;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
}

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
  display: none !important;
}


.gradient{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
padding: 0px;
margin: 0px;
z-index: 999;
}

#show_all{
  position: absolute;
  top: 0;
  right: 0;
  padding: 10px;
}

@media screen and (max-width: 900px){
  .col{
  margin-bottom: 20px;
  width: 50%;
  display: inline-block;
  vertical-align:top;
  }

  #status{
  line-height: 120px;
  font-size: 100px;
  padding: 20px;
}

}

@media screen and (max-width: 450px){
  #status{
  line-height: 70px;
  font-size: 50px;
  padding: 20px;
}

  .col{
    flex: 0 0 100%;
  margin-bottom: 20px;
  display: block;
  }

  #info #me{
    width: 100%;
  }

  #more_links{
  position: relative;
  padding: 0;
  text-align: right;
  margin-bottom: 10px;
  }

  .splitter_panel .vsplitter {
      background-color: grey;
      cursor: col-resize;
      z-index:900;
      width: 20px!important;
  }

  .splitter_panel .hsplitter {
      background-color: #5F5F5F;
      cursor: row-resize;
      z-index: 800;
      height: 20px!important;
  }

}
