
body{
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;
    color: #000;
    background: url('../images/content-bg.jpg') top left;
}
.bg-red{
  height: 100vh;
  background-color: #7F0013 !important;
  /* background: url(../images/bg1.jpg); */
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: top center !important;
  display: flex;
  align-items: center;
}
.ps-top{
  position: relative;
  top: -90px;
}
.cnt_adrs {
  gap: 35px;
}
.cnt_adrs span {
  width: 30px;
  height: 30px;
  border: 1px solid #000;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  margin-left: 10px;
}
.cnt_adrs li p {
  font-size: 14px;
}
.nav_mnu {
  background: #7F0013 !important;
}
.nav_mnu ul li {
  text-transform: uppercase;
}
.nav_mnu ul li a {
  text-decoration: none !important;
  color: #fff !important;
  font-size: 14px;
  font-weight: 500;
  padding: 5px 0 !important;
}

.main-menu .nav-link{
  color: #fff;
  text-decoration:none;
  text-transform: uppercase;
  font-weight: bold;
}
.navbar, .hem{
  position: relative;
}
.main-menu .navbar-nav .nav-link.active,.main-menu .navbar-nav .nav-link:hover, .main-menu .navbar-nav .nav-link.show {
  color: #fff;
  background-color: #8a8889;
  transition: .3s;
  text-decoration: none;
}
.gap_27 {
  gap: 27px;
}
.footer-menu .nav-link {
    width: max-content;
    color: #fff;
    padding: 0.5rem 0 !important;
}

.gap_75 {
    gap: 75px;
}

.gap_37 {
    gap: 37px;
}
.cont_sec {
  font-size: 14px;
  color: #000;
}
.navbtn_2 {
  margin: 0 0 0 auto;
  background: #fff;
}
.inner-banner img {
  width: 100%;
}
.section-content p {
  font-size: 18px;
  text-align: justify;
  line-height: 30px;
}
/*--------------------------*/
.section-address {
  display: block;
  background-color: #980227;
  color: #fff;
  padding: 30px;
  border-radius: 15px;
  box-shadow: 5px 5px #8a8889;
}
.bg-grey{
  background-color: #575556;
}
.gudstjänste-bx {
  border: 1px solid #575556;
  height: 220px;
}
.bg-Darkred{
  background-color: #980227;
}
.text-Darkred{
  color: #980227;
}
.section-content span{
  font-size: 18px;
    text-align: justify;
    line-height: 30px;
}
.left-side .nav-link{
  position: relative;
}
.left-side .nav-link:before {
  content: '';
  position: absolute;
  background-color: #7f0013;
  width: 2px;
  height: 25px;
  left: 0;
}
.left-side .nav-link:first-child::before{

  display: none;

}
address p{
  font-size: 16px;
}
.litte-box-cnt h2{
  color: #ebdae2;
}
.litte-box-cnt h4{
  color: #f46d02;

}
.litte-box-cnt p{
  color: #fff;
}
.art-img {
  display: flex;
  align-items: end;
}
.top-header{
  background-color: #8a8889;
  color: #fff;
}
.navbar-nav.flex-row  a{
 color: #fff;
}
/*-----------------*/
.footer-bg{
  background-color: #660111;
  padding: 20px 0;
  text-align: center;
  color: #fff;
}
.footer-menu{
  background-color: #8a8889;
}
.footer-menu .nav-link{
  color: #fff;
}
.footer-menu .nav-link:hover{
  color: #660111;
}
.form-sec .form-control{
  border-radius: 0;
}
.form-sec .form-control:focus{
  border-color: #980227;
  box-shadow: none;
}
.btn-submit{
  background-color: #980227;
  color: #fff;
}
.btn-submit:hover{
  background-color: #8a8889;
  color: #fff;
}
.location-map{
  background-color: #fff;
  padding: 15px;
  box-shadow: 2px 2px 15px rgb(0 0 0 / 21%);

}
.flag-one{
  background: url('../images/sweden.png') no-repeat center;
  background-size: cover;
  width: 30px;
  height: 20px;
}
.flag-two{
  background: url('../images/eng.png') no-repeat center;
  background-size: cover;
  width: 30px;
  height: 20px;
}
.ordo-logo::before {
  content: '';
  position: absolute;
  background-color: #8a8889;
  width: 19.5%;
  height: 1px;
  top: 50%;
  right: 23%;
}

.ordo-logo::after {
  content: '';
  position: absolute;
  background-color: #8a8889;
  width: 22.5%;
  height: 1px;
  top: 50%;
  left:23%;
}
.hem .ordo-logo img {
  margin-right: 190px;
}
.hem .ordo-logo::before {
  width: 33.5%;
  right: 10%;
}
.hem .ordo-logo::after {
  width: 21.5%;
  right: 10%;
}
.hem-column  h3 {
  color: #fff;
  text-decoration: none;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 1px;
  margin-top: 15px;
}
.hem-column  a{
  text-decoration: none;
}
.hem-column img {
  border: 3px solid #fff;
  border-radius: 50%;
}
/*------------Gallery---------------*/

.grid-container {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(auto-fit, minmax(12rem, 1fr));
  grid-auto-flow: dense;
}
.grid-container .item {
  background:#8FF;
  display:flex;
}
.grid-container .item a {
  display:flex;
  width:100%;
}
.grid-container .item.portrait {
  grid-row: auto / span 2;
}
.grid-container .item img {
  width:100%;
  height:auto;
  object-fit:cover;
}


.filter-buttons {
  padding:1rem;
  text-align:center;
}
.filter-buttons button {
  background:#7f0013;
  color: #fff;
  border:none;
  font-size:1rem;
  padding:.5rem 1rem;
  margin-bottom:.5rem;
}
.filter-buttons button:hover, .filter-buttons button:focus {
  outline:none;
  background:#8a8889;
}
.program-table th {
  background-color: #7f0013;
  color: #fff;

}
.program-table th, .program-table td{
  padding: 20px;
}
.text-grey{
  color: #8a8889;
}
.table-title img{
  background-color: #575556;
  padding: 10px 0;
  width: 100%;
}
.section-one table {
  width: 100%;
  font-size: 18px;;
}
.section-one table,
.section-one table td,
.section-one table td p,
.section-one p {
    font-size: 18px;
}
@media only screen and (max-width: 600px){
  .bg-red{
  height: auto;
  background-color: #7F0013 !important;  
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}
.ps-top{
  position: inherit;
  top: inherit;
}
.navbar-nav.flex-row a {
  color: #000;
}
}

@media only screen and (max-width: 992px) {
  .hem ul.navbar-nav {
    flex-direction: row;
}
  .gap_27 {
    gap: 0;
  }
  .gap_75,
  .gap_37 {
      gap: 0
  }
  #navbarNavDropdown {
    width: 141px;
    position: absolute;
    background: rgb(255, 255, 255);
    z-index: 9999;
    padding: 0px 17px;
    border-radius: 10px;
    border: 1px solid;
    right: 0px;
    top: 44px;
  }
  .rit_side {
    width: 50%;
    justify-content: flex-end;
    display: flex;
    position: relative;
  }
  .cont_det_hdr {
    position: fixed;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    border-bottom: 1px solid #e3e3e3;
    padding: 5px 0;
    background-color: #fff;
    z-index: 1;
  }
  .cont_det_hdr ul {
    margin: 0;
  }
  .pt_tab {
    padding-top: 50px !important;
  }
  .home_lan {
    top: 74px !important;

  }
  .nav_mnu .navbar-toggler {
    background-color: #fff;
 }

  header {
    position: relative;
    z-index: 1;
  }
}
@media only screen and (max-width: 767px) {
.rit_side {
  width: 30%;
  }
  .section-address{
    margin-bottom: 20px;
  }
  .gudstjänste-bx {
    height: auto;
    margin-top: 20px;
 }
  .historia img{
    width: 100%;
  }
  .location-bx.bg-white.p-3 {
    margin-bottom: 15px;
  }
  .litte-box {
    padding: 15px;
 }

  .art-img, .ordo-logo, .rit_side{
    display: none;
  }

}
@media only screen and (max-width: 580px) {
.cnt_adrs li p {
  font-size: 12px;
}
.cont_det_hdr ul {
  margin: 0;
  flex-wrap: wrap;
  gap: 5px;
}
.navbar-brand-inner {
  width: 60%;
}
.navbar-brand-inner img {
  max-width: 100%;
}
.retreat-table td {
    display: table-cell !important;

}

.retreat-table tr {
    display: table-row;
    width: 100%;
}
}
/*----------menu-------------------*/
.main-menu .dropdown-item{
  color: #fff;
}
.dropdown-menu {
  position: absolute;
  z-index: 1000;
  display: none;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0;
  font-size: 1rem;
  color: #fff;
  text-align: left;
  list-style: none;
  background-color: #8a8889;
  background-clip: padding-box;
  border: 1px solid rgba(0,0,0,.15);
  border-radius: 4px;
}
.collapse:not(.show) {
  display: none;
}

.dropdown, .dropstart {
  position: relative;
}
.main-menu .dropdown-item:hover, .main-menu .dropdown-item:focus {
  color: #fff;
  background-color: #7F0013;
}
@media (max-width: 576px){
  .mb-view.left-side .nav-link {
    padding: 0 1rem;
 }

}
@media (min-width: 992px){
  .lan-text ul.navbar-nav {
    display: none;
}
  .navbar .nav-item:hover .dropdown-menu {
    top: 100%;
    visibility: visible;
    transition: .5s;
    opacity: 1;
}
.navbar .nav-item .dropdown-menu {
  display: block;
  border: none;
  margin-top: 0;
  top: 150%;
  opacity: 0;
  visibility: hidden;
  transition: .5s;
}
.navbar-expand-lg .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar .nav-item .dropdown-menu {
    display: block;
    border: none;
    margin-top: 0;
    top: 150%;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
 }
 .brigit-menu{
  display: none;
 }
}
@media (max-width: 992px){
  .nav_mnu{
    display: none;
  }
  .nav_mnu .dropdown-toggle::after {

    position: absolute;
    right: 10px;
    margin-top: 7px;
    font-size: 20px;
    z-index: 99;
 }

}
@media only screen and (max-width: 435px){
  .hem a.navbar-brand {
    margin: 0 auto;
}
  .home_lan {
    text-align: center;
    margin: 0 auto;
    padding-top: 0 !important;
    padding-bottom: 10px;
}
}



@media only screen and (max-width: 580px) {

	.section-one table td {
    width: 100%;
    display: grid;
    height: auto !important;
}

    img {
        max-width: 100%;
        height: auto;
    }
	.flexnav.opacity {
		max-height: 0;
	 }
	.carousel .carousel-item img {
		height: 200px;
    object-fit: cover;
	 }
   .useful-links {
         background-color: #660111;
         padding: 0px 15px;
     }
   .grid-container .item img {
    
    height: 110px;
    }
	}

    tr {
        display: table-cell;
        width: 100%;
    }

    .worship_table tr {
        display: table-row;
        width: 100%;
    }

    .section-one .worship_table tr td {
        width: auto;
        display: table-cell;
    }
	
	/*.section-one img {
		min-width:100%;
	}*/

    .cont_det_hdr ul {
        justify-content: center;
    }
    .worship-table-block {
        width: 100%;
        overflow-x: scroll;
    }
    .pt_tab {
      padding-top: 120px;
  }
}
table p img {
    width: 100%;
}
html,
body {
    overflow: auto;
}
/*
.section-one p img {
    width: 100%;
}
*/
@media only screen and (max-width: 450px) {



}
@media only screen and (max-width: 410px) {
  .nav-link {
    font-size: 10px;
  }
  .pt_tab {
    padding-top: 100px !important;
 }

}
.location-bx img {
    width: auto;
    max-width: 100%;
}
/*
.section-one table td img {
    width: auto;
}*/
.section-one img {
    min-width:100%;
}
p {
    text-align: justify;
}
.footer-bg p{
    text-align: center;
}
td {
    vertical-align: top;
    padding:10px;
}

/*-----------Gallery----------------*/
.banner-image-wrapper {
    overflow: hidden;
    position: relative;
    height: 300px; /* Adjust as needed */
}

.banner-image {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.banner-image{
    height: 300px;
}
.category-box{
    margin-top: 20px;
    display:inline-block;
}
p {
    text-align: left;
    font-size: 14px;
}
.card-title{
    font-size: 27px;
}
.bg-light-subtle > img{
    width: 200px;
    margin: 10px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
}
.text-section{
         max-width:initial;
        flex: 1;
        padding-right: 30px;
}
.text-section > .text-section{
    color: #000000;
}
.useful-links .col-md-12{
    display: flex;
    margin-top: 10px;
    flex-direction: column;
}
.useful-links h5{
    margin-bottom: 0px;
    text-align: center;
}
.useful-links > div{
    flex: 1;
    text-align: right;
    display: flex;
    justify-content: center;
}
.useful-links .col{
    margin-top: 0px;
    width: auto;
    padding: 0px 20px 11px;
    margin-bottom: 10px;
}
.useful-links .container{
    border:1px solid #FFFFFF;
}
.useful-links{
    background-color: #660111;
}
.useful-links .container {
    border: 1px solid #FFFFFF;
    margin-top: 12px;
    border-radius: 5px;
}
.useful-links .col-md-12 {
    display: flex;
    margin-top: 10px;
    flex-direction: column;
    align-items: center;
}
.useful-links h5{
    margin-top: -22px;
    background-color: #660111;
    padding: 0px 10px;
}
@media (max-width: 576px){
    
    .footer-menu .nav-link{
        font-size:20px !important;
    }
    .cont_det_hdr .nav-link{
        font-size:16px !important;
    }
}