﻿.body {
	font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	font-size: 1em;
	box-sizing: border-box;
	margin:0px;
	
}



.main 
{
	
	display: flex;
	flex-direction: column;
}

.top {
	display: flex;
	justify-content: space-around;	
	flex-direction: row;
  }


.back-ul
{
	display: flex;
	justify-content: space-between;
	align-items: space-between;
	flex-direction: row;
	list-style-type: none;
	text-decoration: none;
	/*background-size: cover;
	background-position: center;*/
	font-weight: bold;
	font-size: 1.5em;
}

.back
{
	display: flex;
	justify-content: space-between;
	align-items: space-between;
	flex-direction: row;
	list-style-type: none;
	color: #000000;
	text-decoration: none;
	font-size: 1.5em;
	font-weight: bold;
}

/* header*/
.img-header {
	background-image: url('../astropage/images/jupiter-header-1280-edit.jpg');
	background-repeat: no-repeat;
	background-position: 100%;
	z-index: -1;
	background-color: #000000;
	border: 5px solid #FF0000;
	border-radius: 10px;
}

.top-header
	{
	font-size: 2em;
	border-style: solid;
	border-color: black;
	border-width: 1px;
	color: #FFFFFF;
	margin-left: 1em;
	}

.top-ul
	{
    color: #FFFFFF;
	list-style-type: none;
	font-weight: bold;
	margin-right: 20px;
	text-align: right;
}


.top-ul a:link
	{
	color: #FFFFFF;
	text-decoration: none;
	}

/* visited link */
.top-ul a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

/* mouse over link */
.top-ul a:hover {
	color: #FF0000;
}
	

/* NAV   */
.nav {
	background-color: #000000;
	border: 5px solid #CC0099;
	border-radius: 10px;
	list-style-type: none;
	font-size: 1.5em;
}

.nav-ul
{
	display: flex;
    justify-content: space-around; 
    color: #FFFFFF;
	list-style-type: none;
	font-weight: bold;
}


.nav a:link
  {
	color: #FFFFFF;
	text-decoration: none;
}

/* visited link */
.nav a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

/* mouse over link */
.nav a:hover {
	color: #FF0000;
}
	
.web-back-ul
{
	border-radius: 5px;
	display: flex;
	justify-content: space-between;
	flex-direction: row;
	list-style-type: none;
	text-decoration: none;
	background-size: cover;
	background-color: #800080;
	font-weight: bold;
}


/* equip section*/

.equip
{
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	border: 5px solid #3399FF;
	border-radius: 10px;
}

.equip-image
{
	max-width: 100%;
    height: auto;
    }

.equip-back-ul {
	border-radius: 5px;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-around;
	list-style-type: none;
	text-decoration: none;
	background-size: cover;
	font-weight: bold;
	color: #000000;
}
.equip-back
{
	list-style-type: none;
	color: #000000;
	text-decoration: none;
	font-size: 1.5em;
	font-weight: bold;
}



/* photo area*/

.photos
{
	background-color: #626e6d;
	background-image: url('images/linden-28-4-17/DSC_0635-1280.jpg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	color: #FFFFFF;
	border: 5px solid #000000;
	border-radius: 10px;
}

.photo-header
{
	font-size: 2em;
	border-style: solid;
	border-color: black;
	border-width: 1px;
	color: #FFFFFF;
	margin-left: 1em;
}


.photo-article
{
	padding: 10px;
	font-size: 1em;
	color: #FF0000;
}
.photo-p
{
	color: #FFFFFF;
	font-size: 1.5em;
	list-style-type: none;
}

.photo-image
 {
	max-width: 100%;
	height: auto;
	position: inherit;
	font-size: 1.25em;
}
    
 .photo-ul
 {
	border-color: #FFFFFF;
	border-width: 1em;
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	align-items: center;
	font-size: 1.5em;
	list-style-type: none;
	
}

.photo-back-ul {
	border-radius: 5px;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-around;
	list-style-type: none;
	text-decoration: none;
	background-size: cover;
	font-weight: bold;
	color: #000000;
}
.photo-back
{
	list-style-type: none;
	color: #000000;
	text-decoration: none;
	font-size: 1.5em;
	font-weight: bold;
}

.photo-image
	{
	max-width: 100%;
    height: auto;
    }


/* links area*/

.links
{
	border: 5px solid #0000FF;
	border-radius: 10px;
	font-size: 1.5em;
	color: #FFFFFF;
	background-color: #99CCFF;
}
.links-back-ul {
	border-radius: 5px;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-around; /*align-content: space-between;*/;
	list-style-type: none;
	text-decoration: none;
	background-size: cover;
	background-color: #0000FF;
	font-weight: bold;
	color: #FFFFFF;
}
.links-back
{
	list-style-type: none;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 1em;
	font-weight: bold;
	background-color: #0000FF;
}
.a-links
{
	border-radius: 5px;
	margin: 2px;
	padding: 4px;
	list-style-type: none;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 1em;
	font-weight: bold;
	background-color: #0000FF;
}

.links-image
{
	max-width: 100%;
    height: auto;
    }

/*--photo--*/
.photo-gallery {
	display: flex;
	flex-direction: row;
	flex-shrink: 2;
	flex-wrap: wrap;
	align-content: space-between;
	
	}

.photo-grid-container {
	display: grid;
	grid-template-columns: auto auto;
	padding: 10px;
	justify-content: space-evenly;
}
.photo-grid-item {
	padding: 10px;
	font-size: 1em;
	text-align: center;
	height: 100%;
	list-style-type: none;
	max-width: 100%;
    height: auto;
}


.photo-image
{
	padding: 5px;;
	margin: 5px;
	max-width: 100%;
    height: auto;
}

.photo-ul
	{
    color: #FFFFFF;
	list-style-type: none;
	font-weight: bold;
	margin-right: 20px;
	text-align: right;
}


.photo-ul a:link
	{
	color: #FFFFFF;
	text-decoration: none;
	}

/* visited link */
.photo-ul a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

/* mouse over link */
.photo-ul a:hover {
	color: #FF0000;
}


/* contact area*/
.contacts {
	border: 5px solid #CC6600;
	border-radius: 10px;
	padding: 1em;
	box-sizing: border-box;
	color: #CC6600;
	background-image: url('../astropage/images/29-5-moon4.jpg');
	background-size: cover;
	background-position: center;
}

.contact-form {
	display: flex;
    justify-content: left;
	align-content: left;
	
	font-size: 1.5em;
	font-weight: bold;
}


.contact-back
{
	display: flex;
	flex-flow: row wrap;
	justify-content: space-around;
	list-style-type: none;
	color: #CC6600;
	text-decoration: none;
	font-size: 1.5em;
	font-weight: bold;
}

.contacts-back-ul {
	/*border-radius: 5px;*/
	display: flex;
	flex-flow: row wrap;
	justify-content: space-around;
	/*align-content: space-between;*/
	list-style-type: none;
	text-decoration: none;
	/*background-size: cover;
	background-color: #CC3300;*/
	font-weight: bold;
	color: #FFFFFF;
}

/*FOOTER*/
.footer
{
	border: 5px solid #666666;
	border-radius: 10px;
	background-color: #C0C0C0;
	color: #FFFFFF;
}

.footer-p
{
	font-size: 1em;
	text-align: right;
	margin-right: 20px;
}



.grid-container {
	display: grid;
	grid-template-columns: auto auto;
	background-color: #CC99FF;
	padding: 10px;
	justify-content: space-evenly;
}
.grid-item {
	border-style: solid;
	border-width: 1px;
	background-color: #6600CC;
	padding: 10px;
	font-size: 1.25em;
	text-align: center;
	height: 100%;
}

@media screen and (max-width: 600px)
	 {      
		.nav-ul
			{
			flex-direction: column;
			align-items: center;
			font-size: 1em;
			justify-content: space-evenly;
			}
		.top-header
			{
			font-size: 1em;
			}
		.back
			{
			font-size: 1em;
			}
		.photo-ul
			{
		    font-size: 1em;
			}

	}	
