    
    /* Split the screen in half */    
.split {
  height: 100%;
  position: fixed;
  z-index: 1;
  top: 0;
    overflow: visible;
/*  padding-top: 20px;*/
/*    box-shadow: 0 0 50px 50px #0F2027;*/
    
}

body {
    background-color: #0F2027;
    height: auto;
    overflow-y: scroll;
    overflow-x: hidden;
    margin: 0;
}

 /*take 2*/ 
/*
.logo {
    position: absolute;
    display: block;
    z-index: 2;
    width: 10%;
    margin-top: 12px;
    margin-right: 45%;
    margin-left: 45%;
    top: 0;
    
}
*/

/* take 1 */
.logo {
    position: fixed;
    display: block;
    z-index: 2;
    height: 128px;
    width: auto;
    margin-top: 36px;
    margin-left: 24px;
    top: 0;
    
}

/* Control the left side */
.left {
    position:fixed;
    width: 55%;
    left: 0;
    background-color: #111;
    background-image: url("Mat%20nettside.jpg");
    
    /* background-image: url("eda%20dra%20wide%20af.png"); */
    background-size: cover;
    /*background-size:contain;
    background-repeat: no-repeat;*/
    background-position: center;
    height: 100%;
    box-shadow: none;
}

/* Control the right side */

.right {
    width: 45%;
    position: absolute;
  right: 0;
    display: block;
    z-index: 21;
    background-color: transparent;
/*    padding: 20px;*/
    height: 100%;
/*    overflow-y: scroll;*/
}

.right__background {
    position: fixed;
    z-index: 20;
    width: 45%;
    right: 0;
    margin: 0;
    height: 100%;
    
    background: #0f2027; /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #0f2027, #203a43, #2c5364); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #0f2027, #203a43, #2c5364); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    box-shadow: 0 0 50px 80px #0F2027;
}
    
    .right {
/*        padding: 10px 10px;*/
    }

/* If you want the content centered horizontally and vertically */
/*
.centered {
  position: absolute;
  top: 49%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
*/

/* Style the image inside the centered container, if needed */
/*
.left img {
  width: 1055px;
}
*/

#player{
    width: 60%;
    padding-top: 40px;
}

iframe:nth-child(1){
    display: block;
    margin: 0 auto;
    height: 400px;
    width: 90%;
}

iframe:nth-child(2){
    display: block;
    margin: 20px auto;
    height: 300px;
    max-width: 800px;
    width: 500px;
}
    
    .ig{
        width: 80px;
        padding-left: 20px;
    }
    
    .undermen{
        width: 100%;
        
        display:flex;
        justify-content: center;
        align-items: center;
        /*text-align: center;*/
        margin: auto;
        padding-top: 0px;
        margin-bottom: 40px;
    }
    
    #yt{
        /*padding-bottom: 24px;*/
        /*left: 0px;*/
        top: 100px;
    }
    
    /* Place the navbar at the bottom of the page, and make it stick */
.navbar {
  background-color: #333;
  overflow: hidden;
  position: fixed;
  bottom: 0;
    left: 0px;
  width: 100%;
    z-index: 21;
    
}

/* Style the links inside the navigation bar */
/*.navbar a {
  float: right;
  display: block;
  text-align: center;
  padding: 7px 10px;
  text-decoration: none;
  font-size: 13px;
}*/


.navbar a {
    display: block;
    text-align: center;
    padding: 7px 10px;
    text-decoration: none;
    font-size: 13px;
    font-family: "Lucida Console", Courier, monospace;
    color: blue;
    text-decoration-color: aqua;
    color:azure;
    white-space: nowrap;
}

.navbar .mailman {
  float: right;
}

.navbar .middleman{
    text-align-last: center;
}

.navbar .notmail {
  float: left;
    font-weight: bold;
}

/* Change the color of links on hover */
/*.navbar a:hover {
  background-color: #ddd;
  color: black;
}*/

/* Add a color to the active/current link */
/*.navbar a.active {
  background-color: #4CAF50;
  color: white;
}*/

@media screen and (max-width: 1024px) {
    .right__background {
        display: none;
    }
    .left {
        position: relative;
        width: 100%;
        min-height: 500px;
    }
    
    .logo {
        position: absolute;
        right: 0;
        margin-right: 24px;
        width: 112px;
        height: auto;
    }
    
    .right {
        width: 100%;
        position: relative;
        min-height: 500px;
        padding: 0;
        
        background: -webkit-linear-gradient(to bottom, #0f2027, #203a43, #2c5364); /* Chrome 10-25, Safari 5.1-6 */
        background: linear-gradient(to bottom, #0f2027, #203a43, #2c5364); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    box-shadow: 0 0 50px 80px #0F2027;
    }
    
    body {
        margin: 0;
    }
    .undermen {
        padding: 0;
        margin: 0 auto;
        display: flex;
        align-content: center;
        justify-content: center;
        margin-bottom: 27px;
    }
    .undermen a {
        margin: 0;
        padding: 0!important;
    }
    .undermen a img {
        display: block;
        width: 64px;
        padding: none;
        margin: 0;
    }
    #yt {
        margin-top: 7px;
    }
    
    body {
        overflow: auto;
    }
    

iframe:nth-child(2){
    display: block;
    margin: 20px auto;
    height: 300px;
    width: 100%;
}
}

@media screen and (max-width: 767px) {
    
    iframe:nth-child(1){
    display: block;
    margin: 0 auto;
    height: 200px;
    width: 90%;
}
    
}
    
