@charset "utf-8";
/* CSS Document */

* {
  padding: 0;
  margin: 0;
  text-decoration: none;
  box-sizing: border-box;
  }

body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 20px;
  padding: 0;
}

html {
  overflow-x: hidden;
  }

h1 {
  font-size: clamp(6px, 3vw, 30px);
}

a:link, a:visited {
  color: #1600D6;
}

a:hover {
  color: #FF0000;
}

a:active {
  color: #1600D6;
}
/* 
.bodybg {
  background-image: url(../images/bg/bg_eve_m.png);
  background-repeat: repeat;
  }
 */
.main-wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 1120px;
  padding-right: 20px;
  padding-left: 20px;
  /* padding-bottom:20px; */
  margin-right: auto;
  margin-left: auto;
}

.main-container {
  display: flex;
  flex-direction: column;
  /* background-color: rgba(255, 255, 255, 0.5); */
  padding: 0px;
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
}

.main-container-index {
  display: flex;
  flex-direction: column;
  background-color: rgba(255, 255, 255, 0.5);
  /* margin-top: 30px; */
  /* padding: 20px; */
}

.container-hdr {
  font-size: 24px;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}

.container-hdr p {
  font-size: 18px;
  text-align: justify;
  padding: 5px 20px 5px 20px;
}

.para-box {
  margin-bottom: 20px;  
}

.open-buttons {
  display: flex;
  flex-direction: column;
  justify-content: center;
  border: none;
}

button {
  border: none;
  background: none;
}

.open-buttons {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.open-btn {
  background-color: #4D4D4D;
	border-radius: 5px;
	border:1px solid #000000;
	display: inline-block;
	cursor: pointer;
	font-size: 14px;
  color: #ffffff;
  width: 100px;
  margin: 5px 0px;
	padding: 3px 0px;
}

.open-buttons a:link, .open-buttons a:visited {
  color: #ffffff;
	text-decoration: none;
}

.open-buttons a:hover {
	background-color:#000000;
  color: #FFFFFF!important;
	text-decoration: none;
}
/*

.back-to-top {
  background-color: #626060;
  width: 200px;
  height: 30px;
  margin-right: -30px;
  overflow: hidden;
  box-sizing: border-box;
}
*/

.back-to-top {
  display: none;
  justify-content: center;
  position: fixed;
  background-color: #266B2E;
  bottom: 30px;
  right: 20px;
  z-index: 99;
  font-size: 12px;
  border: none;
  outline: none;
  color: white; 
  cursor: pointer;
/*  width: auto;*/
  height: 38px;
  padding:  0px 15px;
  /* border-radius: 10px; */
}


@media screen and (max-width: 768px)
{

  h2 {
    font-size: 16px;
    }

  h4 {
    font-size: 10px;
    }
  }

@media screen and (max-width: 660px) {


  p {
    font-size: 16px;
  }

  .container-hdr {
    font-size: 20px;
    margin-bottom: 18px;
  }

  .open-btn {
    font-size: 12px;
    width: 90px;
  }
}

@media screen and (max-width: 630px)
{

  h2 {
    font-size: 15px;
    }

  h4 {
    font-size: 10px;
    }
  }

  
@media screen and (max-width: 590px)
{

  h2 {
    font-size: 13px;
    }

  h4 {
    font-size: 10px;
    }
  }


@media screen and (max-width: 548px) {
  .wrapper {
    padding-right: 10px;
    padding-left: 10px;
  }

  .container-hdr p {
    font-size: 16px;
    padding: 5px 16px 5px 16px;
  }

  .container-hdr {
    font-size: 20px;
    margin-bottom: 16px;
  }

}

@media screen and (max-width: 506px) {

  h2 {
    font-size: 12px;
    }

  h4 {
    font-size: 10px;
    }

  .container-hdr {
    font-size: 18px;
    margin-bottom: 16px;
    }

  .container-hdr p {
    font-size: 14px;
    padding: 5px 13px 5px 13px;
  }
}

@media screen and (max-width: 468px) {
  p {
    font-size: 12px;
  }

  .container-hdr {
    font-size: 16px;
    margin-bottom: 14px;
  }

  .container-hdr p {
    font-size: 12px;
    padding: 5px 10px 5px 10px;
  }
}


@media screen and (max-width: 506px) {

  h2 {
    font-size: 10px;
    }

  h4 {
    font-size: 7px;
    }
 
  .container-hdr p {
    font-size: 10px;
    padding: 5px 10px 5px 10px;
  }

}
