/*this is the style sheet for the Web Development assignment */


/*Structural CSS */
            body{background-color: rgb(63,167,168);} 


/*Navigation CSS */
            .active{
                background-color: grey;
            }
            ul {
                list-style-type: none;
                margin: 0;
                padding: 0;
                overflow: hidden;
                background-color: #333;
            }
            li {
                float: left;
            }
            li a {
                display: block;
                color: white;
                text-align: center;
                padding: 14px 16px;
                text-decoration:underline;
               
            }
            li a:hover {
                background-color: rgb(47,132,137);
            }
            h1 {
                color: white;
                font-size: 50pt;
                font-family: sans-serif;
                font-weight: 100;
                text-align: center;
                text-decoration: bold;
            }  
/* Style the navbar */
#navbar {
  position: sticky;
  top: 0;
  overflow: hidden;
  background-color: 
}

/* Navbar links */
#navbar a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px;
  text-decoration: none;
}

/* Page content */
.content {
  padding: 16px;
}

/*Style the search box inside the navigation bar*/
.topnav input[type=text] {
  float: right;
  padding: 6px;
  border: none;
  margin-top: 10px;
  margin-right: 20px;
  font-size: 18px;
}

p {
    padding-left: 15px;
    line-height: 1.6;    
}

.careers-ul {
    list-style-type: disc;
    padding-left:20px;
    margin: 10px 0;
    line-height: 1.6;
    color: white
}

.careers-ulbackground-color: 
    margin-bottom: 10px;
}

.careers-ul li {
    background-color: transparent;
        padding: 5px 10px;
    margin-bottom: 8px;
    border-radius: 8px;
    
}

body .bubble {
    background-color: beige;
    border: 1px solid #000;
    border-radius: 12px;
    padding: 20px;
    max-width: 1400px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    
}
.bubble-image{
    max-width: 700px;
    height: auto;
    border-radius: 8px;
}

.heading-with-background {
    background-image: url(Math%20Block.JPG);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    color: white;
    padding: 20px;
    text-align: center;
}

.bubble-container{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap:20px;
}

.heading-of-IB {
    background-image: url(World%20at%20night.webp);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    color: white;
    text-decoration: underline;
    padding: 20px;
    text-align: center;
}


.main-motto {
    background-image: url(Kristin%20Birds%20Eye.jpg);
    background-size: cover;
    background-position: center;
    padding: 120px 60px;
    color: navy;
    text-shadow: 
        -1px -1px 0 white,
        1px -1px 0 white,
        -1px 1px 0 white,
        1px 1px 0 white; 
    text-align: center;
}

.main-header {
      text-shadow: 
        -1px -1px 0 black,
        1px -1px 0 black,
        -1px 1px 0 black,
        1px 1px 0 black; 
    text-decoration: underline;
}

.small-bubble {
    background-color: beige;
    border: 1px solid #000;
    border-radius: 12px;
    padding: 20px;
    max-width: 700px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.image-row img {
    width: 45%;
    margin: 10px;
    display: inline-block;
    vertical-align: top;
}

.math-image-row img{
    width: 45%;
    margin: 10px;
    display: inline-block;
    vertical-align: top;
}

.bubble-row {
    display: flex;
    grid-gap: 20px;
    flex-wrap: wrap;
    margin-top: 20px;
    justify-content: center;
}