/*
 Theme Name:   Dayton Rogers Child
 Description:  Dayton Rogers Child Theme
 Author:       COACT
 Template:     daytonrogers
 Version:      1.0.0
 Text Domain:  daytonrogerschild
*/
.resources{
	background-color: #fff;
}
.resources__categories ul{
	text-decoration: none !important;
}
.container ul li{
	font-size: 10px;
	line-height: 2.8;
}
.resources__categories {
  text-align: center;
}
.resources__categories ul a{
	color:#a41c24;
	padding:1% 4%;
	white-space: nowrap;
	border-radius:3px;
}
.resources__categories ul a:hover{
	color:#383434;
}
.resources__categories ul li {
  text-transform: uppercase;
  display: inline;
  
  
}
.resources__categories ul li a, .resources__categories ul li {
 
  font-weight: bold;
  text-decoration: none;
  font-size:1.1rem;
}
.resources--wrapper{
	width:25%;
	height: auto;
	margin: 1% 2%;
	text-align: center;
	
	background-color: #ffffff;
	-webkit-box-shadow: 6px 0px 9px -4px rgba(0,0,0,0.75);
	-moz-box-shadow: 6px 0px 9px -4px rgba(0,0,0,0.75);
	box-shadow: 6px 0px 9px -4px rgba(0,0,0,0.75);	
	border-radius:10px;
}
.resource_pic img{
	width:100%;
	height:250px;
	border-radius: 10px 10px 0px 0px;
}
.resource_text{
	padding:3%;
}
.resourceposts{
	display:flex;
	flex-direction:column;
	flex-flow: row wrap;
	justify-content: center;
	
}
.catecenter{
	font-size:.3em;
	text-align: center;
}
.centered {
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -50%);
	font-size:7em;
	color:#ffffff;
	font-family: "Roboto", Sans-serif;
   font-weight: 800;
	
}
.containerresources{
	display:none;
}

.page__numbers{
	font-size:1.5em;
	text-decoration: none;
	text-align: center;
	padding:3%;
}
@media screen and (max-width: 1700px){
	.centered {
  position: absolute;
  top: 25%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size:6em;
}
	.container .row{
		margin: 2% auto 4%;
	}
}
@media screen and (max-width: 1400px){
	.centered {
  position: absolute;
  top: 20%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size:6em;
}
}
@media screen and (max-width: 1200px){
	.centered {
  position: absolute;
  top: 20%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size:6em;
}
.resources__categories ul a{

margin: 1% 3%;

}
}
@media screen and (max-width: 1300px){
	.resources--wrapper{
	width:40%;
	height: auto;
	margin: 1% 2%;
	align-items: center;
	background-color: #ffffff;
	-webkit-box-shadow: 6px 0px 9px -4px rgba(0,0,0,0.75);
	-moz-box-shadow: 6px 0px 9px -4px rgba(0,0,0,0.75);
	box-shadow: 6px 0px 9px -4px rgba(0,0,0,0.75);
	}}
@media screen and (max-width: 1000px){

.centered {
  position: absolute;
  top: 15%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size:6em;
}

}
@media screen and (max-width: 800px){
	.resources--wrapper{
	width:80%;
	height: auto;
	margin: 1% 2%;
	align-items: center;
	background-color: #ffffff;
	-webkit-box-shadow: 6px 0px 9px -4px rgba(0,0,0,0.75);
	-moz-box-shadow: 6px 0px 9px -4px rgba(0,0,0,0.75);
	box-shadow: 6px 0px 9px -4px rgba(0,0,0,0.75);
}
	.resources__categories ul a{
		background-color:#383434;

	}
	.centered {
  position: absolute;
  top: 15%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size:6em;
}
	.containerresources{
		display:unset;
	}
	.web__resources{
		display:none;
	}
	.resources_categories ul li{
		padding-right:0px;
	}
nav {
  margin: auto;
  position: relative;
  width: clamp(430px, 50vw ,100%);
}

nav h2 {
 
  border-radius: 2px;
  position: relative;
  background: #fff;
  height: 60px;
  font-weight: 200;
  display: flex;
  padding-bottom:10px;
  flex: 1;
  justify-content: center;
  align-items: center;
  box-shadow: 4px 4px 20px -2px rgba(0, 0, 0, 0.35);
  transition: all 0.4s;
}

nav:hover h2 {
  transform: translateY(-2px);
  box-shadow: 2px 2px 5px -1px rgba(0, 0, 0, 0.35);
  transistion: all 0.4s;
}

#toggle {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 1;
  opacity: 0;
  cursor: pointer;
  height: 40px;
}

h2::before{
  position: absolute;
  right: 0;
  top: 0;
  height: inherit;
  aspect-ratio: 1;
  background: currentColor;
  display: flex;
  align-items: center;
  padding-right: 1rem;
  content: "";
  clip-path: polygon(50% 25%, 20% 80%, 80% 80%);
  transform: rotate(180deg) scale(0.75);
}

#toggle:not(:checked) ~ h2::before {
  transform: rotate(0deg) scale(0.75);
}

#toggle:focus ~ h2{
  background: #fff;
  transition: background 0.45s;
}

#toggle:checked ~ ul {
  visibility: hidden;
  opacity: 0;
}

#toggle:not(:checked) ~ ul {
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
}


nav ul {
  padding-left: 0;
  
  margin-top: 0;
  background: #ece5da;
  list-style: none;
  overflow: hidden;
  text-align: right;
  text-align: center;
  transition: all 0.4s ease-out;
  width: 100%;
  position: absolute;
}
nav ul li {
  border-radius: 2px;
  position: relative;
  display: inline-block;
  width: 100%;
 
  background: #fff;
}

nav ul li:hover,
nav ul li a:focus {
  background: #fff;
  transition: background 0.45s;
}

nav ul a {
  display: block;
  color: inherit;
  text-transform: lowercase;
  font-weight: 200;
  text-decoration: none;
}


.container {
  margin: auto;
  color: #000;
}


}