/* ======================== Layout section ================== */

body    {
   background-color: #cce6ff;
   margin: 0px;
   font-family: Georgia, 'Times New Roman', Verdana, serif;
   font-size: 14px;
}

#container  {
    margin: 10px;
}

.header1    {
  position:relative;
   background-color: #004f99;
   margin-top: 10px;
   margin-left: 10px;
   margin-right: 10px;
   margin-bottom: -35px;
   /* height: 45px; */
   height: 50px;
   border-top-left-radius: 10px;
   border-top-right-radius: 10px;
   text-align:center; /*I added this line*/

}

.header2    {
   position:relative; 
   background-color: #004f99;margin-top: 10px;
   /* text-align: center;
   color: white; */
   margin-top: 30px;
   margin-left: 10px;
   margin-right: 10px;
   margin-bottom: 10px;
   height: 50px;
   border-bottom-left-radius: 10px;
   border-bottom-right-radius: 10px;
}

#logo   {
    margin-top: 1px;
    height: 100%;
}



#hpc        {
    text-align: center;
    color: white;
    font-size: 225%;
    padding-top: 10px;

}

#header-image   {
    /* margin-left: 10px;
    margin-right: 10px; */
    width: 100%;
}

#navbar    {
   padding: 5px;
   list-style-type: none;
   text-align: center;
   background-color: black;
   margin: 10px;
   border-radius: 10px;
   line-height:1.5em;
}

#navbar ul li   {
   display: inline;
}

#navbar ul li a  {
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
    padding: .2em 1em;
    color: #fff;
    background-color: #000;
}

#navbar ul li a:hover    {
    color: #000;
    background-color: #fff;
    border-radius: 10px;
}

.main    {
   
   background-color: #99e6ff;
   margin-left: 10px;
   margin-right: 10px;
   margin-top: 10px;
   margin-bottom: 10px;
   border-radius: 10px;
   padding: 20px;
   font-size: 110%;
}
#allBuildings{
    text-align:center;
}

#Building{
    text-align:center;
}
   #buildingA { 
   
   margin-right: 30px; /* I added some space between buildings */
}

#buildingB { 
   
   margin-right: 30px; 
}

#buildingC{ 
    
   margin-right: 30px; 
}

#pam {  
    display:block;
    margin-left: auto;
    margin-right: auto;
    align-content: center;
    font-size: 110%;
}

#footer {
    background-color: #004f99;
    height: 55px;
    border-radius: 10px;
    color: #efe5d0;
    text-align: center;
    padding-top:1px;
    font-size: 100%;
    
}

#footer ul   {
    list-style-type: none;
}

#footer ul li a  {
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
    padding: .2em .5em;
    color: #efe5d0;
    background-color: #5c755e;
}

#footer ul li a:hover    {
    color: #000;
    background-color: #fff;
    border-radius: 10px;
}


/* ======================== Heading section ================== */

h1  {
    font-size: 150%;
    color: black;
    text-align: center;
    color: red;
    font-weight: bolder;
}

h2  {
    font-size: 120%;
    color: black;
    text-align: center;
    font-style: italic;
    color: red;
}

h3  {
    font-size: 110%;
    text-align: center;
}

/* ======================== @media section ================== */

@media (max-width: 900px)  {
    #hpc   {
        left: 35px;
        top: 10px;
        font-size: 20px;
        color: white;
        line-height: 1em;
        text-align: center;
    }
}


@media (max-width: 600px)  {
    #hpc   {
        left: 35px;
        top: 10px;
        font-size: 15px;
        color: white;
        line-height: 0.8em;
        text-align: center;
    }
}


@media (max-width: 400px)  {
    #hpc   {
        left: 35px;
        font-size: 13px;
        color: white;
        line-height: 0.8em;
        text-align: center;
    }
}