* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

body {
  margin-bottom: 80px;
  background-color: #181818;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: inherit;
  font-weight: 900;
  line-height: 1.1;
  
}

html {
  position: relative;
  min-height: 100%;
  padding-bottom: footer height;
}

p {
  font-family: Helvetica, "Trebuchet MS", Verdana, sans-serif;
  margin-top: 0;
  text-align: justify;
}

.navbar {
  background-color: #00008b;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}

.navbar-toggler-icon {
    color: #fff;
}

.form {
  background-color: #fff;
  padding: 5px;
  border-radius: 10px;
}

i {
  font-size: 16px;
    color: #050505;
}

.glass {
    border: 10px;
    background: transparent;
    padding: none;
    color: #fff;
}

input {
  border: none;
  outline: none;
  background: transparent;
}

.icon {
  color: #fff;
  margin-top: 200px;
  border: none;
}

/*----new search bar----------------*/
/*form {
        background-color: #4654e1;
        width: 300px;
        height: 44px;
        border-radius: 5px;
        display:flex;
        flex-direction:row;
        align-items:center;
      }

      input {
        all: unset;
        font: 16px system-ui;
        color: #fff;
        height: 100%;
        width: 100%;
        padding: 6px 10px;
      }

      ::placeholder {
        color: #fff;
        opacity: 0.7; 
      }

      svg {
        color: #fff;
        fill: currentColor;
        width: 24px;
        height: 24px;
        padding: 10px;
      }

      button {
        all: unset;
        cursor: pointer;
        width: 44px;
        height: 44px;
      }
    /*---------end new search bar----------*/

.feed-sheep {
  display: grid;
  font-size: 3vw;
  font-weight: 500;
  color: #fff;
  margin-top: 80px;
}

.visit-ebible {
  padding: 10px;
  text-align: center;
  max-width: 40%;
}

.world-divided {
  margin-top: -30px;
  font-size: 8vw;
  font-weight: 900;
  text-align: center;
  color: #fd0606;
  filter: drop-shadow(5px 3px 5px #fff);
}

.without-mercy, .virtual-day, .feed-sheep {
  text-align: center;
  font-size: 1.6rem;
  font-weight: 700;
  font-family: 'Noto Sans Syriac Eastern', sans-serif; 
  color: white; 
}

.visit-ebible, .location {
  font-size: 2rem;
  text-align: center;
  color: #fff;
  padding-bottom: 20px;
}

img .visit-ebible1  {
  display: grid;
  
  object-fit: cover;
}

.col-sm-5 {
  display: grid;
}

.social {
  margin-top: 60px;
  text-align: center;
}

.boldness {
  color: #fff;
  margin-left: 30px;
}

.title-group {
  margin-bottom: -5px;
  font-size: 2.5em; 
  color:white; 
  text-align:center
}

.social-media {
  margin-top: 15px;
  border: 2px solid #f0530a;
  border-radius: 5px;
  font-weight: 500;
}

.figure {
  margin-bottom: 80px;
}

.icon-small {
  margin:0!important;
	padding:0!important;
}

.icon {
  width: 75px;
  height: 75px;
}

img.icon:hover {
  border: solid;
  border-width: 2px;
  border-radius: 100px;
  border-color: #f0530a;
}

/*#chapters {
  border: solid;
  border-width: 2px;
  border-radius: 10px;
  border-color: #f0530a;
}*/

.chapters, .meditations h4 {
  text-align: center;
  color: #fff;
  margin-top: 5px;
  margin-bottom: 5px;
  border-radius: 5px;
  border-style: solid;
  border-color: #f0530a;
}

.chapter-text {
  padding: 15px 2px 15px 2px;
  font-weight: 600;
}

.channel {
  margin-bottom: -5px;
  text-align: center;
  color: #fff;
}

.channel a:hover {
  text-decoration: none;
}

.figure-caption {
    color: #fff;
    font-size: 11px;
    font-style: italic;
    line-height: 15px;
}    

.ebible-teaches {
  font-weight: 600;
  font-size: 14px;
  text-align: center;
  margin-top: 5px;
  margin-bottom: 10px;
  padding: 12px 5px 6px 5px;
  color: #fff;
  border: solid;
  border-width: 2px 4px;
  border-radius: 10px;
  border-color: #f0530a;
}
/*------------------End EBible Teaches--------------------*/

.study-images :hover, .pdf-images :hover {
  transition: all .2s ease-in-out;
  transform: scale(1.1);
}

.study-images, .pdf-images {
  display: inline-block;
  max-width: 100%;
  height: auto;
  padding: 4px;
  margin-bottom: 5px;
  border: 1px solid #f0530a;
}

.confirm-timeline-image,
.black-world,
.meditations-image {
  display: grid;
  margin-top: 60px;
}

a {
  color: #fff;
}

a:link {
      text-decoration: none;
}

a:visited {
      text-decoration: none;
}

a:hover {
      color: #6e7bc7;
}

a:active {
      text-decoration: none;
}

.facebook-title {
  text-align: left;
  font-weight: 700;
}

.facebook-notes,
.french-tract,
.spanish-tract,
.english-tract,
.treasured-meditations {
  margin-top: 60px;
  display: inline-block;
  border-radius: 10px 10px 10px 10px;
  -moz-border-radius: 10px 10px 10px 10px;
  -webkit-border-radius: 10px 10px 10px 10px;
  border: 4px solid #f0530a;
}

.french-tract,
.spanish-tract,
.english-tract {
  background-color: #fff;
}

.end-section {
    font-style: italic;
    font-size: 12px;
    color: blue;
    padding-top: 5px;
}

.more-information {
    text-align: center;
    padding-bottom: 5px;
    text-decoration: none; 
}

.french,
.spanish,
.english {
  margin-top: -40px;
}

.david-reigned {
  margin-top: 60px;
}

.text-left {
  text-align: left;
}

.singleCol {
  max-width: 400px;
  margin: 0 auto;
  border-radius: 10px 10px 10px 10px;
  -moz-border-radius: 10px 10px 10px 10px;
  -webkit-border-radius: 10px 10px 10px 10px;
  border: 5px solid #00008b;
}

.container-icons {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  grid-template-rows: repeat(auto-fit);
  gap: 25px;
  margin-top: 50px;
}

ol > li::marker {
  font-weight: bold;
}

li {
  text-align: left;
}

ul {
  list-style-type: none;
}

.ebible-social-media {
  display: flex;
  height: 50%;
  transition: 0.5s;
}

.ebible-icons:hover,
.chapter-series a:hover,
.soundcloud-icon:hover,
.tiktok-icon:hover,
.youtube-icon:hover {
  border-style: solid;
  border-width: 2px;
  border-color: #00008b;
  border-radius: 1px;
  opacity: 1;
}

.instagram-icon {
  padding-bottom: 5px;
  height: 40px !important;
}

/*.gab-icon {
  padding: 0px 5px 8px 5px;
  height: 40px !important;
}*/

.tiktok-icon {
  padding-top: 5px;
  height: 40px !important;
}

.soundcloud-icon {
  width: 45px !important;
  height: 45px !important;
}

.youtube-icon {
  width: 150px !important;
  height: 30px !important;
  margin-top: 5px;
}

.book-of-genesis,
.book-of-revelation {
  margin-top: -55px;
}

img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.border-radius {
  border-style: solid;
  border-width: 2px;
  border-color: #00008b;
  border-radius: 1px;
  box-shadow: 0px 0px 15px 3px #f9f9fa;
  opacity: 1;
  background-color: #fff;
}

.col-sm-3 a {
  text-decoration: none;
  color: black;
}

.col-sm-4 {
  display: grid;
  height: 60%;
  text-align: left;
}

.audio-files2 {
  list-style-type: none;
}

audio {
  margin-left: 20px;
  margin-bottom: 10px;
  border-style: solid;
  border-color: #00008b;
  border-radius: 30px;
  opacity: 1;
}

/*audio::-webkit-media-controls-panel {
  background-color: coral;
}*/

.col-sm-8 {
  display: grid;
  text-align: left;
}

.chapter-series {
  margin-left: 20px;
  font-size: 12pt;
  letter-spacing: 0.1em;
}

.chapter-series a {
  text-decoration: none;
}

.coming-soon {
  color: red;
  font-style: italic;
}

.verse {
  text-align: justify;
  margin-left: 2em;
  margin-right: 2em;
  margin-bottom: 0.5em;
  font-size: 1em;
  font-weight: bold;
}

.verse em {
  color: #999;
}

.english {
  display: grid;
  justify-content: center;
}

.ebible-tract {
  margin-left: 10px;
}

#title {
  display: none !important;
}

.tract-title {
  text-align: center;
}

/*----------pdf/html format---------------------*/
.tract-format li {
	display: inline-block;
  font-weight: 600;
  font-size: 20px;
  padding-right: 50px;
  padding-left: 20px;
  text-decoration: none;
}

.tract-size {
	font-size: 16px;
  font-style: italic;
  color: #fff;
  text-align: center;
}

.tract-format {
	font-size: 16px;
	text-align: center;
	background-color: #71C8F7;
	margin-top: 10px;
	margin-bottom: 10px;
	
	border-radius: 5px;
	border-style: solid;
    border-color: #0000ff;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ebf1f6+18,abd3ee+50,89c3eb+51,d5ebfb+79;Blue+Gloss+%234 */
background: rgb(235,241,246); /* Old browsers */
background: -moz-linear-gradient(45deg,  rgba(235,241,246,1) 18%, rgba(171,211,238,1) 50%, rgba(137,195,235,1) 51%, rgba(213,235,251,1) 79%); /* FF3.6-15 */
background: -webkit-linear-gradient(45deg,  rgba(235,241,246,1) 18%,rgba(171,211,238,1) 50%,rgba(137,195,235,1) 51%,rgba(213,235,251,1) 79%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(45deg,  rgba(235,241,246,1) 18%,rgba(171,211,238,1) 50%,rgba(137,195,235,1) 51%,rgba(213,235,251,1) 79%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebf1f6', endColorstr='#d5ebfb',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.doubleBorder {
  border-width: 10px;
  border-style: double;
  border-color: blue;
  width: 50%;
  margin: 0 20% 10px 24%;
}

.totopbtn {
  position: fixed;
  width: 40px;
  height: 20px;
  bottom: 135px;
  right: 10px;
  text-decoration: none;
  text-align: center;
  line-height: 50px;
  font-size: 30px;
}

.fa-arrow-up {
  color: #fff;
  -webkit-text-stroke-width: 3px;
  -webkit-text-stroke-color: rgb(49, 4, 252);
  float: right;
  padding-right: 15px;
}

.moreInfo a {
  text-decoration: none;
  font-size: 1.2em;
}

.container-footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 60px;
  text-align: center;
  background-color: #00008b;
  color: #fff;
}

.contact a {
  color: #fff;
  text-decoration: none;
}
