* {
    margin: 0;
    padding: 0;
}

* a{
    color: green;
}

#header_div{
    height: 150px;
    background: url(https://nam-geofund.archival-services.gov.ge/assets/images/header_bg.png) repeat-x;
}
#header_left_div{
    float: left;
    width: 500px;
    margin-left: 20px;
}
#header_right_div{
    margin-top: 50px;
    float: right;
    width: 500px;
}
.clearer{
    clear: both;
}
.dot {
  height: 5px;
  width: 5px;
  background-color: white;
  border-radius: 50%;
  display: inline-block;
}

.navbar a {
    font-family: BPG2;
    text-decoration: none;
    color: white;
    padding: 5px;
    font-size: 10pt;
}

#footer_div {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 70px;
    background-color: black;
    opacity: 0.7;
}

.socials a {
    color: gray;
    margin-left: 5px;
}

.socials{
    width: 20px;
    border: 1px solid gray;
    padding: 5px;
}

#inner_content_div{
    background-color: white;
    background-color: rgba(255,255,255,0.7);
    width: 1200px;
    border-radius: 25px;
    padding: 20px;
    margin-bottom: 50px;
}