@media screen and (max-width: 768px) {
}
 
/** {
  box-sizing: border-box;
}*/
  *,
			::before,
			::after {
				box-sizing: border-box;
				border-width: 0;
				border-style: solid;
				border-color: #333;
			}


html, body {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  background: #181818;
  font-family: 'Didact Gothic', sans-serif;
  font-size: 12pt;
  font-weight: 200;
  color: #FFF;
}

		.top-header {
		  background-color: #556cb3;
		  color: #fff;
		  padding: 10px 0;
		  text-align: center;
		  display: flex;
		  justify-content: space-between;
		  align-items: center;
		}

		.social-icons {
		  margin-right: 10px;
		}

		.social-icons a {
		  color: #fff;
		  text-decoration: none;
		  margin: 0 10px;
		  font-size: 18px;
		}

		.contact-info {
		  font-size: 14px;
		  color: #fff;
		}
		.contact-info a {
		  color: #fff;
		  text-decoration: none;
		  margin: 0 10px;
		  font-size: 18px;
		}
	
	h1, h2, h3
	{
		margin: 0;
		padding: 0;
	}
	
	p, ol, ul
	{
		margin-top: 0;
	}
	
	ol, ul
	{
		padding: 0;
		list-style: none;
	}
	
	p
	{
		line-height: 180%;
	}
	
	strong
	{
	}
	
	a
	{
		color: #ee0000;
	}
	
	a:hover
	{
		text-decoration: none;
	}
	
	.container
	{
		overflow: hidden;
		margin: 0em auto;
		width: 1200px;
	}
	
	
	/* vert
	.vertical-line {
      width: 1px;
      height:100vh;
      background-color: #000; /* color of the line 
	margin: 0 auto; /* Center the line horizontally 
    } */
/*********************************************************************************/
/* Image Style                                                                   */
/*********************************************************************************/

	.image
	{
		display: inline-block;
	}
	
	.image img
	{
		display: block;
		width: 100%;
	}
	
	.image-full
	{
		display: block;
		width: 100%;
		margin: 0 0 2em 0;
	}
	
	.image-left
	{
		float: left;
		margin: 0 2em 2em 0;
	}
	
	.image-centered
	{
		display: block;
		margin: 0 0 2em 0;
	}
	
	.image-centered img
	{
		margin: 0 auto;
		width: auto;
	}

/*********************************************************************************/
/* List Styles                                                                   */
/*********************************************************************************/

	ul.style1
	{
	}
	
	ul.actions
	{
	}
	
	ul.actions li
	{
		display: inline-block;
		padding: 0em 0.50em;
		font-weight:bold ;
		font-size:1.2em;
	}


/*********************************************************************************/
/* Social Icon Styles                                                            */
/*********************************************************************************/

	ul.contact
	{
		margin: 0;
		padding: 2em 0em 0em 0em;
		list-style: none;
	}
	
	ul.contact li
	{
		display: inline-block;
		padding: 0em 0.30em;
		font-size: 1em;
	}
	
	ul.contact li span
	{
		display: none;
		margin: 0;
		padding: 0;
	}
	
	ul.contact li a
	{
		color: #FFF;
	}
	
	ul.contact li a:before
	{
		display: inline-block;
		background: #3f3f3f;
		width: 40px;
		height: 40px;
		line-height: 40px;
		border-radius: 20px;
		text-align: center;
		color: #FFFFFF;
	}
	
	ul.contact li a.icon-twitter:before { background: #2DAAE4; }
	ul.contact li a.icon-facebook:before { background: #39599F; }
	ul.contact li a.icon-instagram:before { background: #39599F; }
	ul.contact li a.icon-dribbble:before { background: #C4376B;	}
	ul.contact li a.icon-tumblr:before { background: #31516A; }
	ul.contact li a.icon-rss:before { background: #F2600B; }

/*********************************************************************************/
/* Button Style                                                                  */
/*********************************************************************************/

	.button
	{
		display: inline-block;
		padding: 1em 2em 1em 2em;
		letter-spacing: 0.10em;
		margin-top: 2em;
		padding: 1.40em 3em;
		background: #2651a8;
		border-radius: 6px;
		text-decoration: none;
		font-weight: 700;
		font-size: 1em;
		color: #FFF;
	}
	
	.button-alt
	{
		padding: 1em 2em;
		border-color: rgba(0,0,0,.8);
		color: #FFF;
	}
		
/*********************************************************************************/
/* 4-column                                                                      */
/*********************************************************************************/

	.box1,
	.box2,
	.box3,
	.box4
	{
		width: 235px;
	}
	
	.box1,
	.box2,
	.box3,
	{
		float: left;
		margin-right: 20px;
	}
	
	.box4
	{
		float: right;
	}
	
/*********************************************************************************/
/* 3-column                                                                      */
/*********************************************************************************/

	.boxA,
	.boxB,
	.boxC
	{
		width: 384px;
	}

	.boxA,
	.boxB
	{
		float: left;
		margin-right: 20px;
	}
	
	.boxC
	{
		float: right;
	}

/*********************************************************************************/
/* 2-column                                                                      */
/*********************************************************************************/

	.tbox1,
	.tbox2
	{
		width: 575px;
	}
	
	.tbox1
	{
		float: left;
	}

	.tbox2
	{
		float: right;
	}

	
/*********************************************************************************/
/* Heading Titles                                                                */
/*********************************************************************************/

	.title
	{
		margin-bottom: 3em;
	}
	
	.title h2
	{
		font-size: 2.7em;
		font-weight:bold;
		color:blue;
	}
	
	.title .byline
	{
		font-size: 1.5em;
		color: blue;
	}

/*********************************************************************************/
/* Header                                                                        */
/*********************************************************************************/

	#wrapper
	{
		position: relative;
		/*padding: 5em 0em 7em 0em;*/
		margin:0;
		padding:0;
		background: #556db5;
		height:auto;
		overflow:hidden;
		padding-top:-5px;
		 line-height: normal;
	}

/*********************************************************************************/
/* Header                                                                        */
/*********************************************************************************/

#header-wrapper {
    margin: 0 auto;
    overflow: hidden;
    display: block;
    position: relative;
    padding: 5em 0em 7em 0em;
    background-size: cover;
    background-position: center;
    margin: 0;
    padding: 0;
    height: 75.9vh;
}

#carouselFade{
	margin-top: 0.7px;
	border-radius: 10px;
}

.carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
  opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-control {
  z-index: 1;
} 
@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
} 
.carousel-caption {
    position: relative;
    top: 50%;
    transform: translate(-5%, -65%);
    text-shadow: 0 1px 4px rgba(0,0,0,.9);
    font-size:17px;

}

.carousel-caption h2 {
    font-family: 'Lato', sans-serif;
	font-size: 55px;
	font-weight:bold;
	color:blue;
}

.carousel-caption p {
	color:blue;
}    
    .carousel,
    .carousel-inner,
    .carousel-inner .item {
      height: 75.9vh;
    } 
    .item:nth-child(1) {
  background: url('images/h30.jpg');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
    }

    .item:nth-child(2) {
  background: url('images/r2.jpg');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
    }

    .item:nth-child(3) {
  background: url('images/r3.jpg');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
    }
	.item:nth-child(4) {
  background: url('images/h2.jpg');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
    }
	.item:nth-child(5) {
  background: url('images/r1.jpg');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
    }

#header {
    position: relative;
    padding: 1.5em 0em;
}

.conta{
	background-color:#556cb3;

}

hr {
    margin: 20px 0;
    border: 0;
    height: 2px;
    background: #392b7c;
}



/********* CARDS *********/
.con {
  width: 100%;
  max-width: 1200px; /* Adjust max-width as needed */
  padding-top: 20px;
  padding-left: 10px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center; /* Center the card groups */
  border-radius: 10px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}

.card-group {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 -15px; /* Add negative margin to counteract padding */
}

.card-holder {
  flex: 0 0 calc(33.333% - 30px); /* Adjust width for each card holder */
  max-width: 300px; /* Adjust max-width as needed */
  height: 250px;
  background-color: white;
  border-radius: 10px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  margin-bottom: 20px;
  margin-right: 15px; /* Add margin for space between cards */
  margin-left: 15px; /* Add margin for space between cards */
}

.card-holder img {
  width: 100%;
  height: 150px;
  object-fit: cover;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.card-holder h3 {
  margin-top: 20px;
  font-size: 24px;
}

.motto {
  float: top; 
  border: 0px solid #ccc;
  border-radius: 3px;
}

/*********************************************************************************/
/* Logo                                                                          */
/*********************************************************************************/

	#logo
	{
		position: absolute;
		top: 3.6em;
		left: 0;
		
	}
	
	#logo h1
	{
		font-size: 2.6em;
		color: #79C255;
	}
	
	#logo a
	{
		text-decoration: none;
		color: rgba(255,255,255,1);
	}

/*********************************************************************************/
/* Menu                                                                          */
/*********************************************************************************/

#menu {
    position: absolute;
    top: 0.2em;
    left: 49%;
    transform: translateX(-40%);
}


#menu ul {
    display: inline-block;
}

#menu li {
    display: block;
    float: left;
    text-align: center;
    background: orange;
    border-radius: 6px;
    height: 3em;
    margin: 0.2em 0.2em;
	font-weight:bold;
}

#menu li a, .dropbtn {
    padding: 1em 0em;
    letter-spacing: 1px;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 1em;
    color: white;
}

#menu li:hover a,
#dropdown:hover .dropbtn {
    background: orange;
    border-radius: 6px;
    color: white;
}

#dropdown.active a {
    background: orange;
    border-radius: 6px;
    color: white;
}

.dropdown {
    display: inline-block;
    position: relative; /* Adjusted for positioning */
}

.dropdown-content {
    display: none;
    position: absolute;
    top: 100%; /* Show below the dropdown */
    left: 0;
    background-color: #f9f9f9;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
    z-index: 1;
}

#dropdown:hover .dropdown-content {
    display: block;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    display: block;
    text-decoration: none;
}

.dropdown-content a:hover {
    background-color: #ddd;
}

/*********************************************************************************/
/* Motto                                                                       */
/*********************************************************************************/
.motto{
	background:lilac;
	height:auto;
	width:auto;
}

.motto .h2{
	color:lilac;
	font-size:5px;
}

/*********************************************************************************/
/* Core Values                                                                       */
/*********************************************************************************/

.core-values {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; /* Center the items horizontally */
  align-items: center; /* Center the items vertically */
  flex: 0 0 auto;
}

.core-value {
  text-align: center;
  margin: 10px;
  flex: 0 0 auto; /* Allow items to shrink or grow as needed */
}

.core-value img {
  width: 50px;
  height: 50px;
  object-fit: cover;
  border-radius: 50%;
  margin-bottom: 10px;
  margin-top: -10px; /* Adjust margin-top as needed */
  flex: 0 0 auto;
}

.core-value h3 {
  color: black;
  font-size: 1.5vw; /* Adjust font size based on viewport width */
  margin: 0; /* Remove default margin */
}


/*********************************************************************************/
/* Banner                                                                        */
/*********************************************************************************/

	#banner
	{
		padding-top: 0em;
		text-align: center;
	}
	
	#banner .title h2
	{
		font-size: 4em;
	}
	
	#banner .title .byline
	{
		font-size: 2em;
	}
	
	#banner .button
	{
		margin-top: 2em;
		padding: 1.40em 3em;
		border-radius: 6px;
		font-weight: 700;
		font-size: 1em;
		
	}
	
	.banner
	{
		margin-bottom: 5em;
	}

/*********************************************************************************/
/* Page                                                                          */
/*********************************************************************************/

	#page
	{
	}

/*********************************************************************************/
/* Content                                                                       */
/*********************************************************************************/

	#content
	{
	}

/*********************************************************************************/
/* Sidebar                                                                       */
/*********************************************************************************/

	#sidebar
	{
	}

/*********************************************************************************/
/* Footer                                                                        */
/*********************************************************************************/

	#footer
	{
	}

/*********************************************************************************/
/* Copyright                                                                     */
/*********************************************************************************/

	#copyright
	{
		/*overflow: hidden;
		padding: 3em 0em;
		border-top: 0.5 px solid rgba(0,0,0,0.08);*/
		/*border-top: 0.5 px solid rgba(0,0,0,0.08);
		background-image: url('images/htf.jpg') no-repeat center center;
		background: #111111 url('images/htff.jpg') no-repeat;*/

}
	
	#copyright p
	{
		text-align: center;
		font-size: 1em;
		color: rgba(255,255,255,0.3);
	}
	
	#copyright a
	{
		text-decoration: none;
		color: rgba(255,255,255,0.6);
	}

	#copyright .container{
		height:300px;
	}
	
/*********************************************************************************/
/* Welcome                                                                       */
/*********************************************************************************/

	#welcome
	{
		height:auto;
		width:auto;
		position: relative;
		padding: 2em 0em 2em 0em;
		background-image: url('images/welcome.jpg');
		background-size: cover;
		text-align: center;
		border: 0px solid #ccc;
		border-radius: 10px;
		box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
		
	}
	
	#welcome .container
	{
		width: auto;
		height:auto;
		padding: 0px 0px;
		color: rgba(255,255,255,0.8);
	}
	
	#welcome a
	{
		color: rgba(255,255,255,1);
	}
	
	#welcome .button
	{
		background: #FFF;
		color: #2651a8;
	}


/*********************************************************************************/
/* Extra                                                                         */
/*********************************************************************************/

	#three-column
	{
		text-align: center;
		color: rgba(0,0,0,0.6);
	}

	#three-column .fa
	{
		display: block;
		padding: 1em 0em;
		color: rgba(0,0,0,1);
		font-size: 2em;
	}
	
	#three-column .title h2
	{
		font-weight: bold;
		color: rgba(0,0,0,0.8);
	}

	#three-column .title .byline
	{
		text-align: center;
		color: rgba(0,0,0,.5);
	}

	
/************************************************************* Courses
*********/


/* Create two equal columns that floats next to each other */
.col {
  flex: 1;
  margin: 0 3px;
  padding: 10px;
  border: 0px solid #ccc;
  border-radius: 3px;
  background-color: #556db5;
  color:orange;
}
.col img {
  width: 80%;
  height: 90%;
  max-width: 100%;
  display: block;
  margin: 0 auto;
  border-radius: 10px; /* Adjust the value to control the roundness of the corners */
}
/* Clear floats after the columns */
.rw{
  display: flex;
  justify-content: space-between;
  padding: 5px;
  margin-right:30px;
  margin-left:30px;
  align-items:center;
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .col {
    width: 100%;
  }
}
#fh5co-course-categories,
#fh5co-counter,
#fh5co-course,
#fh5co-register{
  padding: 7em 0;
  clear: both;
}


.course {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  margin-bottom: 30px;
}
.course .desc, .course .course-img {
  width: 50%;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .course .desc, .course .course-img {
    width: 100%;
  }
}
.course .course-img {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .course .course-img {
    height: 270px;
  }
}
.course .desc {
  padding: 1.7em;
  background: #fafafa;
}
.course .desc h3 {
  font-size: 18px;
  font-weight: 400;
}
.course .desc h3 a {
  color: #000;
}
.course .desc .date {
  display: block;
  margin-bottom: 20px;
  font-size: 14px;
}
.course .desc .btn-course {
  border: 2px solid rgba(0, 0, 0, 0.8) !important;
  background: transparent;
  color: rgba(0, 0, 0, 0.8) !important;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
  padding: 11px 15px !important;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  width:30px;
}
.course .desc .btn-course:hover {
  background: rgba(0, 0, 0, 0.8) !important;
  color: white !important;
}
.course:hover .course-img {
  -webkit-box-shadow: inset -70px 0px 77px 11px rgba(0, 0, 0, 0.74);
  -moz-box-shadow: inset -70px 0px 77px 11px rgba(0, 0, 0, 0.74);
  box-shadow: inset -70px 0px 77px 11px rgba(0, 0, 0, 0.74);
}
.row {
	background-color:white;
	align-items:center;
  width: 100%;
  max-width: 1000px;
  max-height: 1200px;
  padding-top:20px;
  padding-left:10px;
  margin: 0 auto;
  display: block;
  flex-wrap: wrap;
  justify-content: center; /* Center the card groups */
  border-radius: 10px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  
}

.r1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0px; /* Add margin for space between card groups */
}

/********************* APPLY
**********/
#contact {
            background-color: #f4f4f4;
            padding: 10px 0;
			border: none;
            border-radius: 5px;
        }

        .section-header {
			font-family: 'Montserrat', sans-serif;
            text-align: center;
            color: #333;
            font-size: 36px;
            margin-bottom: 8px;
        }

        .contact-wrapper {
            display: flex;
            justify-content: center;
            align-items: center;
            flex-wrap: wrap;
			flex-direction: column; /* Align items vertically */
		text-align: center; /* Align text content center */
		min-height: 60vh; /* Ensure at least the height of the viewport */
		height:600px;										 
																	
			   
        }

        #contact-form {
			width: 80%;
			max-width: 500px; /* Set a maximum width for the form */
			background-color: #fff;
			padding: 20px;
			box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
			border-radius: 10px; /* Add rounded corners */
			margin: auto; /* Center the form horizontally */
		}





        .form-group {
            margin-bottom: 20px;
			align-items:center;

        }

        .form-control {
            width: 100%;
            padding: 10px;
            border: 1px solid #ccc;
            border-radius: 5px;
        }
		

        textarea {
            resize: vertical;
        }

        label {
            font-weight: bold;
            display: block;
            margin-bottom: 5px;
   
        }

        select {
            width: 100%;
            padding: 10px;
            border: 1px solid #ccc;
            border-radius: 5px;
        }
		
        .btn-primary {
            background-color: #007bff;
            color: #fff;
            border: none;
            padding: 5px 10px;
            border-radius: 5px;
            cursor: pointer;
        }

        .btn-primary:hover {
            background-color: #0056b3;
        }

        .direct-contact-container {
            width: 35%;
        }

        .contact-list,
        .social-media-list {
            list-style: none;
            padding: 0;
            margin: 0;
        }

        .list-item {
            margin-bottom: 10px;
        }

        .contact-icon {
            color: #007bff;
            font-size: 20px;
            margin-right: 10px;

        }

        .social-media-list .contact-icon {
            color: #333;
			
			margin-top:2px;

        }

        
		.school-container {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
        }

        .school-card {
            width: 300px;
            background-color: #f2f2f2;
            border-radius: 4px;
            padding: 20px;
            margin-bottom: 20px;
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
        }

        .school-image {
            width: 100%;
            height: auto;
            border-radius: 4px;
            margin-bottom: 10px;
        }
    /************ Contact US Page
	********************/
	
	
 
.container {
  flex: 0 1 700px;
  margin: auto;
  padding: 10px;
}

div, textarea, input {
  @include box-sizing(border-box); 
}  
.cont {  
  max-width: 510px;
  min-width: 324px;
  margin: 50px auto 0px;
  background-color: $white;
  border: 1px solid lighten($grey, 1%); 
  border-bottom: 3px solid $grey;
}
.row {
  width: 100%;
  margin: 0 0 1em 0;
  padding: 0 2.5em;
  &.header {
    padding: 1.5em 2.5em;
    border-bottom: 1px solid $grey; 
    background-color: left -80px;
    color: $white;
  }
  &.body {
    padding: .5em 2.5em 1em;
  }
}
.pull-right {
  float: right; 
}

h3 {
  @include lato-reg;
  font-size: pxtoem(20, 16);
  margin: 1em 0 0.4em 0;
}
.btn {
  font-size: pxtoem(17, 16);
  display: inline-block;
  padding: 0.74em 1.5em;
  margin: 1.5em 0 0;
  color: $white;
  border-width: 0 0 0 0;
  border-bottom: 5px solid;
  text-transform: uppercase;
  @include btn(darken($grey, 10%));
  @include lato-book;
  &.btn-submit {
    @include btn($blue);
  }
}

form {
  max-width: 100%;
  display: block;
  ul {
    margin: 0;
    padding: 0;
    list-style: none;
    li {
      margin: 0 0 0.25em 0; 
      clear: both;
      display: inline-block;
      width: 100%;
      &:last-child {
          margin: 0;    
        }
        p {
          margin: 0;
          padding: 0;
          float: left;
          &.right {
            float: right;
          }
        }     
        .divider {
          margin: 0.5em 0 0.5em 0;
          border: 0;
          height: 1px;
          width: 100%;
          display: block;
          background-color: $blue;
          background-image: linear-gradient(to right, $pink, $blue);
        }
        .req {
          color: $pink; 
        }
    }
  }
  label {
    display: block;
    margin: 0 0 0.5em 0;
    color: $blue;
    font-size: pxtoem(16, 16);
  }
  input {
    margin: 0 0 0.5em 0;
    border: 1px solid $grey;
    padding: 6px 10px;
    color: $dark_grey;
    font-size: pxtoem(16, 16);
  }
  textarea {
    border: 1px solid $grey;
    padding: 6px 10px;
    width: 100%;
    color: $dark_grey;
  }
  small {
    color: $blue;
    margin: 0 0 0 0.5em;
  }
}

// Media Queries

@media only screen and (max-width:480px) {
  .pull-right {
    float: none; 
  }
  input {
    width: 100%; 
	color:blue;
	background-color:blue;
  }
  label {
    width: 100%;
    display: inline-block;
    float: left;
    clear: both;
	color:blue;
	background-color:blue;
  }
  li, p {
   width: 100%; 
  }
  input.btn {
   margin: 1.5em 0 0.5em; 
   color:blue;
  }
  h1 {
   font-size: pxtoem(36, 16); 
  }
  h3 {
    font-size: pxtoem(18, 16)
  }
  li small {
   display: none; 
  }
}


/***********************************
GALLERY
************************************/

  .gallery {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      grid-gap: 10px;
    }

    .item {
      width: 100%;
      height: auto;
      overflow: hidden;
    }

    .item img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      transition: transform .5s;
    }

    .item:hover img {
      transform: scale(1.2);
    }

    .filter-buttons {
      margin-bottom: 20px;
    }

    .filter-buttons button {
      padding: 5px 10px;
      margin: 0 5px;
      font-size: 16px;
      border-radius: 5px;
    }
  