/*  #222831 -- darkest blue
    #30475e -- medium blue
    #f2a365 -- orange peace for headings or underlines 
    #ececec -- white compulsory
*/
@import url("clock_styling.css");/*import analog clock css*/
*{
    margin: 0%;
    padding: 0%;
}
body{
    background-color: #222831;
    margin: 0;
    background-size: cover;
    font-family: 'Roboto', sans-serif;
}
/* nav{
    height: 100px;
    display: block;
    width: auto;
    margin: 0 ;
    text-transform: uppercase;
    background-color: #525861;
    text-align: center;
    border: 1px solid black;
}
.nav{
    color: white;
} */
/* The navigation bar */
/* .navbar {
    overflow: hidden;
    background-color: #333;
    position: fixed; 
    top: 0; 
    width: 100%; 
}

.navbar a {
    float: left;
    display: block;
    color: #f2f2f2;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

.navbar a:hover {
    background: #ddd;
    color: black;
} */

/*Responsive navigation bar*/
.topnav {
    overflow: hidden;
    background-color: #333;
  }
  
  .topnav a {
    float: left;
    display: block;
    color: #f2f2f2;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
  }
  
  .topnav a:hover {
    background-color: #ddd;
    color: black;
  }
  
  .topnav a.active {
    background-color: #4CAF50;
    color: white;
  }
  
  .topnav .icon {
    display: none;
  }
  
  @media screen and (max-width: 600px) {
    .topnav a:not(:first-child) {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;
    }
  }

.main {
    margin-top: 30px; 
}
header {
    width: 100%;
    padding: 40px 16px;
    background: rgb(31, 27, 27);
    color: #f1f1f1;
    text-align: center;
    }
.underline{
    text-decoration: underline;
    text-underline-position: under;
    text-decoration-color: #f2a365;
}
.box{
    display:grid;
    justify-content: center;
    margin:15px;
    font-size: 20px;
}
.box select{
    background: #2f3640;
    color: antiquewhite;
    padding: 10px;
    width: 250px;
    margin-top: 5px;
    font-size: 15px;
    border: none;
    border-radius: 7pt;
    outline: none;
    z-index:1;
}
p{
    text-align: center;
    font-size: 25px;
}
/*Analog clock styling*/
#clock{
    width: 35%;
    margin: auto;
    margin-top: 20px;
    font-size: 2.5em;
    border: 2px solid white;
    align-items: center;
    text-align: center;
    align-items: center;
    color: white;
    min-width: 6em;
}
/*Map Styling*/
#map{
    width: 70%x;
    height: 400px;
    padding: 18px;
    margin: 100px;
    /* margin-left: 100px;
    margin-right: 100px;
    margin-bottom: 100px; */
}
/*Footer section*/
footer{
    width:auto;
    height: 100px;
    background-color : black;
    font-size:30px;
}
.footer{
    text-align: center;
    color:rgb(51, 153, 255);
}
.footer .contact span{
    font-size: 30px;
    border-bottom: 1px solid gray;
}
a .fa{
    font-size: 30px;
    color:rgb(51, 153, 255);
    width:40px;
    height: 40px;
    text-align: center;
    text-decoration: none;
    border-radius: 50%;
    padding:1px;
    margin:10px 10px 5px 10px;
}
select{
    overflow-y: auto;
}

/* #alignment{
    display: flex;
	flex-direction: row;
	align-items: center;
	height: 600px;
} */

.india, .japan, .chicago{
    display: flex;
	flex-direction: column;
	justify-content: center;
	gap:20px;
}
.analog-country{
    display:flex;
	flex-direction: column;
	align-items: center;
	/* padding: 5px; */
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-size: 20px;
	color: white;
}
.analog-country h3{
    /* border-bottom: 1px solid aliceblue; */
    text-decoration: underline #f2a365;
    margin-bottom:10px;
    text-align: center;
}

@media only screen and (max-width: 1112px) {
    .analog-country {
        font-size: 15px;
    }
}

@media only screen and (max-width: 600px) {
    .analog-country {
        font-size: 15px;
    }
}

/*FAQs section*/
.faq{
    color: #ececec;
    text-align: center;
    text-decoration: underline;
    text-decoration-color: #f2a365;
    font-size: 30px;
    margin: 0 auto;
}
h1 {
    text-align: center;
    font-family: 'Oswald', sans-serif;
    font-size: 60px;
    color: #fff;
}

@media only screen and (max-width: 600px) {
    h1{
        font-size: 30px;
    }
}

.container {
    max-width: 60%;
    margin: 0 auto;
    padding: 5px 0 20px;
    width: 100%;
}

.acc h3 {
    font-size: 30px;
    background-color: rgba(0,0,0,0.6);
    color: #fff;
    padding: 15px;
    margin: 0;
    cursor: pointer;
    font-family: 'Oswald', sans-serif;
    letter-spacing: 2px;
    position: relative;
}

.acc h3:after {
    content: '+';
    position: absolute;
    right: 20px;
    font-size: 40px;
    top: 50%;
    transform: translateY(-50%);
}

.acc.active h3:after {
	content: '-';
}

.content {
    background-color: #fff;
    display: none;
}

.content-inner {
    padding: 15px;
}

.content * {
    margin-top: 0;
    line-height: 1.5;
}

.acc {
    border-bottom: 1px solid #fff;
}
