
/* Styles for larger monitors */

@media screen and (min-width: 1501px){
	
  body, .sec  {
  	    /*background-color: orange;*/
  }

	.sec {
		justify-content: center;
		align-content: center;
		align-items: center;
	}

	.content {
		justify-content: center;
	}

	.middle-column {
		padding-top: 5vw;
	}

	.con2 {
		display: flex;
		justify-content: center;
		padding-top: 8vw;
	}

	.con3 {
		display: block;
	}

	.slider {
		margin-top: 25vw;
	}

	/*#b-y {
		margin-top: 12vw;
	}*/

	.big-year {
		margin-top: 200px;
	}

	.search-form {
		margin-top: 12vw;
	}

	.gender-form {
		margin-top: 20vw;
	}

	.close-name {
		margin-top: 10vw;
	}

	.asterix {
		position: absolute;
		margin-top: -220px;
		margin-left: 10%;
		left: 0;
		bottom: 0;
		margin-bottom: 5%;
	}

	.scroll-down {
		height: 250px;
	}

	.content {
		margin-left: 0%;
	}

	.slider {
		margin-top: 500px;
	}

	#loading-vid {
		transform: scale(1.25);
	}

	.si-image {
		margin-top: 300px;
	}

	.submitted {

	}

	.submit-it {
		height: 620px !important;
		margin-bottom: 20%;
	}

	.results {
		border-width: 1px 1px 1px 1px;
	}


}





















