@import url('https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300|Rubik|Source+Sans+Pro');
@import url('https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300|Source+Sans+Pro');
@import url('https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300');
@import url('https://fonts.googleapis.com/css?family=ZCOOL+XiaoWei');
@import url('https://fonts.googleapis.com/css?family=Pathway+Gothic+One|Roboto&display=swap');
@import url('https://fonts.googleapis.com/css?family=Archivo+Narrow|Roboto+Condensed&display=swap');
@import url('https://fonts.googleapis.com/css?family=Nanum+Gothic&display=swap');
@import url('https://fonts.googleapis.com/css?family=Nanum+Gothic|Roboto+Condensed&display=swap');
* {box-sizing: border-box;}
body{
    background: #4682B4;
    margin: 4px;
    padding: 0; 
    font-family: sans-serif;
  }
  header{
    display: none;
    position: sticky;
    top: 0;
    font-family: 'Quicksand', sans-serif;
  }
 .first-h1 h1{
   margin-top: 0;
   color: #333;
   text-align: center;
   font-family: sans-serif;
   font-size: 40px;
   line-height: 100px;
   background-color: #F8F8FF;
   width: 100%;
   height: 100px;
   }
  
  @media screen and (max-width: 450px){
    .first-h1 h1{
      font-size: 25px;
      width: 100%;
      height: 60px;
      line-height: 60px
    }
  }
  /*this is where nav style starts*/

   nav{
   font-family: 'Quicksand', sans-serif;
   width: 100%;
   background: #fff;
   padding: 0 10px;
   box-sizing: border-box;
   position: sticky;
   top: 0;
  }
  nav .active{
    border-bottom: 2px solid #fff;
  }
  nav #icons a:hover{
    border-bottom: 2px solid #fff;
  }
  nav h1{
    clear: left;
    padding: 25px 20px;
    float: left;
    clear: left;
  }
  nav #link h1 a{
    text-decoration: none;
    color: #fff;
  }
  nav #link h1 a:hover{
    background: #007eff;
  }
  nav h1{
     margin: 0;
     padding: 25px 20px;
     float: left;
  }
  nav h1 a{
     color: #483D8B;
     text-decoration: none;
  }
  nav ul{
     margin: 0;
     padding: 0;
     float: right;
  }
  nav ul li{
     list-style: none;
     display: inline-block;
     padding: 30px 30px;
     transition: 0.2s;
  }
  nav ul li a{
     color: #000;
     text-decoration: none;
     font-size: 20px;
  }
  nav ul li a:hover{
   border-bottom: 3px solid #fff;  
  }
  .responsive-bar{
     padding: 10px 30px;
     box-sizing: border-box;
     display: none;
     position: sticky;
     top: 0;
  }
  
  .bar1, .bar2, .bar3{
    width: 30px;
    height: 3px;
    background-color: #000;
    margin: 6px 0;
    transition: .2;
    border-radius: 2px;
  }
   /*this is where nav style ends*/
  footer{
     color:white;
     background-color: #141e33; 
     padding:20px;
     float:left;
     width:100%;
     } 
  footer a{
    color: #ff9100;
    font-family: sans-serif;
    text-decoration: none;
  }  
  footer a:hover{
    background: #007eff;
    transition: 0.2s;
  } 
  footer p{
    text-align: center;
  }
   .container h2{
   font-family: 'Roboto', sans-serif;
   text-transform: uppercase;
   height: 90px;
   background-color: #f0f0f5;
   line-height: 90px;
   text-align: center;
   }
   .container h3{
   color:red;
   font-weight:bold;
   }
   .container p{
   font-weight:bold;
   margin:3px;
   }
   .container>img{
   width:200px;
   height:200px;
   margin:3px;
   }
   .inter-clan-contact h1{
   font-family: 'Roboto', sans-serif;
   text-transform: uppercase;
   height: 90px;
   background-color: #f0f0f5;
   line-height: 90px;
   text-align: center;
   }
  @media screen and (max-width: 600px){
	
   nav{
      display: none;
      padding: 0;
   }
   .responsive-bar{
      display: block;
      position: ;
   }
   nav h1{
      display: none;
      float: none;
   }
   nav ul{
      float: none;
   }
   nav ul li{
      display: block;
      text-align: center;
      background: #141e33; 
      padding: 15px 20px;
      border-bottom: 1px solid rgba(255,255,255,.1);
   }
   .box{
    width: 100%;
   }
   
   h1.brand{
      display: none;
      text-align: center;
   }
   .header h2{
      text-transform: uppercase;
      text-align: center;
      color: white;
      font-family: sans-serif;
      font-size: 30px;
      display: none;
   }
   .header h1{
      text-transform: uppercase;
      text-align: center;
      color: white;
      font-family: sans-serif;
      display: none;
   }
   .container h2{
   font-family: 'Roboto', sans-serif;
   text-transform: uppercase;
   background-color: #f0f0f5;
   text-align: left;
   font-size: 25px;
   }
    .inter-clan-contact h1{
   font-family: 'Roboto', sans-serif;
   text-transform: uppercase;
   background-color: #f0f0f5;
   font-size: 25px;
   text-align: left;
   }
   nav #icons a{
    display: none;
   }

   input .form-control{
    margin: 2px 0 0 2px;
    width: 100%;
   }

  .address{
   width: 100%;
  }
  form .submit{
    width: 100%;
  }
  .line{
    display: none;
  }
}
iframe{
  width: 100%;
  height: 250px;
  border: 0;
  top: 3px;
  bottom: 3px;
}
.page-wrap{
  background-color: #F8F8FF;
  margin:0 auto; 
  max-width: 1150px;
  left:50%;
  right:50%;
  top: 0;
}


/* This is where form styling starts*/

       
#fcf-form {
    display:block;
}

.fcf-body {
    margin: 0;
    font-family: -apple-system, Arial, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff;
    padding: 30px;
    padding-bottom: 10px;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    max-width: 100%;
}

.fcf-form-group {
    margin-bottom: 1rem;
}

.fcf-input-group {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}

.fcf-form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    outline: none;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.fcf-form-control:focus {
    border: 1px solid #313131;
}

select.fcf-form-control[size], select.fcf-form-control[multiple] {
    height: auto;
}

textarea.fcf-form-control {
    font-family: -apple-system, Arial, sans-serif;
    height: auto;
}

label.fcf-label {
    display: inline-block;
    margin-bottom: 0.5rem;
}

.fcf-credit {
    padding-top: 10px;
    font-size: 0.9rem;
    color: #545b62;
}

.fcf-credit a {
    color: #545b62;
    text-decoration: underline;
}

.fcf-credit a:hover {
    color: #0056b3;
    text-decoration: underline;
}

.fcf-btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .fcf-btn {
        transition: none;
    }
}

.fcf-btn:hover {
    color: #212529;
    text-decoration: none;
}

.fcf-btn:focus, .fcf-btn.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.fcf-btn-primary {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

.fcf-btn-primary:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc;
}

.fcf-btn-primary:focus, .fcf-btn-primary.focus {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc;
    box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.fcf-btn-lg, .fcf-btn-group-lg>.fcf-btn {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem;
}

.fcf-btn-block {
    display: block;
    width: 100%;
}

.fcf-btn-block+.fcf-btn-block {
    margin-top: 0.5rem;
}

input[type="submit"].fcf-btn-block, input[type="reset"].fcf-btn-block, input[type="button"].fcf-btn-block {
    width: 100%;
}
/* This is where form styling ends*/

.container-el{
  width: 100%;
  margin: auto;
  background: #F8F8FF;
  overflow: auto;
}
.container-el h2{
  text-align: center;
}
.container-el h3{
  padding-left: 5px;
  font-family: 'ZCOOL XiaoWei', serif;
}
.gallery{
  margin: 5px;
  display: inline-block;
  width: 250px;
}
.gallery img{
  width: 100%;
  height: ;
}
.desc{
  padding: 15px;
  text-align: center;
  font-family: 'Open Sans Condensed', sans-serif;
}
.desc a{
  text-decoration: none;
  color: #20B2AA;
}

/* ANOTHER MEDIA QUERY */

@media screen and(max-width: 600px){
  cont-1{
    display: block;
  }
}

cont-1{
  display: none;
}


table {
  font-family: sans-serif;
  border-collapse: collapse;
  width: 100%;
}

td, th {
  border: 1px solid #dddddd;
  text-align: left;
  padding: 8px;
}

td, tr{
  font-family: 'Pathway Gothic One', sans-serif;
  font-weight: normal;
  color: #fff;
}
tr:nth-child(even) {
  background-color: #4169E1;
}

#tableContainer{
	background:	#191970;
}

.thead{
	text-align: center;
	font-family: 'Roboto Condensed', sans-serif;
	text-transform: uppercase;
	font-size: 30px;
}

.tab-1{
  font-size: 35px;
  padding: 5px;
  font-family: 'Nanum Gothic', sans-serif;
  color: #fff;
}
/*RESPONSIVE WEBSITE*/


/* Add a black background color to the top navigation */
.topnav {
  background: #333;
  overflow: hidden;
  display: none;
  position: sticky;
}

/* Style the links inside the navigation bar */
.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

/* Change the color of links on hover */
.topnav a:hover {
  background-color: #ddd;
  color: black;
}

/* Add an active class to highlight the current page */
.topnav .active {
  background-color: #4CAF50;
  color: white;
}

/* Hide the link that should open and close the topnav on small screens */
.topnav .icon {
  display: none;
}

/* When the screen is less than 600 pixels wide, hide all links, except for the first one ("Home"). Show the link that contains should open and close the topnav (.icon) */
@media screen and (max-width: 600px) {
.topnav a:not(:first-child) {
      display: none;
  }
.topnav a.icon {
  float: right;
  display: block;
}

header{
  display: block;
}
}

/* The "responsive" class is added to the topnav with JavaScript when the user clicks on the icon. This class makes the topnav look good on small screens (display the links vertically instead of horizontally) */
@media screen and (max-width: 600px) {
.topnav.responsive {position: relative;}
.topnav.responsive a.icon {
  position: absolute;
  right: 0;
  top: 0;"
}
.topnav.responsive a {
  float: none;
  display: block;
  text-align: left;
}
.topnav {
  display: block;
}
.location{
  width: 100%;
}
}
.location{
  float: left;
  color: #fff;
}
#container-ad{
  max-width: 1150px;
  height: auto;
  background-color: #021e4c;
}
 #container-ad .location{
    width: 287.5px;
    height: 200px;
    padding: 3px;
  }
  .kome i{
    color: #fff; 
  }
  .two{
    font-family: 'Dosis', sans-serif;
    font-weight: normal;
  }
  .two a{
    text-decoration: none;
    color: rgb(202, 210, 214);
  }
/*button*/
  #button {
  display: inline-block;
  background-color: #FF9800;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color .3s, 
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}
#button::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 50px;
  color: #fff;
}
#button:hover {
  cursor: pointer;
  background-color: #333;
}
#button:active {
  background-color: #555;
}
#button.show {
  opacity: 1;
  visibility: visible;
}

 .location i{
    width: 100%;
    padding: 3px;
    color: #fff;
  }
@media screen and (max-width: 500px){
 .form-control{
   width: 90%;
 }

}

@media screen and (max-width: 520px){
  #tableContainer table{
    overflow-x: scroll;
   }

}
.right{
  text-align: center;
  font-family: 'Montserrat', sans-serif; 
}