html {
  font-size: 16px;
}

body {
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
}

.text-dark-blue {
  color: #1a3457 !important;
}
.text-white {
  color: white;
}

.text-light-blue {
  color: #17a2b8;
}

.text-large {
  font-size: 1.33rem;
}

.text-underline {
  border-bottom: 4px solid black;
}

.btn {
  border: 2px solid;
  font-weight: bold;
}

.bg-light-turquoise {
  background-color: #03bbd5;
}

.bg-dark-turquoise {
  background-color: #079cb1;
}

/* nav start */
.client-nav .btn {
  padding: 1.2rem;
}

.client-nav .nav-item {
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 1.2rem;
  margin-left: 1.2rem;
}

.client-nav .nav-item a {
  color: #1a3457;
  /*color: black;*/
}

.client-nav .nav-item a:hover {
  border-bottom: 4px solid black;
}

.client-nav .fb-logo {
  font-size: 2rem;
}

.client-nav .user-logo {
  font-size: 2rem;
}
.justifyText{
  text-align: justify; 
  text-justify: inter-character;
}
/* nav end */

/* carousel start */
/*.carousel img{
  height: 500px;
}*/
.carousel .carousel-item {
  height: 500px;
  position: relative;
}

.carousel .overlay {
  position: absolute;
  position: absolute;
  top: 370px;
  left: 0px;
  height: 130px;
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
}

.overlay .col-content {
  min-width: 300px;
}

.carousel-event-content {
  height: 130px;
  top: 0px;
  bottom: 0px;
  width: 100%;
  padding-top: 30px;
}

.event-carousel-item {
  max-width: 60%;
}
/*.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23FFFFFF' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
    opacity: 1 !important;
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23FFFFFF' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
    opacity: 1 !important;    
}*/
.carousel-control-next,
.carousel-control-prev {
  opacity: 1;
}
/*.carousel img{
  display: block;
}*/
/* carousel end*/

/* content start*/
.page-header {
  height: 270px;
}

.content-container {
  margin-right: 10%;
  margin-left: 10%;
}

.card,
.card img {
  border-radius: 0px;
  border: 0px;
}

.card img {
  height: 330px;
}

.card {
  width: 18rem;
}

.card-body {
  padding-top: 15px;
  padding-right: 0px;
  padding-left: 0px;
  padding-bottom: 0px;
}

/*.card .btn{
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
}*/

.btn-content {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
}

.contact-content input {
  padding: 15px;
}

.modal-dialog {
  max-width: 1000px;
}

.modal-content {
  border-radius: 0px;
}
/* content end*/

/* forms start */
#registerModal .modal-content {
  padding: 3%;
}
.tab-heads a {
  color: #1a3457;
}

#registerTab #switch button {
  width: 49.5%;
  font-size: smaller;
  box-shadow: none;
}

#registerTab .nav-item a:hover {
  border-bottom: 4px solid black;
}

/* forms end */

/* footer start */
.footer-info {
  background-color: #133156;
}

.footer-subscriber {
  background-color: #303030;
}

.footer-bar {
  width: 100%;
  background-color: #121212;
}

.form-control,
.btn {
  border-radius: 0px;
}

/*.footer-subscriber .btn{
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
}*/
/* footer end */

/*MOBILE OP START*/

@media only screen and (min-width: 320px) and (max-width: 374px) {
  .centerOnMobile {
    text-align: center;
  }
  .justifyOnMobile {
    text-align: justify;
    text-justify: inter-word;
  }
  .padding-none {
    padding: none !important;
  }
  .row-to-column {
    display: flex;
    flex-wrap: wrap;
    height: 150px;
    flex-direction: column !important; /* NEW */
    overflow-y: scroll;
    overflow-x: scroll;
  }
  .adjustTextOnMobile {
    font-size: 1rem;
  }
  .adjustWidthOnMobile{
    width: 100% !important;
  }
}

@media only screen and (min-width: 375px) and (max-width: 424px) {
  .centerOnMobile {
    text-align: center;
  }
  .row-to-column {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column !important; /* NEW */
    height: 140px;
    overflow-y: scroll;
  }
  .adjustTextOnMobile {
    font-size: 1rem;
  }
  .adjustWidthOnMobile{
    width: 100% !important;
  }
}

@media only screen and (min-width: 425px) and (max-width: 767px) {
  .centerOnMobile {
    text-align: center;
  }
  .row-to-column {
    display: flex;
    flex-wrap: wrap;
    height: 150px;
    flex-direction: column !important; /* NEW */
    overflow-y: scroll;
    overflow-x: scroll;
  }
  .adjustTextOnMobile {
    font-size: 1rem;
  }
  .adjustWidthOnMobile{
    width: 100% !important;
  }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
  .event-carousel-title {
    font-size: 1.2em;
  }
}
/*MOBILE OP END*/
