@font-face {
  font-family: "Markazi Text";
  url("fonts/MarkaziText-Regular.ttf") format("truetype"),
  }
@font-face {
  font-family: "Titillium Web";
  url("fonts/TitilliumWeb-Regular.ttf") format("truetype"),
  }
@font-face {
  font-family: "Comfortaa";
  url("fonts/Comfortaa-Regular.ttf") format("truetype"),
  }


html {
    padding: 25px;
}

body {
    font-family: 'Titillium Web', sans-serif;
    font-size: 14pt;
    background-color: #000;
    color:#eee;
}

h1 {
    font-family: 'Comfortaa', sans-serif;
    color: #07fcc3;
    font-size: 26pt;
    font-weight: bold;
    background-image:linear-gradient(90deg,#52aed5,#07fcc3);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

h2, h3, h4, h5 {
    font-family: 'Comfortaa', sans-serif;
    color: #a355e9;
    font-weight: bold;
    background-image:linear-gradient(90deg,#a355e9,#3fbcd0);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

ul {
    list-style-type: square;
}

#about_hidden_trigger {
    text-decoration: underline;
    cursor: pointer;
    color: #4183c4;
}

html:not([data-scroll='0']) {
	body {
        font-family: 'Titillium Web', sans-serif;
    }
}

.col.mainmenu.element {
    display: flex;
    flex-direction: column;
    justify-content:center;
    text-align: left;
    height: 35pt;
    font-size: 20pt;
    padding: 20pt;
    border-bottom: 1px solid #fff;
}
.column.mainmenu.element a {
    color: white;
}
.column.mainmenu.element a:hover {
    cursor: pointer;
    color: #3fbcd0;
}

.placeholder_div {
    height: 250px;
}
.placeholder_firstdiv {
    height: 50vh;
}

.jumbotron {
    background-color: #eee;
    opacity: 0.7;
    color: black;
}


/*.ui.basic.modal {
    position: unset;
    top: unset;
    left: unset;
    height: 100%;
}*/

#startpage_temp_footer {
    position: fixed;
    bottom: 25px;
    padding-right: 50px;
}

#main-start_container {
    padding-top: 10%;
}

#bg_video {
    position: fixed;
    top: 50%;
    left: 50%;
    /* bring your own prefixes */
    transform: translate(-50%, -50%);
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -10;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    opacity: 50%;
}

#bg_video_btn {
    cursor: pointer;
}

#menu_btn, #menu_btn_close {
    cursor: pointer;
}



/* Mobile Styles */
@media only screen and (max-width: 400px) {
  body {
    /*background-color: #F09A9D; /* Red */
  }

  .mobile_view {
    display: block;
  }

  .desktop_view {
    display: none;
  }
}

/* Tablet Styles */
@media only screen and (min-width: 401px) and (max-width: 960px) {
  body {
    /*background-color: #F5CF8E; /* Yellow */
  }

  .mobile_view {
    display: block;
  }

  .desktop_view {
    display: none;
  }
}

/* Desktop Styles */
@media only screen and (min-width: 961px) {
  body {
    /*background-color: #B2D6FF; /* Blue */
  }

  .mobile_view {
    display: none;
  }

  .desktop_view {
    display: block;
  }
}
