body, html {
    margin: 0;
    padding: 0;
    background-color: grey;
}

.section {
    min-height: 800px;
    position: relative;
    text-align: center;
    font-family: sans-serif, arial;
    margin: 0;

}

.Circleimage {
    width: 250px;
    height: 250px;
    border-radius: 50%
}


.navbar {
  overflow: hidden;
  background-color: #333;
  font-family: Arial;
}

.navbar a {
  float: left;
  font-size: 16px;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}


.dropdown {
  float: left;
  overflow: hidden;
}

.dropdown .dropbtn {
  font-size: 16px;
  border: none;
  outline: none;
  color: white;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit; 
  margin: 0;}

.navbar a:hover, .dropdown:hover .dropbtn {
  background-color: #57068c;
}

/* Dropdown content (hidden by default) */
.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;
}

/* Links inside the dropdown */
.dropdown-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

/* Add a grey background color to dropdown links on hover */
.dropdown-content a:hover {
  background-color:#57068c;
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
  display: block;
}

* {box-sizing: border-box}

/* Container needed to position the overlay. Adjust the width as needed */
.container {
  position: relative;
  width: 50%;
  max-width: 600px;
  float:left;
  padding: 5px;
}

/* Make the image to responsive */
.image {
  display: block;
  width: 100%;
  height: 300px;
}

/* The overlay effect - lays on top of the container and over the image */
.overlay {
  position: relative;
  bottom: 0;
  background:#57068c;
  background: #57068c; /* Black see-through */
  color: #f1f1f1;
  width: 100%;
  transition: .5s ease;
  opacity:0;
  color: white;
  font-size: 20px;
  padding: 20px;
  text-align: center;
}

/* When you mouse over the container, fade in the overlay  */
.container:hover .overlay {
  opacity: 1;
}

h1, p {
    margin: 0;
    font-family: sans-serif, arial;
    font-weight: normal;
    color: #C4C4C4;
    font-size: 22px;
    line-height: 50px;
}

.text-wr {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.aboutP {
    font-size: 20px;
    line-height: 25px;
    text-align: left;
    font-family: sans-serif, arial;
    color: black;
}

h1 {
    font-size: 50px;
    margin-bottom: 25px;
}

.hoverText {
    font-size: 17px;
    font-family: sans-serif, arial;
    font-weight: normal;
    font-style: italic;
    color: gray;
}

.time {
    font-size: 50px;
    white-space: pre;
}

.rectangle {
    width: 270px;
    height: 130px;
    background: white;
    opacity: 0.7;
    margin: 0 auto;
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    color: black;
    line-height: 2;
}

#about {
    width: 270px;
    height: 80px;
}

/*"Abu Dhabi Time" style*/
.timezone {
    color: black;
    padding-bottom: 10px;
}

/**/
.title-top {
    font-size: 80px;
    padding-bottom: 30px;
    font-weight: bold;
    color: #57068c;
}

.title-tx {
    font-size: 22px;
}


/*Navigation Style*/
/*Reference: https://www.cssscript.com/easy-one-page-scroll-navigation-library-slide-nav/*/
.nav {
    position: fixed; /*left: 50%;*/
    width: 100%;
    top: 20px;
    z-index: 9;
    padding-left: 10px;
}

.nav a {
    padding: 7px 20px;
    /*border-radius: 7px;*/
    margin-right: 10px;
    background: rgba(255, 255, 255, 0.5);
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    text-decoration: none;
    color: black;
    font-family: sans-serif, arial;
    font-weight: 100;
}

.nav a.active {
    background: rgba(0, 0, 0, 0.5);
    color: #57068c;
}

.nav a:hover {
    background: rgba(255, 255, 255, 0.7);
}


/*Images being shown, side by side*/
img {
    width: 40%; 
    /*When the mouse is not hovering over the images, keep the opacity at 0.4*/
    opacity: 0.4; 
    padding: 20px;
    flex-wrap: wrap; 
}


img:hover {
    opacity: 0.8;
}

@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,600,400italic);
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-weight: 150;
  font-size: 19px;
  line-height: 30px;
  /*color: #777;*/
  /*background: #4CAF50;*/
}

.container {
  max-width: 400px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}

#contact input[type="text"],
#contact input[type="email"],
#contact input[type="tel"],
#contact input[type="url"],
#contact textarea,
#contact button[type="submit"] {
  font: 400 12px/16px "Roboto", Helvetica, Arial, sans-serif;
}

#contact {
  background: #F9F9F9;
  padding: 25px;
  margin: 150px 0;
  /*box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);*/
}

#contact h3 {
  display: block;
  font-size: 30px;
  font-weight: 300;
  margin-bottom: 10px;
}

#contact h4 {
  margin: 5px 0 15px;
  display: block;
  font-size: 13px;
  font-weight: 400;
}

fieldset {
  border: medium none !important;
  margin: 0 0 10px;
  min-width: 100%;
  padding: 0;
  width: 100%;
}

#contact input[type="text"],
#contact input[type="email"],
#contact input[type="tel"],
#contact input[type="url"],
#contact textarea {
  width: 100%;
  border: 1px solid #ccc;
  background: #FFF;
  margin: 0 0 5px;
  padding: 10px;
}

#contact input[type="text"]:hover,
#contact input[type="email"]:hover,
#contact input[type="tel"]:hover,
#contact input[type="url"]:hover,
#contact textarea:hover {
  -webkit-transition: border-color 0.3s ease-in-out;
  -moz-transition: border-color 0.3s ease-in-out;
  transition: border-color 0.3s ease-in-out;
  border: 1px solid #aaa;
}

#contact textarea {
  height: 100px;
  max-width: 100%;
  resize: none;
}

#contact button[type="submit"] {
  cursor: pointer;
  width: 100%;
  border: none;
  /*background: #4CAF50;*/
  color: #FFF;
  margin: 0 0 5px;
  padding: 10px;
  font-size: 15px;
}

#contact button[type="submit"]:hover {
  background: #57068c;
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}

#contact button[type="submit"]:active {
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.5);
}

#contact input:focus,
#contact textarea:focus {
  outline: 0;
  border: 1px solid #aaa;
}

::-webkit-input-placeholder {
  color: #888;
}

:-moz-placeholder {
  color: #888;
}

::-moz-placeholder {
  color: #888;
}

:-ms-input-placeholder {
  color: #888;
}
    
