:root {
    background-color:rgb(120, 120, 151);
    color: white;
}

header {
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-weight: bold;
    font-size:80px;
    text-align: center;
    padding: 10px;
    color: rgb(110, 176, 241);
}

h2 {
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color:rgb(116, 209, 58);
}

h3 {
    color: rgb(156, 149, 27);
}

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

.site {
    color: rgb(10, 121, 181);
} 

.site:hover {
    color: rgb(116, 209, 58);
}

section {
    position: relative;
    top: -55px;
    color: white;
    padding: 5px;
}

.imgrow {
    display: inline-flex;
}

.imgcolumn {
    position: relative;
    left: 315px;
    width: 33%;
    max-height: 50vh;
    height:auto;
    margin-right: 20px;
}

.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;
    display: flex;
}

.salaries {
    height: auto;
    margin-left: 20px;
}

#careerimg {
    height: 230px;
    width: 50%px;
    margin-top: 15px;
    border-radius: 40px;
    border: 5px solid rgb(110, 176, 241);
}

#crime {
    height: auto;
}

ul {
    list-style: circle;
    list-style-position: inside;
}

.info-container {
    display: flex;
    flex-direction: row;
    gap: 5px;
    align-items: center;
    text-align: center;
}

.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(110, 176, 241);
    font-size: larger;
    color: rgb(120, 120, 151);
    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: rgb(110, 176, 241);
}

footer a:hover {
    color: rgb(116, 209, 58);
}
