@charset "utf-8";
/* CSS Document */

    * {
      box-sizing: border-box;
    }
    body {
      margin: 0;
      height: 100vh;
      font-size: 26px;
    }
    .content {
      width: 100%;
      height: 100%;
      display: flex;
      justify-items: center;
      align-items: center;
    }
    .split {
      width:100%;
      height:100%;
      padding: 30px;
      border: 1px solid;
    }
    .a {
      background: url("../images/left.png");
      background-attachment: fixed;
    }
    .b {
      background: url("../images/right.png");
      background-attachment: fixed;
    }
    .gutter {
      cursor: e-resize;
      height: 100%;
      background: grey;
    }
.logoio{
	position: absolute;
	float:left;
	margin-left: -12em;
}
.textr{
	margin-left: auto;
	margin-right: auto;
	width: 50%;
	font-size: 1.25rem;
    
    letter-spacing: .135rem;
    
}
.texthr{
	margin-left: auto;
	margin-right: auto;
	width: 50%;
	font-size: 1.55rem;
    text-transform: uppercase;
    letter-spacing: .135rem;
	font-weight: 600;
     
}
.imgl{
	height:auto;
	width: 100%;

}

@media screen and (min-width:768px) {
	
	.imgl{
	margin-left: 5%;
	width:80%;
	height:auto;

}

}

.bottom-stick{
	position: absolute;
    bottom: 3em;
    width: 100%;
    text-align: center;
    font-size: 0.7rem;
}