body {
/*	background: url('/images/carbon_bg.png'); */
	background-color: #2c2c2d;
}
.oldbody {
    background: url('/images/carbon_bg.png');
}
.borderize {
    margin-top: 30px;
    border: 10px solid #2c2c2d;
    border-radius: 30px;
    background-color: rgba(255,255,255,0.55);
    box-shadow: 0px 0px 10px 5px rgba(255,255,255,0.30);
}
.leftopts {
    background-color: #000; 
    background-image: url('/images/carbon_bg.png'); 
    height: 100vh; 
 /*   z-index: 10; */
    -webkit-box-shadow: 5px 0px 5px 0px rgba(255,255,255,0.35); 
    -moz-box-shadow: 5px 0px 5px 0px rgba(255,255,255,0.35); 
    box-shadow: 5px 0px 5px 0px rgba(255,255,255,0.35);
}
.rightside {
    background-color: #000; 
    height: 100vh
}
.logo {
    padding: 10px 0px 10px 0px;
    height: 230px;
    text-align: center;
}
.logo img {
    height: 100%;
}
.parallax-container {
    height: 500px;
  }
.text-slide {
    background-color: #000; 
    background-image: url('/images/carbon_bg.png'); 
    width: 100%;
    max-height: 250px;
    background-color: #a3a3a3;
    color: #fff;
}
.text-slide h1 {
    margin-top: 10px;
    margin-bottom: 10px;
}
a.ytlink {
    color: #2c2c2d;
}
a.ytlink:hover {
    color: red;
}
a.iglink {
    color: #2c2c2d;
}
a.iglink:hover {
    color: #a21d94;
}