@charset "UTF-8";
/*
* 
* CSS Stylesheet for 390dev.com
*
*/
/*!
* Start Bootstrap - Modern Business v5.0.7 (https://startbootstrap.com/template-overviews/modern-business)
* Copyright 2013-2023 Start Bootstrap
* Licensed under MIT (https://github.com/StartBootstrap/startbootstrap-modern-business/blob/master/LICENSE)
*/
body,
html {
  height: 100%;
}

.feature {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 3rem;
  width: 3rem;
  font-size: 1.5rem;
}

.bg-featured-blog {
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 15rem;
}
/* End Start Bootstrap - Modern Business v5.0.7 */
.under-construction {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 12rem;
  width: 12rem;
  font-size: 1.5rem;
}

.bg-orange {
  background-color: #fd7e14;
}