/* CSS files add styling rules to your content */

html {
  scroll-behavior: smooth;
}

#map {
  height: 100%;
}

/* Optional: Makes the sample page fill the window. */
html,
body {
  height: 50%;
  margin: 0;
  padding: 0;
}

* {
    padding:0;
    margin:0;
}

body {
  font-family: helvetica, arial, sans-serif;
  margin: 2em;
  overflow-x: hidden;
}

.title-container {
  padding-bottom: 0;
  margin-top: 20px;
  margin-bottom: 20px;
}

.sub-title-container {
  padding-bottom: 2px;
}

.text-content-container {
  padding-bottom: 5px;
  padding-top: 5px;
}

h1 {
  font-style: normal;
  /* font-family: 'Raleway', sans-serif; */
  font-family:'Bebas Neue', cursive;
  text-align: center;
  font-size: 60px;
  color: black;
}


h2 {
  font-style: normal;
  font-family:'Bebas Neue', cursive;
  color: black;
  /* background-color: rgb(198, 255, 245); */
  background-color: rgb(94, 221, 198);
  text-align: left;
  font-size: 40px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
}

h3 {
  font-style: strong;
  font-family: 'Josefin Sans', sans-serif;
  color: black;
  text-align: left;
  font-size: 25px;
}

h4 {
  font-style: normal;
  font-family: 'Josefin Sans', sans-serif;
  color: black;
  text-align: left;
  font-size: 20px;
}

p {
  font-style: normal;
  font-family: 'Josefin Sans', sans-serif;
  color: black;
  text-align: left;
  font-size: 20px;
  font-weight: bold;
}


.text-content-container {
  padding-bottom: 7px;
}
/* .image-container {
  display: inline-table;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 auto;
  padding: 0 auto;
  justify-content: center;
  border: 1px dashed;
}

.econ-pic{
  border: 1px dashed;
  margin: 0 auto;
  padding: 0 auto;
} */

/* img {
  width: 200px;
  height: 100px;
}  */

.image-container {
  display: inline-flex;
  flex-direction: row;
  margin-left: auto;
  margin-right: auto;
}


.econ-articles-container {
  flex: 20%;
  padding-right: 1px;
  padding-left: 1px;
  margin-left: 0px;
  margin-right: 0px;
}

/* Container needed to position the overlay. Adjust the width as needed */


.overlay-container {
  position: relative;
  width: 50%;
}

.econ-pic {
  width: 200px;
  height: 200px;
  object-fit: cover;
  padding-left: 0;
  padding-right: 0;
}

.text-lay {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 18px;
}


.econ-articles-container {
  flex: 33.33%;
  padding-right: 1px;
}



.stocks-logo-container {
  flex: 33.33%;
  padding-right: 1px;
}

.investment-logo {
  width: 25%;
  height:100px;
  object-fit: cover;
}



.middle {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

.container:hover .investment-symbol {
  opacity: 0.3;
}

.container:hover .middle {
  opacity: 1;
}

.invest-caption {
  background-color: #4CAF50;
  color: white;
  font-size: 16px;
  padding: 16px 32px;
}

.button:hover {
  background-color: #555;
}


.media-1{
  width: 18%;
}

.title {
  text-align:center;
  color: black;
}



.image-txt-container {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.nav-bar {
  background-color:#cfcfcf;
  /* padding: 5px 10px; */
  margin-bottom: 0;
  color: black;
  padding-top: 1px;
  padding-bottom: 1px;
  text-align: center;
  align-items: center;
}


.nav-bar-2 {
  background-color: rgb(69, 122, 44); /* 178A8A */
  text-align: center;
  padding-top: 0;
}

.top-bar-section {
  padding-bottom: 40px;
}



ul {
  list-style-type: none;
  display: inline-block;
  font-style: normal;
  margin: 3px;
  padding: 0;
  overflow: hidden;
  font-family:'Bebas Neue', cursive;
  font-size: 29px;
  text-align: center;
}

ul li {
  float: left;
  margin: 0 2px;
}

ul li a {
  color: white;
  display: block;
  text-align: center;
  padding: 14px 14px;
  padding-bottom: 8px;
  text-decoration: none;
}

li a:hover {
  background-color: rgb(31, 146, 16); 
}

.text{
    text-align: center;
}

.text h1, .text p {
    padding-top: 40px;
    width:100%;
    float: left;
    font-size:50px;
}

.articles{
  background-color: rgb(77, 143, 88);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}






/* ABOUT US CSS */👧👧👧👧👧👧👧👧👧👧👧👧👧👧👧
html {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

.column {
  float: left;
  width: 32%;
  margin-bottom: 16px;
  padding: 0 8px;
}

.card {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  margin: 8px;
}

.about-section {
  padding: 50px;
  text-align: center;
  background-color: #474e5d;
  color: white;
}

.container {
  padding: 0 16px;
}

.container::after, .row::after {
  content: "";
  clear: both;
  display: table;
}

.pics {
  height: 350px;
  object-fit: cover;
}




/* INNOVATION CSS */💡💡💡💡💡💡💡💡💡💡💡💡💡💡💡
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

.mySlides {
  position: relative;
  left: 250px;
}

.text {
  color: black;
  font-size: 14px;
  font-weight: bold;
  padding: 8px 12px;
  position: relative;
  bottom: 8px;
  width: 776px;
}

.numbertext {
  color: black;
  font-weight: bold;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

.slide-pics {
  object-fit: cover;
  height: 400px;
  width: 800px;
}
