/*(c) 2023 SammTech.net*/

@import url('https://fonts.googleapis.com/css2?family=Orbitron:wght@600&display=swap');

* {
    font-family: 'Orbitron';
    color: white;
    background-color: black;
}

/*
body {
    background-image: url('../img/backgrounds/space/blackhole_001.png');
}
*/

body,
html { overflow-x: hidden; }

.hide{
    display:none;
}

#cookies_check{
    font-size: 350%;
    border: 0.05in solid red;
    bottom: 5%;
    position:fixed;
}

#cookies_check input{
    font-size: xx-large;
    width: 0.6in;
    height: 0.6in;
}

button{
    font-size: 100%;
    border: 0.025in solid red;
}

.header1{
    font-size: 500%;
}

p{
    font-size: 100%;
}

p+.footer{
    font-size: 225%;
}

.footer{
    font-size: 150%;
}

.topnav {
    display: inline-block;
    top: 0;
    position: fixed;
    overflow: hidden;
    text-align: left;
    text-decoration: none;
    /*border: 5px white solid;*/
    align-items: center;
    border: solid 0.05in red;
    border-radius: 0.1in;
}

.topnav-element {
    font-size: 175%;
    border: solid 0.05in red;
}

#sammtech-topnav-btn {
    flex: 5%;
}

#map {
    height: 810px;
}

.subs-container {
    width: 75%;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
}

.subs-row {
    flex: 5%;
    height: 30vw;
    border: solid red 0.05in;
    border-radius: 1.5vw;
    text-align: center;
}

.button{
    font-size: 100%;
    border: 0.05in solid red;
}

.big-button{
    display: inline-block;
    font-size: 230%;
    border: 0.05in solid red;
    margin-top: 0;
}

.dropdown-hidden {
    visibility: hidden;
    display: inline;
    display: none;
}

.dropdown {
    visibility: visible;
}

.image-big-to-medium {
    width: 20%;
}

.footer {
    font-size: 100%;
    bottom: 0;
    border: 0.035in solid red;
}

.info_box{
    border: 0.1in solid red;
}

.info_data{
    font-size: 350%;
}

#screen_overlay{
    position:fixed;
    display: block;
    width:100%;
    height:100%;
    top:0;
    left:0;
    right:0;
    bottom:0;
    z-index: 2;
}

.st-v1-logo-button{
    width: 7.5%;
    height: auto;
}

.home-button {
    width: 7.5%;
    height: auto;
}

.homepage-content {
    display: inline-flex;
}

.info_data + a{
    font-size: 350%;
}

.info_box + .header1{
    border: 0.1in solid red;
}

.tab{
    font-size: 100%;
    text-indent: 5%;
}

.tab + .tab {
    font-size: 100%;
    text-indent: 10%;
}

.tab + .tab + .tab {
    font-size: 100%;
    text-indent: 15%;
}

.tab + .tab + .tab + .tab {
    font-size: 100%;
    text-indent: 20%;
}

.header_scroll_text {
    position: absolute;
    width: 100%;
    padding: 25px 0;
    color: white;
    font-size: 200%;

    border: 0.05in solid red;
}

.header_scroll_text_content {
    display: block;
  
    width: 100%;
    transform: translateX(100%);
    animation: move 30s linear infinite 
}

@keyframes move {
to { transform: translateX(-100%); }
}