html {
  scroll-behavior: smooth;
}

body {
    background-color: #f0f0f0; /* Light gray background */    
    text-align: center; /* Center the text */
    /* margin-top: 20px; Add some space from the top */
    background-size: 20px 20px;
    background-image:
    linear-gradient(to right, rgba(128, 128, 128, 0.094) .1px, transparent 1px),
    linear-gradient(to bottom, rgba(128, 128, 128, 0.094) .1px, transparent 1px);
    font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
    
}
header{
    display: flex;
    position: sticky;
    align-items: center; 
    background-color: whitesmoke;
    text-align: left;
    color: black;
    padding: 5px;
    padding-left: 20px;
    margin-bottom: 10px;
    position: sticky;
    box-shadow: 0 4px 2px -2px rgba(0, 0, 0, 0.2);
    font-size: larger;

    /* margin-top: 0px; */
}


.main-nav ul {
/* align-items: end; */
  display: flex; /* Aligns menu items (li) horizontally */
  list-style: none; /* Removes default bullet points */
  margin-left: 700px;
  /* background-color: red; */
  
}

.main-nav li a {
  padding: 0 15px; /* Adds space between the menu links */
  font-size: medium;
  /* Other styling: text-decoration, color, font, etc. */
  /* color: rgba(0, 0, 0, 0.7); */
  color: white;
  /* background-color: gainsboro; */
  margin: 15px;
/* box-shadow: 0 4px 2px -2px rgba(0, 0, 0, 0.8); */
  padding: 10px ;
  text-decoration: none;
}
.main-nav li a:hover {
  /* background-color: rgba(128, 128, 128, 0.3); Highlight background color on hover */
  background-color: white;
  /* color: gray; Highlight text color on hover */
}

.logo {
    width: 90px;
    margin-right: 10px;
    /* margin: 10px; */
    /* border: solid .5px; */
}

img {
  width:85%;
  /* height will adjust automatically */
}

.main-block{
    display: flex; 
    margin-right: 1%;
    /* background-color: black; */
    
    color: white;
}
.mainText{
    text-align: left; 
    padding: 40px;
    margin-left: 80px; 
    width: 30%;
    background-color: black;
    /* color: white; */
}

.mainText h1{
    font-size: 44px;
    /* background-color: white; */
    text-align: left; 
    text-wrap: inherit;
    color: white;
}

.mainText h4{
       /* background-color: red; */
    text-align: left;
    /* font-family: 'Times New Roman', Times, serif; */
    font-weight: lighter; 
}

.mainText .button-primary{
    width: 50%;height: 8%;background-color: black;color: white;
}

.button-primary{
    width: 20%;
    height: 50px;           
    background-color: black;
    color: white;
    
}

.button-primary:hover{
  background-color: blue; /* New color on hover */
}

.mainText .button-secondary{
    margin-top: -50px; 
    width: 50%;
    height: 8%;
    background-color: white;
    color:black;
}

.guidebooks{
    display: block;
    margin: 10px;
    padding: 10px;
    /* background-color: pink; */
    /* color: white; */
    
}

.containerTop{
display: block;
/* color: white; */

}
.containerIntegration{
    display: block;
    color: rgba(0, 0, 0, 0.7);
    
}

.containerInfo{
    display: flex;
    width: 100%;
    
}

.info-card{
    display: flex;
    text-align: left;    
    margin: 5px;
    padding: 5px;
    border-radius: 10px;
    width: 100%;
    border: solid 1px;
    background-color: white;
    box-shadow: 0 4px 2px -2px rgba(0, 0, 0, 0.2);
}
.info-cardText{
    display: block;
}

.info-card h4{
    text-wrap: inherit;
    font-weight: normal;
    /* font-family: Garamond, "Times New Roman", Times, serif; */
    text-align: justify;
    margin: 10px;
    color: rgba(0, 0, 0, 0.7);
}

/* Styles the icons globally */
.material-icons, .material-symbols-outlined {
    color: #000000; /* Google blue color */
    font-size: 5%;
    /* Add other CSS properties like shadow, alignment, etc. */
}

/* Example of styling on hover */
.material-icons:hover {
    color: #db4437; /* Google red color on hover */
}

.contactUs{
    /* background-color: red; */
    background-color: transparent;
}



@media only screen and (max-width: 600px) {
  .column {
    width: 100%; /* Columns stack vertically on small screens */
  }


  html {
  scroll-behavior: smooth;
}

body {
   background-color: darksalmon;
    
}
header{
  background-color: whitesmoke;
    /* margin-top: 0px; */
}


.main-nav ul {
/* align-items: end; */
  display: flex; /* Aligns menu items (li) horizontally */
  list-style: none; /* Removes default bullet points */
  margin-left: 700px;
  /* background-color: red; */
  
}

.main-nav li a {
  padding: 0 15px; /* Adds space between the menu links */
  font-size: medium;
  /* Other styling: text-decoration, color, font, etc. */
  /* color: rgba(0, 0, 0, 0.7); */
  color: white;
  /* background-color: gainsboro; */
  margin: 15px;
/* box-shadow: 0 4px 2px -2px rgba(0, 0, 0, 0.8); */
  padding: 10px ;
  text-decoration: none;
}
.main-nav li a:hover {
  /* background-color: rgba(128, 128, 128, 0.3); Highlight background color on hover */
  background-color: white;
  /* color: gray; Highlight text color on hover */
}

.logo {
    width: 90px;
    margin-right: 10px;
    
}

img {
  width:120%;
  /* height will adjust automatically */
}

.main-block{
    display: block; 
    /* background-color: #db4437; */
}
.mainText{
    /* background-color: springgreen; */
    width: 80%;
    margin-left: -1%;
}

.mainText h1{    
    color: white;
}

.mainText h4{
       /* background-color: red; */
    text-align: left;
    /* font-family: 'Times New Roman', Times, serif; */
    font-weight: lighter; 
}

.mainText .button-secondary{
    margin-top: 10px; 
    /* width: 50%; */
    height: 50px;
    /* background-color: blue; */
    color:black;
}

.guidebooks{
    display: block;
text-align: justify;
    /* margin: 10px; */
    /* padding: 10px; */
    /* background-color: pink; */
    /* color: white; */    
}

.containerTop{
display: block;
/* background-color: red; */
/* color: white; */

}
.containerIntegration{
    display: block;
    color: rgba(0, 0, 0, 0.7);
    
}

.containerInfo{
    display: block;
    /* width: 100%; */
    
}

.info-card{
    display: flex;
    text-align: left; 
    margin-bottom: 20px;   
    /* margin: 5px; */
    /* padding: 5px; */
    border-radius: 10px;
    /* width: 100%; */
    border: solid 1px;
    background-color: white;
    box-shadow: 0 4px 2px -2px rgba(0, 0, 0, 0.2);
}
.info-cardText{
    display: block;
}

.info-card h4{
    text-wrap: inherit;
    font-weight: normal;
    /* font-family: Garamond, "Times New Roman", Times, serif; */
    text-align: justify;
    margin: 10px;
    color: rgba(0, 0, 0, 0.7);
}

.button-primary{
    width: 70%;
    height: 50px;  
    /* margin-top: 20px; */
    margin-bottom: 10px;         
    background-color: black;
    color: white;    
}

.button-primary:hover{
  background-color: blue; /* New color on hover */
}

}

@media screen and (min-width: 600px) and (max-device-width: 818px) {
    body {
        background-color: navy;
        color: white;
        align-items: center;
    }


  html {
  scroll-behavior: smooth;
}

header{
  background-color: whitesmoke;
    /* margin-top: 0px; */
}


.main-nav ul {
/* align-items: end; */
  display: flex; /* Aligns menu items (li) horizontally */
  list-style: none; /* Removes default bullet points */
  margin-left: 700px;
  /* background-color: red; */
  
}

.main-nav li a {
  padding: 0 15px; /* Adds space between the menu links */
  font-size: medium;
  /* Other styling: text-decoration, color, font, etc. */
  /* color: rgba(0, 0, 0, 0.7); */
  color: white;
  /* background-color: gainsboro; */
  margin: 15px;
/* box-shadow: 0 4px 2px -2px rgba(0, 0, 0, 0.8); */
  padding: 10px ;
  text-decoration: none;
}
.main-nav li a:hover {
  /* background-color: rgba(128, 128, 128, 0.3); Highlight background color on hover */
  background-color: white;
  /* color: gray; Highlight text color on hover */
}

.logo {
    width: 90px;
    margin-right: 10px;
    
}
.main-block{
    display:inline-block; 
    /* background-color: #db4437; */
}
.mainText{
    background-color: black;
    width: 90%;
    margin-left: 1%;
}
img {
  width:120%;
    /* margin-left: 10%; */
  /* height will adjust automatically */
}

.mainText h1{    
    color: white;
}

.mainText h4{
       /* background-color: red; */
    text-align: left;
    /* font-family: 'Times New Roman', Times, serif; */
    font-weight: lighter; 
}

.mainText .button-secondary{
    margin-top: 10px; 
    /* width: 50%; */
    height: 50px;
    /* background-color: blue; */
    color:black;
}

.guidebooks{
    display: block;
text-align: justify;
    /* margin: 10px; */
    /* padding: 10px; */
    /* background-color: pink; */
    /* color: white; */    
}
h1{
    text-align: center;
    color: red;
    /* margin: 10px; */
    /* padding: 10px; */
    /* background-color: pink; */
    /* color: white; */    
}

.containerTop{
display: block;
/* background-color: red; */
/* color: white; */

}
.containerIntegration{
    display: block;
    color: rgba(0, 0, 0, 0.7);
    
}

.containerInfo{
    display: block;
    /* width: 100%; */
    
}

.info-card{
    display: flex;
    text-align: left; 
    margin-bottom: 20px;   
    /* margin: 5px; */
    /* padding: 5px; */
    border-radius: 10px;
    /* width: 100%; */
    border: solid 1px;
    background-color: white;
    box-shadow: 0 4px 2px -2px rgba(0, 0, 0, 0.2);
}
.info-cardText{
    display: block;
}
.info-card h3{
    color: black;
}
.info-card h4{
    text-wrap: inherit;
    font-weight: normal;
    /* font-family: Garamond, "Times New Roman", Times, serif; */
    text-align: justify;
    /* margin: 10px; */
    color: rgba(0, 0, 0, 0.7);
}

.button-primary{
    width: 70%;
    height: 50px;  
    /* margin-top: 20px; */
    margin-bottom: 10px;         
    background-color: black;
    color: white;    
}

.button-primary:hover{
  background-color: blue; /* New color on hover */
}

}