/* @override 
	https://localhost:2051/css/home.css
	https://localhost:2051/Home/TutorialTest/css/home.css

/* @group Untitled Group */

.navbar-dark
{
	background-color: #1e3e61;
}

.navbar-light
{
	background-color: #1e3e61;
}

.home_section_logo {
	text-align: right;
	margin-top: -60px;
}

.home_section {
	text-align: left;
	padding: 6px 0 20px;
	margin: 0;
}

.home_section_top {
	min-height:100vh;
	margin: 0;
	padding: 100px 0 0;
	background: url(/Images/TopBackground.png) center top no-repeat #002;
	background-size: cover;
}

.home_section_top_bottom {
	
}

.home_section h1 {
	text-align: center;
}

.home_section h2 {
	text-align: center;
	margin-top: 10px;
	border-bottom: 1px solid rgba(132, 132, 132, 0.04);
	padding-bottom: 2px;
}

.home_section .lead {
	text-align: center;
}

.home_section_one {
	background: linear-gradient(45deg, rgba(252, 252, 252, 0) 0%, rgba(255,255,255,0) 35.3%, rgba(0, 191, 255, 0.6) 89.1%, rgba(0, 12, 255, 0.6) 100%) transparent;
}

html[data-bs-theme='dark']	 .home_section_one {
	background: linear-gradient(45deg, rgba(252,252,252,0) 0%, rgba(255,255,255,0) 35%, rgb(38, 44, 45) 100%) right transparent;
}

.home_section_two {
	background: linear-gradient(15deg, rgba(6, 180, 9, 0.67) 0%, rgba(255,255,255,0) 67.2%, rgba(82, 254, 81, 0.6) 100%) transparent;
}

html[data-bs-theme='dark']	.home_section_two {
	background: linear-gradient(15deg, rgba(135, 6, 180, 0.67) 0%, rgba(255,255,255,0) 67.2%, rgba(151, 80, 254, 0.31) 100%) transparent;
}

.background-sun {
	background: url(./../Images/Sun.png) right -100px no-repeat;
	overflow: hidden;
	margin-top: -6px;
	padding-top: 30px;
}

html[data-bs-theme='dark'] .background-sun {
	background: url(./../Images/Moon.png) right -100px no-repeat;
	overflow: hidden;
	margin-top: -6px;
	padding-top: 30px;
}

.navbar-light {
	color: #ed6767;
}

/* @end */

img.img-invertint {
	/*filter: invert(93.1%) hue-rotate(45deg);*/
	margin-bottom: 4px;
}

.home_screenshoot_division {
	padding-right: 0;
	padding-left: 0;
	overflow: hidden;
	border-bottom: 1px solid rgba(0, 0, 0, 0.4);
	padding-top: 30px;
	padding-right: 20px;
	padding-left: 20px;
	height: 320px;
}

@keyframes home_screenshoot_one_animation {
from {
	transform: rotate(-11deg);
	margin-bottom: -20px;
}

to {
	transform: rotate(-9deg);
	margin-bottom: -20px;
}
}
img.home_screenshoot_one {
	/*animation-name: home_screenshoot_one_animation;
	animation-timing-function: ease-in-out;
	animation-duration: 3s;
	animation-direction: alternate;
	animation-iteration-count: infinite;*/
	
	transform: rotate(-8deg);
	margin-bottom: -40px;
}
@keyframes home_screenshoot_two_animation {
from {
	transform: rotate(1deg);
	margin-bottom: -10px;
}

to {
	transform: rotate(-1deg);
	margin-bottom: -20px;
}
}

img.home_screenshoot_two {
	/*animation-name: home_screenshoot_two_animation;
	animation-timing-function: ease-in-out;
	animation-duration: 4s;
	animation-direction: alternate;
	animation-iteration-count: infinite;*/
	transform: rotate(-1deg);
	margin-bottom: -00px;
}
@keyframes home_screenshoot_three_animation {
from {
	transform: rotate(6deg);
	margin-bottom: -10px;
}

to {
	transform: rotate(10deg);
	margin-bottom: -20px;
}
}
img.home_screenshoot_three {
	/*animation-name: home_screenshoot_three_animation;
	animation-timing-function: ease-in-out;
	animation-duration: 1s;
	animation-direction: alternate;
	animation-iteration-count: infinite;*/
	transform: rotate(10deg);
	margin-bottom: -40px;
}