/**

This stylesheet updates the design for the new static home page.

**/

@font-face {
  font-family: "Avenir LT";
  src: url('/fonts/avenir-lt-w01_85-heavy1475544.woff2');
}

@font-face {
  font-family: "Din Next";
  src: url('/fonts/din-next-w01-light.woff2');
}

@font-face {
  font-family: "Helvetica";
  font-weight: bold;
  src: url('/fonts/helvetica-w01-bold.woff2');
}

@font-face {
  font-family: "Helvetica Roman";
  src: url('/fonts/helvetica-w01-roman.woff2');
}

@font-face {
  font-family: "Open Sans";
  src: url('/fonts/open_sans.woff2');
}

@font-face {
  font-family: "NuFID";
  src: url('/fonts/nufid.woff2');
}

@font-face {
  font-family: "Made for Text";
  src: url('/fonts/made-for-text.woff2');
}

:root {
	--pm-blue-color: rgb(62,131,241);
	--main-blue-color: #234467;
}

body{
    padding-top: 80px;
}

header#header{
    background-color: rgba(62,131,241,0.5);
    color: #000000;
    font-weight: normal;
    text-align: center;
    height: 64px;
    backdrop-filter: blur(8px);
    transition: background-color 0.5s;
}

header#header.scrolled{
    background-color: rgba(62,131,241,0.8);
    transition: background-color 0.5s;
}

header#header .header_inner{
    width: 80%;
}

#nav{
    display: block;
    font-family: "Din Next";
    text-align: center;
    width: 80%;
    margin: auto;
    margin-top: 0px;
    position: relative;
    top: -12px;
}

#header2_title{
    font-size: 120%;
}

section#home2{
    width: 100%;
    margin: 0px !important;
}

#section1{
    background-image: url('/images/home2/home2_bg1.svg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left bottom;
    width: 100%;
    min-height: 400px;
}

#section1 h1{
    font-family: "Times New Roman", serif;
    color: #FFFFFF;
    width: 100%;
    text-align: center;
    font-size: 400%;
    margin-top: 32px;
}

#section2{
    width: 80%;
    margin: auto;
    margin-top: 64px;
}

#section2 aside{
    width: 30%;
    float: left;
    margin-right: 32px;
}

#section2 h2{
    font-family: "Din Next, Times New Roman, serif";
    font-size: 400%;
    width: 100%;
    text-align: left;
}

#section2 p{
    font-size: 120%;
    text-align: left;
}

#section3{
    box-sizing: border-box;
    padding: 10%;
    padding-top: 16px;
    padding-bottom: 64px;
    width: 100%;
    margin: auto;
    background-color: rgba(211, 204, 186, 0.19);
}

#section3 h2, #section3 h5{
    font-family: "Din Next, Times New Roman, serif";
    letter-spacing: 4px;
    width: 100%;
    text-align: center;
}

#section3 h2{
    font-size: 200%;
    text-transform: uppercase;
}

#section3 h5{
    font-size: 120%;
}

#section3 p{
    line-height: 95%;
    font-weight: bold;
    margin-top: 32px;
}

#section4{
    display: block;
    clear: both;
    background-image: url("/images/home2/hands_banner.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
    width: 100%;
    text-align: center;
    margin-bottom: 240px;
}

#section4 .inner{
    width: 100%;
    height: 411px;
    margin: 0px;
    text-align: center;
    background-color: #9e8c69aa;
    backdrop-filter: brightness(40%) opacity(40%);
}

.dropotron{
    border-radius: 0px;
    text-align: center;
    border-width: 0px;
    box-shadow: 0px 0px 4px rgba(0,0,0,0.8);
    padding: 4px;
    color: #000000;
    font-weight: lighter;
    margin-top: 0px;
}

.dropotron.level-0:before {
    -moz-transform: none;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    background-color: transparent;
    box-shadow: none;
    content: '';
    height: 0px;
    position: absolute;
    right: 0px;
    top: 0px;
    width: 0px;
}

.dropotron li{
    border-width: 0px;
    padding: 0px;
}

.dropotron a{
    padding: 0px !important;
    color: #000000;
}

#nav ul li.top-nav-item{
    border-right: 1px;
    border-right-color: #FFFFFF;
    border-right-style: solid;
    min-width: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
}

#nav ul li.top-nav-item:first-child a{
    color: #FFFFFF !important;
    text-transform: uppercase;
    min-width: 0px;
}

#nav ul li.top-nav-item a:hover{
    color: #FFFFFF !important;
}

#nav ul li.top-nav-item li a:hover{
    background-color: transparent !important;
}

.home2_grid_container{
  display: grid;
  /* Creates 3 columns of equal width */
  grid-template-columns: repeat(3, 1fr); 
  gap: 20px; /* Optional spacing between columns */
  padding: 10px;
  width: 100%;
  margin: auto;
}

.home2_grid_column {
  background-color: transparent;
  padding: 20px;
  text-align: center;
}

.home2_button{
    font-family: "Times New Roman", serif;
    letter-spacing: 1.5px;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
    background-color: #0b2f5b;
    padding: 4px;
    margin: 8px;
    text-align: center;
    border-color: #FFFFFF;
    border-width: 1px;
    border-style: solid;
    box-shadow: 0 0 0 3px #0b2f5baa, 0 0 0 4px #FFFFFF;
    color: #FFFFFF;
}

.home2_button:hover{
    background-color: #FFFFFF;
    border-color: #0b2f5b;
    box-shadow: 0 0 0 3px #FFFFFF, 0 0 0 4px #0b2f5baa;
    color: #0b2f5baa;
}

.home2_cleaner{
    clear: both;
    margin-top: 64px;
}

.home2_img_area{
    font-family: "Times New Roman", serif;
    letter-spacing: 1.5px;
    width: 80%;
    height: auto;
    aspect-ratio: 4/3;
    margin: auto;
    background-repeat: no-repeat;
    background-size: cover;
    color: #FFFFFF;
}

.home2_img_area h4{
    display: block;
    width: 100%;
    text-align: center;
    clear: both;
    color: #FFFFFF;
    font-weight: bold;
    padding-top: 24px;
}

.home2_img_area .home2_button{
    width: auto !important;
    display: block;
    float: right;
    clear: both;
    width: 40% !important;
    margin-top: 8px;
    margin-bottom: 8px;
}

#section4 .inner{
    padding-top: 64px;
}

#section4 h3{
    font-family: "NuFID", "Times New Roman", serif;
    font-weight: 100;
    font-size: 300%;
    text-transform: uppercase;
    letter-spacing: 5px;
    margin-bottom: 24px;
    color: #000000;
    transform: scaleY(0.8);
    opacity: 0.8;
}

#section4 h4{
    color: #FFFFFF;
    text-transform: uppercase;
    margin-bottom: 32px;
}

#section4 a.home2_button{
    box-sizing: border-box;
    font-family: "Open Sans", Arial, Helvetica, sans-serif !important;
    letter-spacing: 0px;
    font-size: 80%;
    box-shadow: none;
    border-width: 0px;
    width: 200px;
    height: 48px;
    margin: auto;
    padding-top: 12px;
    text-transform: uppercase;
    transition: background-color 1s;
}

#section4 a.home2_button:hover{
    color: #FFFFFF !important;
    background-color: #0b2f5b50;
    transition: background-color 1s;
}