body {
    background-color: white;
    height: 100%;
    margin: 0;
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
}

h1, h2, h3, h4 {
    text-align: center;
}


.content {
    margin: auto;
    width: 1025px;
    background-color: white;
    padding-top: 95px;
}

.button {
    text-decoration: none !important;
    color: white !important;
    background-color: #007db8;
    font-family: "Open Sans";
    padding: 15px;
    box-shadow: 0px 0px 20px #000000;
}

.button:hover {
    background-color: #12394c;
}

table {
    margin: auto;
    
}

/* Training table styling */

.courses-table {
    border-collapse: collapse;
}

.courses-table tr:hover {
    background-color: #e8e8e8;
}

.courses-table th {
    width: 500px;
    text-align: left;
    border: 1px solid black;
    padding: 25px 10px;
}

.courses-table td {
    width: 200px;
    border: 1px solid black;
    padding: 25px 10px;
}

.desktop-pics {
   display: block;
}

.mobile-pics {
    display: none;
}

/* Training image styling */

.training-image {
    margin: auto;
    position: relative;

    width: 940px;
    height: 500px;
    
    color: white;
    font-size: 125%;
    text-shadow: 2px 2px 2px #000000;
}

.training-image__background {
    position: absolute;
    z-index: 1;

    width: 940px;
    height: 500px;

    top: 0px;
    left: 0px;
}

.training-image__foreground {
    position: absolute; 
    z-index: 2; 

    text-align: center;

    top: 20%;
    left: 9%;

    background-color: rgba(0, 0, 0, 0.6);
    padding-top: 50px;
    padding-left: 10px;
    padding-right: 10px;
    
}

.training-image__foreground a {
    text-decoration: none;
    color: white;
}


.training-image__foreground a:hover {
    text-decoration: underline;
    color: lightskyblue;
}
