

p {
	color:hsla(210,13%,22%,1.00);
	font-family: 'Open Sans', sans-serif;
	font-size:90%;
	}

p.header {
	display: inline;
	position: absolute;
	left: 20px;
	
	
	
}
.left_div{
	width:30%;
	height:100%;
	float:left;
	margin:auto;

}
.left_textbox{  
	display: flex;
	justify-content: left;
	align-items: center;
}
.right_div{
	width:70%;
	float:right;
	margin:auto;
}

.outer{
	background-color: #11111a;
}
.body{
	background-color:#11111a;
}

.outer_leftright{
	margin:auto;
	padding:0;
	display: flex;
}

.tag {
	margin: 0 10px 0 10px;
	display: inline-block;
	height:30px;
	c
}
.tags{
	align-content: center;
	margin: 0;
	padding: 0;
	width: 100%;
	text-align:center;
	margin-top:20px;
}
.paddedtext{
	width:95%;
}

.flex {
	display:flex;
	padding-top: 5px;
	padding-bottom: 5px;
}
.navlink {
	font-family: 'Ubuntu Condensed', sans-serif;
	text-transform: uppercase;
	font-size: 20px;
	color: hsla(219,14%,25%,1.00);
}

.links {
	padding-top:15px;
	padding-bottom:15px;
}
.interactable {
	position:sticky;
	top:0px;
	background-color:#fff;
}
.even {
	flex-direction:row;
	align-items:stretch;
	align-content:stretch;
	justify-content:space-around;
	width:100%;
	gap: 10px;
}
.flex_single {
	flex: 1 1 auto;
	width:100%;
}

.flex_mainitem {
	min-width: 10px;
	max-width:70.6%;
	flex: 2 0 content;
}

.flex_childitem {
	min-width: 10px;
	flex: 0 1 auto;
}

.flex_evenitem {
	flex: 0 1 auto;
	min-width:10px;
	max-width:100%;
}
.flex_main2{
	min-width: 10px;
	max-width: 75.4%;
	flex: 2 0 content;
}

.kkimg{
	max-height:500px;	
}

.kkvid{
	max-height:500px;
}

.container {
  display: table;
  width: 1200px;
  height:400px;
  margin-top:20px;
}

.left-half {
  position: absolute;
  width: 50%;
}

.right-half {
  position: absolute;
  right: 0px;
  width: 50%;
}
p#p1 {
	font-size:30px;
	top: 40px;
	
	
}

p#p2 {
	font-size:16px;
	top: 85px;
	
}


a:link {
	color: #ff5252;
	text-decoration: none;
}

a:visited {
	color: #ff5252;
	text-decoration: none;
}


a:hover {
	color: #de4a94ab;
	text-decoration: none;
}

a:active {
	color: #de4a94ab;
	text-decoration: none;
}



form {margin-right:30px;margin-bottom:5px}
body {background-color:#fff}
img {}
div { }
.wrap {
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px;
	border-top: 3px dashed #5274ff29;
}
.header {
	text-align: center;
	padding-top: 30px;
	padding-bottom: 20px;
	}
.wrap_dark {
	background-color: rgba(239,247,255,1.00);
	padding-top: 30px;
	padding-bottom: 30px;
}
.videocontent {
	margin-top: 5px;
	margin-bottom: 5px;
	max-width: 100%;
	width:100%;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
.content {
	
	width:1400px;
	max-width:90%;
	margin-left:auto;
	margin-right:auto;
	text-align: left;
	margin-top:5px;
	margin-bottom:5px;
}
.programsused{
		color:hsla(210,13%,22%,1.00);
	font-family: 'Open Sans', sans-serif;
	white-space: nowrap;
	font-size:100%;
	margin-bottom:20px;
	}
.one{
	height:400px;
}
.two{
}

.three{
	max-width: 56.2%;
}
.four {
	max-width: 49.6%;
}

.footer{
	text-align: center;
	padding-bottom:40px;
}
.text{
	color: rgb(255, 255, 255);
	font-family: 'Open Sans', sans-serif;
	font-size:95%;
	margin-top:10px;
	margin-bottom:10px;
	text-align:justify;
	line-height:24px;
	}


.triplevid{
	height:690px;
}
.name {
	font-family: 'Open Sans Condensed', sans-serif;
	text-transform: uppercase;
	font-size: 72px;
	color: #fff;
	text-shadow: -5px 0px 0px #ff5252;
}

#slider1 img{
	pointer-events: none;
	margin-top:15px;
}

.title {
	font-family: 'Open Sans Condensed', sans-serif;
	text-transform: uppercase;
	font-size: 40px;
	color: #ff5252;
}

.portfolio {
	font-family: 'Ubuntu Condensed', sans-serif;
	text-transform:uppercase;
	font-size:20px;
	color: hsl(211.1, 100%, 77.6%);
	

}

.img {
	max-width:100%;
	margin-top:5px;
	margin-bottom:5px;		
}
.img_small {
	width:335px;
}


.img_small2 {
	width:674px;
	height:302px;
}

  .galleria{ max-width: 1200px; height: 900px; background: #000 }


@media only screen and (max-width: 600px) {
	.title {
		font-size: 20px;
	}
	.portfolio{
		font-size:13px;
	}
	.text{
		font-size:9px;
	}
}