@media screen and (min-width: 280px) , screen and (max-width: 3000px) {
}
@media screen and (max-width: 400px) {
	body {
	  background-image: url(Images/spacemob.jpg);
	}
  }

  @media screen and (max-width: 770px) {
	body {
	  background-image: url(Images/spacetab.jpg);
	}
  }
  
body{
	/*width: 100vw;
	background-size:contain;
background-position:center;
	padding: 0;
	margin: 0;*/
	background-image: url(Images/space.jpg);
	background-size: cover;
	background-repeat: no-repeat; 
    background-position: center;
    background-attachment: fixed;       
    webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    width:100%; 
}   



.mainContainer{
	display: flex;
	flex-wrap: wrap;
	padding: 0%;
	margin: 0%;
	max-width: 4000px;
	
	
	             
}
	
#mainContainerAbout{
	display: flex;
	flex-wrap: wrap;
	max-width: 4000px;
	margin-top: -20px;
	             
}



#container {
	display: flex;
	position: absolute;
	top: 70%;
	text-align: center;
	padding: 2%;
	margin: 0;
	overflow: hidden;
	background-color: black;
}

#text {
	display: inline-block;
    font-family: 'Amatic SC', cursive;
    font-family: 'Shadows Into Light', cursive;
	font-size: 220%;
	letter-spacing: 2px;
	vertical-align: middle;
	color: #ffffff;
	letter-spacing: 2px;
}

#cursor {
	display: inline-block;
	vertical-align: middle;
	width: 3px;
	height: 50px;
	background-color: rgb(182, 182, 182);
	animation: blink .75s step-end infinite;
}

nav {
	width: 80%;
	margin: 0 auto;
	background: rgba(0, 0, 0, 0);
	padding: 50px 0;
  }
  nav ul {
	list-style: none;
	text-align: center;
  }
  nav ul li {
	display: inline-block;
  }
  nav ul li a {
	display: block;
	padding: 15px;
	text-decoration: none;
	color: rgb(255, 255, 255);
	font-weight: 400;
	font-family: 'Amatic SC', cursive;
    font-family: 'Shadows Into Light', cursive;
	text-transform: uppercase;
	letter-spacing: 3px;
	margin: 0 10px;
  }
  nav ul li a,
  nav ul li a:after,
  nav ul li a:before {
	transition: all .5s;
  }
  nav ul li a:hover {
	color: rgb(0, 0, 0);
  }

nav.navbar ul li a {
	position:relative;
	z-index: 1;
  }
  nav.navbar ul li a:hover {
	color: #000000;
  }
  nav.navbar ul li a:after {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	width: 100%;
	height: 1px;
	content: '.';
	color: transparent;
	background: #cecece;
	visibility: none;
	opacity: 0;
	z-index: -1;
  }
  nav.navbar ul li a:hover:after {
	opacity: 1;
	visibility: visible;
	height: 100%;
  }

#aboutInfo{
	flex: 1 0 250px;
	margin-left: 7%;
	padding-bottom: 0%;
	width: 70%;
	height: auto;
	background-color: #000000cc;
	vertical-align: bottom;
}

#aboutInfoContent{
	color: white;
	font-family: 'Amatic SC', cursive;
    font-family: 'Shadows Into Light', cursive;
	letter-spacing: 2px;
	margin: 0;
	padding: 2%;
}

#exampleInfo{
	flex: 1 0 250px;
	margin-left: 7%;
	padding-bottom: 0%;
	width: 70%;
	height: auto;
	background-color: #000000cc;
	vertical-align: bottom;
	font-family: 'Amatic SC', cursive;
    font-family: 'Shadows Into Light', cursive;
	color: white;
	letter-spacing: 2px;
	text-align: center;
}

#exampleInfoContent{
	color: white;
	background-color: #000000;
	font-family: 'Amatic SC', cursive;
    font-family: 'Shadows Into Light', cursive;
	letter-spacing: 2px;
	margin: 0;
	padding: 2%;
}

#aboutInfo h1{
	text-align: center;
}

#aboutInfo h2{
	font-weight: 60;
}

#aboutInfo p{
	margin: 0;
}

#profile{
	flex: 1 0 250px;
	width: 40%;
	margin-right: 0%;
	margin-top: 3%;

}
#mePic{
	display: flex;
	justify-content: center;
}

#me{
	width: 50%;
	height: auto;
	box-shadow: white;
	box-shadow: 8px 8px 8px 8px #000000b6;
	opacity: 90%;
}

.picExample{
	width: 50%;
	height: auto;
	box-shadow: white;
	box-shadow: 8px 8px 8px 8px #000000b6;
	opacity: 90%;
}

.mainStuff{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-left: 5%;
	margin-right: 5%;
	margin-top: -25px;
	max-width: 4000px;
	max-height: 100%;

}


.col-sm-4{
	display: flex;
	flex-direction: column;
	/*flex:1 0 250;*/
	margin: 1%;
	width:30%;
	height: 10%;
	/*background-color: rgba(0, 0, 0, 0.555);*/
	margin-bottom: 10px;
	padding:0;
	font-family: 'Amatic SC', cursive;
    font-family: 'Shadows Into Light', cursive;

}
.card-container-card-container-lg{
	display: flex;
	flex-direction: column;
	/*flex:1 0 100;*/
	z-index: 0;
	margin-left: 5%;
	margin-top: -15%;
	padding: 5%;
	box-shadow: 8px 8px 8px 8px rgba(138, 131, 131, 0.075);
	color: white;
	background-color: rgb(0, 0, 0);
	width: 80%;
	letter-spacing: 2px;
	
	
}

.col-sm-4 img{
	max-width: 100%;
    max-height: 100%;
	box-shadow: 8px 8px 8px 8px #00000063;
	object-fit: cover;
	filter: grayscale(100%);

}
.col-sm-4 img:hover{
	filter: none;
    -webkit-filter: grayscale(0);
	-webkit-transform: scale(1.01);
}


.card-container-card-container-lg a{
	padding: 15px;
	text-decoration: none;
	color: rgb(255, 255, 255);
	font-weight: 400;
	font-family: 'Amatic SC', cursive;
    font-family: 'Shadows Into Light', cursive;
	justify-content: center;
	text-align: center	;
	/*text-transform: uppercase;*/
	letter-spacing: 3px;
	margin: 0 10px;
}

.card-container-card-container-lg a,
.card-container-card-container-lg a:after,
.card-container-card-container-lg a:before {
	transition: all .5s;
  }
  .card-container-card-container-lg a:hover {
	color: rgb(0, 0, 0);
  }

  .card-container-card-container-lg a {
	position:relative;
	z-index: 1;
  }
  .card-container-card-container-lg a:hover {
	color: #000000;
  }
  .card-container-card-container-lg a:after {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	width: 100%;
	height: 1px;
	content: '.';
	color: transparent;
	background: #cecece;
	visibility: none;
	opacity: 0;
	z-index: -1;
  }
  .card-container-card-container-lg a:hover:after {
	opacity: 1;
	visibility: visible;
	height: 100%;
  }


#formCon{
	display: flex;
	justify-content: center;
	margin-top: -4%;
}

  form {
	position: relative;
	width: 50%;
	justify-content: center;
	padding: 25px;
	margin: 25px;
	box-shadow: 0 4px 9px rgba(247, 242, 242, 0.925)000; 
	background: black; 
	}


	input, textarea {
	width: 100%; /*calc(100% - 18px);*/
	padding: 8px;
	margin-bottom: 20px;
	border: 1px solid black;
	outline: none;
	}

	input::placeholder {
	font-family: 'Amatic SC', cursive;
	font-family: 'Shadows Into Light', cursive;
	letter-spacing: 1px;
	color: gray;
	}

	button {
	width: 100%;
	padding: 10px;
	border: none;
	background: white; 
	color: black;
	font-family: 'Amatic SC', cursive;
    font-family: 'Shadows Into Light', cursive;
	letter-spacing: 1px;
	font-size: 16px;
	font-weight: 800;
	}

	button:hover {
	background: black;
	color: white;
	border: 1px solid white;
	}    



@keyframes blink {
	from, to { 
		background-color: transparent 
	}
	50% { 
		background-color: rgb(194, 194, 194); 
	}
}