@import url('https://fonts.googleapis.com/css?family=Montserrat:400,600');

body {
    margin: 0;
    font-family: 'Montserrat', sans-serif !important;
}

.orange-container {
    width: 100%;
    display: flex;
    padding: 20px;
    background: rgba(218, 91, 18, 0.952);
    height: 60%;
}


/* resize images */
img {
    width: 100%;
    height: auto;
}

.logo {
    margin-bottom: 34em;
    margin-left: 2px;
}

.footer-container {
    width: 100%;
    background: #3d444a;
    color: #FFF;
    padding: 3em, 0;
    border: 1px solid black;
}

.lists1 li {

    margin: 0;
    padding: 0;
    overflow: hidden;
    text-align: center;
    font-size: 15px;
    font-family: 'Montserrat';
    color: rgb(4, 155, 37);
    padding: 5px;
    text-decoration: none;
}

.cpt {
    text-align: center;
    color: rgb(65, 16, 202);
    text-decoration: none;
}

a:hover {
    text-decoration: none !important;
}

.hs {
    height: 100%;
    width: 100%;
    background: rgba(218, 91, 18, 0.952);
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}

h1 {
    color: rgb(59, 21, 3);
}

.orange-container1 {
    height: 750px;
    width: 100%;
    background: rgba(218, 91, 18, 0.952);
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}

table,
th,
td {
    border: 1px solid black;
}

td {
    padding: 15px;
    border: 3px solid rgb(48, 47, 47);
}

table {
    margin-right: 50em;
    top: 2em;
    left: 43em;
    justify-content: center;
    position: relative;
    background: white;

}

.orange-container2 {
    height: 805px;
    width: 100%;
    background: rgba(218, 91, 18, 0.952);
    display: flex;
    text-align: center;
}

.td-black {
    color: white;
    background: rgba(70, 68, 68, 0.966);
}

.image-container {
    position: relative;
    top: 5em;
    left: 40em;
    width: 380px;
}

.td-2 {
    background: #c7c7c7;
    font-size: 19px;
}

.td-1 {
    font-size: 18px;
}