@import url('https://fonts.googleapis.com/css2?family=Questrial&display=swap');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i|Raleway:300,300i,400,400i,500,500i,600,600i,700,700i|Poppins:300,300i,400,400i,500,500i,600,600i,700,700i&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:300,700&display=swap');

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body { background-color: #e1212d !important;   overflow-x:hidden;   display:block;  font-family: "Roboto", sans-serif;}

a {
  color: black;
  text-decoration: none;
}

a:hover {
  color: #e1212d;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
font-family: "Questrial", sans-serif; }

h5 {
	font-size:16px;
}

.container-fluid {
	margin-top:30px;
    padding-right:0;
    padding-left:0;
    margin-right:auto;
    margin-left:auto
 }

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #e62125;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 24px;
  color: white;
  line-height: 0;
}

.back-to-top:hover {
  background: black;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}


/* Logo container */
.logo {
  top: 20px;
  position: relative;
  height:150px;
}

/* Intro container */
.intro {
  -webkit-transform: skewY(-5deg);
  -moz-transform: skewY(-5deg);
  -ms-transform: skewY(-5deg);
  -o-transform: skewY(-5deg);
  transform: skewY(-5deg);
  
    min-height: 55vh;
    background-image: url("../../assets/img/slide.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position:center bottom;
}

 /* Articles container */
 .articles {
	 margin-top: 80px;
 }

.card-body{
	background-color:#f2f2f2;
}


/*--------------------------------------------------------------
# Gallery
--------------------------------------------------------------*/
.gallery{
	margin-top: 80px;
	background-color:white;
}


.gallery .gallery-item {
  margin-bottom: 30px;
}

.gallery #gallery-flters {
  padding: 0;
  margin: 0 auto 25px auto;
  list-style: none;
  text-align: center;
  border-radius: 50px;
}

.gallery #gallery-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 10px 15px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  color: gray;
  margin-bottom: 5px;
  transition: all 0.3s;
}

.gallery #gallery-flters li:hover, .gallery #gallery-flters li.filter-active {
  color: white;
}

.gallery #gallery-flters li:last-child {
  margin-right: 0;
}

/*pOSTS*/
.wrapper{
  height:auto;
}


   #one { 
    float: none;
    margin-right:0;
    width:auto;
	height:150px;
    border:0;
	overflow:hidden;
  }
    #two {
  padding:5px;
  }
      #two h6 {
  	  font-size:15px;
}

.imagesize {
    width: 100%;
    height: 11vw;
    object-fit: cover;
}
@media (max-width: 991px) {
	#one {
  float:left; 
  margin-right:10px;
  width:35%;
  height:100px;
}
#one img {
  display: block;
  right: 0;
  left: 0;
  padding-top:10px;
}
#two { 
  overflow:hidden;
  margin:4px;
}
      #two h6 {
  	  font-size:14px;
}
.imagesize {
height:auto;
object-fit: cover;
}
	
}





/* Footer container */
.footer {
  background-color: #e1212d;
  margin-top:70px;
}
.footer-copyright {
margin-top:20px;	
}
.line{
	color:#f2f2f2;
}




