a{
	text-decoration:none;
}

body{
  background-color: #102649;	
}

h5{
	font-family: 'Avenir', 'Open Sans', 'Roboto', 'Arial', sans-serif;
	font-weight:bold;
	color:#fff;
	line-height:25px;
	font-size:13px;
	display:-webkit-inline-flex;
	display: inline-flex;
	text-align: center;
}

h5:hover{
	text-decoration:underline;
	color: #346cb5;
}

.nohover:hover{
	text-decoration:none;
	color:#fff;
}

 /*///////////////////// NAV ////////////////////*/
nav {
	list-style-type: none;
  	margin: 0;
  	padding: 0;
	top: 0;
	font-family: 'Avenir', 'Open Sans', 'Roboto', 'Arial', sans-serif;
  	overflow: hidden;
  	background-color: #fff;
	position: sticky;
	box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, .25);
	z-index:100;
}

#nav-right {
	display: flex;
	justify-content: flex-end;
	padding-right: 16px;
	font-size: 1.2em;
	line-height: 3.2em;
}

.nav-link {
	display: block;
	color: #102649;
	text-align: center;
	padding: 14px 16px;
	font-weight: bold;
	text-decoration: none;
}

.nav-link:hover {
	opacity: 1;
	color: #356BB4;
}

/*///////////////////// NAV LOGO ////////////////////*/
#logo {
	float: left;
	display: block;
	height: 6em;
	transition: opacity 0.2s;
}

#logo:hover {
	opacity: 0.6;
} 

#bigLogo{
	height: 100%;
}

#smallLogo{
	height: 100%;
} 


 /*///////////////////// FOOTER ////////////////////*/
#footer{
	width:100%;
	height:30px;
	background-color: #fff;
	box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, .25);	
	position:absolute;
	/* bottom:0px;	 */
}

#footer h6{
	font-family:Arial, Helvetica, sans-serif;
	color:#102649;
	text-decoration:none;
	font-size: 10px;
	line-height:30px;
}

#left{
	float:left;
	padding:0px 0px 0px 50px;	
}

#right{
	float:right;
	padding:0px 50px 0px 0px;	
}


/*//////////////////// CONTENT //////////////////////*/
.container{
	display:flex;
	flex-wrap:wrap;
	padding: 0 4px;
	align-content:stretch;
}.item{
	flex:25%;
	max-width:25%;
	padding:0 4px;
}.item img{
	margin-top:8px;
	vertical-align: middle;
	max-width:100%;
}
@media screen and (max-width: 800px) {
  .item {
    flex: 50%;
    max-width: 50%;
  }
}
/*//////// Pagination Buttons //////////*/
.pagination-control{
	display:flex;
	justify-content:center;
	padding:20px 0px;
	gap:20px;
	font-family:'Roboto';
}
#next-button, #prev-button{
	font-weight: bold; 
	display:inline-flex;
	align-items:center;
	justify-content:center;
	padding:15px 30px;
	font-size:16px;
	font-weight:600;
	color:#d7ff00;
	background:#102649;
	border:1px solid #000000;
	border-radius:0px;
	gap:8px;
	text-decoration:none;
	cursor:pointer;
	transition:all 0.3s ease;
	position:relative;
	overflow:hidden;
	z-index:1;
	font-weight: bold; font-family: 'Avenir', 'Open Sans', 'Roboto', 'Arial', sans-serif;
	transform:translate3d(0,0,0);
}
#next-button:hover, #prev-button:hover{
	opacity:0.9;
}
#next-button::after{
	content:"";
	position:absolute;
	top:0;
	left:-100%;
	width:100%;
	height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,0.4),transparent);
	transition:0.5s;
}
#next-button:hover::after{
	left:100%;
}
/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .item {
    flex: 100%;
    max-width: 100%;
  }
}
*,*::before,*::after{
	margin:0;
	padding:0;
	box-sizing: border-box;
}
/* // Very Smoll // */
@media all and (min-width: 1px) and (max-width: 319.99px){
  
	h5{
		display:none;
	}
	
	#bigLogo{
		display:none;
	}
	
	#nav-right {
		font-size: 0.5em;
		line-height: 4em;
	}

	.nav-link {
		padding: 3px 3px;
	}
	
	#logo {
		height: 2.0em;
		padding-top: 0.5em;
	}
	#footer{
		height: 60px;
	}
}

/* // Mobile small // */
@media all and (min-width: 320px) and (max-width: 374.99px){
  
	h5{
		display:none;
	}
	
	#bigLogo{
		display:none;
	}
	
	#nav-right {
		font-size: 0.6em;
		line-height: 4em;
	}

	.nav-link {
		padding: 6px 6px;
	}
	
	#logo {
		height: 2.5em;
		padding-top: 0.5em;
	}
	#footer{
		height: 60px;
	}
}

/* // Mobile Medium // */
@media all and (min-width: 375px) and (max-width: 424.99px){
  
	h5{
		display:none;
	}
	
	#bigLogo{
		display:none;
	}
	
	#nav-right {
		font-size: 0.8em;
		line-height: 4em;
	}

	.nav-link {
		padding: 6px 6px;
	}
	
	#logo {
		height: 2.5em;
		padding-top: 0.5em;
    }
	#footer{
		height: 60px;
	}
}

/* // Mobile Large // */
@media all and (min-width: 425px) and (max-width: 539.99px){
  
	h5{
		display:none;
	}
	
	#bigLogo{
		display:none;
	}
	
	#nav-right {
		font-size: 0.9em;
		line-height: 4em;
	}

	.nav-link {
		padding: 6px 6px;
	}
	
	#logo {
		height: 2.8em;
		padding-top: 0.5em;
	}
	#footer{
		height: 60px;
	}
}

@media all and (min-width: 540px) and (max-width: 604.99px){
  
h5{
	display:none;
}

#bigLogo{
	display:none;
}

#nav-right {
	font-size: 1.0em;
	line-height: 4em;
}

#logo {
	height: 4em;
	padding-top: 1em;
}
}

@media all and (min-width: 605px) and (max-width: 701.99px){
  /* .container .item,
  .container .gap{
    width: 49%;
  } */
  
  h5{
	  display:none;
  }
  
  #bigLogo{
	  display:none;
}

#nav-right{
	font-size: 1.25em;	
	line-height: 4em;
}

#logo {
	height: 4em;
	padding-top: 1em;
}


}

@media all and (min-width: 702px) and (max-width: 831.99px){
  .container .item,
  .container .gap{
    width: 32%;
  }
  
  h5{
	  display:none;
  }
  
  #bigLogo{
	  display:none;
}

#nav-right{
	font-size: 1em;	
	line-height: 4em;
}

}

@media all and (min-width: 832px) and (max-width: 977.99px){
  .container .item,
  .container .gap{
    width: 23.5%;
  }
  
  #smallLogo{
	  display:none;
}

  h5{
	  display:none;
  }

  #nav-right{
	font-size: 1em;
	
}

	#logo{
		height: 4em;
		padding-top: 1em;
	}
	
}

@media all and (min-width: 978px) and (max-width: 1499.99px){
  .container .item,
  .container .gap{
    width: 23.5%;
  }
  
  #smallLogo{
	  display:none;
}
	#nav-right{
	font-size: 1.5em;
	line-height: 3em;	
}

	#logo {
		height: 6em;
	}

}

@media all and (min-width: 1500px) and (max-width: 1999px){
  .container .item,
  .container .gap{
    width: 19%;
  }
  
   #smallLogo{
	  display:none;
}
 
}

@media all and (min-width: 2000px) and (max-width: 2399px){
  .container .item,
  .container .gap{
    width: 15%;
  }
  
   #smallLogo{
	  display:none;
}
 
}

@media all and (min-width: 2400px){
  .container .item,
  .container .gap{
    width: 13.5%;
  }
  
   #smallLogo{
	  display:none;
} 
 
}
