@charset "UTF-8";


* {
  box-sizing:border-box;
}
/*Logo Setting*/
.logo{
  margin: 0.5em 0;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  background-color: white;
  border-radius: 100%;
  position: absolute;
  left: 2%;
  top: -2%;
}


  /*nout ka white screen ko setting chain chin*/
  /*Dropdown edit
  -------------------------------------------------------------------------------------------------->
  */
  nav{
    width:960px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
  }
  .dropbtn {
    display:inline-block;
    background: linear-gradient(45deg, #87adfe, #ff77cd);
    color:#fff;
    padding: 10px 20px;
    font-size: 16px;
    border: none;
    cursor: pointer;
    text-decoration: none;
    box-shadow: 3px, 8px, 22px rgba(94,28,68,0.15);
    box-sizing: border-box;
    border-radius: 6px;

  }
  
  .dropdown {
    /*position:relative;*/
    position: absolute;
    right: 2%;
    top: 5%;
    display: inline-block;
    min-width: 7rem;
    
  }
  
  .dropdown-content {
    display:none;
    position: absolute;
    right: 0;
    background-color: #000000;
    min-width: 200px;
    box-shadow: 3px, 8px, 22px rgba(94,28,68,0.15);
    z-index: 1;
    text-decoration: none;
    padding: 20px 30px;
    background: linear-gradient(45deg, #87adfe, #ff77cd);
    
  }
  /*link edit*/
  .dropdown-content a {
    color: rgb(34, 33, 33);
    padding: 12px 16px;
    text-decoration: none;
    display:block;
  }
  
  .dropdown-content a:hover {background-color: #fcf9f9ee;}
  
  .dropdown:hover .dropdown-content {
    display:block;
  }
  
  .dropdown:hover .dropbtn {
    background-color:red;
  }
  /*------------------------------------------------------------------------------------------------------------------------*/
  
  
  body {
    font-family: Arial;
    padding:1%;
    background:white;
   
  }
  
  /* Header/Blog Title */
  .header {
    padding: 100px;
    text-align: center;
    color:rgb(255, 255, 255);
    background-image: url("https://www.nortonrosefulbright.com/-/media/images/nrf/thought-leadership/canada/covid-19-webinar-part-6-1920-1080-23665.jpg?la=ja-jp&revision=&hash=311024E4D670D746A69E96DB15B4F86C0FE99E94");
    background-repeat: repeat;
    background-position: left;
    background-size: 35%;
   
  }
  
 /*Corona Virus?*/ 
  .header h1 {
    font-size: 100px;
  }
  
  /* Style the top navigation bar */
  .topnav {
    overflow: hidden;
    background-color: rgb(24, 190, 112);
    font-size:large;
    border-style:solid;
    border-color: rgb(241, 207, 9);
    text-align: right;
    position:-webkit-sticky;/* top bar ko kyan ag ld chin*/
    position:sticky;
    top: 0;
  }
  
  /* Style the topnav links */
  /*top bar ko design ld tr*/
  .topnav a {
    float: left;
    display: block;
    color: #000000;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;

  }
  /*top bar ko design ld tr*/
  /* Change color on hover */
  .topnav a:hover {
    background-color:gold;
  }
  /* black block ko design ld tr  */
  .card {
    background-color: #000000;
    padding: 20px;
    margin-top: 1px;
  }
  
  /* Clear floats after the columns 
  .row:after {
    content:icon;
    display: table;
    clear: both;
  }*/
  
  /* Footer */
  .footer {
    padding: 20px;
    text-align: center;
    background: black;
    margin-top: 20px;
    color:gold;
    background-size:  250px;
    background-repeat: repeat;
    
  }
  /*footer design*/
  h2.omae{
    border-top-style: dotted;
    border-bottom-style: dotted;
    border-right-style: solid;
    border-left-style: solid;
    border-color:white;
    border-radius: 0%;
    font-style: italic;
    font-size: 50px;
  }
  @media screen and (max-width: 481px) {
    .leftcolumn, .rightcolumn {   
      width: 94%;
      padding: 0;
      margin: 3%;
    }
  }
  
  
  @media screen and (max-width: 400px) {
    .topnav a {
      float: left;
      width: 94%;
    }
  }
  /*sar tway ko design ld chin */
  li{
    color:rgb(255, 255, 255);
    font-size: 30px;
  }

  h2.center{
    color: white;
    text-align: center;
    font-size: 300%;
  }
  /* how to move image to center*/
  img{
    display:block;
    margin-left:auto;
    margin-right:auto;
  }
  /*photo bay nar ka line ko design ld chin*/
  [title~=img] {
    border: 5px gold;
    border-style:solid;
  }
/*Profile Photo-------------------------------------------------------------*/
  .card1{
  /*box-shadow: 0 4px 8px 0 rgba(29, 197, 7, 0.2);*/
  max-width: 500px;
  margin: auto;
  text-align: center;
  font-family: arial;
  
}

  .title {
  color: grey;
  font-size: 18px;
}

  button {
  border: none;
  outline: 0;
  display: inline-block;
  padding: 8px;
  color: rgb(238, 228, 228);
  background-color: gold;
  text-align: center;
  cursor: pointer;
  width: 97%;
  font-size: 18px;

}

  a {
  text-decoration: none;
  font-size: 22px;
  color: black;
}

  button:hover, a:hover {
  opacity: 0.7;
}
/*-------------------------------------------------------------------*/
  .link{
  color:gold;
}