
/*Navigation Elements*/
nav 
{
border-top: 3px solid #80ccff;
border-left: 3px solid #80ccff;
border-right: 3px solid #80ccff;
}


/*Nav IDs*/
#navbarDropdownMenuLink, #NDMitem
{
	color: #80ccff;
	font-weight: bold;
}

#navbarDropdownMenuLink:hover, #NDMitem:hover
{
	color: #006bb3;
	text-decoration: underline;
}

#NDMgame
{
	color: #002e4d;
	text-decoration: underline;
}


/*Page Content Elements*/

body
{
	background-color: #80ccff;
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}

img
{
	max-width: 100%;
}

h1
{
text-align: center;
background-color: #002e4d;
color: white;
font-weight: bold;
padding-top: 20px;
padding-bottom: 10px;
margin-bottom: 0;
}

footer, h5
{
	text-align: center;
	background-color: #002e4d;
	color: white;
	margin-bottom: 0;
	padding-top: 5px;
	padding-bottom: 5px;
}
	
footer
{
	margin-top: auto;
}

p
{
	text-align: center;
	background-color: #002e4d;
	color: white;
	padding: 25px;
	line-height: 1.75;
	font-size: large;
}

/*Class/ID Formatting*/


/*Page Containers*/
.container
{
	margin-top: 40px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 20px; 
	padding-bottom: 20px;
}

.gridcon
{
	background-color: #002e4d;
	border-radius: 25px;
	margin-bottom: 40px; 
	margin-top: 40px; 
	padding-top: 20px;
	padding-bottom: 20px;
}



/*End Containers*/

.name
{
	text-align: center;
	color: white;
	font-weight: bold;
	text-decoration: underline;
}

.opener
{
	background-color: #002e4d;
}

.para
{
	padding: 0px;
}

.conimg
{
	display: block;
	margin-left: auto;
	margin-right: auto;
	border-radius: 25px; 
}

.empty
{
	padding-bottom: 25px;
}

.subtitle
{
	padding-top: 0;
	padding-bottom: 25px;
}

.newscon
{
	background-color:#002e4d;
	color: white;
	padding-left: 25px;
	padding-right: 25px;
	
}


.media 
{
	padding: 35px;
}
.mt-0
{
	color: white;
}

.mainmobile
{
	display: none;
}



.yticon
{
	color: red;
	padding-right: 7px;
}
/*Insultinator Image Slider Formatting*/

.slider
{
	margin-left: auto;
	margin-right: auto;
	width: 400px;
	border-radius: 25px;
	border: 1px solid white;
}

.carousel-item img, .container.gridcon img
{
	border-radius: 25px;
}


.carousel-control-prev-icon, .carousel-control-next-icon, .carousel-control-prev, .carousel-control-next
{

    background-color: rgba(0, 0, 0, 0);
	border: none;
}

/*Force Navbar to remain visible when scrolling*/
.sticky {
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	z-index: 1;
}

@media only screen and (max-width : 1000px)
{
	.gridcon
	{
		padding-left: 25px;
		padding-right: 25px;
	}
	
	.home 
	{
		padding-left: 20px;
		padding-right: 20px;
		padding-bottom: 20px;
	}
	
	.carousel-item img
	{
		height: 600px;
		margin-left: auto;
		margin-right: auto;
	}
		
	.slider
	{
		width: auto;
		border: none;
	}
	
	h1
	{
		padding-bottom: 0;
	}
	
	.imgmain
	{
		display: none;
	}
	
	.mainmobile
	{
		display: block;
	}
	
			
}