

html,body{
    width: 100vw;
    height: 100vh;
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
    background-image: url("ba1.jpg");

}



#f-navbar{
    font-family: Georgia, serif;
    min-height: 20px;
    height: 50px; 
    margin-top: 8px;
    margin-bottom: 10px;
    text-align: left;
    padding: 0;
    border: 1px solid rgb(1, 81, 32);
    color: white;
    /*border-radius: 10px 10px 0px 0px;*/

    background: rgb(46,150,66);
    background: linear-gradient(180deg, rgba(36,140,75,1) 0%, rgba(29,124,66,1) 24%, rgba(23,99,52,1) 45%, rgba(17,73,39,1) 76%);
}

#f-navbar > a{
    min-height: 20px;
    height: 40px; 
    font-size: x-large;
    text-decoration: none;
    color: black;
    padding: 10px 10px 10px 10px;/*20px 20px 20px 20px;*/
    user-select: none;
    -webkit-user-drag: none;
    -webkit-user-select: none;
    display: inline-block;
    color: white;
    /*border-radius: 10px 10px 0px 0px;*/
    transition: background-color 0.5s;
}

#f-navbar > a:hover{
    min-height: 15px;
    height: 30px;
    background-color: rgba(255, 255, 255, 0.1);
}

#f-navbar > a:active{
    min-height: 15px;
    height: 30px;
    background: rgb(0,0,0);
/*background: linear-gradient(180deg, rgba(95,160,255,1) 0%, rgba(53,159,255,1) 16%, rgba(28,147,255,1) 27%, rgba(0,80,198,1) 49%);*/
}

#f-navbar >a.active{
    min-height: 15px;
    height: 30px;
    background: rgb(10,114,50);
/*background: linear-gradient(180deg, rgba(95,160,255,1) 0%, rgba(53,159,255,1) 16%, rgba(28,147,255,1) 27%, rgba(0,80,198,1) 49%);*/
}


#f-container{
    
    width: 920px;
    margin: auto;
    padding: 20px;
}



#f-container2{
  width:35%;
  height:auto;
  display: block;
    
}

.f-content{
    font-family: "MS Gothic";
    min-height: 400px;
    padding: 20px 10px 20px 10px;

    font-size: larger;

    background: rgb(206,235,255);
    background: linear-gradient(180deg, rgba(220, 240, 252, 0.6) 3%, rgba(245, 251, 255, 0.7) 5%, rgba(200,235,255,0.6) 100%);

    border-radius: 10px 10px 10px 10px;

    box-shadow: inset 0px -10px 30px 15px rgba(255, 255, 255, 0.5);
}

h1,h2,h3,h4,h5,h6{
    font-family: "MS Gothic";
    margin-top: 3px;
    margin-bottom: 3px;
    margin-left: 10px;
    user-select: none;
    -webkit-user-drag: none;
    -webkit-user-select: none;
}

p{
  margin-left: 5px;
  }

.f-img-small{
    width: 40%;
    height: auto;
    margin: 10px 10px 10px 10px;
    padding: 12px;
    border-radius: 20px;
    background: rgb(206,235,255);
    background: linear-gradient(0deg, rgba(206,235,255,0.8) 3%, rgba(233,246,255,0.8) 5%, rgba(188,227,255,0.8) 100%);
    box-shadow: 4px 4px 30px 0px white;
    user-select: none;
    -webkit-user-drag: none;
    -webkit-user-select: none;
}

.image-container {
  width: 35%;
  height: auto;
  display:block;
}


.f-img-medium{
  width: 20%;
  height: auto;
  margin: 10px 10px 10px 10px;
  padding: 12px;
  user-select: none;
    -webkit-user-drag: none;
    -webkit-user-select: none;
  }

.float-left{
    float: left;
    margin-left: 0px;
}

.float-right{
    float: right;
    margin-right: 0px;
}

.left {
  float: left;
  display: block;
  margin-left: 100px;
  padding-bottom:20px;
}

.bubble{
    border-radius: 50%;
    background: rgb(230,245,255);
    background: radial-gradient(circle, rgba(230,245,255,0.4) 18%, rgba(197,229,252,0.3) 46%, rgba(197,229,252,0.3) 100%);
    background-position: -10px -10px;
    position: absolute;
    top: 0;
    left: 0;
    width: 90px;
    height: 90px;
    z-index: -1;
}