body, html {
  height: 100%;
  margin: 0;
  overflow-x:hidden;
  font-family: "Josefin Sans", sans-serif;
  color:#000 !important;
 
}
img.logo-img {
    max-width: 400px;
}
.bgimg {
    background-image: url(../images/aggressor-automation.webp);
    height: 100vh;
    background-position: center;
    background-size: cover;
    position: relative;
   
    display: flex;
    align-items: center;
    justify-content: center;
    background-position: right;
}

.content-wrapper {
    text-align: center;
    background-color: rgba(255,255,255,0.8);
    padding: 50px 100px 40px;
}
h1 {
    color: #000 !important;
    font-size: 40px !important;
    margin: 70px 0 50px;
}
.bottomleft a {
    color: #000 !important;
    text-decoration: none;
    
}
.bottomleft a,.bottomleft p {
    font-size: 17px;
}
.bottomleft a:hover{color:#CD480D !important;} 

@media screen and (max-width:767px) 
{
.content-wrapper {
    padding: 50px 70px 40px;
}
img.logo-img {
    max-width: 200px;
}
.bottomleft a, .bottomleft p {
    font-size: 14px;
    line-height: 20px;
}
h1 {
    
    font-size: 23px !important;
    margin: 50px 0 30px;
}
.bottomleft p {
    margin: 9px;
}
.content-wrapper {
    text-align: center;
    background-color: rgba(255,255,255,0.8);
    padding: 40px 30px 25px;
}
}
/*
.bgimg::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(255,255,255,0.8);
    width: 100%;
    height: 100%;
}

.topleft {
  position: absolute;
  top: 0;
  left: 0px;
}

.bottomleft {
  position: absolute;
  bottom: 0;
  left: 16px;
}
.middle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 100%;
    padding: 10px;
}
h1 {
    font-size: 50px;
	line-height: 50px;
	 color:#000 !important;
}
hr {
  margin: auto;
  width: 40%;
}
.bottomleft {
    width: 100%;
    text-align: center;
}
.bottomleft p{line-height: 21px;margin:0px 0 12px;}
.bottomleft a {
    color: #000 !important;
    text-decoration: none;
    font-size: 20px;
    line-height: 25px;
}
.bottomleft a:hover{opacity:0.8;}
.bottomleft
{
	margin-bottom:10px;
}

@media screen and (max-width:1200px) 
{
.bottomleft a {

    font-size: 1.4rem;
}
h1 {
    font-size: 3rem;
	line-height:3.5rem;
}
}
*/