
    .logo img {
        width: 350px;
    }
}
#logo {
margin-top:40px;
margin-left:15px;
}


.Packshot{
   
    display: block;
    margin-top:0px;
    margin-left: auto;
    margin-right: auto;
    width: 300px;
    margin:50px auto 50px auto;

}


a {

 color:#ec6726;
text-align: justify;

}




  .collapsible {
    background-color: #244b52;
    color: white;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
  }
  
  .active, .collapsible:hover {
    background-color: #244b5a;
  }
  
  .collapsible:after {
    content: '\002B';
    color: white;
    font-weight: bold;
    float: right;
    margin-left: 5px;
  }
/* adding minus sign for active state 
  .active:after {
    content: "\2212";
  }
  */
  .content {
    padding: 0 18px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    background-color: #f1f1f1;

  }

  .DockCheck{
    display: block;
    margin:50px auto 50px auto;
   

   

  }
.container {
    position: fixed;
    /* display: flex; */
    background: #fff;
    /*  align-items: center;*/
    /* justify-content: center; */
    max-width: fit-content;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 30;
    overflow: auto;
}
