/*Navbar*/
.First_ul{list-style:none;
    font-family: Arial;
    font-size: 15px;
    text-align:right;
    text-decoration: none;
    color:#003B5C;
    margin-bottom: 0px;
}

.one{margin-right: 20px;
display:inline-block;
text-decoration:none;}


/*Navbar*/
.Logo{width: 350px;
margin-left: 30px;
}

.nav_one{display: flex;
/*  padding: 28.800px 15px;*/
justify-content: space-between;
margin-bottom: 12px;
align-items: center;
background-color: white;
}
.nav-links{flex: 1;
 text-align: right;
}
.nav-links .second_ul .two{list-style: none;
      display: inline-block;
      padding: 0px 12px;
      position: relative;
      margin: 0%;
}

.nav-links .second_ul .two a{color:#515050;
        text-decoration: none;
        font-size: 1.09375rem;
        font-family: Arial, Helvetica, sans-serif;
}

/*navbar*/
.third_ul{list-style-type: none;
          background-color: #003B5C;
          padding: 0px;
          margin: 0px;
          overflow: hidden;
}

.line{text-decoration: none;
      padding: 10px;
      display: block;
      text-align: center;
}

.line:hover{background-color:#005c8f ;
}

.line{float: left;
}

.lineone{color: white;
         text-decoration: none;
         font-family: Arial, Helvetica, sans-serif;
         font-size: medium;
}

#one{font-family: Arial, Helvetica, sans-serif;
     font-weight: lighter;
     font-size: xx-large;
     color: #003B5C;
     padding-left: 42px;
}

#two{font-family: Arial, Helvetica, sans-serif;
     font-weight: lighter;
     color: #003B5C;
     padding-left: 42px;
}

/*    slide show     */

/*slide show*/
#slider{overflow: hidden;
}

#slider figure{position: relative;
               width: 500%;
               margin: 0;
               left: 0;
               animation: 20s slider infinite;
}

.img{float: left;
     width: 20%;
     height: 550px;
     object-fit: cover;
}

@keyframes slider{0%
                 {left: 0;}
                  20%
                  {left: 0;}
                  25%
                  {left: -100%;}
                  45%
                  {left: -100%;}
                  50%
                  {left: -200%;}
                  70%
                  {left: -200%;}
                  75%
                  {left: -300%;}
                  95%
                  {left: -300%;}
                  100%
                  {left: -400%;}
}


/*    slide show     */

/*    left-side-section    */
.left-side-section{display: block;
                   margin-left: 50px;
}
/*  main section  */
.main-section{display: flex;
}



/*  table-one  */

#table-one{background-color: #003B5C;
}

.text-row-one{background-color: white;
             font-size: large;
             font-family: Arial, Helvetica, sans-serif;
             font-weight: lighter;
             width: 200px;
}

.text-data-one{padding-left: 15px;
               padding-top: 7.5px;
               padding-bottom: 7.5px;
               color: #003B5C;
               padding-right: 7px;
}

.table-title-one{font-size: 25px;
                 font-family: Arial, Helvetica, sans-serif;
                 font-weight: lighter;
                 color: white;
                 padding-top: 7.5px;
                 padding-bottom: 7.5px;
                 text-align: left;
                 padding-left: 15px;
}

/*    social media  */

#facebook-icon{color: #003B5C;
               margin-right: 7px;
}

#instagram-icon{color: #003B5C;
                margin-right: 7px;
}

#twitter-icon{color: #003B5C;
              margin-right: 7px;
}

#youtube-icon{color: #003B5C;
              margin-right: 7px;
}

#linkedin-icon{color: #003B5C;
               margin-right: 7px;
}

.icon-link{text-decoration: none;
}

.social-media{margin-left: 50px;
}

/*   table-two    */
#table-two{background-color: #003B5C;
}

.table-title-two{font-size: 15px;
                 font-family: Arial, Helvetica, sans-serif;
                 font-weight: lighter;
                 color: white;
                 padding-top: 12.5px;
                 padding-bottom: 12.5px;
                 text-align: left;
                 padding-left: 15px;
}

#pic-one{width: 267px;
         object-fit: cover;
}

/*    mini article   */
.mini-heading{font-size: 28px;
              font-family: Arial, Helvetica, sans-serif;
              font-weight: lighter;
              color: black;
              width: 250px;
}

.mini-link{text-decoration: none;
           color: black;
}

.mini-link:hover{color: #005c8f;
}

.mini-text{font-size: large;
           font-family: Arial, Helvetica, sans-serif;
           font-weight: lighter;
           color: black;
           width: 250px;
}

.headline{width: 240px;
          height: 5px;
          background-color: #005c8f;
}

.mini-article{display: inline-block;
}

/*    update button    */

.update-button{background-color: #003B5C;
               padding: 15px;
               width: 200px;
               font-family: Arial, Helvetica, sans-serif;
               font-weight: lighter;
               color: white;
               border: solid;
               border-color: #003B5C;
               font-size: larger;
               text-align: left;
               /*margin-left: 50px;*/
}

.link-update{text-decoration: none;
             color: white;
}


.update-button:hover{background-color: #16618c;
                     border: solid;
                     border-color: #16618c;
}

.link-update:hover{text-decoration: underline;
                   color: white;
                   size: 5px;
}

/* hover news  */


/*News Article*/
.news_title ul li{list-style:none;
        display: inline-block;
}

.news_title{font-family: Arial;
  color:#003B5C;
}


/*News one*/

.news{padding-left: 100px;
}

.article-one{display: inline-flex;
         width: 170px;
          padding-top: 15px;
          padding-left: 15px;
          padding-right: 15px;
          padding-bottom: 32px;
}

.article-one:hover{box-shadow: 0 4px 8px 0 rgb(94, 94, 94), 0 6px 20px 0 rgb(141, 141, 141);
        transition-duration: 1.1s;
}

.pic{width: 170px;
}


.title{font-family:Arial;
font-size:large;
color:rgb(0,59,92);
font-weight: bold;
}

.date{font-family:Arial;
font-size:large;
color: rgb(0,59,92);
font-weight: lighter;
}


.headline{width: 85%;
}

.article-two{display: inline-flex;
         width: 170px;
          padding-top: 15px;
          padding-left: 15px;
          padding-right: 15px;
          padding-bottom: 48px;
}

.article-two:hover{box-shadow: 0 4px 8px 0 rgb(94, 94, 94), 0 6px 20px 0 rgb(141, 141, 141);
        transition-duration: 1.1s;
}

/*  watermark picture  */

.watermark{margin-left: 50px;
           width: 90%;
}

/*  pictures with links  */

.pics-with-links{display: inline-flex;
                 margin-left: 40px;
}

.picture-links{width: 250px;
}

.row-of-links{color: #16618c;
              text-decoration:none;
              text-decoration-color: rgba(0, 0, 0, 0.864);
              text-decoration-line: underline;
              text-decoration-style: dotted;
}

.line-links{font-family: Arial, Helvetica, sans-serif;
            font-size: large;
            font-weight: lighter;
            color: #16618c;
            width: 200px;
}

#color{color: white;
}

.heading-links{font-size: 25px;
               font-family: Arial, Helvetica, sans-serif;
               font-weight: lighter;
               color: #003B5C;
               width: 200px;
}

.pictures-rows{margin-left: 10px;
}

.row-of-links:hover{text-decoration: none;
}


/*footer*/

.footer-column{background-color: #003B5C;
          display: flex;
          justify-content: space-around;
          flex-wrap: wrap;
}

.footer-ul{list-style: none;
           display: inline-flex;
}

.text-footer{color: white;
                     font-family: Arial, Helvetica, sans-serif;
                     font-weight: lighter;
                     font-size: large;
                     text-decoration: none;
}

.address-footer{color: white;
                        font-family: Arial, Helvetica, sans-serif;
                        font-weight: lighter;
                        font-size: large;
}

.text-footer:hover{text-decoration: underline;
}

.headline-footer{color: white;
          font-family: Arial, Helvetica, sans-serif;
          font-weight: bold;
          font-size: larger;
}

#facebook-icon{color: white;
               margin-right: 15px;
}

#instagram-icon{color: white;
                margin-right: 15px;
}

#twitter-icon{color: white;
              margin-right: 15px;
}

#youtube-icon{color: white;
              margin-right: 15px;
}

#linkedin-icon{color: white;
               margin-right: 15px;
}

#facebook-icon:hover{color: rgb(133,113,77);
                     transition:0.5s;
}

#instagram-icon:hover{color: rgb(133,113,77);
                      transition:0.5s;
}

#twitter-icon:hover{color: rgb(133,113,77);
                    transition:0.5s;
}

#youtube-icon:hover{color: rgb(133,113,77);
                    transition:0.5s;
}

#linkedin-icon:hover{color: rgb(133,113,77);
                     transition:0.5s;
}

.give-to-wits{margin-top: 20px;
             padding-top: 15px;
             padding-bottom:15px;
             padding-left: 25px;
             padding-right: 25px;
             font-size: large;
             font-weight: lighter;
             color: white;
             background-color: rgb(133,113,77);
             border: solid;
             border-color:  rgb(133,113,77);
}

.give-to-wits:hover{background-color: rgb(0,47,74);
                    border: solid;
                    border-color: rgb(0,47,74);
                    text-decoration: underline;
                    transition: 0.8s;
}

.text-below-footer{color: white;
                   font-family: Arial, Helvetica, sans-serif;
                   font-weight: lighter;
                   font-size: small;
}

.text-below-footer:hover{text-decoration: none;
}

.Copyright-text{color: white;
                font-family: Arial, Helvetica, sans-serif;
                font-weight: lighter;
                font-size: larger;
}