@import url('https://fonts.googleapis.com/css2?family=Cabin&display=swap');

* 
{
    box-sizing: border-box;
}
.introduction {
  max-width: 800px;
  margin: 0 auto;
  padding: 20px;
  text-align: center;
}

.introduction h2 {
  font-size: 28px;
  margin-bottom: 20px;
}

.introduction p {
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 30px;
}

.cta-button {
  display: inline-block;
  padding: 10px 20px;
  background-color: #007bff;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
  font-size: 18px;
}
body
{
    font-family: 'Cabin', sans-serif;
    color: #434345;
}

.logo
{
    width: 150px;
    height: auto;
}

.title1
{
    color: #4cbafb;
}   

.title2
{
    color: #ee8f33
}

.img-side
{
    max-width: 100%;
    height: auto;
}

.img-border
{
    border:5px dashed goldenrod;
    padding:15px;
}
.spacer
{
    border-bottom: 7px dotted #ee8e23; 
    padding-bottom:35px
}

.overlay
{
    background-color: rgba(255,255,255,0.9);
    width: 100%;
    height: 550px;
    margin: 0px;
}

.nav-item
{
    font-size: 16px;
    min-width: 120px;
    text-align: center;
}
.nav-link:hover
{
    color: #4cbafb !important;
}
i
{
    font-size: 60px;
    color: #4cbafb;
    display: block;
    margin: auto;
 }

i:hover
{
    color: #ee8e23;
}

.col-hov:hover
{
    background:lightgoldenrodyellow;
}

.btop
{
    border-top: 10px dashed grey;
    border-bottom: 10px dashed grey;

}

li
{
    text-align: left !important;
}

.highlight1
{
    background-color: azure;
}

.highlight1:hover
{
    background-color: antiquewhite;
}
.modal-content iframe{
        margin: 0 auto;
        display: block;
    }
.modal-content
{
    width: 560px;
    height: 315px;
}