﻿@font-face {
    font-family: 'Montserrat';
    src: url('../../fonts/Montserrat-VariableFont_wght.ttf') format('truetype');
}

body, html {
    height: 100%;
    font-family: Montserrat;
}

h3 {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    color: #000000;
    font-size: calc(10px + 2.5vw);
}


.row {
    margin: 0px;
}

.container-fluid {
    position: relative;
    text-align: left;
    color: white;
    padding: 0px;
    margin: 0px;
    width: 100%;
    margin-top: 4%;
}

/*#page-banner {
    position: relative;
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 100%;
    background-color:rgba(0, 0, 0, 0.95);
}*/

#hero-div{
    position: absolute;
    top: 10vh;
    /*left: 30vw;*/
    text-align:center;
}

#hero-div h3{
    font-family:Montserrat;
    font-weight:600;
    color:white;
    font-size:calc(30px + 2.5vw);
}

#hero-div h4{
    font-family:Montserrat;
    font-weight:400;
    color:white;
}

#page-banner {
  height: 55vh;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
   /*background-image: url("../../Images/Shared/BannerImage.png");*/ 
}

#page-title {
    height: 20%;
    font-style: normal;
    margin-top: 2%;
    line-height: 60px;
    /* or 100% */
    letter-spacing: -0.02em;
    color: white;
    padding: 0px;
    text-align: center;
    padding-bottom: 2%;
}

    #page-title > h2 {
        font-weight: 500;
        font-size: calc(20px + 2vw);
    }

    #page-title > h4 {
        font-weight: 400;
        font-size: calc(10px + 1vw);
    }

p{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    color: #000000;
    font-size: calc(6px + 0.6vw);
    line-height:calc(6px + 1vw);
    letter-spacing:0.001em;
}

/*-----------Job Openings--------------*/

#careers-job{
    margin-left:5%;
    padding-left:0;
}
/* Style the buttons that are used to open and close the accordion panel */
.accordion {
  background-color: #CDE7FF;
  color: black;
  font-weight:600;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.4s;
  margin-bottom:2%;
  border-radius:8px;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.active, .accordion:hover {
  background-color: #7abefe;
}

/* Style the accordion panel. Note: hidden by default */
.panel {
  padding: 0 18px;
  background-color: white;
  display: none;
  overflow: hidden;
  color:black;
}

.accordion:after {
  content: '\02795'; /* Unicode character for "plus" sign (+) */
  font-size: 13px;
  color: white;
  float: right;
  margin-left: 5px;
}

.active:after {
  content: "\2796"; /* Unicode character for "minus" sign (-) */
}

p{
    font-family:Montserrat;
    color:black;
}

/*-----------Job Openings Ends--------------*/

/*-------------Gallery------------*/

#gallery-row{
    background-color:#222;
    /*background-color:#CDE7FF;*/
    padding:0;
    width:100%;
    padding-bottom:2%;
    padding-top:2%;
    height:100%;
}

#gallery-row h3{
    color:white;
    font-weight:700;
}

#gallery{
    margin-left:5%;
    padding-left:0;
    text-align:center;
}

img {
  vertical-align: middle;
 
}

/* Position the image container (needed to position the left and right arrows) */
.img-container-row {
  position: relative;
  width:100%;
  padding:1%;
  height:/*60vh*/ calc(230px + 10vw);
  /*background-color:#222;*/
   background:black;
  margin-top:2%;
  display:grid;
  align-self:center;
  /*display:flex;*/
}

.img-container{
    align-items:center;
   width:100%;
   /*background-color:yellow;*/
   height:100%;
   
}

/* Hide the images by default */
.mySlides {
    position:relative;
  display: none;
  width:100%;
  background-color:black;
  border-radius:5px;
  padding-left:10%;
  padding-right:10%;
  
}

.mySlides img {
  /*width:80%;*/
/*height:auto;*/
padding-top:1.5%;
max-height:/*350px;*/ calc(200px + 10vw);
display:block;
width:auto;
max-width:80vw;
border-radius:5px;
position:absolute;
/*top: 20%;*/
  left: 50%;
  transform: translate(-50%, 0%);
}

/* Add a pointer when hovering over the thumbnail images */
.cursor {
  cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 40%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

.prev{
    left:-30px;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* Container for image text */
.caption-container {
  text-align: center;
  background-color: #222;
  padding: 2px 16px;
  color: white;
}

.thumbnail-row{
    overflow-x:auto;
    align-items:center;
    margin-left:2%;
    height:15vh;
}

.thumbnail-row:after {
  content: "";
  display: grid;
  clear: both;
  width:100%;
  align-items:center;
  text-align:center;
}

/* Six columns side by side */
.thumbnail-column {
  float: left;
  width: 7.5vw;
  align-items:center;
  padding:0.5%;
  /*display:flex;*/
}

/* Add a transparency effect for thumnbail images */
.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}
/*-------------Gallery Ends------------*/

#aIntranet{
    border:none;
    color:white;
    font-family:Montserrat;
    border-radius:5px;
}
