*{
    margin: 0;
    padding:0;
    box-sizing: border-box;
    font-family: 'poppins', sans-serif;
}
fieldset{
    text-align: left;
}
form{
    align-content: center;
}
h3{
    color: white;
    text-shadow: black;
}
h4{
    color: white;
    text-shadow: black;
}
body{
    max-width: 100%;
    height: auto;
    background-image: url(Image1.JPG);
    background-position: center;
    background-size: contain;
    
}
a {color:white;}
a:visited {color:white;}
a:active {color: white;}

nav{
    max-width: 100%;
    padding: 20px 0;
    text-align: center;
}
.logo{
    width: 150px;
    margin: 20px 0;
    cursor: pointer;
}
nav ul{
    background: rgb(47,132,137);
    width: 100%;
    margin-top: 10px;
}
nav ul li{
    display: inline-block;
    list-style: none;
    margin: 20px 30px;
    color: #fff;
}
.text{
    padding: 20px 8%;
}
nav.sticky{
    position: sticky;
    top: 0;
    left: 0;
    padding: 10px 8%;
    background: rgb(47,132,137);
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: padding 3s;
}
nav.sticky ul{
    width: auto;
    
}

#navbar a:hover {
  background-color: #ddd;
  color: black;
}

menu{
    font-size: 20px;
    color: white;
    }


#content {

overflow: auto;
}
#nav, #feature, #footer {
margin: 1%;
}
.column1, .column2, .column3 {
width: 31.3%;
float: left;
margin:1%;
}
.column3 {
margin-right: 0%;
}
.li{
display: inline;
    padding: 0.5em;}
    #nav, #footer {

background-color: #efefef;
padding: 0.5em 0;
}
#feature, .article {

    height: 10em;
    margin-bottom: 1em;
    background-color: #efefef;
    }
/* Appearance CSS */
h1 {
text-align: center;
font-size: 50pt;
font-family: sans-serif;
font-weight: 100;
text-shadow: 2px 2px 0px orange;
}
    h2 {

text-align: center;
font-size: 30pt;
font-family: sans-serif;
font-weight: 100;
        text-shadow: 1px 1px 0px orange;}
.glass{
                float:right;
                width: 45%;
                height: auto;
                background: linear-gradient(135deg, rgba(255,255,255,0.1), rgba(255,255,255,0.0));
                -webkit-backdrop-filter:blur(20px);
                backdrop-filter:blur(20px);
                box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.37);
                border: 1px solid rgba(255, 255, 255, 0.18);
                border-radius: 32px;
                padding: 15px;
}
.layer{
                float:inherit;
                width: 100%;
                height: 150px;
                background: linear-gradient(135deg, rgba(255,255,255,0.1), rgba(255,255,255,0.0));
                -webkit-backdrop-filter:blur(20px);
                backdrop-filter:blur(20px);
                box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.37);
                border: 1px solid rgba(255, 255, 255, 0.18);
                border-radius: 32px;
                padding: 15px;}
            body{
                background-repeat: no-repeat;
                background-size: cover;}
            .left{
                float: left;
                width: 45%;
                height: auto;
                background: linear-gradient(135deg, rgba(255,255,255,0.1), rgba(255,255,255,0.0));
                -webkit-backdrop-filter:blur(20px);
                backdrop-filter:blur(20px);
                box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.37);
                border: 1px solid rgba(255, 255, 255, 0.18);
                border-radius: 32px;
                padding: 15px;}

img{
    width: 500px;
    height: auto;
    padding: 20px 0 10px;
    border-radius: 5px;
    float: left
}
