@font-face{
   font-family: "Myriad Pro Bold";
   src: url("assets/fonts/MyriadPro-Bold.otf");
  }
@font-face{
   font-family: "Myriad Pro Regular";
   src: url("assets/fonts/MyriadPro-Regular.otf");
  }
@font-face{
    font-family: "Arno Pro Regular";
    src: url("assets/fonts/ArnoPro-Regular.otf");
  }
h1{
   font-family: "Myriad Pro Bold";
}
h4{
    font-family: "Myriad Pro Regular";
}
#invi{
  visibility: hidden;
}
.navbar-brand{
    font-family: "Arno Pro Regular";
    font-size: 30px;
}
#myBtn {
    display: none; /* Hidden by default */
    position: fixed; /* Fixed/sticky position */
    bottom: 20px; /* Place the button at the bottom of the page */
    right: 30px; /* Place the button 30px from the right */
    z-index: 99; /* Make sure it does not overlap */
    border: none; /* Remove borders */
    outline: none; /* Remove outline */
    background-color: red; /* Set a background color */
    color: white; /* Text color */
    cursor: pointer; /* Add a mouse pointer on hover */
    padding: 15px; /* Some padding */
    border-radius: 10px; /* Rounded corners */
    font-size: 18px; /* Increase font size */
  }
  
  #myBtn:hover {
    background-color: #555; /* Add a dark-grey background on hover */
  } 

.cards {
  bottom: 0px
}

.navbar{
  background-color: #1a321d !important
}

.footer{
  background-color: #1a321d !important
}

#theLasallian{
  bottom: 100px
}

#dash{
  color: #000000
}

/* Fixed/sticky icon bar (vertically aligned 50% from the top of the screen) */
.icon-bar {
  position: fixed;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* Style the icon bar links */
.icon-bar a {
  display: block;
  text-align: center;
  padding: 5px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
}

/* Style the social media icons with color, if you want */
.icon-bar a:hover {
  background-color: #000;
}

.facebook {
  background: #3B5998;
  color: white;
}

.twitter {
  background: #55ACEE;
  color: white;
}

.instagram{
  background: #e1306c;
  color: white;
}

.thelasallian{
  background: #1a321d;
  color: white;
}

#containerName1{
  margin-top: 2rem;
  padding: 2rem;
}

.button{
  color: #b7d5b9 !important;
}

.body{
  background: #d5e9d4 !important;
  font-family: myriad-pro, sans-serif;
  font-style: normal;
  font-weight: 300;
  position: relative;
}

body {
  position: relative;
}

#cardieb {
  width: 20rem;
  height: 21.875rem;
}

#cardtitle {
  position: relative;
  bottom: 35px;
}

#openModal {
  position: relative;
  bottom: 40px;
}

#headcarousel {
  margin-bottom: 2rem;
  height: 540px;

}

#headcarousel img{
  height: 540px;
  object-fit: cover;
}


.h1 {
  font-family: myriad-pro, sans-serif;
  font-style: normal;
  font-weight: 300;
}

.h2 {
  font-family: myriad-pro, sans-serif;
  font-style: normal;
  font-weight: 300;
}

.p {
  font-family: myriad-pro, sans-serif;
  font-style: normal;
  font-weight: 300;
}

.firstcharacter {
  color: #ffffff;
  float: left;
  font-family: Georgia;
  font-size: 75px;
  line-height: 60px;
  padding-top: 4px;
  padding-right: 8px;
  padding-left: 3px;
}

#closeButton {
  background-color: #97a596 !important;
}

#openModal {
  background-color: #97a596 !important;
}

html {
  scroll-behavior: smooth;
}

#dropdownMenu3 {
  align-content: center;
}

#about {
  position: absolute;
  transform: translateY(-6rem);
}

#carouselAbout{
  position:relative;
  transform: translateY(-3rem);
}

.scrollable-menu {
  height: 30rem;
  max-height: 30rem;
  overflow-x: hidden;
}

.rounded-circle{
  max-width: 100%;
  height: auto;
}

.card-img-center{
  height: 12.5rem !important;
  width: 12.5rem !important;
}