html,
body { min-height: 100%; }

body {
background-image:url(../images/default.jpg);
background-size:100% auto;
 
}


/* latin-ext */
@font-face {
  font-family: 'Bebas Neue';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Bebas Neue Regular'), local('BebasNeue-Regular'), url(https://fonts.gstatic.com/s/bebasneue/v1/JTUSjIg69CK48gW7PXoo9Wdhyzbi.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Bebas Neue';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Bebas Neue Regular'), local('BebasNeue-Regular'), url(https://fonts.gstatic.com/s/bebasneue/v1/JTUSjIg69CK48gW7PXoo9Wlhyw.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

body{
	  font-family: 'Bebas Neue';
	  padding: 0px;
	  margin: 0px;
}

.over-flow {
    position: absolute;
    width: 100%;
    z-index: 1;
    height: 100%;
    left: 0px;
    top: 0px;
    background-image: url(../images/pattern.png);
    opacity: 0.2;
}
.div-links{
position:relative;
z-index:2;
}
.h1-style{font-size:40px;text-align:center;margin-top: 20px;}


.footer-ul{
  padding:0px;
  margin:0px;
  }
  
  .footer-ul li{
  list-style:none;
  }
  .footer-ul li a{
  color: #000;
  padding: 5px 19px;
  font-size: 30px;
  text-decoration: none;
  }
   .footer-ul li a:hover{
   text-decoration:none;
   }
.footer-line{
    border-bottom: 1px solid #60a7dd;
    display: inline-block;
    font-size: 20px;
    padding: 0px 0px 8px 0px;
}

.footer{
position:absolute;
text-align:center;
font-size:25px;
bottom:0px;
padding:10px 0px;
width:100%;

}
.container-div{
z-index:3;
}
.a-links{min-width:200px;background:#0771b8;border-radius: 58px;padding: 10px 20px;padding-right:20px;color: #fff;padding-right:100px;position: relative;display: inline-block;margin-top: 60px;font-size: 20px;}
.a-links:hover{
color:#fff;
text-decoration:none;
}
.img-logo{width: 70px;height: 70px;position: absolute;border-radius:50%;top: -10px;right: -14px;font-size: 25px;background-color: #fff;border: 2px solid #0470b9;}
.group-logo{
margin-top:20px;
}

.wrap{width:70%;padding:15px;margin-bottom: 30px;}

@media(max-width:1000px){
	.wrap{
		width:100%;
	}
.footer{
position:static;
}
body {
background-image:url(../images/default-md.jpg);

 
}
}

