
/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 140px; /* Location of the box */
    padding-left: 300px;
    top: 0;
    width: 450px;; /* Full width */
    height: 400px; /* Full height */
    overflow: auto; /* Enable scroll if needed */
   background-color: rgb(90,120,180,0); /* Fallback color */
    background-color: rgba(90,120,180,0); /* Black w/ opacity */
   
}
.title-span {
  color: 000086;
  filter: alpha(opacity=100);
  opacity: 1;
}

/* Modal Content */
.modal-content {
    
	background-image: url("https://cdn.shopify.com/s/files/1/0161/7600/files/motiontools-web-9.png?11923449574924807989");
    margin: auto;
    padding: 20px;
    border: 2px solid #000099;
    width: 400px;
}
}

/* Add Animation */
@-webkit-keyframes animatetop {
    from {top:-300px; opacity:0} 
    to {top:0; opacity:1}
}

@keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
}

/* The Close Button */
.close {
    color: #000086;
    float: right;
    font-size: 19px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: ##000086;
    text-decoration: none;
    cursor: pointer;
}

.modal-header {
    padding: 2px 11px;
  
  color: #000086;
  filter: alpha(opacity=100);
  opacity: 1;
}
   
}

.modal-body {padding: 2px 11px;}

.modal-footer {
    padding: 2px 16px;
   
  
}
