body {
  margin: 0px;
  font-family: 'Baloo Chettan', cursive;
    font-family: 'Roboto', sans-serif;
    overflow-x: hidden;
}
.menu_div {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height:50px;

  background-color: rgb(63, 63, 63);
}

.menu_title {
  position: fixed;
  top: 0px;
  left: 10px;
  width: 200px;
  height: 50px;
  margin: 0px;
  color: white;
  font-size: 20px;
  line-height: 50px;
  font-family: 'Baloo Chettan', cursive;
  /* background-color: red; */
}

.menu_contact {
  position: fixed;
  top: 0px;
  right: 10px;
  width: 74px;
  height: 50px;
  margin: 0px;
  color: white;
  text-align: right;
  font-size: 20px;
  line-height: 50px;
  font-family: 'Baloo Chettan', cursive;
  /* background-color: red; */
}

.menu_contact_link {
  text-decoration: none;
}


button {
    background: none;
	color: inherit;
	border: none;
	padding: 0;
	font: inherit;
	cursor: pointer;
	outline: inherit;
}

/*
.footer_div {
  position: relative;
  top: 100px;
  width: 100%;
  height: 40px;
  height: 60px;
  background-color: rgb(238, 238, 238);
}

.footer_text {
  float: left;
  margin: 0px;
  margin-left: 10px;
  height: 40px;
  line-height: 40px;
  color: black;
    margin-top: 20px;
}

.footer_built_by {
    
}

.footer_contact_text {
  float: right;
  margin: 0px;
  margin-right: 10px;
  height: 40px;
  line-height: 40px;
  color: black;
    margin-top: 20px;
}
.footer_contact_link {
  text-decoration: none;
  color: black;
}
*/



.content {
    min-height: calc(100vh - 125px);
}
.footer_div {
    clear: both;
    position: relative;
    width: 100%;
/*    font-family: -apple-system, BlinkMacSystemFont, sans-serif;*/
    font-weight:normal;
    color: black;
    padding-top: 10px;
    height: 80px;
    padding-bottom: 5px;
    margin-top: 30px;
    margin-top: 180px;
    
    background-color: #3077E1;
    
    z-index: 100;
/*    z-index: 10;*/
/*    background-color: rgb(238, 238, 238);*/
}

.footer_div_2 {
    clear: both;
    position: relative;
    width: 100%;
/*    font-family: -apple-system, BlinkMacSystemFont, sans-serif;*/
    font-weight:normal;
    color: black;
    padding-top: 10px;
    height: 40px;
    padding-bottom: 5px;
    margin-top: 30px;
    margin-top: 50px;
    
    background-color: #3077E1;
    background-color: transparent;
    
/*    z-index: 100;*/
    z-index: 10;
/*    background-color: rgb(238, 238, 238);*/
}

.footer_info_button {
    position: absolute;
    right: 10px;
    bottom: 10px;
    width: 30px;
    height: 30px;
    border-style: solid;
    border-color: white;
    border-width: 2px;
    border-radius: 18px;
    color: white;
    font-size: 16px;
    font-weight: 600;
    
/*
    border-color: #d6d6d6;
    color: #d6d6d6;
*/
    
    border-color: #989898;
    color: #989898;
}

.footer_copyright {
  font-size: 16px;
  font-family: "Helvetica Neue";
  color: #fff;
  line-height: 1.2;
  text-align: left;
  position: absolute;
  left: 20px;
    bottom: 30px;
  z-index: 33;
    color: #2C2D2E;
/*    font-family: -apple-system, BlinkMacSystemFont, sans-serif;*/
    font-weight:normal;
    
    font-size: 16px;
    font-weight: 600;
    color: white;
    
    margin-top: 20px;
    margin-bottom: 20px;
}

.footer_contact {
  font-size: 16px;
  font-family: "Helvetica Neue";
  color: #fff;
  line-height: 1.2;
  text-align: right;
  position: absolute;
/*  left: 1188.938px;*/
    right: 20px;
  bottom: 10px;
  bottom: 30px;
  z-index: 34;
    text-decoration: none;
    color: #2C2D2E;
/*    font-family: -apple-system, BlinkMacSystemFont, sans-serif;*/
    font-weight:normal;
    margin-top: 16px;
    margin-bottom: 16px;
    
    font-size: 16px;
    font-weight: 600;
    color: white;
}
.footer_made_by {
  font-size: 16px;
  font-family: "Helvetica Neue";
  color: #fff;
  line-height: 1.2;
  text-align: center;
  position: absolute;
/*  left: 1188.938px;*/
    right: 0px;
  bottom: 2px;
    padding-bottom: 15px;
/*    margin-bottom: 0px;*/
    width: 100%;
  z-index: 34;
    text-decoration: none;
    color: #2C2D2E;
/*    font-family: -apple-system, BlinkMacSystemFont, sans-serif;*/
    font-weight:normal;
    
    font-size: 14px;
    font-weight: 700;
    color: white;
}