body, html {
    height: 100%;
    margin: 0;
    font-family: 'Comfortaa', cursive;
    background-color: black;

}
.dis{
  font-family: 'Comfortaa', cursive;  
    line-height:1.2em;
    color: black;
    font-size: 85%;
}
.news{
    margin-top: 200px;
}
.bd{
	color: #000;
	font-family: 'Comfortaa', cursive;
	line-height:1.4em; 
	margin-top:200px;  
}
.pd{
	color: #000;
	font-family: 'Comfortaa', cursive;  
}
.bg {
    background-image: url("images/609827450.jpg");
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.pdx{
    margin-top: 50px;
	margin-bottom: 100px;
}
.btn{
	color: #fff;
	font-family: 'Comfortaa', cursive;
    background-color: black;	
}
*{	box-sizing:border-box;
	-moz-box-sizing:border-box;
}
a.b:Link {
	color: #fff;
	text-decoration: none;
}
a.b:visited {  
	color: #fff;
	text-decoration:none;
	}
a.b:active { 
	color: #fff;
	text-decoration:none;
}
a.b:hover {
	text-decoration: none;
	color: #ccc;
}
a.c:Link {
	color: #fff;
	text-decoration: none;
    border-bottom: 1px dotted;
}
a.c:visited {  
	color: #fff;
	text-decoration:none;
    border-bottom: 1px dotted;
	}
a.c:active { 
	color: #fff;
	text-decoration:none;
    border-bottom: 1px dotted;
}
a.c:hover {
	text-decoration: none;
	color: #ccc;
    border-bottom: 1px dotted;
}
a.e:Link {
	color: #fff;
	text-decoration: none;
    border-bottom: 1px dotted;
}
a.e:visited {  
	color: #fff;
	text-decoration:none;
    border-bottom: 1px dotted;
	}
a.e:active { 
	color: #fff;
	text-decoration:none;
    border-bottom: 1px dotted;
}
a.e:hover {
	text-decoration: none;
	color: #042197;
    border-bottom: 1px dotted;
}
.footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    opacity: .8;
    color: white;
    text-align: center;
}
.button {
    background-color: #000;
    border: none;
    color: white;
    padding: 10px;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    margin: 4px 4px 4px 4px ;
    font-family: 'Comfortaa', cursive;  
}
.open-button {
    background-color: #000;
    border: none;
    color: #ccc;
    padding: 10px;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
     margin: 4px 4px 4px 4px ;
    font-family: 'Comfortaa', cursive;
}
.form-popup {
  display: none;
  position: fixed;
  bottom: 0;
  right: 15px;
  border: 1px solid #767676;
  z-index: 9;
}
.form-container {
  max-width: 300px;
  padding: 10px;
  background-color: white; 
  opacity: 1;
}
.form-container input[type=text], .form-container input[type=text] {
  width: 100%;
  padding: 15px;
  margin: 5px 0 22px 0;
  border: none;
  background: #f1f1f1;
}
.form-container input[type=text]:focus, .form-container input[type=text]:focus {
  background-color: #ddd;
  outline: none;
}

.form-container .btn {
  background-color: #000000;
  color: white;
  padding: 16px 20px;
  border: none;
  cursor: pointer;
  width: 100%;
  margin-bottom:10px;
}
.form-container .cancel {
  background-color: #000000;
}
.form-container .btn:hover, .open-button:hover {
  opacity: 1;
}

