/* This CSS File is created and hand coded by Jerry Cotten CEO LiquidNetworkHub Inc All Rights Reserved */

body{
margin:0;
color:#000000;
font-family:monospace;

background: #DBDBDB;
}


#dcsOrbit{
width:900px;
margin-top:12px;
margin-bottom:12px;
margin-left:auto;
margin-right:auto;
background:#ffffff;
padding:40px;
box-sizing:border-box;
border-radius:14px;
}

#dcsMark{
font-size:20px;
font-weight:normal;
text-align: center;
letter-spacing:2px;
margin-bottom:30px;
}

h1{
font-size:20px;
margin-bottom:10px;
}

h2{
font-size:16px;
margin-top:6px;
margin-bottom:6px;
}

h3{
font-size:14px;
margin-top:6px;
margin-bottom:6px;
}

h4{
font-size:12px;
margin-top:6px;
margin-bottom:6px;
}

p{
line-height:22px;
letter-spacing:1px;
white-space:pre-line;
font-family: monospace;
font-size: 16px;
}

hr {
margin-top:2px;
margin-bottom:4px;
width:760px;
height:1px;
/* color:#333333; */
background-color:rgba(51, 102, 153, 0.2);
border:none;
border-radius:6px;
}

.devnote{
margin-top:12px;
font-size:14px;
color:#333333;
}

/* cc = carbon copy */

.ccnote{
font-size:12px;
color:#333333;
margin-bottom:14px;
}

ul{
list-style:none;
padding:0;
margin-top:4px;
margin-bottom:4px;
}

li{
font-family:monospace;
font-size:15px;
font-weight:normal;
letter-spacing:1px;
list-style:none;
margin-top:4px;
margin-bottom:4px;
margin-left:12px;
}

.linuxblock{
background-color: rgba(242, 242, 242, 0.1);
padding:25px;
margin-bottom:20px;
border-left:6px solid rgba(255, 229, 180, 0.2);
border-right:6px solid rgba(255, 229, 180, 0.2);
border-radius:14px;
}

.linuxlogos{
margin-top:32px;
margin-bottom:4px;
font-family:monospace;
font-size:12px;
text-align:center;
font-weight:lighter;
color:#333333;
}

.linuxlogos img{
display:inline-block;
width:16px;
height:16px;
margin-right:16px;
margin-left:16px;
vertical-align:middle;
}

.treeimg{
 background-image: url("../img/und.png");
 background-repeat: no-repeat;
 background-size: 128px 128px;
 background-position: center;
 width:128px;
 height:128px;
 margin-left:auto;
 margin-right:auto;
 background-color:rgba(255, 235, 161, 0.1);
 border:none;
 border-radius:100px;
 margin-top:8px;
 margin-bottom:8px;
 padding:4px;
}

.dcsCluster{
display:flex;
gap:20px;
}

.dcsModule{
background:#f3f3f3;
padding:25px;
flex:1;
}

.warning{
margin-top:25px;
font-size:13px;
color:#444444;
font-style:italic;
}

.footerblock{
background-color: rgba(242, 242, 242, 0.1);
padding:25px;
margin-bottom:20px;
font-family:monospace;
text-align:left;
font-size:10px;
border-left:6px solid rgba(255, 229, 180, 0.2);
border-right:6px solid rgba(255, 229, 180, 0.2);
border-radius:14px;
}

.footerblock p {
background-color: rgba(242, 242, 242, 0.1);
padding:25px;
margin-bottom:20px;
font-family:monospace;
font-size:12px;
text-align:left;
}

footer{
font-size:12px;
font-family:monospace;
text-align:center;
color:#333333;
}

@media(max-width:900px){

#dcsOrbit{
width:900px;
}

.dcsCluster{
flex-direction:column;
}

}
