@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300&display=swap');

* {
  margin: 0;
  padding: 0;
}

.header {
    position: relative;
    text-align: center;
    padding: 60px;
    background-image:url("https://t4.ftcdn.net/jpg/03/57/69/95/360_F_357699580_cOFUrDsFhqe7AGz1zoixOHqLocipHTrj.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    color: white;
}

.title1 {
    font-size: 30px;
    font-family: 'Montserrat', sans-serif;
    transform: translate(-50%, -50%);
    color: whitesmoke;
}

.title2 {
    font-family: 'Open Sans', sans-serif;
    transform: translate(-50%, -50%);
    color: whitesmoke;
}



.news-main {
  padding: 15px;
  font-family: 'Montserrat', sans-serif;
}

.topnav {
    overflow: hidden;
    background-color: #001db1;
  }
  
  .topnav a {
    font-family: 'Montserrat', sans-serif;
    float: left;
    display: block;
    color: #f2f2f2;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
  }
  
  .active {
    background-color: #001db1;
    color: white;
  }
  
  .topnav .icon {
    display: none;
  }
  
  .dropdown {
    font-family: 'Montserrat', sans-serif;
    float: left;
    overflow: hidden;
  }
  
  .dropdown .dropbtn {
    font-size: 17px;    
    border: none;
    outline: none;
    color: white;
    padding: 14px 16px;
    background-color: inherit;
    font-family: inherit;
    margin: 0;
  }
  
  .dropdown-content {
    font-family: 'Montserrat', sans-serif;
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
  }
  
  .dropdown-content a {
    font-family: 'Montserrat', sans-serif;
    float: none;
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
  }
  
  .topnav a:hover, .dropdown:hover .dropbtn {
    background-color: #001372;
    color: white;
  }
  
  .dropdown-content a:hover {
    background-color: #ddd;
    color: black;
  }
  
  .dropdown:hover .dropdown-content {
    display: block;
  }
  
  @media screen and (max-width: 600px) {
    .topnav a:not(:first-child), .dropdown .dropbtn {
      display: none;
    }
    .topnav a.icon {
      float: right;
      display: block;
    }
  }
  
  @media screen and (max-width: 600px) {
    .topnav.responsive {position: relative;}
    .topnav.responsive .icon {
      position: absolute;
      right: 0;
      top: 0;
    }
    .topnav.responsive a {
      float: none;
      display: block;
      text-align: left;
    }
    .topnav.responsive .dropdown {float: none;}
    .topnav.responsive .dropdown-content {position: relative;}
    .topnav.responsive .dropdown .dropbtn {
      display: block;
      width: 100%;
      text-align: left;
    }
  }

  .row {
    display: -ms-flexbox; /* IE10 */
    display: flex;
    -ms-flex-wrap: wrap; /* IE10 */
    flex-wrap: wrap;
    padding: 0 4px;
  }
  
  /* Create four equal columns that sits next to each other */
  .column {
    -ms-flex: 25%; /* IE10 */
    flex: 25%;
    max-width: 25%;
    padding: 0 4px;
  }
  
  .column img {
    margin-top: 8px;
    vertical-align: middle;
    width: 100%;
  }
  
  /* Responsive layout - makes a two column-layout instead of four columns */
  @media screen and (max-width: 800px) {
    .column {
      -ms-flex: 50%;
      flex: 50%;
      max-width: 50%;
    }
  }
  
  /* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
  @media screen and (max-width: 600px) {
    .column {
      -ms-flex: 100%;
      flex: 100%;
      max-width: 100%;
    }
  }

  .footer {
    color: #00000077;
    font-family: 'Open Sans', sans-serif;
    padding: 7px;
    font-size: 10px;
    text-align: center;
    background: #00000000;
}  


  @media screen and (max-width: 600px) {
    .title1 {
    font-size: 21px;
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    color: whitesmoke;
    }

.title2 {
    font-size: 12px;
    font-family: 'Open Sans', sans-serif;
    text-align: center;
    color: whitesmoke;
    }
  }
