body {
	background-color: #151138;
	display: flex;
	flex-direction: column;
	min-height: 100vh;
	margin: 0;
}
header {
	
}
main {
		flex-grow: 1;
}

.photobanner {
	 position:relative;
     float: none;
     display: flex;
     justify-content: center;
     margin: auto;
     align-items: center;
     width:100%;
     height:28rem;
     top:0px;
     left:0px;
     overflow:hidden;
     white-space:nowrap;
	 mask-image: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, #151138 45%, #151138 85%, rgba(0, 0, 0, 0) 100%);
	 -webkit-mask-image: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, #151138 45%, #151138 85%, rgba(0, 0, 0, 0) 100%);
	 
}

.banner-img {
	width: 100%;
	height: auto;
	position: absolute;
	 -webkit-animation: fade 36s infinite;
	 animation: fade 36s infinite;
  opacity: 0;
}
#banner-img-start {
	width: 100%;
	height: auto;
	position: absolute;
	animation: fadeOut 3s forwards;
}
 @keyframes fadeOut {
		to {
			opacity: 0;
		}
	}
      
#banner-img1 {
        position: absolute;
        -webkit-animation-delay: 0s;
        animation-delay: 0s;
								z-index: 6;
}
#banner-img2 {
        position: absolute;
        -webkit-animation-delay: 6s;
        animation-delay: 6s;
								z-index: 5;
}
#banner-img3 {
        position: absolute;
        -webkit-animation-delay: 12s;
        animation-delay: 12s;
								z-index: 4;
}
#banner-img4 {
        position: absolute;
        -webkit-animation-delay: 18s;
        animation-delay: 18s;
								z-index: 3;
}
#banner-img5 {
        position: absolute;
        -webkit-animation-delay: 24s;
        animation-delay: 24s;
								z-index: 2;
}
#banner-img6 {
        position: absolute;
        -webkit-animation-delay: 30s;
        animation-delay: 30s;
								z-index: 1;
}
@keyframes fade {
	0% {opacity: 0;}
	2.79%, 16.67% {opacity: 1;}
	19.44% {opacity: 0;}
	
}
#banner-img-contact {
	width: 100%;
	height: auto;
	position: absolute;
}
#banner-sub-page {
	height: 300px;
}
.content {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-left:auto;
	margin-right: auto;
	width:80%;
}
.c-content {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: 100%;
}
#id-code-wrap {
	width: 85%;
	margin: auto;
	background-color: #3f3956;
}
#column1 {
	margin-right: 10%;
	width: 33rem;
}
#column2 {
	width: 33rem;
}
#column1-c {
	margin-right: 2.5%;
	margin-left: 2.5%;
	width: 45%;
}
#column2-c {
	width: 45%;
		margin-right: 2.5%;
	margin-left: 2.5%;
}
h1 {
	text-align: center;
	margin: 0;
	font-family: arial;
	padding-top: 21px;
	padding-bottom: 0;
	color: white;
}
.h1-dec-bar-pad {
	padding-bottom: 21px;
}
#add-bar {
	border-bottom: solid;
	border-width: 3px;
	border-color: #3B1F91;
}
h2 {
	text-align: left;
	font-family: arial;
	color: white;
 margin-left: 0;
	padding-bottom: 1.5rem;
	border-bottom: solid;
	border-color: #3B1F91;
}
#contact-arrange h2 {
	text-align: center;
	font-size: 2em;
	padding-bottom: 10px;
}
#contact-arrange p {
	font-size: 2rem;
}
.pwrap ul {
	color: white;
	font-family: arial;
	font-size: 1.5rem;
	padding-left: 80px;
}
.pwrap img {
	width: 200px;
	height: auto;
	margin: 3.5rem;
}
#dp-logo1 {
	margin-bottom: 1.25rem;
	margin-top: 24px;
}
#dp-logo2 {
	margin-top: 1.25rem;
	margin-bottom: 24px;
}
#about-us-box {
	background-color: white;
	margin-bottom: 0;
}
#about-us-box img {
	width: 175px;
	height:auto;
	margin-top: 1rem;
	margin-bottom: 1rem;
	margin-left: 15%;
	margin-right: auto;
	border: none;
	border-radius: 0;
}
.vip-portrait p {
	text-align: center;
}
#title-text {
	text-decoration: none;
	color: white;
	display: flex;
	justify-content: center;
	
	
}

#title-text h1 {
	margin: 0;
	padding-top: 21px;
	padding-bottom: 21px;
	background-color: #151138;
	line-height: 28px;
}
nav {
	background-color: #3B1F91;
	height: 34px;
	
}

.navlist {
		list-style-type: none;
        margin: auto;
        padding: 3px;
        display: flex;
        justify-content: center;
}

.navlist a {
	margin-right: 1rem;
	margin-left: 1rem;
}
.navlist li {
        margin-right: 0rem;
        font-family: sans-serif;
        font-size: 1.5em;
            
            
}
.navlist a:link {
            text-decoration: none;
            color: white;
}
.navlist a:visited {
            color: white;
}
.navlist a:hover {
            color: #d6cbc6;
}
.navlist a:active {
            color: #151138;
}
.c-icon-title a:link {
												text-decoration: none;
}
.c-icon-title a:visited {
            color: white;
}
.c-icon-title h3:hover {
            color: #d6cbc6;
}
.c-icon-title h3:active {
            color: white;
}
.capability-link {
	margin-top: auto;
}
.capability-link:link {
												text-decoration: none;
            color: white;
												margin-top: auto;
												text-align: center;
												
												
}
.capability-link div {
	margin: auto;
	padding: 0;
	margin-bottom: 12%;
	display: flex;
												height: 50px;
												width: 175px;
												background-color: #3B1F91;
}
.capability-link div:hover {
	
	background-color: #290076;
}


#c-link-wrap {
	display: flex;
	flex-direction: column;
	height: 576px;
}
#c-link-wrap p {
	margin-top: 0;
}
.capability-link div > p {
	padding: 0;
	margin: auto;
	
}
#c-link2 p {
	width: 200px;
	font-size: 2rem;
	font-family: arial;
	color: #3d364b;
	margin-top: auto;
	margin-bottom: auto;
	padding: 0;
	text-align: center;
}
#c-link1 p {
	width:200px;
	font-size: 2rem;
	font-family: arial;
	color: #3d364b;
	margin-top: auto;
	margin-bottom: auto;
	padding: 0;
	text-align: center;
}

#c-link2 {
	width: 100%;
	height: auto;
	display: flex;
	justify-content: flex-start;
}
#c-link1 {
	width: auto;
	height: auto;
	display: flex;
	justify-content: flex-end;
}
#c-arrow-right {
	width: 100px;
	height:106px;
	display:flex;
				flex-direction: column;
				justify-content: space-between;
					/*margin-left:100px;*/
					
}
#c-arrow-left {
	width: 100px;
	height:100px;
	display:flex;
				flex-direction: column;
				justify-content: space-between;
			
}
#c-arrow-right span {
	height: 3px;
	width: 50px;
	background-color: #3d364b;
	display: block;
	
	
}
#c-arrow-left span {
	height: 3px;
	width: 50px;
	background-color: #3d364b;
	display: block;
}
#c-link2:hover #c-arrow-right span	{
	background-color: white;
	
}
#c-link2:hover p  {
		color: white;
}
#c-link1:hover #c-arrow-left span {
	background-color: white;
		
}
#c-link1:hover p {
	color: white;
}
#arrow-top-left {
	transform: rotate(-45deg)
	translateY(45px);
}
#arrow-bot-left {
	transform: rotate(45deg)
	translateY(-45px);
}
#arrow-top-right {
	
	transform:
	translateX(20px)
	translateY(30px)
	rotate(45deg)
	;
}
#arrow-bot-right {
	transform:
	translateX(20px)
	translateY(-40px)
	rotate(-45deg)
	
	;
}
.c-nav h1 {
	padding-top: 0;
	padding-left: 20px;
	padding-right:20px;
	margin: auto;
	margin-left: 0;
	margin-right:0;
}

#learn-more-button p {
	margin-top: auto;
}

.menu-toggle {
				display: none;
			}
		.menu-btn {
				display:flex;
				flex-direction: column;
				justify-content: space-between;
				width: 35px;
				height: 32px;
				cursor: pointer;
				margin-left: auto;
				padding-right: 5%;
				padding-top:18px;
				padding-bottom: 8px;
				
		}
		.menu-btn span {
			height: 4px;
			width: 100%;
			background: white;
			border-radius: 3px;
			transition: 0.4s;
		}
.dropdown {
	display: none;
	background-color: #151138;
	flex-direction: column;
	align-items: center;
	width: 100%;
	position: absolute;
	z-index: 1000;
}
.dropdown a {
	color: white;
	font-size: 2rem;
	font-family: arial;
	text-decoration: none;
	padding-top: 10px;
	padding-bottom:10px;
	width: 100%;
	text-align: center;
	border-style: solid;
	border-width: 0;
	border-top-width: 3px;
	
}

.dropdown a:hover {
	background-color: purple;
	
}

/*.dropdown-c {
	display: none;
}
.dropdown:checked .dropdown-c {
	display:block;
}*/
.menu-toggle:checked ~ .dropdown {
	 display: flex;
}
.menu-toggle:checked + .menu-btn span:nth-child(1) {
		transform: 
		translateY(14px)
		rotate(45deg);
	}
	.menu-toggle:checked + .menu-btn span:nth-child(2) {
		opacity: 0;
	}
	.menu-toggle:checked + .menu-btn span:nth-child(3) {
		transform: 
		translateY(-14px)
		rotate(-45deg);
	}

/*#menu-toggle {
	height: 20px;
	width: 20px;
	background-color: white;
}
.dropdown-content {
    display: none;
    color: black;
    position: absolute;
    background-color: #eeddbf;
    min-width: 160px;
    
}*/
.headline {
	justify-content: center;
	padding-left:25%;
	padding-right: 25%;
	width: 50%;
	background-color: #151138;
	
 }
 .headline2 {
	justify-content: center;
	padding-left:25%;
	padding-right: 25%;
	width: 50%;
	background-color: #3f3956;
 }
	.id-background {
		width: 100%;
		margin: 0;
		padding: 0;
		background-color: #3f3956;
		
	}
	
	 .test {
	display: flex;
	border-top: solid;
	border-color: #624d96;
	margin-top: 24px;
	justify-content: center;
 }
 .test > * {
	margin: 100px;
 }
	.test img {
		margin: 0;
	}
	#image-right {
		width: 50%;
		height: auto;
		margins: 0;
	}
	 #cmmc-icon {
	
	height: 150px;
	margin: auto;
	width: auto;
	padding: 0;
	padding-left: 0;
	padding-right: 0;
}
#cmmc-icon-wrapper {
			display: flex;
			justify-content: center;
			align-items: center;
			margin: 0;
			margin-top: 5%;
			padding-bottom:15px;
}
#id-codes-header {
	border-bottom: solid;
	border-color: #624d96;
	padding-bottom: 1rem;
	
}

.text-block-wrap {
	width: 50%;
	
	
}
.text-block-wrap img {
	width: 100%;
	border: solid;
	border-width: 3px;
	border-color: #3B1F91;
	margin: auto;
	margin-top: 2rem;
	margin-bottom: 5%;
	/*border-top-left-radius: 100px;
	border-bottom-right-radius: 100px;*/
	
	/*-webkit-clip-path: polygon(20% 0%, 80% 0%, 100% 20%, 100% 80%, 80% 100%, 20% 100%, 0% 80%, 0% 20%);
  clip-path: polygon(20% 0%, 80% 0%, 100% 20%, 100% 80%, 80% 100%, 20% 100%, 0% 80%, 0% 20%);*/
}
#tb-padding {
		width: 33rem;
	}
.headline2 div {
	justify-content: flex-start;
}
.text-block {
	width: auto;
}
.text-block ul {
	color: white;
	font-family: arial;
	font-size: 1.5rem;
}
.text-block li {
	
}
.text-block h2 {
	border-color: #624d96;
	width: auto;
	margin-left: 0;
}
.list-wrap ul {
	color: white;
	font-family: arial;
	font-size: 1.25rem;
	padding-left: 20px;
}
.list-wrap li {
	margin: 10px;
}
.list-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin: auto;
	margin-top: 2%;
	margin-bottom: 2%;
}
#second-bullet {
	margin-left: 0;
}
#language-list {
	margin: auto;
}
#languages {
	width: 40%;
	margin: auto;
	margin-top: 3%;
	margin-bottom: 3%;
}
#languages li {
	font-size: 1.5rem;
}
#p-and-t-convert {
		width: 45%;
		
	margin: auto;
	margin-top: 2%;
	margin-bottom: 0;
}
#p-and-t-convert li {
	font-size: 1.5rem;
}
#paragraph-bullet {
	font-size: 1.5rem;
}
#border-change h2 {
	border-color: #624d96;
	width: auto;
}
#analysis-tools {
	margin: 0;
	width: 100%;
	justify-content: flex-start;
	overflow: hidden;
}
#analysis-tools img {
	height: auto;
	width: 50%;
	object-fit: cover;
}
#tools {
	margin: 0;
	width: 100%;
	height: 500px;
	justify-content: flex-start;
	overflow: hidden;
}
#tools img {
	height: auto;
	width: 50%;
	object-fit: cover;
	object-position: bottom;
	
}

#tall-img img {
	height: 100%;
	width: auto;
	
	
}
#languages img {
	width: 100%;
}
#right-img img {
	width: 100%;
	height: auto;
	margin-top: 4%;
	margin-bottom: 4%;
	border: solid;
	border-color: #624d96;
	border-width: 3px;
}
.vert-img-box {
	width: 45%;
	height:450px;
	margin-bottom: 5%;
	margin-right: 4%;
}
.vert-img-box img {
	width: auto;
	height: 100%;
	
	margin-bottom: 4%;
	border: solid;
	border-color: #3B1F91;
	border-width: 3px;
}
#our-team-text h2 {
	margin-top: 1rem;
}
#our-team-block {
	margin: 0;
	width: 100%;
	justify-content: flex-end;
	display: none;
}
#our-team-block div {
	width: 40%;
	margin: auto;
	margin-top: 0;
}
#our-team-block img {
	width: 40%;
	height: auto;
	margin-top: 50px;
}
.box-column h2 {
	border: none;
	text-align: center;
	margin: 0;
	margin-top: 20px;
}
.box-column div {
	margin-top: 0;
}
#tb-padding h2 {
	
}
.vip-portrait div {
		height: 10rem;
		width: 8rem;
		border: solid;
	 border-width: 3px;
 	border-color: #3B1F91;
		background-color: #3f3956;
		margin: auto;
		margin-top: 1rem;
}
.vip-portrait img {
	width: 100%;
	height: 100%;
}
.tech-leads {

}
.tech-leads h2 {
	border-bottom: solid;
	border-width: 3px;
	border-color: #3B1F91;
	width: 20rem;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 2rem;
}
#about-us-header {
	padding: 0;
	width: 70%;
	margin: auto;
	margin-bottom: 2rem;
}
.tl-name {
	font-weight: bold;
	border-bottom: solid;
	border-width: 3px;
	border-color: #3B1F91;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 0.5rem;
	padding-left: 0;
	padding-right: 0;
	width: 16rem;
}
.tl-title {
	font-style: italic;
	margin: 0;
		margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	padding-top: 0.5rem;
}
#column-info {
				display: block;
}
#column-info-small-screen {
				display: none;
				width: 100%;
				justify-content: center;
				flex-wrap: wrap;
				margin-top: 6%;
	}
	#box-shrink {
		width: 325px;
	}
	#box-shrink h2 {
	text-align: center;
	width: 325px;
	margin: 0;
	border: none;
	padding-bottom: 5%;
	}
	#box-shrink div {
		width: 250px;
		margin: 0;
		margin-left: auto;
		margin-right: auto;
		margin-top: 3%;
	}
	#list-adjust ul {
		padding-left: 50px;
	}
	#our-team-text {
		margin-top: 5%;
	}
	#tl-column h2 {
				border-bottom: solid;
				border-width: 3px;
				border-color: #3B1F91;
				width: 320px;
				margin-left: auto;
				margin-right: auto;
			}
			.about-text > * {
				margin-left: 0;
				padding-left: 0;
			}
			.vip-portrait {
				margin-right: 11%;
				
			}
			.footer-content {
				display: flex;
			}
			#footer-reference {
				font-size: small;
				margin: 0;
				margin-top: auto;
				margin-left: auto;
				padding-bottom: 1.5rem;
				padding-right: 1.5rem;
				
			}
			#first-bullet {
				width: 373px;
			}
			#contact-info-main {
	padding: 0;
	width: 100%;
}
#contact-arrange {
	width: 500px;
}

#contact-arrange p {
	text-align: center;
	padding: 0;
	padding-bottom: 10%;
}
#contact-arrange h2 {
	padding-top: 10px;
}
 #remove-bar {
	border-top: none;
	justify-content: flex-end;
 }
#remove-bar div {
	margin: auto;
}

			
@media (min-width: 619px) {
	
	#banner-img-contact {
		width:100%;
		height: auto;
		position: absolute;
	}
	.navlist {
		display: flex;
		flex-wrap: wrap;
	}
	
	.vert-img-box {
	width: 35%;
	height:275px;
	margin-bottom: 5%;
	margin-right: 4%;
}
#first-bullet {
				width: 45%;
			}
				#second-bullet {
				width: 45%;
			}
			.navlist {
				display: flex;
			}
			/*.dropdown {
				display: none;
			}*/
			.menu-btn {
				display: none;
			}
				.c-nav h1 {
	font-size: 2em;
}
nav {
	height: 34px;
}
#contact-arrange h2 {
	font-size:1.5em;
}
#contact-arrange  p {
	font-size:2rem;
}
}
@media (max-width: 618px) {

	#banner-img-contact {
		width:auto;
		height: 402px;
		
	}
	.navlist {
		display: flex;
		flex-wrap: wrap;
	}
	
		.vert-img-box {
	width: 95%;
	height:550px;
 margin: auto;
	margin-bottom:5%;
}
#first-bullet {
				width: 85%;
			}
			#second-bullet {
				width: 85%;
			}
			.navlist {
				display: none;
			}
			/*.dropdown {
				display: block;
			}*/
			.menu-btn {
				display: flex;
			}
			.c-nav h1 {
	font-size: 1.5em;
}
nav {
	height: 68px;
}
#contact-arrange h2 {
	font-size:1.25em;
}
#contact-arrange  p {
	font-size:1.5rem;
}
}
@media (min-width: 791px) {
	.photobanner {
				height: 470px;
			}
	#banner-img3 {
		height: auto;
		width: 950px;
	}
	.banner-img {
			width: 100%;
			height: auto;
	}
	.content {
		width: 80%;
	}
	#id-code-wrap {
		width: 85%;
	}
	#column1, #column2 {
		width: 33rem;
	}
	#tb-padding {
		width: 33rem;
	}
	.vert-img-box {
	width: 45%;
	height:450px;
	
}
#c-link1 p {
	display:block;
}
#c-link2 p {
	display:block;
}
/*#c-link1 {
	justify-content: flex-end;
}
#c-link2 {
	justify-content: flex-start;
}*/
.c-nav h1 {
	margin-left: 0;
	margin-right: 0;
	width:25%;
}
}
@media (max-width: 790px) {
	.photobanner {
				height: 470px;
			}
		#banner-img3 {
		height: auto;
		width: 850px;
	}
	.banner-img {
			width: 740px;
			height: auto;
	}
.content {
		width: 100%;
	}
	#id-code-wrap {
		width: 100%;
	}
	#column1, #column2 {
		width: 95%;
	}
	#tb-padding {
		width: 95%;
	}
#c-link1 p {
	display:none;
}
#c-link2 p {
	display:none;
}
/*#c-link1 {
	justify-content: flex-start;
}
#c-link2 {
	justify-content: flex-end;
}*/
.c-nav h1 {
	margin: auto;
	width: auto;
}
}

@media (min-width: 941px) {
	#banner-img3 {
		height: auto;
		width: 100%;
	}
   
			.photobanner {
				height: 30rem;
				
			}
			.headline {
				padding-left:25%;
				padding-right: 25%;
				width: 50%;
			}
			.headline2 {
				padding-left:25%;
				padding-right: 25%;
				width: 50%;
			}
		
			
			
}
@media (max-width: 940px) {
   
	.photobanner {
				height: 470px;
			}
			.headline {
				padding-left:10%;
				padding-right: 10%;
				width: 80%;
			}
.headline2 {
				padding-left:10%;
				padding-right: 10%;
				width: 80%;
			}
		
			
        
}
@media (min-width: 1243px) {
	.photobanner {
				height: 46rem;
				
			}
	.test {
				display: flex;
			}
			.test p {
				text-align: left;
			}
			.cmmc-icon {
				 margin: 100px;
					padding-top: 3rem;
			}
			.text-block-wrap {
				width: 50%;
			}
				.text-block-wrap-c {
				width: 50%;
			}
			#column-info {
				display: block;
			}
			#column-info-small-screen {
				display: none;
			}
			#about-us-box img {
				margin-left: 22%;
			}
			#cmmc-icon-wrapper {
				margin-top: 2%;
			}
			#tl-column h2 {
				width: 320px;
				margin-bottom: auto;
			}
			.tech-leads {
				display: block;
			}
			.vip-portrait {
				margin-right: auto;
				
			}
			.text-block-wrap img {
				width:100%;
			}
			
				#contact-arrange h2 {
				font-size:2em;
				padding-top: 10px;
			}
}
@media (max-width: 1242px) {
	.photobanner {
				height: 30rem;
			}
	.test {
				display: block;
				
				width:
			}
			.test p {
				text-align: center;
			}
			#cmmc-icon {
				margin-left: 50%;
				margin-right: 50%;
				padding-top: 0;
				
			}
			.text-block-wrap {
				width: 75%;
			}
			.text-block-wrap-c {
				width: 75%;
			}
			#column-info {
				display: none;
			}
			#column-info-small-screen {
				display: flex;
			}
			#about-us-box img {
				margin-left: 15%;
			}
			#cmmc-icon-wrapper {
				margin-top: 0;
			}
			#tl-column h2 {
				width: 100%;
				margin-bottom: 5%;
			}
			.tech-leads {
				display: flex;
				flex-wrap: wrap;
				justify-content: center;
			}
			.vip-portrait {
				margin-right: auto;
				margin-left: auto;
				width: 50%;
				
			}
			.text-block-wrap img {
				width:100%;
			}
			#image-right {
				width: 100%;
			}
			#contact-arrange {
				width:75%;
			}
				#contact-arrange h2 {
				font-size:1.5em;
				padding-top: 10%;
			}
}
@media (min-width: 1376px) {
	
			#column1 {
				margin-right: 10%;
			}
			#column1-c {
				margin-right: 2.5%;
				margin-left: 2.5%;
				width: 45%;
			}
				#column2-c {
				margin-left: 2.5%;
				margin-right: 2.5%;
				width: 45%;
			}
			#tools {
				display: flex;
			}
			#tools img {
				width:50%;
			}
			#tall-img img {
				width: auto;
			}
			#right-img img {
			width: 100%;
	
			}
			#languages {
				width: 45%;
			}
			
					#analysis-tools img {
				width: 50%;
			}
}
@media (max-width: 1375px) {
	
			#column1 {
				margin-right: 0;
			}
				#column1-c {
				margin-right: 10%;
				margin-left: 10%;
				width: 80%;
			}
				#column2-c {
					margin-right: 10%;
				margin-left: 10%;
				width: 80%;
			}
			#tools {
				display: block;
			}
			#tools img {
				width:100%;
			}
   #languages {
				width: 80%;
			}
				#analysis-tools img {
				width: 100%;
			}
}
@media (min-width: 1853px) {
	#tools {
		height:500px;
		
	}
	#tools img {
		width: 100%;
	}
	#p-and-t-convert {
		width: 45%;
	}
	#tall-img {
		display: block;
		width: 50%;
	}
}
@media (max-width: 1852px) {
	#tools {
		height:600px;
	}
	#tools img {
		width: 45%;
	}
	#p-and-t-convert {
		width: 80%;
	}
	#tall-img {
		display: none;
	}
#first-bullet {
	margin-bottom: 0;
	margin-top: 0;
}
#second-bullet {
	margin-top: 0;
}
	
}
@media (min-width: 1921px) {
	.photobanner {
				height: 60rem;
				
			}
			.list-wrap ul {
				font-size: 1.5rem;
			}
			.text-block-wrap-c {
				width: 40%;
			}
			/*#column1-c {
				margin-right: 5%;
				width: 40%;
			}
				#column2-c {
				margin-right: 0;
				margin-left: 5%;
				width: 40%;
			}*/
		/	/*#first-bullet {
				width: 45%;
			}
			#second-bullet {
				width: 45%;
			}*/
}
@media (max-width: 1920px) {
		.list-wrap ul {
				font-size: 1.5rem;
			}
			.text-block-wrap-c {
				width: 45%;
			}
			/*#column1-c {
				margin-right: 0;
				width: 45%;
			}
				#column2-c {
				margin-right: 0;
				width: 45%;
			}*/
		/*	#first-bullet {
				width: 45%;
	
				
			}
			#second-bullet {
				width: 45%;
			}*/
}
#languages img {
	width: 100%;
}
#mission-text {
	text-align: left;
}
.headline p {
	border-top: solid;
	border-color: #3B1F91;
	padding-bottom: 30px;
}
.c-nav {
	display: flex;
	justify-content: center;
	margin-bottom: 2%;
}


.c-nav a {
	font-size: 2em;
	font-family: arial;
	color: #3d364b;
	text-decoration: none;
	
	
}
.c-nav a:hover {
	color: white;
}
 #c-link1 {
		text-align: right;
	}
 .headline p {
	
	padding: 3rem;
	padding-left: 0;
	padding-right: 0;
	margin: 0;
 }
 .headline2 p {
	
	padding: 3rem;
	padding-left: 0;
	padding-right: 0;
	margin: 0;
	
 }


 .descriptions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 0;
	background-color: #151138;
            
}
.descriptions > * {
    
    padding: 1rem;
            
}
#p1 {
           
    margin: auto;
}
#p2 {
           
    margin: auto;
}
#p3 {
            
    margin: auto;
}

.decbar {
    background-color: white;
    height: 0.105rem;
    margin-bottom: 1.5rem;
}
h3 {
    text-align: center;
	padding-top: 1rem;
    margin-bottom: 0.65rem;
	margin-top: 0;
    color: white;
    font-family: sans-serif;
    font-size: 2em;
	
	
            
}

.pwrap {
 padding: 0;
 width: 21rem;
 margin: 1.9rem;
 margin-left: 4rem;
 margin-right: 4rem;
	border: solid;
	border-width: 3px;
	border-color: #3B1F91;
}
#analysis-back {
	background-image: url("../images/redvsbluepic.png");
	mask-image: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, #151138 45%, #151138 100%);
	-webkit-mask-image: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, #151138 45%, #151138 100%);
}
#softwaredev-back {
	background-image: url("../images/markus-spiske-hvSr_CVecVI-unsplash.jpg");
	mask-image: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, #151138 45%, #151138 100%);
	-webkit-mask-image: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, #151138 45%, #151138 100%);
}
#dev-sec-op-back {
	background-image: url("../images/purpleservercool-trim.png");
	mask-image: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, #151138 45%, #151138 100%);
	-webkit-mask-image: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, #151138 45%, #151138 100%);
}
.c-icon-title {
	align-content: center;
	height: 150px;
	
	background-position: center;
	background-size: 100% 100%;
	
}
p {
	color: white;
	margin-bottom: auto;
	padding: 1rem;
	font-family: arial;
	font-size: 1.5rem;
	
}
footer {
	background-color: #3B1F91;
}
.footer-nav {
	display: flex;
	justify-content: center;
	margin: auto;
	padding-top: 10px;
	
}
.footer-nav a {
	text-decoration: none;
	color: white;
	font-family: arial;
	font-size: large;
	border-right: solid;
	border-color: white;
	padding-right: 10px;
	padding-left: 10px;
}
.footer-nav a:visited {
            color: white;
}
.footer-nav a:hover {
            color: #d6cbc6;
}
.footer-nav a:active {
            color: black;
}
#footer-contact {
	font-size: medium;
	margin: 0;
	padding-top: 0.5rem;
	padding-left: 1.5rem;
	padding-bottom: 1.5rem;
}
#photo-non-endorsement {
	font-size: small;
	color: #332742;
	margin: 0;
	margin-left: 1rem;
	padding: 0;
}
#contact-phone {
	margin: 0;
	
	
	
}
#contact-email {
	margin: 2rem;
	margin:0;
	margin-left: auto;
}
.bottom-space {
	background-color: #151138;
	padding:3rem;
}