body {
    background-image: url(../images/banner2.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    min-height: 100%;
}

#bodyText {
    background: #fff;
    opacity: 0.94;
    display: flex;
    flex-direction: column;
}

header {
    font-family: 'KoHo', sans-serif;
    padding: 20px;
    text-shadow: 4px 4px 4px #86C2B4;
    opacity: 0.94;
    position: relative;
}

footer {
    background-color: #575757;
    color: #fff;
    height: fill;
    padding: 10px;
    margin-top: auto;
    bottom: 0;
    position: relative;
}

section {
    padding: 5px 20px;
}

nav li {
    display: inline-block;
    list-style-type: none;
    padding: 10px;
    width: 18%;
    text-align: center;
    font-size: 35px;
    font-size: 2.5vw;
    border-radius: 10px 10px 0px 0px;
}

nav a:link {
    color: #000;
    text-transform: uppercase;
    text-decoration: none;
}

nav a:visited {
    color: #000;
}

nav a:hover {
    color: #555555;
}

nav a:active {
    color: #000;
}

header p {
    text-align: right;
    color: black;
    font-style: italic;
    font-family: 'KoHo', sans-serif;
}

.picture {
    height: 250px;
    box-shadow: 4px 4px 4px #000;
}

.logo {
    height: 300px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    border-radius: 10px 10px 10px 10px;
    /* opacity: 0.94; */
    /* width: 50%; */
}

#logoFooter {
    /* height: 50px; */
    width: 35%;
    display: block;
    margin-left: auto;
}

.IndustLogo {
    width: 20%;
}

p,
h3 {
    font-family: 'Raleway', sans-serif;
}

h1,
h2 {
    font-family: 'KoHo', sans-serif;
}

section {
    font-family: 'Raleway', sans-serif;
}

#intro li {
    display: inline-block;
    list-style-type: none;
    padding: 30px;
}

#coding {
    height: 270px;
    box-shadow: 4px 4px 4px #000;
}

th {
    background-color: #86C2B4;
    font-family: 'KoHo', sans-serif;
    text-shadow: 4px 4px 4px #0F5672;
}

th, td{
    font-family: 'Raleway', sans-serif;
    padding: 15px;
    text-align: center;
    width: 10%;
}

.tdSafety{
    font-family: 'Raleway', sans-serif;
    text-align: left;
    width: 10%;
    padding: 0px;
    border-bottom: none;
}

section a:link {
    color: #094A5B;
    text-decoration: none;
}

section a:visited {
    color: #094A5B;
}

section a:hover {
    color: #317174;
}

section a:active {
    color: #317174;
}

#bodyText p{
    font-size: 20px;
}

#bodyTextMission {
    background: #fff;
    opacity: 0.94;
    display: flex;
    flex-direction: column;
    font-size: 35px;
}

#copyright {
    text-align: right;
}

.left {
    text-align: left;
    padding: 5px;
}

.right {
    text-align: right;
}
