
body {
    background-color: black;
    font-size: 16px;
    color:white;
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

h1 {
    font-size: 1.75em;
    font-weight: bold;
}

h3 {
    font-size: 3.75em;
    font-weight: bold;
}

.contentScroll{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 45%;
    padding-bottom:70%;
}
.contentScroll div {
    margin:auto;
    display:flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    justify-content: center;
    height:auto;
    width:90%;
}
.contentScroll img {
    height: auto;
}

#Logo{
    width:90%;
    padding-bottom: 10%;
    opacity: 0.9;
}
#DepartureIMG {
    padding-top: 10%;
    width:90%;
}
#contentBreak {
    opacity: 0.1;
    padding-top: 40%;
}
#cbIMG {
    width:50%;
}
#link {
    color:white;
}
#stars {
    position:fixed;
    left: 0;
    top:0;
    width:auto;
    height:100vh;
    z-index:-1;
}

#slideContainer{
    display: none;
}
#desktopForeground {
    display: none;
}
#static {
    width: 100vw;
    height: 100vh;
    position: fixed;
    left:0;
    top:0;
    background: 
    repeating-radial-gradient(#000 0 0.0001%,#fff 0 0.0002%) 50% 0/2500px 2500px,
    repeating-conic-gradient(#000 0 0.0001%,#fff 0 0.0002%) 60% 60%/2500px 2500px;
    background-blend-mode: difference;
    animation: b 1s infinite alternate;
    opacity: 0.01;
    pointer-events: none;
}
@keyframes b{
    100% {background-position: 50% 0, 60% 50%}
  }

  #Services {
    line-height: 1;
}

a:link {
    color:white;
}

a:visited {
    color:white;
}

a:active {
    color:white;
}