/* Fonts */
@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');


body {
    background-color: black;
    /* background-image: url(/images/bg1.png);
    background-repeat: no-repeat; */

    color: #ddd;
    font-family: Raleway, Helvetica, sans-serif, Arial;
    font-weight: lighter;
    margin: 0;
    padding: 0;
    text-align: center;
}

h1, h2, h3 {
    font-weight: 300;
    color: darkcyan;
}

h1 {
    font-size: 2.5em;
}

h2 {
    font-size: 2em;
    border-top: 1px solid #999999;
}

h3 {
    font-size: 1.5em;
}

#container {
    margin-left:  auto;
    margin-right:  auto;
    padding-top: 300px;
    max-width: 1170px;
    padding-right: 15px;
    padding-left: 15px;
  }
  
a, a:visited {
    color: cyan;
}

.MainBody {
    text-align: left;
    width: 1000px;
    margin: 0 auto;
}

.MainBody p {
    line-height: 30px;
    font-family:Verdana, Geneva, Tahoma, sans-serif;
}

.MainBody a, a:visited {
    text-decoration: none;
}

.MainBody a:hover {
    color: darkcyan;
    text-decoration: underline;
}   

.imgRight {
    float: right;
    width: 500px;
    margin-left: 20px;
    border: 1px solid #999999;
}

.imgLeft {
    float: left;
    width: 300px;
    margin-right: 20px;
    border: 1px solid #999999;
}   

footer h2, h3 {
    color: white;
}

footer {
    padding-top: 20px;
    border-top: 1px solid #999999;
    margin: 0px auto 0px auto;
    width: 80%;
    line-height: 30px;
}

footer a, footer a:visited {
    text-decoration: none;
}

footer a:hover {
    color: darkcyan;
}

footer article {
    width: 300px;
    display: inline-block;
    vertical-align: top;
}


header {
    background-color: black;
    color: white;
    padding: 10px 0;
    text-align: center;
}

header nav {
    display: inline-block;
    border-bottom: 1px solid #999999;
}

header nav a, a:visited {
    color: cyan;
    margin: 0 10px;
    text-decoration: none;
}

header nav a:hover {
    color: darkcyan;
}

header nav li {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: inline-block;
    width: 200px;
}

nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

nav ul li {
    position: relative;
    display: inline-block;
}

nav ul li ul.dropdown {
    display: none;
    position: absolute;
    top: 100%;
    left: 40px;
    background: #111;
    padding: 0;
    margin: 0;
    list-style: none;
}

nav ul li:hover ul.dropdown {
    display: block;
}

nav ul li ul.dropdown li {
    display: block;
    padding: 10px;
    border: 1px solid #222;
    text-align: left;
    width: 200px;
}

.tiles {
    display: inline-block;
    flex-wrap: wrap;
    justify-content: space-around;
    width: 900px;
    height: 150px;
    padding-top: 20px;
    margin: 10px;
    border: 1px solid #999999;
    text-align: center;
    vertical-align: middle;
    border-radius: 10px;

    filter: brightness(50%);
}

.tiles:hover {
    background-color: #333;
    border-color: cyan;
    filter: brightness(100%);
}

.tiles a {
    color: white;
    text-decoration: none;
    font-size: 20pt;
    font-weight: bold;
}

.tiles:hover a {
    color: black;
}

.s1 {
    background-image: url(/images/screenshots/s01/s1_shoppingDistrict.png);
}
.s2 {
    background-image: url(/images/screenshots/s01/s1_shoppingDistrict.png);
}
.s3 {
    background-image: url(/images/screenshots/s01/s1_shoppingDistrict.png);
}
.s4 {
    background-image: url(/images/screenshots/s01/s1_shoppingDistrict.png);
}
.s5 {
    background-image: url(/images/screenshots/s01/s1_shoppingDistrict.png);
}
.s6 {
    background-image: url(/images/screenshots/s01/s1_shoppingDistrict.png);
}
.s1 a {
    font-size: 20pt;
    font-weight: bold;
}

.s1 a:hover {
    text-decoration: underline;
}   
.s1, .s2, .s3, .s4, .s5, .s6 {
    background-position-x: 0px;
    background-position-y: -100px; 
    background-size: 900px;
    background-repeat: no-repeat;
}

.s1:hover, .s2:hover, .s3:hover, .s4:hover, .s5:hover, .s6:hover
{
    background-size: 1100px;
    background-position-x: -200px;
    background-position-y: -150px;
}

.seasons img {
    width: 600px;
    text-align: center;
    margin: 10px;
    padding: 5px;
    border: 2px solid #999999;
    border-radius: 20px;
    float: right;
   
}

.Flexy {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    width: 900px;
    height: 50px;
    padding-top: 20px;
    margin: 10px;
    border: 1px solid #999999;
    text-align: center;
    vertical-align: middle;
    border-radius: 10px;
    filter: brightness(50%);
    list-style: none;
}