@font-face { font-family: RobotoBold; src: url('Roboto-Bold.ttf'); }

body {
  margin: 0;
  background-color: #ebebeb;
  color: black;
  font-family: RobotoBold;
  z-index: 1;
}

.light_mode_layer {
  z-index: 1;
  background-color: white;
  color: black;
}

.dark_mode_layer {
  z-index: 1;
  background-color: hsl(0, 0%, 30%);
  color: white;
}

.div_background {
    background-color: hsl(0, 0%, 30%);
    border-radius: 15px;
    background: rgba(0, 0, 0, 0.5);
    padding: 5px;
    margin: 10px;
    height: 100%;
}

.link_text {
    margin: 5px;
    font-size: 19px;
}

.link_container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.main_image_wrap {
  display: grid;
  height: 100%;
}

.dark_mode {
  background-color: hsl(0, 0%, 30%);
  color: white;
  z-index: 1;
}

.navbar ul{
  list-style-type: none;
  background-color: #303030;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}

.navbar a{
  color: white;
  text-decoration: none;
  padding-left: 0px;
  padding-right: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: block;
  text-align: center;
  display: flex;
}

.nav_tabs:hover{
  background-color: hsl(0, 0%, 10%);
}

.nav_tabs {
  float: left;
  font-size:19px;
  font-family: RobotoBold;
  font-weight: 800;
}

.navbar i{
  color: white;
  text-decoration: none;
  padding-left: 10px;
  padding-right: 7px;
  font-size: 23px;
}

.toggle_mode {
  float: right;
  font-size:19px;
  font-family: RobotoBold;
  font-weight: 800;
}

.selected_tab{
  float: left;
  font-size:19px;
  font-family: RobotoBold;
  font-weight: 800;
  background-color: hsl(0, 0%, 10%);
}

.partial_selected_tab {
  float: left;
  font-size:15px;
  font-family: RobotoBold;
  font-weight: 800;
  background: linear-gradient(to bottom, hsl(0, 0%, 10%) 20%, transparent 20%);
}

.main_margin {
  margin-left: 0px;
  margin-right: 0px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.centered_container {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.title_text {
  font-size: 40px;
  text-align: center;
  margin: 10px;
}

.subtitle_text {
  font-size: 25px;
  text-align: center;
}

.h_line_style {
  max-width: 80vw;
}
.h_line_style2 {
  width: 100%;
}

.center_text {
  text-align: center;
}

.box_divide_two {
    display: flex;
    flex-direction: column;
}

.quarter_container {
  flex: 25%;
}

.column_canvas {
  justify-content: center;
  flex: 20%;
  text-align: center;
  /*border: 1px solid black;*/
}

.canvas_style {
  width: 100%;
  height: 100%;
}

.column_links {
}

.update_text {
  font-size: 25px;
  margin: 5px;
  margin-top: 10px;
}

.list_element_style {
  margin: 5px;
  font-size: 19px;
}

.socials_text {
  font-size: 30px;
  margin: 0px;
}
