 @font-face { font-family: flux; src: url('Flux Architect Regular.TTF'); } 
 

a {
	color: black;
}


.motto {
	font-size: 25px;
	font-family: 'flux', monospace;
	
}

.content{
	background-image: url("images/back.jpg") ;
	font-size:17px;
	background-repeat:no-repeat;
	background-position: center center;
	background-size:cover;
	padding-top: 50px;
	text-align: center;
}

.info{
	padding:20px;
	margin: 10px auto;
	text-align: center;
	width:70%;
	min-width: 400px
}

.info h3 {
	font-style: bold;
	font-size: 20px; 
}

.info-container{

	height:200px;
	background-color:#deefec;
	opacity: 0.5;
	width:80%;
	min-width: 350px;
	margin:5px auto;
	
}
.infoimage {
	width:30%;
	height: 100%;
	float:left;
	text-align: center;
	border-right:1px solid ;

}

.infoimage img{
	height: 50%;
	position: relative;
	top: 50%;
	transform:translateY(-50%);
}
.infotext {
	width:65%;
	height: 200px;
	float:right;
}
.infotext h2 {
	position: relative;
	float: left;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}


.info-container:hover{
	background-color:#e3efde;
}

.topic{
	padding:1px 0px 1px 0px;
	border-bottom:1px solid #dbdddb;
	border-top:1px solid #dbdddb;
	font-size: 20px;
	color:#7d827b;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	width: 300px;

	margin-bottom: 30px;
}

.Projects{
	width: 80%;
	text-align:center;
	margin:1px auto;
	padding-top: 10px;
}


.project-container{

	display:inline-block;
	width:300px;
	height: 400px;	
	text-align: center;	
	margin:5px;
}
.project-image{
	width:  100%
	
}
.project-image:hover{
	opacity:0.7;
}

.projects .topic .footer-info {
	border-bottom: 1px solid;
}

.footer-main {
	background-color: #43484f;
	text-align: center;
	width:100%;
	padding-top: 20px;
	padding-bottom: 20px;
	
}

.footer-main li {
	display: inline;
	padding-right: 10px;
	min-width: 150px
}
.footer-sub {
	
	width: 60%;
	margin: auto;
	

}
.contact-icon  {
	height: 25px;

}

.footer-info {
	border-left: 1px solid;
	border-right: 1px solid; 
}

.footer-col  {
	display: inline-block;
	text-align: left;

	width: 50%;
	
	padding: auto;
	min-width: 150px;
	
	border-right: 1px solid;
	margin-bottom: 10px;

}

.card-text {
	font-size: 15px;
}

.contactimg {
	height: 400px;
	width: 80%;
	margin: auto;
	background-image: url("images/contact.jpg"); 
	background-repeat:no-repeat;
	background-position: top ;
	background-size : cover ;
	background-attachment: fixed;
}