* {box-sizing: border-box}
body {
  font-family:  'Montserrat', sans-serif, monospace, Arial, Helvetica, sans-serif;
  margin:0
}
h1 {
  font-size: 50px;
  text-decoration: none;
  color: rgb(40, 40, 40);
  word-break: break-all;
}

H2 
{ 
  /* text-align: center; */
  font-size: 24px; 
  color: rgb(95, 94, 94);
  font-weight: normal;
  line-height: 27px;

}
H3 
{ 
  /* text-align: center; */
  font-size: 16px; 
  color: rgb(95, 94, 94);
  font-weight: normal;
  line-height: 27px;

}

H4 
{ 
  /* text-align: center; */
  font-size: 16px; 
  color: rgb(95, 94, 94);
  font-weight: normal;
  line-height: 27px;

}

  /*---Links in the body ---*/
  a:link {
    color: #1DCDDF;
    text-decoration: none;
  }
  
  a:visited {
    color: #1DCDDF;
    text-decoration: none;
  }
  
  a:hover {
    color: #1DCDDF;
    text-decoration: none;
   
  }
  
  a:active {
    color: #1DCDDF;
    text-decoration: none;
  
  }
 /*---Links in the body END---*/


/* [STYLE HEADER] */
.header {
  background-color: #000000;
  padding: 25px;
  text-align: center;
  font-size: 35px;
}

/* START NAVIGATION */

.topnav {
  overflow: hidden;
  background-color: rgb(0, 0, 0);
  list-style:none;
  margin:0;
  padding:0;
  text-align:center;
  overflow: hidden;

}

.topnav a {
  float: none;
  display: inline-block;
  color: #ffffff;
  text-align: center;
  padding: 14px; 
  text-decoration: none;
  font-size: 14px;
  border-radius: 5px 5px 0px 0px;
  border: 0px solid;
}

/* Change the color of links on hover */
.topnav a:hover {
background-color: rgb(255, 255, 255);
  color: rgb(0, 0, 0);
}

/* Add an active class to highlight the current page */
.topnav a.active {
  background-color: rgb(255, 255, 255);
  color: rgb(0, 0, 0);
}

/* Hide the link that should open and close the topnav on small screens */
.topnav .icon {
  display: none;
}

.dropdown {
    float: none;
  display: inline-block;
  /* overflow: hidden; */
}

.dropdown .dropbtn {
  font-size: 14px;    
  border: none;
  outline: none;
  color: white;
  padding: 14px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
  border-radius: 5px 5px 0px 0px;
  border: 0px solid;
}

.dropdown-content {
  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 {
  float: none;
  color: black;
  padding: 12px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.topnav a:hover, .dropdown:hover .dropbtn {
  background-color: rgb(255, 255, 255);
  color: rgb(0, 0, 0);
}

.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: none;
    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: center;
  }
  .topnav.responsive .dropdown {float: none;}
  .topnav.responsive .dropdown-content {position: relative;}
  .topnav.responsive .dropdown .dropbtn {
    display: block;
    width: 100%;
    text-align: center;
  }
}

/* STOP NAVIGATION */

/* [FLEX-BOX] */

.flex-container {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
}

.flex-container > div {
  background-color: rgb(255, 255, 255);
  color: white;
  width: auto;
  margin: 10px;
  padding: 10px;
  text-align: left;
  line-height: 75px;
  /*font-size: 30px; */
}


/* Dotted black border */
hr.line {
  border-top: 4px solid rgb(0, 0, 0);
}


/* [FOOTER] */
.footer {
  width: 100%;
  text-align: center;
  font-family:'Courier New', Courier, monospace, Arial, Helvetica, sans-serif;
  font-size: 16px;
  color:white;
  background-color: black;
  padding-top: 0px;
  padding: 25px;
}

/* [ RESPONSIVE HEADER] */
@media screen and (max-width: 900px) {
  .responsive {   
   max-width: 100%;
   height: auto; 
   } 
 } 

 /* [ RESPONSIVE IMAGE] */
@media screen and (max-width: 900px) {
  .responsive2 {   
   max-width: 100%;
   height: auto; 
   float: left;
   } 
 } 


/* [ RESPONSIVE MENU] */
@media screen and (max-width: 600px) {
  .nav a {
    float: none;
    width: 100%;
  }
}


/* [RESPONSIVE FLEX-BOX] */
@media screen and (max-width:500px) {
  .flex-container {
   width: auto;
   display: flex;
   flex-wrap: wrap;
 
   font-family:  'Montserrat', sans-serif, Arial, Helvetica, sans-serif;

/*
    float: right; 
    text-align: left; 
  display: flex; 
     flex-direction: column;
   justify-content: center;
  justify-content: flex-end; 
   padding-top: 0mm; 
   padding-top: 0px; 
    padding-left: 0%;  
    flex-direction: column;
    padding-bottom: 0%;
    overflow: auto;
   margin: 0; 
 */

  }
}

@media screen and (max-width:600px) {
hr.line {
  display: none;
  border-top: 4px solid rgb(0, 0, 0);
}


video {
  max-width: 100%;

  margin: 0px;
  display: flex;
  justify-content: center;
  height: auto;
}
/* [ RESPONSIVE VIDEO] 
@media screen and (max-width: 600px) {
  .video {
    float: none;
    width: 100%;
  }
} */

/* [RESPONSIVE FOOTER] */
@media (max-width: 600px) {
  .footer {  
    font-size: 14px;
    padding: 15px; 

  }
} 
}