body, html {
  height: 100%;
  margin: 0;
}

body::-webkit-scrollbar {
    width: 0.0em;
    background-color: #F5F5F5;
}
 
body::-webkit-scrollbar-thumb {
  background-color: #000000;
}
 
body::-webkit-scrollbar-thumb:hover {
  background-color: #555555;
}

.background-container {
  background-color: #efefef;
  min-height: 100vh;  
}

@media screen and (max-width:420px) {
  .background-container {
    background-color: #ffffff;
    min-height: 100vh;  
  }

  .spacing-div {
    height: 50px !important;

  }

}

/* Disable Title from navbar */
/* .tool-bar-title {
  display: none !important;
} */


.general-content {
    max-width: 940px;
    margin-right: auto;
    margin-left: auto;
}

p {
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    line-height: 1.5;
}

h1 {
    font-size: 40px;
}

.spacing-div {
    height: 40px;
}

:root {
    --content-margin-edge: 55px;
    --content-margin-image: 35px;
}

@font-face {
    font-family: DejaVuSerif;
    src: url(1c3a5f11bf027fd468fa.ttf);
  }


@font-face {
    font-family: DejaVuSerif-Bold;
    src: url(85e9626965d2db8e28e5.ttf);
}

.card-landscape {
    box-shadow: 0 4px 10px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
    
    display: flex;
    
    max-width: 940px;
    /*min-width: 940px;*/
    /*width: 940px;*/

    height: 376px;
    max-height: 376px;
    min-height: 376px;

    border-radius: 40px;
    /*background-color: rgb(250, 250, 250);*/
    background-color: #ffffff;

}

.card-landscape:hover {
    box-shadow: 0 8px 20px 0 rgba(0,0,0,0.5);
    transform: scale(1.075);
}

.card-landscape .card-image {
    width: 100%;
    height: 100%;
    border-radius: 40px;
    transition: 0.3s;
}

.card-landscape.right .card-image:hover {
    box-shadow: -20px 0px 40px -20px rgba(0,0,0,0.4);
}

.card-landscape.left .card-image:hover {
    box-shadow: 20px 0px 40px -20px rgba(0,0,0,0.4);
}

/* ---------- card-content-wrapper ---------- */

.card-landscape .card-content-wrapper {
    width: 60%;
    height: 100%;
    z-index: 1;
}

.card-landscape.left .card-content-wrapper {
    border-radius: 0 40px 40px 0;
}
.card-landscape.right .card-content-wrapper {
    border-radius: 40px 0 0 40px;
}

.card-landscape .card-content-wrapper.light{       /*Light Mode*/
    background-color: rgb(255, 255, 255);
}
.card-landscape .card-content-wrapper.dark{        /*Dark Mode*/
    background-color: rgba(31, 30, 30, 0.925);
}


/* ---------- card-content ---------- */


.card-landscape .card-content {
    margin-top: 60px;
    margin-bottom: 60px;
    
    position: relative;
    
    width: calc(100% - var(--content-margin-image) - var(--content-margin-edge));
    height: calc(100% - 60px - 60px);
}

.card-landscape.right .card-content {
    margin-left: var(--content-margin-edge);
    margin-right: var(--content-margin-image);
}

.card-landscape.left .card-content {
    margin-left: var(--content-margin-image);
    margin-right: var(--content-margin-edge);
}

/* .card-landscape .card-content .left {
    margin-top: 60px;
    margin-bottom: 60px;
    margin-left: var(--content-margin-edge);
    margin-right: var(--content-margin-right);

    position: relative;

    width: calc(100% - var(--content-margin-right) - var(--content-margin-edge));
    height: calc(100% - 60px - 60px);
} */

.card-landscape .card-content h1 {
    /* font-family: 'DejaVu Serif', serif; */
    font-family: "DejaVuSerif-Bold";
    font-size: 32px;
}

.card-landscape .card-content.dark h1 {
    color: rgb(4, 176, 30);
}

.card-landscape .card-content p {
    line-height: 1.20;
    /* font-family: 'DejaVu Serif', serif; */
    font-family: "DejaVuSerif";

    font-size: 16.5px;


}
.card-landscape .card-content.dark p { 
    color: rgb(4, 176, 30);
}


.tab {
    padding-left: 30px;
}

.left { flex-direction: row; }
.right { flex-direction: row-reverse; }
.top { flex-direction: column; }


.card-landscape .button {
    position: absolute;
    bottom: 0px;

    /* Text Formating */
    /* font-family: 'DejaVu Serif', serif; */
    font-family: "DejaVuSerif";

    letter-spacing: 2px;
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    /* Button Style */
    padding: 12px 25px;
    background-color: #1a1b1f;
}

.card-landscape #a-container {
    z-index: 2;
    width: 40%;
}

.centered-text {
    text-align: center;
}

@media screen and (max-width:420px) {
    
    .card-landscape {
        box-shadow: 0 0px 0px 0 rgba(0,0,0,0.2);

        display: flex;
        flex-direction: column !important; 
        
        /* width: 80%; */
        width: 100%;

        height: auto;
        max-height: none;
        min-height: none;
        
        margin-left: auto;
        margin-right: auto;
    }
    
    .card-landscape .card-image {
        width: 100%;
        height: 200px;
        border-radius: 0px;
        /* border-radius: 30px; */
        object-fit: cover;


    }
    
    .card-landscape #a-container {
        width: auto;
    }
    
    
    .card-landscape .card-content {
        margin-top: 60px;
        margin-bottom: 60px;
        margin-left: 25px;
        margin-right: 25px;
    
        position: none;
    
        width: calc(100% - 25px - 25px);
        height: calc(100% - 60px - 60px);
    }


    /* Content Wrapper */
    .card-landscape .card-content-wrapper {
        width: 100%;
        /* width: 120%; */

        height: 100%;

        /* margin-top: -100px; */
        padding-top: 0px;

        /* margin-left: calc(-10%);
        margin-right: calc(-10%); */
    }
    .card-landscape.left .card-content-wrapper {
        border-radius: 0px 0px 0px 0px;
        /* border-radius: 30px 30px 30px 30px; */
    }
    .card-landscape.right .card-content-wrapper {
        border-radius: 0px 0px 0px 0px;
        /* border-radius: 30px 30px 30px 30px; */

    }
    
    .card-landscape .card-content h1 {
        font-size: 24px;
        color: rgb(50, 50, 50);
    }
    .card-landscape .card-content p {
        font-size: 18px;
        color: rgb(73, 73, 73);
        line-height: 1.3;

    }

    .card-landscape .card-content {
        margin-top: 10px;
        margin-bottom: 10px;
        margin-left: 25px;
        margin-right: 25px;
    
        position: relative;
    
        height: calc(100% - 60px - 60px);
    }

    .card-landscape:hover {
        box-shadow: 0 0px 0px 0 rgba(0,0,0,0.2);
        transform: scale(1);
    }

}




@media screen and (max-width:900px) {
    .card-landscape {
        box-shadow: 0 0px 0px 0 rgba(0,0,0,0.2);

        display: flex;
        flex-direction: column !important; 
        
        /* width: 80%; */
        width: 100%;

        height: auto;
        max-height: none;
        min-height: none;
        
        margin-left: auto;
        margin-right: auto;

        max-width: 420px;
    }
    
    .card-landscape .card-image {
        width: 100%;
        height: 200px;
        border-radius: 0px;
        /* border-radius: 30px; */
        object-fit: cover;


    }
    
    .card-landscape #a-container {
        width: auto;
    }
    
    
    .card-landscape .card-content {
        margin-top: 60px;
        margin-bottom: 60px;
        margin-left: 25px;
        margin-right: 25px;
    
        position: none;
    
        width: calc(100% - 25px - 25px);
        height: calc(100% - 60px - 60px);
    }

    .card-landscape.right .card-content {
        margin-left: 25px;
        margin-right: 25px;
    }
    
    .card-landscape.left .card-content {
        margin-left: 25px;
        margin-right: 25px;
    }


    /* Content Wrapper */
    .card-landscape .card-content-wrapper {
        width: 100%;
        /* width: 120%; */

        height: 100%;

        /* margin-top: -100px; */
        padding-top: 0px;

        /* margin-left: calc(-10%);
        margin-right: calc(-10%); */
    }
    .card-landscape.left .card-content-wrapper {
        border-radius: 0px 0px 0px 0px;
        /* border-radius: 30px 30px 30px 30px; */
    }
    .card-landscape.right .card-content-wrapper {
        border-radius: 0px 0px 0px 0px;
        /* border-radius: 30px 30px 30px 30px; */

    }
    
    .card-landscape .card-content h1 {
        font-family: "DejaVuSerif";
        font-size: 28px;
        color: rgb(50, 50, 50);
    }
    .card-landscape .card-content p {
        font-size: 16px;
        color: rgb(73, 73, 73);
        line-height: 1.35;

    }

    .card-landscape .card-content {
        margin-top: 10px;
        margin-bottom: 10px;
        margin-left: 25px;
        margin-right: 25px;
    
        position: relative;
    
        height: calc(100% - 60px - 60px);
        
    }

    .card-landscape:hover {
        box-shadow: 0 0px 0px 0 rgba(0,0,0,0.2);
        transform: scale(1);
    }

    
    .spacing-div {
        height: 50px !important;
        background-color: #ffffff;
        
        max-width: 420px;
        
        margin-left: auto;
        margin-right: auto;
    }


    .card-landscape .button {
        position: relative;

        letter-spacing: 2px;
        font-size: 14px;
        color: #fff;

        padding: 10px 15px;
        background-color: #1a1b1f;
        
        text-transform: uppercase;
    }

    .card-landscape.right .card-image:hover {
        box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);
    }
    
    .card-landscape.left .card-image:hover {
        box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);
    }

}


@font-face {
    font-family: DejaVuSerif-Bold;
    src: url(85e9626965d2db8e28e5.ttf);
}


.title_003 {
    background-color: white;
    position: relative;

    height: 200px;

    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% auto;

    box-shadow: 0 4px 10px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
}


.title_003 .info:hover {
    box-shadow: 0 8px 20px 0 rgba(0,0,0,0.2);
}

.title_003 .blur {
    height: 100%;
    width: 100%;

    background: rgba(0, 0, 0, 0.35);
    backdrop-filter: blur(2.0px);
    -webkit-backdrop-filter: blur(2.0px);
}


.logo {
    position: relative;
    top: 10px;

    /*
    background: rgba(255, 255, 255, 0.35);
    backdrop-filter: blur(4.0px);
    -webkit-backdrop-filter: blur(4.0px);
    */

    /*
    box-shadow: 0 20px 10px 0 rgba(0,0,0,0.3);
    transition: 0.3s;
    */

    /* font-weight: bold; */

    display: flex;
    width: fit-content;
    height: fit-content;

    margin-right: auto;
    margin-left: auto;

    /*
    border-color: rgb(250, 250, 250);
    border-style: solid;
    border-width: 10px;
    border-radius: 50px;
    */

}
.letter-spacing {
    letter-spacing: 8px; /* Adjust the value as needed */
}

.logo .title {
    color: rgb(255, 255, 255);
    font-family: 'DejaVuSerif-Bold';
    /* font-family: "Testing"; */

    /*
    text-shadow: 2px 4px rgba(0,0,0,0.5);
    */
    
    padding-left: 20px;
    padding-right: 20px;

    font-size: 90px;
    /*
    text-transform: uppercase;
    */
    /* font-family: Georgia, 'Times New Roman', Times, serif; */
    text-shadow: 4px 4px 0 rgb(8, 28, 46),
				  2px 4px 0 rgb(8, 28, 46),
				 4px 4px 0 rgb(8, 28, 46);
				
}

.left { flex-direction: row; }
.right { flex-direction: row-reverse; }
.top { flex-direction: column; }


.logo-link-bar {
    margin-top: 16px;
    display: flex;

    justify-content: center;
    align-items: center;
}

.logo-link {
    margin-left: 15px;
    margin-right: 15px;
}

.icon {
    color: white;
    font-size: 36px;

    
}



@media screen and (max-width:768px) {
    .letter-spacing {
        letter-spacing: 7px; /* Adjust the value as needed */
    }

    .title_003 {
        height: 150px;
    }

    .logo .title {
        font-size: 68px;

    }

    .logo {
        top: 20px;
    }


    .logo-link {
        margin-left: 10px;
        margin-right: 10px;
    }

    .logo-link-bar {
        margin-top: 20px;
    }

    .icon {
        font-size: 30px;
    }

}


@media screen and (max-width:480px) {

    .letter-spacing {
        letter-spacing: 6px; /* Adjust the value as needed */
    }

    .title_003 {
        height: 110px;
    }

    .logo .title {
        font-size: 48px;

    }

    .logo-link-bar {
        margin-top: 22px;
    }

    .icon {
        font-size: 20px;
    }
}
.navbar {
    display: flex;
    /*justify-content: flex-end;*/
    /*align-items: center;*/

    padding-left: 50px;
    padding-right: 50px;

    background-image: linear-gradient(to bottom right, rgb(9,19,28), rgb(19,35,52));
    /*background-color: rgb(9,19,28);*/


  }
  
  .navbar ul {
    width: 100%;
    list-style: none;
    display: flex;
    padding: 0;
    margin: 0 0 0 0;
  }
  
  
  .link-container {
    display: flex;
    align-items: center;
    width: auto;
    height: 50px;
    padding-left: 10px;
    padding-right: 10px;

    color: rgb(169, 177, 186);
    /*color: rgb(128, 144, 163);*/
    font-size: 18px;

    text-transform: uppercase;
    text-decoration: none;
    font-family: "NavBar";
    /*font-family: "Franklin Gothic Medium";*/
    
    transition: background-color 0.2s ease-in-out;
  }
  
  
  .link-container:hover {
    background-color: rgba(252, 252, 252, 0.05);
  }
  
  .mobile-bars {
    color: rgb(169, 177, 186);
    font-size: 28px;

  }


  .tool-bar-title {
    display: flex;
    align-items: center;
    width: auto;
    
    height: 50px;
      

    font-family: Georgia, 'Times New Roman', Times, serif;
    color: rgb(169, 177, 186);
    font-size: 24px;
  }

  #nav-link-mobile {
    display: none;
  }

  #nav-links-container {
    display: flex;
  }

  @font-face {
    font-family: NavBar;
    src: url(0fb67c6075b7b4d4e62b.woff);
  }

  @media screen and (max-width:768px) {
    .navbar {
      padding-right: 20px;
      padding-left: 20px;
    }

    #nav-links {
      display: none;
    }

    #nav-link-mobile {
      display: block;
    }

    .mobile-dropdown {
      display: block;
    }
    
    #nav-links-container {
      display: none;
    }

    .link-container {
      justify-content: flex-end;
    }
  }


.about-content {
    max-width: 660px;
    margin-right: auto;
    margin-left: auto;

    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 40px;
    padding-top: 1px;


    background-color: #FFFFFF;
}


.about-content p{
    color: #3d3d3d;
}
.about-content h1{
    color: rgb(50, 50, 50);
}

.about-content hr {
    height: 1px;
    border-top: 1px solid #e1e4e5;

    margin: 24px 0;
    background-color: #d9d9d9;
}

#my-image {
    width: 200px;
    float: left;
    margin-right: 20px;

}


@media screen and (max-width:520px) {
    #my-image {
        float: none;
        display: block;
        margin-left: auto;
        margin-right: auto;
      }
      

}



.contact-content {
    max-width: 660px;
    margin-right: auto;
    margin-left: auto;

    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 40px;
    padding-top: 1px;


    background-color: #FFFFFF;
}


.contact-content p{
    color: #3d3d3d;
}
.contact-content h1{
    color: rgb(50, 50, 50);
}



.email a {
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    line-height: 1.5;
}

