/* Main styling scheme*/

*{
	text-decoration: none;
}

.container{
	margin: auto;
	width: 80%;
}
body {
background-color: #b0c4de;
font: 15px/1.5 Arial, Helvetica,Sans-serif;

font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
padding: 0;
margin: 0;
height: 100%;
position: relative;
}


header{
	width: 100%;
	min-height: 75px;
	padding-top: 30px;
}
header a{
	color: #faf0e6;
}
header a:hover {
  opacity: 0.5;
}
	
header #header-logo{
	font-family: 'Century Gothic',Courier New, Courier, monospace;
	font-size: 40px;
	font-weight: 800;
	color: #faf0e6;
	float:left;	
}

header li{
	float: left;
	display: inline;
}
header li a{
	padding: 0 20px 0 20px;
	font-size: 16px;
	font-weight: 600;
}
.active {
  background-color: #FFA500;
  padding: 15px 20px 15px 20px;
}

header nav{
	float: right;
	padding-top: 8px;
}


h1{
	text-align: center;
	color: rgb(43, 1, 43);
}

#logo2{
    color: burlywood;
  }

  #loginbtn:hover {
    letter-spacing: 1px;
    -webkit-box-shadow: 0px 5px 40px -10px rgba(0,0,0,0.57);
    -moz-box-shadow: 0px 5px 40px -10px rgba(0,0,0,0.57);
    box-shadow: 5px 40px -10px rgba(0,0,0,0.57);
    transition: all 0.4s ease 0s;
  }
.main-container {
	min-height: 100vh; /* will cover the 100% of viewport */
	overflow: hidden;
	display: block;
	position: relative;
	padding-bottom: 200px; 	
}
footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	color: #ffffff;
	background-color: #2F4F4F;
	padding: 10px;
	text-align: center;
	height: 25vh;
}		
#footer{
	display: grid;
	grid-template-columns: auto auto auto;
	grid-gap: 5px;
	}
.footer{
	/* /* float: left;
	padding: 10px 15px;
	margin: auto; */
	text-align: center;
	border-left-style: solid;
	border-right: #fff;
	font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif
  }
  ul{
	list-style: none;
	color: rgb(8, 46, 218);
  }
  a{
	color: rgb(82, 127, 224) ;

  }
  .fa {
	padding: 20px;
	font-size: 30px;
	width: 50px;
	text-align: center;
	text-decoration: none;
	margin: 5px 2px;
  }
  
  .fa:hover {
	  opacity: 0.7;
  }
  
  .fa-facebook {
	background: #3B5998;
	color: white;
  }
  
  .fa-twitter {
	background: #55ACEE;
	color: white;
  }
  
  .fa-google {
	background: #dd4b39;
	color: white;
  }


  caption {
		
		color: rgb(1, 1, 19)
	}

  /* @media (min-width: 360px){

  header #header-logo {
	font-family: 'Century Gothic',Courier New, Courier, monospace;
    display: block;
    max-width: 250px;
    margin: 0 auto;
    width: 90%;
    font-size: 40px;
    font-weight: 800;
	color: #faf0e6;
	float: none;
}
header nav {
    /* float: right; */
    display: block;
    max-width: 200px;
    margin: 0 auto;
    width: 90%;
    padding-top: 8px;
}
.main-container {
    min-height: 100vh;
    overflow: hidden;
    display: block;
    position: relative;
    padding-bottom: 200px;
    background-image: url(../Images/login.jpg);
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

@media only screen and (max-width: 960px){
  .container {
    margin: auto;
    width: 95% !important;
}
.main-container {
  min-height: 100vh;
  display: block;
  position: relative;
	padding-bottom: 200px;
	overflow: scroll;
}
}

@media only screen and (max-width: 460px){
header #header-logo {
	font-family: 'Century Gothic',Courier New, Courier, monospace;
	font-size: 40px;
	display: block;
	max-width: 220px;
	margin: 0 auto;
	width: 90%;
	font-weight: 800;
	color: #faf0e6;
	float: none;
}
.footer {
  text-align: center; 
  border-left-style: none !important;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
#footer {
  display: grid;
  grid-template-columns: auto;
  grid-gap: 5px;
}
.links, .aboutUs {
  display: none ;
}

}