*
{
    margin: 0;
    padding: 0;
    font-family: 'Istok Web', sans-serif;
}
.outernav
{
    height: 10vh;
    width: 100%;
    margin: auto;
    background-color: yellow;
}
.nav
{
   height: 100%;
   width: 80%;
   margin: auto;
   text-align: center;
   font-size: 20px;
   
}
.nav ul
{
    list-style-type: none;
    padding-top: 15px;
}
.nav ul li
{
    display: inline;
    margin-left: 5px;
    margin-right: 5px;
}
.nav ul li a:hover
{
    color: red;
}
a
{
    text-decoration: none;
}
.largebanner img
{
    width: 100%;
    height: 614px;
}
.head
{
    height: auto;
    width: auto;
    text-align: center;
}
.content
{
    height: auto;
    width: 80%;
    margin: auto;
    text-align: justify;
}
.footer
{
    background-color: yellow;
    height: 30vh;
    width: 100%;
    display: grid;
    grid-template-columns: auto auto;
}
.fnav
{
    width: 60%;
    margin: auto;
    height: auto;
    font-size: larger;
}
.fnav ul
{
    list-style-type: none;
}
.fnav ul li
{
    margin-top: 5px;
    margin-bottom: 5px;
}
.mail
{
    width: 60%;
    margin: auto;
    height: auto;
    font-size: larger;
}
input
{
    width: 20vw;
    height: 5vh;
    border-radius: 15px;
}
.glow{
    height: 5vh;
    border-radius: 15px;
}
.hh
{
    height: 60vh;
}