/* CSS Document */



.container
{
	width: 100%;
	height: 100%;
}

html 
{
	 scroll-behavior: smooth;
}

body 
{
	background-color: #000000;
	font: normal;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	font-size: 125%;
	margin: 0px;
}

html, body 
{
  height: 100%;
}


h1 
{	
	font-family:  "Oswald", sans-serif;  
	text-align: left;
	padding-top: 0px;
	color:#FFFFFF;
	font-size: 300%;
	padding-bottom: -100px;
}

h2 {

	font-family:  "Oswald", sans-serif;  
	text-align: left;
	color:#FFFFFF;
	font-size: 150%;
}

h3 {

	font-family:  "Oswald", sans-serif;  	
	text-align: left;
	color:#1A1A1A;
	font-size: 100%;
	margin: 32px 0px 0px 8px;
}

a 
{
	font-family:  "Oswald", sans-serif;  
color: #CCCCCC;
  	text-decoration: none;
}

	
a:hover 
{
  	color:#BC9608;
}

p
{
	color: #FFFFFF;	
}


img 
	{
  	max-width: 100%;
	}

table
{
border-color:#CCCCCC;	
border-bottom-width: thin;
border-collapse: collapse;
font-size:90%;
font-weight: bolder;
}


.header-text
{

	font-family:  "Oswald", sans-serif; 
font-weight: bolder;
	
}





td
{
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
	font-weight: 200;
	padding-left: 5px; 
}
.tableheader
{
	background-color:#CCCCCC;
	color: #000000;
}


.sanserif
{
font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
color: #CCCCCC;
}


.Pcontent

{
	font-family: 'Anek Kannada', sans-serif;		
	max-width: 1040px;
	margin: auto;
	text-align: left;
	opacity: 1.0;
	line-height: 200%;
	color:#FFFFFF;
	padding-left: 7px;
	padding-bottom:32px;
}



.Lcontent

{
	font-family: 'Anek Kannada', sans-serif;		
	font-size: 70%;
	max-width: 1040px;
	margin: auto;
	text-align: left;
	opacity: 1.0;
	line-height: 200%;
	color:#AAAAAA;
	padding-left: 7px;
	padding-bottom:32px;
}






.Hcontent

{
	font-family:  "Oswald", sans-serif;  	
	max-width: 1040px;
	margin: auto;
	text-align: left;
	opacity: 1.0;
	line-height: 111%;
	color:#FFFFFF;
	padding-left: 7px;
	padding-bottom:32px;
}


.Hcontent2

{
	font-family:  "Oswald", sans-serif;  	
	max-width: 1040px;
	margin: auto;
	text-align: left;
	opacity: 1.0;
	line-height: 120%;
	color:#FFFFFF;
	padding: 32px 0px 0px 6px;

}




   .urhere

{
	font-family:  "Oswald", sans-serif;   
	margin: 0px 24px 0px 0px; 
	text-decoration: none;
	color:#BC9608;
		}	



   .urhere2

{
	font-family:  "Oswald", sans-serif;   
	margin: 0px 0px 0px 0px; 
	text-decoration: none;
	color:#BC9608;
		}	



.Ccontent

		{
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 70%;
	max-width: 1040px;
	margin: auto;
	text-align: center;
	opacity: 1.0;
	line-height: 120%;
	color:#CCCCCC;
		padding-bottom: 8px;
		}


@import url(https://fonts.googleapis.com/css?family=Raleway);
h2 {
  	vertical-align: center;
  	text-align: center;
}



* {
  	font-family: "Raleway";
  	box-sizing: border-box;
}

.top-nav {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  background-color: #000000;
  /* background: linear-gradient(to left, #f46b45, #eea849); */
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  color: #FFF;
  height: 50px;
  padding: 1em;
	position: sticky;
	top: 0;
}

.menu {
  display: flex;
  flex-direction: row;
  list-style-type: none;
  margin: 0;
  padding: 0;
	position: sticky;
            top: 0px;
}

.menu > li {
  margin: 0 1rem;
  overflow: hidden;
}

.menu-button-container {
  display: none;
  height: 100%;
  width: 30px;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
		position: sticky;
	top: 0;
}

#menu-toggle {
  display: none;
}

.menu-button,
.menu-button::before,
.menu-button::after {
  display: block;
  background-color: #fff;
  position: absolute;
  height: 4px;
  width: 30px;
  transition: transform 400ms cubic-bezier(0.23, 1, 0.32, 1);
  border-radius: 2px;
}

.menu-button::before {
  content: '';
  margin-top: -8px;
}

.menu-button::after {
  content: '';
  margin-top: 8px;
}

#menu-toggle:checked + .menu-button-container .menu-button::before {
  margin-top: 0px;
  transform: rotate(405deg);
}

#menu-toggle:checked + .menu-button-container .menu-button {
  background: rgba(255, 255, 255, 0);
}

#menu-toggle:checked + .menu-button-container .menu-button::after {
  margin-top: 0px;
  transform: rotate(-405deg);
}

@media (max-width: 700px) {
  .menu-button-container {
    display: flex;
  }
  .menu {
    position: absolute;
    top: 0;
    margin-top: 50px;
    left: 0;
    flex-direction: column;
    width: 100%;
    justify-content: center;
    align-items: center;
  }
  #menu-toggle ~ .menu li {
    height: 0;
    margin: 0;
    padding: 0;
    border: 0;
    transition: height 400ms cubic-bezier(0.23, 1, 0.32, 1);
  }
  #menu-toggle:checked ~ .menu li {
    border: 1px solid #333;
    height: 2.5em;
    padding: 0.5em;
    transition: height 400ms cubic-bezier(0.23, 1, 0.32, 1);
  }
  .menu > li {
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 0.5em 0;
    width: 100%;
    color:#BC9608;
    background-color: #222;
  }
  .menu > li:not(:last-child) {
    border-bottom: 1px solid #444;
  }
}