.wrapper, #wrapper {
background: linear-gradient(rgba(4,9,30,0.3),rgba(4,9,30,0.8)),url(images/image.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    font-family: 'Mukta', 'Helvetica', 'Arial', sans-serif;
    margin: 10px;
}

h1 {
font-size: 50px;
    margin: 0px;
    margin-left: 10px;
}

h2 {
font-size: 20px;
    margin: 0px;
    margin-left: 10px;
}
h4 {
    text-align: center;
    margin-top: 0px;
}

.header {
color: white;
    line-height: 38px;
    padding-top: 30px;
}
.header a{
    text-decoration: none;
    color: white;
}

#skip-links {
    position: absolute;
    left: -10000px;
    top:auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

#skip-links a:focus{
    position:static; 
    width:auto; 
    height:auto; 
} 

#skip-links a {
    color: beige;
}

emphasis {
font-style: italic;
}


.topnav {
  background-color: darkorange;
  overflow: hidden;
}


.topnav a {
  float: left;
  display: block;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}


.active {
  background-color: steelblue;
  color: white;
}


.dropdown {
  float: left;
  overflow: hidden;
}


.dropdown .dropbtn {
  font-size: 14px;
  border: none;
  outline: none;
  color: white;
  padding: 19px 16px;
  background-color: inherit;
  font-family: inherit;
}



.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}


.dropdown-content a {
  float: none;
  color: black;
  text-decoration: none;
  display: block;
  text-align: left;
}
.dropdown a{
    padding: 0px;
}

.topnav a:hover, .dropdown:hover .dropbtn {
  background-color: steelblue;
  color: white;
}

.dropdown-content a:hover {
  background-color: steelblue;
  color: white;
}

.dropdown:hover .dropdown-content {
  display: block;
}




#main {
background: white;
    width: 80%;
    margin: auto;
    float: left;
    margin-bottom: 20px;
}

#main p{
    width: 70%;
    margin: auto;
    font-size: 17px;
    font-size: 1em;
}

#main h3, #main h1, #main li {
    text-align: center;
}


.row {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}
.group {
flex-basis: 30%;
    background: steelblue;
    border-radius: 10px;
    padding: 20px 12px;
    margin: auto;
    transition: 0.5s;
    text-decoration: none;
    text-align: center;
    color: white;
}
.group h3{
margin: 0px;
}

.group:hover{
    box-shadow:0 0 10px 0px rgba(0,0,0,0.5);
    background: skyblue;
}



.secondary {
float: left;
    width: 20%;
    background: white;
}

.secondary h2 {
    font-size: 40px;
    color: black;
    margin: auto;
    text-align: center;
}

.secondary a{
text-decoration: none;
    color: white;
}

.news {
width: 90%;
    margin: auto;
    margin-bottom: 20px;
    background-color: darkorange;
    padding: 10px;
    border-radius: 10px;
}
.news h3 {
text-align: center;
    margin: auto;
}
.news p {
    margin-top: 0px;
    text-align: center;
}

.news:hover{
    box-shadow:0 0 10px 0px rgba(0,0,0,0.6);
    background-color: orange;
    transition: 0.5s;
}


.footer {
color: white;
    text-align: center;
    width: 100%;
    position: relative;
    margin-top: 5%;
    float: left;
    background: none;
}
.footer a{
color: white;
}

.address {
    text-align: center;
}

li {
list-style: none;
}

.gallery {
    background: orange;
    margin: 40px;
    border-radius: 20px;
}
.gallery h3{
    color: white;
    padding-top: 10px;
}

img {
    align-content: center;
    max-width: 100%;
  height: auto;
}

.newspage {
    border-bottom: 5px solid steelblue;
    width: 80%;
    margin: auto;
    padding-bottom: 20px;
}
.newspage emphasis{
color: gray;
}

#rules li{
text-align: left;
    list-style: disc;
    width: 70%;
    margin: auto;
}










@media(max-width: 700px){

    #myTopnav a, margin{
font-size: 12px;
font-size: 0.8em;
        padding: 5px;
    }
    #myTopnav .dropdown .dropbtn{
        padding: 0px
    }
    
    .group, .row {
        flex-direction: column;
        width: 90%;
        margin: auto;
    }
    .group {
margin-top: 10px;
    }
    #main {
width: 100%;
    }
    .secondary {
flex-direction: column;
        width: inherit;
        margin: auto;
        text-align: center;
    }  
}