@font-face {
    font-family: TitilliumWeb;
    src: url("C:\Users\eganmaro\Documents\Titillium_Web\TitilliumWeb-Regular.ttf")
}

html {
    background-color: #DCC7AA;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

h1 {
    color: #123C69;
    -webkit-text-fill-color: #F7C331;
    -webkit-text-stroke-width: 1.5px;
    -webkit-text-stroke-color: #123C69;
    text-align: left;
    text-decoration: underline;
    background-image: url('icon.png');
    background-position:0px 0px;
    background-repeat: no-repeat;
    padding-left: 60px;
}

th, td {
    border-bottom: 2px solid #123C69;
    text-align: center;
    padding: 15px;
}

th {
    color:white;
    background: #123C69;
}

tr:hover {
    background-color: #ebdac2;
}

h3, p {
    color: #123C69;
}

table {
    color: black;
}


.button {
    background-color: #f7882f;
    border: 2px solid #f7882f;
    color: black;
    padding: 10px 50px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    border-radius: 6px;
    width: auto;
    background-image: url('search_icon_orange.png');
}

.button:hover {
    background-color: #ffa65e;
    width: auto;
    background-image: url('search_icon_orange_hovered.png');
}

.button1 {
    width: auto;
    background-color: #f7882f;
    border: 2px solid #f7882f;
    color: black;
    padding: 10px 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    border-radius: 6px;
    background-image: none;
}

.button1:hover {
    width: auto;
    background-color: #ffa65e;
    background-image: none;
}

input {
    padding: 12px 20px;
    margin: 8px 0;
    box-sizing: border-box;
    border: 2px solid #123C69;
    border-radius: 4px;
    width:50%;
    background-image: url('search_icon.png');
    background-position:0px 0px;
    background-repeat: no-repeat;
    padding-left: 40px;
}

input[type=text]:hover {
    background-color: rgb(242, 242, 242);
    background-image: url('search_icon\ _grey.png')
}

.about-section {
    text-align: center;
}

.table-centering {
    margin-left: auto;
    margin-right: auto;
}

.previous-questions-border {
    border-style: solid;
    border-width: thin;
    border-color: #d49133;
    border-width: 4px;
    border-radius: 4px;
    margin-left: 300px;
    margin-right: 300px;

}

#french-image, #english-image {
    background-image: none;
    border-style: none;
    color: none;
    width: 60px;
    height: 35px;
    margin-left: 0px;
    margin-right: 5px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
}

#french-image:hover, #english-image:hover {
    background-image: none;
    border-style: none;
    background-color: none;
    
}