:root {
    background-color:rgba(8, 110, 144, 0.644);
    color: white;
}

header {
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-weight: bold;
    font-size:80px;
    text-align: center;
    padding: 10px;
    color: rgba(2, 11, 98, 0.756);
}

h2 {
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color:rgba(30, 30, 202, 0.598);
}

h3 {
    color:blue
}

aside {
    float: left;
    height: 300px;
    width: 340px;
    text-align: center;
    margin-right: 20px;
}

.site {
    color: rgba(2, 11, 98, 0.756);
} 

.site:hover {
    color: rgb(246, 246, 246);
}

section {
    color: white;
    padding: 5px;
}

.imgrow {
    display: flex;
}

.imgcolumn {
    max-width: 50%vw;
    width: 100%;
    padding-top: 15px;
    max-height: 50vh;
    margin-right: 10px;
    height:auto;
}

.section-container {
    text-align: center;
}

#city-region {
    display: block;
    height: 100px;
}

#foodimg {
    height: 300px;
    width: 100%;
    border-radius: 30px;
}

#flagimg {
    height: 300px;
    width: 100%;
    border-radius: 30px;
}

#todo {
    height: 150px;
}

.article-container{
    text-align: center;
}

.info-container {
    display:flex;
    
}

#crime {
    height: auto;
    width: 50%;
}


.salaries {
    display:inline-block;
    margin-left: 350px;
    margin-top: 50px;
}

ol {
    list-style-position: inside;
}

#career-img {
    position: absolute;
    left: 0%;
    height: 230px;
    width: auto;
    margin-top:120px;
    border-radius: 40px;
    border: 5px solid rgba(2, 11, 98, 0.756);
}

.nav-container {
    display: flex;
    justify-content: space-around;
    margin: 5px;
    gap: 5px;
}

.nav-item {
    position: relative;
    width: 20%;
    overflow: hidden;
}

.nav-item img {
    width: 100%;
    height: 100px;
    border-radius: 25px;
}

.overhead-txt {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: white;
    font-weight: bolder;
}

.overhead-txt:hover {
    background-color: rgb(255, 250, 255);
    font-size: larger;
    color: rgba(2, 11, 98, 0.756);
    border-radius: 25px;
}

footer {
    text-align: center;
    padding: 1px;
    color: white;
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

footer a {
    color: rgba(2, 11, 98, 0.756);
}

footer a:hover {
    color:rgba(2, 11, 98, 0.756);
}
