.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%;
     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%;}
}


/*  heading   */
.heading{font-size: 45px;
         font-family: Arial, Helvetica, sans-serif;
         font-weight: lighter;
         color: #003B5C;
         text-align: center;
}

.heading-line{width: 10%;
              height: 3px;
              background-color: rgb(0,59,92);
}

/*  row of pictures  */
.row-of-pictures{display: inline-flex;
                 margin-left: 60px;
}

.pictures{width: 270px;
}

.content{margin-left: 25px;
}

.content-text{font-family: Arial, Helvetica, sans-serif;
              font-size: 30px;
              font-weight: lighter;
}

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

.content-link{text-decoration: none;
              color: #515050;
}

/*picture-next-to-text*/
.picture-next-to-text{display: inline-flex;
                      background-color: rgb(17, 157, 164);
}

.pic-one{width: 670px;
         margin: 0px;
         object-fit: cover;
}

.title-pic{font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
           font-size: 35px;
           font-weight: light;
           color: white;
}

.div-text{width: 600px;
          height: 473px;
          display: block;
          text-align: left;
          margin-left: 20px;
          padding: 20px;
}

.heading-line{width: 25px;
              color: white;
}

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

.button{padding-top: 15px;
        padding-bottom: 15px;
        padding-left: 25px;
        padding-right: 25px;
        background-color: rgb(17, 157, 164);
        border: solid;
        border-color: white;
        border-width: 2px;
        font-family: Arial, Helvetica, sans-serif;
        font-size: larger;
        font-weight: lighter;
        color: white;
}

.button:hover{background-color: white;
              color: #003B5C;
              border-color: white;
              transition: 0.5s;
}

.pic-two{width: 660px;
         margin: 0px;
         object-fit: cover;
}

.div-text-two{width: 610px;
              height: 473px;
              display: block;
              text-align: left;
              margin-right: 20px;
              padding: 20px;
}

.title-pic-two{text-align: right;
               font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
               font-size: 35px;
               font-weight: light;
               color: white;
}

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

.button-two{margin-left: 450px;
            padding-top: 15px;
            padding-bottom: 15px;
            padding-left: 25px;
            padding-right: 25px;
            background-color: rgb(17, 157, 164);
            border: solid;
            border-color: white;
            border-width: 2px;
            font-family: Arial, Helvetica, sans-serif;
            font-size: larger;
            font-weight: lighter;
            color: white;
}

.button-two:hover{background-color: white;
              color: #003B5C;
              border-color: white;
              transition: 0.5s;
}

.heading-line-two{width: 25px;
                 color: white;
}

/* give pic*/

.give-pic{margin-left: 40%;
}

/*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;
}