/* ===================================
Cover
====================================== */

.plane-right {
     position: absolute;
     z-index: 1;
     right: 10%;
     top: 0px;
     width: 22%;
}

.plane-left {
     position: absolute;
     z-index: 1;
     left: 15%;
     top: 0px;
     width: 14%;
}

.division {
     border: 1px solid rgb(131, 61, 144);
     height: 1px;
     margin: 10px 0px;
     width: 100%;
}

a.contact-link {
     text-decoration: none;
     box-shadow: inset 0 0 0 0 #ffffff;
     color: #585858;
     margin: 0 -.25rem;
     padding: 0 .45rem;
     transition: color .2s ease-in-out, box-shadow .2s ease-in-out;
   }
   a.contact-link:hover {
     box-shadow: inset 250px 0 0 0 #833D90;
     color: #ffffff;
 }