
@import url('./fonts/orbitron.css');

html{
    height:100% !important;
}

body{
    background: #f1f1f1;
    min-width: 0;
    color: #d89a9a;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
    font-size: 13px;
    line-height: 1.4em;
}

h1 {
    font-size: 2em;
    font-family: "Orbitron", sans-serif;
    font-optical-sizing: auto;
    font-weight: 900;
    font-style: normal;
    line-height: 0.9;
}

h2 {
    margin: 0px;
}

h4 {
    text-align: justify;
}

a {
    text-decoration: none;
}

a:link {
    color: #d89a9a;
}

a:visited {
    color: #d89a9a;
}

a:hover {
    color: red;
}

a:active {
    color: green;
}

.canvas{
    background: url('./img/bg0.jpg') no-repeat center center fixed;
    background-color: #4e4e4e;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 100vh;

}

.overlay {
    background: transparent url(./img/overlay.png) repeat;
    opacity: 0.5;
    z-index: -10;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
}

.blend {
    background: linear-gradient(to right, black, transparent, black);
    opacity: 0.4;
    z-index: -9;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
}

.container {
    height: 100%;
    width: 320px;
    min-width: 320px;
}

.container-label {
   min-width:50px;
   padding: 5px 5px 5px 24px;
   background: linear-gradient(to right, rgba(113, 0, 0, 0.95), rgba(0, 0, 34, 0));
   opacity: 90%;
}

.maincontainer {
    height: 100%;
    float: left;
    width: 700px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.header-section{
    text-align:justify;
    margin-left: 0;
    padding: 5px 24px 5px;
    background: rgba(0, 0, 0, 0.8);
    text-align:justify;
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.13);
    box-shadow: 0 1px 3px rgba(0,0,0,.13);
}

.content-section {
    margin-left: 0;
    padding: 26px 24px 26px;
    background: rgba(0, 0, 0, 0.8);
    text-align:justify;
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.13);
    box-shadow: 0 1px 3px rgba(0,0,0,.13);
}

.content-section p {
    overflow: hidden;
    font-weight: 400;
}

.links-section {
    display: flex;
    justify-content: space-between;
}

.link-icons{
    text-align:center;
}

.link-icons-descr {
    max-width: 50%;
}

.link-icons img{
    padding:10px;
    opacity:0.7;
    filter:sepia(70%);
}

.link-icons img:hover{
    opacity:0.8;
    filter:sepia(100%);
}

#stationstable {
  width: 100%;
  background-color: rgb(255 255 255 / 1%);
}

#stationstable tr:nth-child(even) {
  background-color: rgb(255 255 255 / 3%);
}
#stationstable tr:nth-child(odd) {
  background-color: rgb(255 255 255 / 10%);
}
#stationstable th {
  color: #a7a7a7;
  background-color: rgb(0 0 0 / 60%);
}
#stationstable td {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 200px;
}

.footer {
    margin-bottom: 24px;
    opacity: 20%;
}


iframe {
    border-width: 0px;
}

@media only screen and (max-width: 718px){

    .canvas {
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	flex-wrap: wrap;
    }

    .container {
	width: 100% !Important;
    }

    .maincontainer {
	height: auto !Important;
	width: 100% !Important;
	float: none !Important;
	padding: 0px !Important;
    }

    .links-section {
        display: block !Important;
    }

    .link-icons-descr {
	display: none;
    }

    #stationstable {
	width: auto !Important;
	display: flex;
	justify-content: center;
	font-size: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;

    }

    #call {
	display: none;
    }

    #freq {

    }

    #qth {
	text-align: right;
	max-width: 300px !Important;
    }

}

@media only screen and (max-width: 500px){

    .container {
	min-width: auto !Important;
    }

    #stationstable {
	font-size: 11px;
    }

    #qth {
	max-width: 100px !Important;
    }

}
