@charset "UTF-8";
/* CSS Document */
*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
body{
	width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden; 
}
html{scroll-behavior: smooth}

.navbar-custom{
	background-color: #3F5474;
}

.nav-link {
	color: #F7F6F4;
	font-weight:400;
}

.nav-link:hover {
	color: #F5D0CC;
}

.navbar-brand{
	margin-left: 20px;
	color: #F7F6F4;
}
.navbar-brand:hover{
	color: #F5D0CC;
}

.theartist{
	background-color: #F5D0CC;
	width: 100%;
	min-height: 57vh;

}
.post-thumb {
    float: left;
	margin-left: 30px;
	margin-top: 20px;
}

.post-title {
    font-weight: bold;
	font-family: 'Crimson Text', serif;
    font-size: 200%;
}

.heading6{
	padding: 20px;
}


.theservice{
	background-color: #F7F6F4;
	width: 100%;
	min-height: 70vh;

}

.thessoftware{
	background-color: #F7F6F4;
	width: 100%;
	min-height: 80vh;

}

.post-title2{
	font-family:'Crimson Text', serif;
	justify-content: center;
	font-size: 200%;
	margin-bottom: 20px;
}
.card{
	border-color: transparent;
	margin-left: 35px;
}

.progress{
	margin-bottom: 30px;
}

.fa{
	width: 50px;
	height: 50px;
}
.fa-star{
	color: #3F5474;
	
}
.checked{
	color: #F5D0CC;
}





.page-footer{
	
	width: 100%;
	min-height: 35vh;
	background: #2D5071;
}
	
.foottext{
	margin-top: 20px;
}

.footer-copyright{
	margin-top: 3px;
	margin-left: 0;
	font-size: 11px;
	color: #F7F6F4;
}

.white-text{
	color: #F3D0CC;
}

.follow{
	margin-left: 35px;
}
.grey-text{
	color: #F7F6F4;
	font-size: 14px;
}

.social{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display:-o-flex;
	justify-content: center;
}

.wrapper{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display:-o-flex;
	flex-direction: row;
	justify-content: space-around;
	align-items: center;
	width: 600px;
}


.adobeicon{
	margin: 10px;
}

.progress{
	color: darkred;
	margin-bottom: 10px;
}

.container2{
	margin-left: 30px;
}
.adobeicon{
	margin-left: 90px;
	margin-bottom: 20px;
	margin-top: 20px;
}			
