
*{
    padding:0;
    margin:0;
    background-color:white;
}

html {
    scroll-behavior: smooth;
}

body {

    text-align:left;
    font-family: sans-serif;
    background-color:transparent;
    color:black;
}

.selectDisable {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.selectEnable { 
    -webkit-user-select: text;
    -khtml-user-select: text;
    -moz-user-select: text;
    -o-user-select: text;
    user-select: text;
}

#container {
    width: 100%;
    height: 100%;
}

#content {
    float: left;
    width: 100%;
    height: 100%;
}

#studio {
    float: left;
    width: 100%;
    height: 100%;
    margin-bottom: 0px;
}

.tv
{
    margin: -5px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 210px;
    overflow: hidden;
    float:left;
    width: 250px;
    height: 250px; 
    overflow: hidden;
    background-color:transparent;
    
 
}

.tv img
{
    margin: auto;
    position: absolute;
    height: inherit;
    width: inherit;
    background-color:transparent;
    
}

.tv .backscreen {
    width: 150px;
    background-color: black;
}
.tv .backscreen img {
    width: 225px;
    margin-left: 10px;
    margin-top:62.5px;
}

.tv:hover .screen {
    display:none;
}

.tv:hover .name
{
    visibility: visible;
}

.name {
   
    position: absolute;
    margin: 110px 0px;
    height: inherit;
    width: inherit;
    background-color:transparent;
    font-family: 'Nunito Sans',sans-serif;
    text-align: center;
    font-weight: 900;
    font-style: italic;
    opacity: 1;
    color: white; 
    font-size: 20px;
    visibility: hidden;
    text-transform: lowercase;
}



.text
{
  margin: 50px 40%;
}

a
{
    text-decoration:none;
    font-style:normal;
    color: black;
    font-weight: 600; 
}

a:hover{
    font-style:italic;
}

#text
{
    text-align: left;
    font-family: 'Nunito Sans',sans-serif;
    font-weight: 300;
}
