/** TWOTC Styles **/
:root{
	--primary-color:		#bf0a30;
	--secondary-color:		#0e0e1f;
	--card-h-bg-color:		#efdfed;
	--card-h-border-color:	#dbb6de;
	
	--heading-font-family:	'PT Serif', sans-serif;
	--body-font-family:		'Albert Sans', sans-serif;
}
.tw-grid{display: flex; flex-direction: row;}
.cols-1{width:8.33%;}
.cols-2{width:16.67%;}
.cols-3{width:25%;}
.cols-4{width:33.33%;}
.cols-5{width:41.67%;}
.cols-6{width:50%;}
.cols-7{width:58.33%;}
.cols-8{width:66.67%;}
.cols-9{width:75%;}
.cols-10{width:83.33%;}
.cols-11{width:91.67%;}
.cols-12{width:100%;}

@font-face {
    font-family: 'Albert Sans';
    src: local('Albert Sans Black Italic'), local('AlbertSans-BlackItalic'),
        url('fonts/AlbertSans-BlackItalic.woff2') format('woff2');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Albert Sans';
    src: local('Albert Sans Bold'), local('AlbertSans-Bold'),
        url('fonts/AlbertSans-Bold.woff2') format('woff2');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Albert Sans';
    src: local('Albert Sans Bold Italic'), local('AlbertSans-BoldItalic'),
        url('fonts/AlbertSans-BoldItalic.woff2') format('woff2');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Albert Sans';
    src: local('Albert Sans Black'), local('AlbertSans-Black'),
        url('fonts/AlbertSans-Black.woff2') format('woff2');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Albert Sans';
    src: local('Albert Sans ExtraLight'), local('AlbertSans-ExtraLight'),
        url('fonts/AlbertSans-ExtraLight.woff2') format('woff2');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Albert Sans';
    src: local('Albert Sans ExtraBold Italic'), local('AlbertSans-ExtraBoldItalic'),
        url('fonts/AlbertSans-ExtraBoldItalic.woff2') format('woff2');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Albert Sans';
    src: local('Albert Sans ExtraBold'), local('AlbertSans-ExtraBold'),
        url('fonts/AlbertSans-ExtraBold.woff2') format('woff2');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Albert Sans';
    src: local('Albert Sans ExtraLight Italic'), local('AlbertSans-ExtraLightItalic'),
        url('fonts/AlbertSans-ExtraLightItalic.woff2') format('woff2');
    font-weight: 200;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Albert Sans';
    src: local('Albert Sans Italic'), local('AlbertSans-Italic'),
        url('fonts/AlbertSans-Italic.woff2') format('woff2');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Albert Sans';
    src: local('Albert Sans Light'), local('AlbertSans-Light'),
        url('fonts/AlbertSans-Light.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Albert Sans';
    src: local('Albert Sans Light Italic'), local('AlbertSans-LightItalic'),
        url('fonts/AlbertSans-LightItalic.woff2') format('woff2');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Albert Sans';
    src: local('Albert Sans Medium'), local('AlbertSans-Medium'),
        url('fonts/AlbertSans-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Albert Sans';
    src: local('Albert Sans Medium Italic'), local('AlbertSans-MediumItalic'),
        url('fonts/AlbertSans-MediumItalic.woff2') format('woff2');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Albert Sans';
    src: local('Albert Sans Regular'), local('AlbertSans-Regular'),
        url('fonts/AlbertSans-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Albert Sans';
    src: local('Albert Sans SemiBold'), local('AlbertSans-SemiBold'),
        url('fonts/AlbertSans-SemiBold.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Albert Sans';
    src: local('Albert Sans SemiBold Italic'), local('AlbertSans-SemiBoldItalic'),
        url('fonts/AlbertSans-SemiBoldItalic.woff2') format('woff2');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Albert Sans';
    src: local('Albert Sans Thin'), local('AlbertSans-Thin'),
        url('fonts/AlbertSans-Thin.woff2') format('woff2');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Albert Sans';
    src: local('Albert Sans Thin Italic'), local('AlbertSans-ThinItalic'),
        url('fonts/AlbertSans-ThinItalic.woff2') format('woff2');
    font-weight: 100;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'PT Serif';
    src: local('PT Serif Bold'), local('PTSerif-Bold'),
        url('fonts/PTSerif-Bold.woff2') format('woff2');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'PT Serif';
    src: local('PT Serif Bold Italic'), local('PTSerif-BoldItalic'),
        url('fonts/PTSerif-BoldItalic.woff2') format('woff2');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'PT Serif';
    src: local('PT Serif Italic'), local('PTSerif-Italic'),
        url('fonts/PTSerif-Italic.woff2') format('woff2');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'PT Serif';
    src: local('PT Serif'), local('PTSerif-Regular'),
        url('fonts/PTSerif-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
body{
	font-family: var(--body-font-family);
	font-weight: 400;
	position: relative;
	zoom: 0.85;
}

h1, h2, h3, h4, h5, h6{
	font-family: var(--heading-font-family);
	font-weight: 500;
}
header{
	width: 100%;
    padding: 15px;
    position: fixed;
    top: 0;
    left: 0;
    background: #ffffff;
    z-index: 3;
	box-shadow: 0 2px 1px rgb(0 0 0 / 30%);
}
.app-title{
	display: flex;
    height: 60px;
    width: 100%;
    align-items: center;
}
.app-title h1, .intro-title h2{
	font-size: 22px;
	margin: 0;
}
.flex-end{
	display: flex;
    justify-content: flex-end;
}
.navbar i{
	font-size: 22px;
}
.introsect{
	min-height: 100vh;
	padding-top: 100px;
}
.flex-middle{
	display: flex;
    width: 100%;
    padding: 60px 10px;
    align-items: center;
    justify-content: center;
	flex-direction: column;
    text-align: center;
}
.logo-wrap{
	width: 100px;
    height: 100px;
    background: #f6f7f9;
    overflow: hidden;
	margin-bottom:50px;
    border-radius: 6px;
    border: 1px solid #eaeaea;
    padding: 5px;
    box-shadow: 0 0 8px 0px rgb(12 12 12 / 15%);
}
.logo-wrap img{
	max-width: 100%;
}
.intro-title{
	position: relative;
}
.intro-title h3{
	font-size: 24px;
	font-weight:600;
}
.btn-wrap-center{
	width: 100%;
    display: flex;
    justify-content: center;
}
.btn-std{
	background: var(--primary-color);
	color: #ffffff;
	opacity: 1;
	transition: all ease-in-out .5s
}
.btn-std:hover{
	background: var(--primary-color);
	color: #ffffff;
	opacity: 0.7;
	transition: all ease-in-out .5s
}
	
.extended-gap{margin: 100px 0;}
.wider-gap{margin: 80px 0;}
.wide-gap{margin: 60px 0;}
.normal-gap{margin: 40px 0;}
.narrow-gap{margin: 20px 0;}

.footer-wrap{
	display: flex;
    width: 100%;
    padding: 15px;
    justify-content: center;
}
.footer-wrap p{
	font-weight: 300;
	font-size: 15px;
}
.loader-wrap{
	display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    background: #ffffff;
    z-index: 9;
}
.loader {
  border: 16px solid #f3f3f3;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
  border-top: 16px solid #3498db;
  border-radius: 50%;
  width: 120px;
  height: 120px;
}

.loadersmall {
  border: 5px solid #f3f3f3;
  -webkit-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite;
  border-top: 5px solid #555;
  border-radius: 50%;
  width: 50px;
  height: 50px;
}


@-webkit-keyframes spin {
  0% { 
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spin {
  0% { 
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.loader3 {
 border-top: 16px solid #3498db;
 border-right: 16px solid green;
 border-bottom: 16px solid red;
 }

.loader4 {
 border-top: 16px solid #3498db;
 border-right: 16px solid green;
 border-bottom: 16px solid red;
 border-left: 16px solid pink;
 }

.loader2 {
  border-top: 16px solid #3498db;
  border-bottom: 16px solid #3498db;
}

.card-h{
	flex-direction: row;
	background: var(--card-h-bg-color);
	border-color: var(--card-h-border-color);
	margin-bottom: 20px;
	gap:20px;
	box-shadow: 0 1px 3px rgb(0 0 0 / 50%);
}
.card-h .card-image{
	width: 30%;
	padding: 10px 0;
	border-right: 1px solid var(--card-h-border-color);
}
.card-h .card-image a{
	display: block;
	width: 100%;
	height: 100%;
}
.card-h .card-image img{
	width: 85px;
}
.card-h .card-meta{
	text-align: left;
    padding: 10px 10px 10px 0;
}
.card-h .card-meta a,
.card-h .card-meta a *{
	text-decoration: none !important;
	color: var(--secondary-color);
}
.card-h .card-meta .card-title{
	font-size: 18px;
    margin-bottom: 15px;
}
.card-h .card-meta .card-desc{
	font-size: 13px;
	margin: 0;
}
.text-card{
	padding: 10px 0;
	position: relative;
	text-align: left;
}
.text-card .card-title{
	font-size: 18px;
	margin-bottom: 20px;
}
.text-card p{
	font-size:18px;
	text-align: justify;
}
.page-intro-ref{
	font-size: 18px;
    font-weight: 600;
    margin: 0 0 40px;
}
.navigation-wrap{
	width: 100%;
    padding: 0;
    display: flex;
    justify-content: space-between;
    background: #ffffff;
    border: none;
    border-radius: 6px;
    margin-bottom: 40px;
}
.navigation-wrap > div{
	width: auto;
    padding: 12px 10px;
	color: #ffffff;
	background: var(--primary-color);
	border-radius:5px;
	transition: all ease-in-out .3s;
}
.navigation-wrap > div:hover{
	opacity: 0.8;
	transition: all ease-in-out .3s;
}
.navigation-wrap i{
	font-size: 18px;
}
.navigation-wrap  span{
	font-size: 14px;
	font-weight: 500;
}
.navigation-wrap a{
	text-decoration: none !important;
}
.navigation-wrap  a *{
	color: #ffffff;
}
.sect-title{
	font-size:20px !important;
	font-weight: 600;
    margin-top: 10px;
    display: inline-block;
    width: 100%;
}
.text-left{
	text-align: left;
}
.hymn-wrap p{
	font-size: 18px;
	text-align: left;
}
.outro-chant,
.intro-chant{
	padding-left: 25px;
}
.outro-chant b,
.intro-chant b{
	position: absolute;
	left:0;
}
.intro-title.has-image img{
	width: 90%;
	border-radius: 10px;
	margin-bottom: 40px;
}
.intro-title .intro-chant,
.intro-chant{
	margin: 20px 0 0;
	font-size:18px;
	text-align: left;
}
.intro-title span{
	display: block;
	font-size: 14px;
	font-weight: 600;
	margin: 5px 0 10px;
}
.side-fly{
	position: fixed;
    background: #fdfeff;
    width: 85%;
    top: 0;
    left: 0;
    height: 100%;
	z-index: 999;
    box-shadow: 6px 0 60px 0px rgb(0 0 0 / 80%);
	overflow-y:scroll;
	overflow-x:none;
	transform: translate(-2000px, 0);
	transition: all ease-in-out .5s;
}
.side-fly.active{
	transform: translate(0, 0);
	transition: all ease-in-out .5s;
}
.side-fly .menu-container{
	display: inline-block;
    width: 100%;
    padding: 30px 0;
    min-height: calc(100vh - 0px);
}
.side-fly .close{
	position: absolute;
    right: 10px;
    width: 40px;
    height: 40px;
    font-size: 23px;
    text-align: center;
    line-height: 40px;
	top: 10px;
    color: #ffffff;
    z-index: 5;
}
.side-fly .header-wrap{
	width: 100%;
    min-height: 256px;
    position: absolute;
    top: 0;
    background-image: url(../images/base_header.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.side-fly .navi{
	width: 100%;
	margin-top: 226px;
    padding: 0;
    position: relative;
    overflow: hidden;
    display: inline-block;
}
.side-fly .side-menu-title{
	background: var(--primary-color);
	color: #ffffff;
	padding: 10px 20px;
}
.side-fly .side-menu-title p{
	margin:0;
	font-weight:600;
}
.side-fly .navi > ul{
	list-style: none;
    padding: 0;
	margin:0;
}
.side-fly .navi > ul > li{
	list-style: none;
    padding: 10px 20px 10px 10px;
	border-bottom: 1px solid #e8e8e8;
}
.side-fly .navi > ul > li > i{
	width: 30px;
    line-height: 30px;
    font-size: 18px;
    display: inline-block;
    background: #bf0a30;
    color: #ffffff;
    text-align: center;
    border-radius: 6px;
    margin-right: 6px;
    box-shadow: 1px 1px 1px 0px rgb(0 0 0 / 35%);
}
.side-fly .navi > ul > li > a{
	text-decoration:none;
	line-height: 30px;
	color: var(--secondary-color);
}
