.overlay {
    position: fixed;
    background: #141346;
    top: 0;
    left: 0;
    width: 100%;
    height: 0%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .35s, visibility .35s, height .35s;
    transition: opacity .35s, visibility .35s, height .35s;
    overflow: hidden;
    color: #fff;
    z-index: 9;
}

.overlay.open {
    opacity: 1;
    visibility: visible;
    height: 100%;
    z-index: 33;
}

.navigation {
    font-family: 'ClanPro';
    font-size: 2rem;
    line-height: 3rem;
}

.navigation ul {
    list-style-type: none;
}

.navigation ul li a {
    -o-transition:color .2s ease-out, background 1s ease-in;
  -ms-transition:color .2s ease-out, background 1s ease-in;
  -moz-transition:color .2s ease-out, background 1s ease-in;
  -webkit-transition:color .2s ease-out, background 1s ease-in;
  /* ...and now override with proper CSS property */
  transition:color .2s ease-out, background 1s ease-in;
   
}

.navigation ul li a:hover{
     color:  #fff;
     cursor: grab;
     text-decoration: none;
     
}

.link a {
     -o-transition:color .2s ease-out, background 1s ease-in;
  -ms-transition:color .2s ease-out, background 1s ease-in;
  -moz-transition:color .2s ease-out, background 1s ease-in;
  -webkit-transition:color .2s ease-out, background 1s ease-in;
  /* ...and now override with proper CSS property */
  transition:color .2s ease-out, background 1s ease-in; 
}
.link a {
   color: #1260b3!important;
   cursor: grab;
   text-decoration: none; 
}
.link a:hover {
  color:  #fff!important;
  cursor: grab;
  text-decoration: none!important;
}
    
.contactUs {
    font-size: 0.9rem;
    vertical-align: middle;
}

.socialNav {
    padding: 0px;
}

.nav-social img {
   margin:0;
} 

.list-inline-item:not(:last-child) {
    margin-right: 0px!important;
}

.button_container {
    position: fixed;
    top: 10%;
    right: 4%;
    height: 25px;
    width: 30px;
    cursor: pointer;
    z-index: 100;
    -webkit-transition: opacity .25s ease;
    transition: opacity .25s ease;
}
.button_container:hover {
  opacity: .7;
}
.button_container.active .top {
  -webkit-transform: translateY(10px) translateX(0) rotate(45deg);
          transform: translateY(10px) translateX(0) rotate(45deg);
  background: #FFF;
}
.button_container.active .middle {
  opacity: 0;
  background: #FFF;
}
.button_container.active .bottom {
    -webkit-transform: translateY(-6px) translateX(0) rotate(-45deg);
    transform: translateY(-6px) translateX(0) rotate(-45deg);
    background: #FFF;
}
.button_container span {
  background: #0095FF;
  border: none;
  height: 2px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all .35s ease;
  transition: all .35s ease;
  cursor: pointer;
}
.button_container span:nth-of-type(2) {
    top: 8px;
}
.button_container span:nth-of-type(3) {
    top: 16px;
}
.logo-nav img{
    width: 4rem;
}

.offset{
    padding-left: 34px;: 
}

p.tagline {
    letter-spacing: 0.025em;
    font-size: 0.9em;
    color: #fff;
    margin: 40px 0;
    line-height: 1.8em;
}

.telephone {
    padding: 30px 0;
    display: block;
}

span.contactSpacing {
    padding-right: 10px;
}

.navColour {
    color: #1260b3!important;
}

#social  {
    padding: 30px 0;
    display: block;
}

.socialBox a {
    opacity: 0.5;
}

.socialBox a {
    height: 54px;
    width: 54px;
    border-radius: 100%;
    border: 1px solid #1260b3;
    display: inline-block;
    position: relative;
    margin-right: 8px;
    opacity: 1;
    transition: 0.25s;
}
.socialBox a:hover {
    opacity: 1;
}

.socialBox a:hover {
    opacity: 1;
    transition: 0.125s;
    background: #1260b3;
}

.socialBox a:hover svg {
    fill: #13294b;
    transition: 0.125s;
}3

.socialBox a:after {
    border-radius: 100%;
    display: block;
    content: '';
    position: absolute;
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;
    z-index: 0;
    border: 0px solid #fff;
    transition: 0.25s;
    opacity: 0.5;
}

.socialBox a img, .socialBox a svg {
    z-index: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    max-width: 24px;
    max-height: 24px;
    transition: 0.25s;
    fill: #1260b3;
}

.contactInfo {
    margin:0 auto;
}

.contactSize{
    font-size: 0.8rem;
}