
a {text-decoration: none; color: black;}
a:hover {text-decoration: none; color: white;}
html {background: url(assets/images/bgg.jpg) no-repeat center center fixed;  -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover;}



/*specific to homepage*/

.bnav {margin-bottom: -10px;}

.img {vertical-align: middle;}



/*navstyle*/
.nav{font-family: rodchenko;  margin-top: -7px; width:100%; height: auto; border-bottom: solid 5px; background: rgba(0, 0, 0, 0.4);}
.dropdown {position: relative; display: inline-block;}
.dropdown:hover .dropbtn {background-color: #477e18; color: white;}
.dropbtn {color: black; background-color: #8dff2a; width: 17vw; height: auto; border: 2px solid; padding: 6px 10px;}
.nav-container {display: grid; gap: px; margin-top: 60px; grid-template-columns: 20% 20% 20% 20% 22%; width: auto;}
.nav-item {font-size: 30px; text-align: center;}
.logosize {width: 200px; height:auto; margin-top: -20px;}


