@charset "utf-8";
body {
    background-image: url(../images/Ongar_Station,_with_push-&-pull_train_to_Epping_cropped.jpg);
    background-size: cover;
    background-attachment: fixed;
    font-family: source-sans-pro;
    font-style: normal;
    font-weight: 700;
    font-size: medium;
    background-position: 0% 0%;
    float: left;
    color: #010A4A;
    width: 100%;
    margin-left: 0px;
}
h1 {
    font-family: titling-gothic-fb, sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #000B56;
    margin-left: 2%;
    font-size: x-large;
}

h2 {
   	font-family: titling-gothic-fb, sans-serif;
	font-weight: 700;
	font-style: normal;
}
.links {
    font-size: 1.5em;
}


footer {
    font-family: source-sans-pro;
    font-style: normal;
    font-weight: 400;
    font-size: small;
    color: #FFFFFF;
    text-align: center;
    clear: both;
    bottom: 0px;
    position: fixed;
    width: 100%;
    background-image: -webkit-linear-gradient(270deg,rgba(0,0,0,0.00) 0%,rgba(0,0,0,1.00) 100%);
    background-image: -moz-linear-gradient(270deg,rgba(0,0,0,0.00) 0%,rgba(0,0,0,1.00) 100%);
    background-image: -o-linear-gradient(270deg,rgba(0,0,0,0.00) 0%,rgba(0,0,0,1.00) 100%);
    background-image: linear-gradient(180deg,rgba(0,0,0,0.00) 0%,rgba(0,0,0,1.00) 100%);
    height: 40px;
    padding-top: 10px;
    padding-bottom: 20px;
}
section  {
    background-color: rgba(183,183,183,0.56);
    border-radius: 10px;
    width: 50%;
    margin-left: 2%;
    margin-right: 40%;
    padding-top: 1%;
    padding-right: 2.5%;
    padding-left: 2.5%;
    margin-top: 5%;
    margin-bottom: 5%;
    padding-bottom: 1%;
    min-width: 50%;
    opacity: 1;
}
body section table {
    margin-top: 5%;
    margin-bottom: 5%;
}
table tbody tr {
    height: 60px;
}
tbody tr td {
    padding-left: 20px;
    font-size: large;
    font-weight: bold;
}




body section p {
    width: 100%;

}

.navbar.fixed-top.navbar-expand-lg.navbar-light.bg-light .navbar-brand {
    color: #000B56;
}

.navbar-nav.mr-auto .nav-item .nav-link:hover {
    color: #000B56;
}

@media (max-width: 700px){
section {
    background-color: rgba(183,183,183,0.56);
    border-radius: 10px;
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
    padding-top: 2.5%;
    padding-right: 2.5%;
    padding-left: 2.5%;
    padding-bottom: 2.5%;
    float: none;
  
}
h1 {
    font-family: passion-one;
    font-style: normal;
    font-weight: 400;
    font-size: 4em;
    color: #000B56;
    margin-left: 2%;
    text-align: center;
}

}
.links {
}
