


.FIRMWARE
{
	font-weight:bold;
}
.V2025_7_13_38469
{
	color:Green !important;
}
.V2025_7_6_17791
{
	color:pink !important;
	font-weight:bold;
}

.Home_Header
{
    font-size: 120%;		
	padding:50px;
	padding-top:25px;
	color:white;
	background-image: url('/Sites/Syzydyne/Images/ScreenShots/Header-Background.png');
	min-height:300px;
	background-size:100%, 100% ;
	background-repeat: no-repeat;
}
.Home_Computer
{
	float:right;
	max-height:180px;
	margin-top: -10px;
	margin-right:-35px;
}
.Project_Box
{
	padding:10px;
	border-radius:5px;
	min-height:250px;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:25px;
	background-image: linear-gradient(45deg, #d9f0fd 0%, #b9d0ed 100%);
	-font-size:110%;
}
@media (min-width: 760px) 
.Project_Box
{
	margin-left:25px;
	margin-right:25px;
}
.Project_Box h2
{
	font-size: 130%;
	font-weight:bold;
	margin-left: 15px;
}
.Project_Box .col-xs-5
{
	padding-left:0px;
	padding-right:0px;
}
.LeftAngle
{
	color:white;
	padding-top: 20px;
	padding-right:50px;
	background-color : blue;
	background-image: url('/Sites/Syzydyne/Images/ScreenShots/AngleCover-L.png'),
						linear-gradient(100deg,#114675, #066cbe);
	background-repeat: no-repeat;
	background-position: right top;
}
.LeftAngle h3
{
	color:white;
}
.RightAngle
{
	margin-top:30px;
	color:white;
	padding-top: 20px;
	padding-left:50px;
	background-color : blue;
	background-image: url('/Sites/Syzydyne/Images/ScreenShots/AngleCover-R.png'),
						linear-gradient(100deg, #066cbe, #029bf2);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.RightAngle h3
{
	color:white;
}