/*Bootstrap 4 CSS
------------------*/
@import url('main.css');

/* CUSTOM CSS 
------------------*/
.atom-bg {
  background: url(../img/atom/atom-bg.svg) no-repeat center bottom;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}

.atom-logo-small {
  width:7rem;
}

img.atom-mod-circle{
  width:7.5rem;
  height:auto;
}

.support-img{
  max-width:700px;
  width:100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.atom-logo{
  max-width:50%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.atom-img1{
  max-width:512px;
  width:100%;
  margin-right: auto;
  margin-left: auto;
  display: block;
}


/* RESPONSIVE CSS
=================================================== */
/*@media (max-width: 1260px){ 
  .div-col-reverse{
    flex-direction: column-reverse !important;
  }
}*/



