/*Police Megrim*/
@import url('https://fonts.googleapis.com/css2?family=Megrim&display=swap');
/*Police Lora*/
@import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400..700;1,400..700&family=Megrim&display=swap');
/*Police Hind Madurai*/
@import url('https://fonts.googleapis.com/css2?family=Hind+Madurai:wght@300;400;500;600;700&display=swap');

/*Responsive sizes*/
/* Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {
    .w-sm-100 {
    width:100%!important;
    }
    .w-sm-75 {
    width:75%!important;
    }
    .w-sm-50 {
    width:50%!important;
    }
    .w-sm-25 {
    width:25%!important;
    }
    .h-sm-100 {
    height:100%!important;
    }
    .h-sm-75 {
    height:75%!important;
    }
    .h-sm-50 {
    height:50%!important;
    }
    .h-sm-25 {
    height:25%!important;
    }
}

/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
    .w-md-100 {
    width:100%!important;
    }
    .w-md-75 {
    width:75%!important;
    }
    .w-md-50 {
    width:50%!important;
    }
    .w-md-25 {
    width:25%!important;
    }
    .h-md-100 {
    height:100%!important;
    }
    .h-md-75 {
    height:75%!important;
    }
    .h-md-50 {
    height:50%!important;
    }
    .h-md-25 {
    height:25%!important;
    }
}

/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
    .w-lg-100 {
    width:100%!important;
    }
    .w-lg-75 {
    width:75%!important;
    }
    .w-lg-50 {
    width:50%!important;
    }
    .w-lg-25 {
    width:25%!important;
    }
    .h-lg-100 {
    height:100%!important;
    }
    .h-lg-75 {
    height:75%!important;
    }
    .h-lg-50 {
    height:50%!important;
    }
    .h-lg-25 {
    height:25%!important;
    }
}

/* Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
    .w-xl-100 {
    width:100%!important;
    }
    .w-xl-75 {
    width:75%!important;
    }
    .w-xl-50 {
    width:50%!important;
    }
    .w-xl-25 {
    width:25%!important;
    }
    .h-xl-100 {
    height:100%!important;
    }
    .h-xl-75 {
    height:75%!important;
    }
    .h-xl-50 {
    height:50%!important;
    }
    .h-xl-25 {
    height:25%!important;
    }
}

/*Index CSS*/

.full-text
{
    display: none;
}

.full-text
{
    word-break: break-word;
    text-align: left;
}

.card-body:hover .full-text{
    display: block;
}

.card-body:hover .restricted-text {
    display: none;
}

.card-img-top
{
    height: 375px;
}

@media screen and (max-width: 420px) {
    .card-img-top
    {
        height: 200px;
    }
}

.pseudo
{
    font-family: "Megrim", system-ui;
    font-style: normal;
    font-size: 2.4rem;
    margin-left: 1rem;
}

@media screen and (max-width: 350px) {
    .pseudo
    {
        font-size: 1.5rem;
    }
}

header, #personal-info, #contact
{
    background-color: #1D3461;
    color: white;
}

.navigation-link
{
    color: white;
    text-decoration: none;
}

.navigation-link:hover
{
    color: black;
    background-color: white;
}

p
{
    font-family: "Hind Madurai", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.cta-button
{
    background-color: #1F487E;
    color: white;
    width: 14rem;
    height: 3rem;
    font-family: "Hind Madurai", sans-serif;
    font-weight: bold;
    font-style: normal;
    font-size: 1.4rem;
}

.cta-button:hover
{
    border: black 2px solid;
    background-color: white;
    color: black;
}

.star
{
    font-size: 1rem;
}

@media screen and (max-width: 420px) {
    .star
    {
        font-size: 0.8rem;
    }
}

.checked{
    color: orange;
}

footer
{
    font-family: "Hind Madurai", sans-serif;
    font-weight: bold;
    font-style: normal;
}

#btnScrollToTop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #007bff;
  color: #fff;
  border: none;
  border-radius: 60%;
  padding: 17px 20px;
  font-size: 16px;
  cursor: pointer;
  transition: opacity 0.3s;
}

#btnScrollToTop:hover {
  opacity: 0.8;
}


/*Maintenance CSS*/
/*
.maintenance,
.maintenance * {
  box-sizing: border-box;
}*/

.maintenance-error-code
{
    color: #ffffff;
    font-family: "Hind Madurai", sans-serif;
    font-weight: bold;
    font-style: normal;
}

.maintenance-text-body
{
    color: #ffffff;
    font-family: "Hind Madurai", sans-serif;
    font-weight: 400;
}

.maintenance-title
{
    color: #ffffff;
    font-family: "Hind Madurai", sans-serif;
    font-weight: bold;
    font-style: normal;
}

.maintenance-mail
{
    color: #ffffff;
    font-family: "Hind Madurai", sans-serif;
    font-weight: 600;
}

.maintenance {
    background-color: #1f487e;
    height: 100vh;
    /*
  padding: 10px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: flex-start;
  justify-content: flex-start;
  position: relative;
  overflow: hidden;*/
}
/*


.maintenance-text
{
  color: #ffffff;
  text-align: left;
  position: relative;
  align-self: stretch;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.maintenance-message
{
    padding: 50px;
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: flex-start;
    justify-content: flex-start;
    align-self: stretch;
    flex: 1;
    position: relative;
    overflow: hidden;
}




*/
.wpf-maintenance
{
    height: 80vh;
}

@media (max-width: 990px) {
    .wpf-maintenance
    {
        height: 5vh;
    }
}