body{background-color:#00071c;font-family:Montserrat,sans-serif;margin:0;font-weight:200}h1{font-size:1.5rem;margin-bottom:.5em}h1,h2{color:#c8a2c8;font-weight:200}h2{font-size:1.3rem;margin-bottom:.1em}h3{font-size:1.1rem;color:#c8a2c8;margin-bottom:.2em;margin-top:.2em;font-weight:200;text-align:center}.container{display:flex;height:100vh;max-height:100vh;overflow:hidden}.videoSection{position:relative;width:50%;height:100%}.backgroundVideo{width:100%;height:100%;object-fit:cover}.videoContent{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:#c8a2c8;background-color:rgba(0,0,0,.8);padding:20px}.blogSection{width:50%;height:100%;overflow-y:auto;color:#c8a2c8;padding:20px 0}.spacer{border-bottom:1px solid rgba(200,162,200,.7);margin:10px 0}.text{text-align:justify;padding:10px;max-width:500px;margin:0 auto}a{color:#9e7b9e}a:hover{color:#f1c40f}.line-container{position:relative;height:24px}.line-container:after,.line-container:before{content:"";position:absolute;top:50%;height:1px;background-color:rgba(200,162,200,.7)}.line-container:before{left:0;right:50%;margin-right:60px}.line-container:after{left:50%;right:0;margin-left:60px}@media screen and (max-width:768px){.container{flex-direction:column;height:auto;max-height:none}.blogSection,.videoSection{width:100%}}