/*
Theme Name:     Doctype Child Theme
Description:    Make your modifications to Doctype in this child theme.
Template:       doctype
*/

@import url('../doctype/style.css');

.fluidimg {
	max-width: 1170px;
	min-width: 366px;
	width: 100%;
}

.project-meta {
	width: 100% !important;
}

.main-content {
	width: 100% !important; 
}

.section-hero .hero-content-inner {
  margin: 0 auto;
  max-width: 1110px;
  padding-top: 60px;
  padding-top: 2.5rem;
  padding-bottom: 60px;
  padding-bottom: 1rem;
  padding-left: 20px;
  padding-right: 20px;
}