/*@import url('//fonts.googleapis.com/css?family=Roboto');*/
*{
	
}

body{
/*	background-color: rgba(220,221,214,1.00);*/
	background: #f8f8f8 !important;


}
.topleftbtn{
	/*color: #0700a5;*/
	text-align:right;
	margin-top:35px;
	margin-right:40px;
}
.primary-btn {
	/*background: #f7631b;*/
	background: #0700a5;
	/*line-height: 42px;*/
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
	padding-right: 10px;
	border: none;
   /* border-radius: 25px;*/
    border-radius: 5px;
	color: #fff;
	display: inline-block;
	font-weight: 700;
	font-size: 95%;
	position: relative;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	cursor: pointer;
	position: relative
}
.primary-btn-2 {
	/*background: #f7631b;*/
	background: #0700a5;
	/*line-height: 42px;*/
	width: 150px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
	padding-right: 10px;
	border: none;
   /* border-radius: 25px;*/
    border-radius: 5px;
	color: #fff;
	display: inline-block;
	font-weight: 600;
	font-size: 80%;
	position: relative;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	cursor: pointer;
	position: relative
}
.primary-btn-lowpad {
	/*background: #f7631b;*/
	background: #0700a5;
	/*line-height: 42px;*/
	width: 150px;
	padding-top: 3px;
	padding-bottom: 3px;
	/*padding-left: 3px;
	padding-right: 3px;*/
	border: none;
   /* border-radius: 25px;*/
    border-radius: 10px;
	color: #fff;
	display: inline-block;
	font-weight: 700;
	font-size: 95%;
	position: relative;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	cursor: pointer;
	position: relative
}
.primary-btn-3 {
	/*background: #f7631b;*/
	background:rgba(255,255,255,0.00);
	border-color: #0700a5;
	/*line-height: 42px;*/
	color:#5d5d5d !important;
	width: 150px;
	margin-left: 15px;
	padding-top: 0px;
	padding-bottom: 2px;
	padding-left: 5px;
	padding-right: 5px;
	border: 1px solid #0700a5;
   /* border-radius: 25px;*/
    border-radius: 25px;
	color: #fff;
	display: inline-block;
	font-weight: 700;
	font-size: 100%;
	/*position: relative;*/
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	cursor: pointer;
	position: relative
}
.centersearch{
	text-align:center;
	font-weight: 700;
	font-size: 125%;
	/*vertical-align: middle;*/
	margin-top: 150px;
}
.centersearch h1{
	text-align:center;
	font-weight: 700 !important;
	/*font-size: 3rem !important;*/
}

.centersearch input[type=text] {
  border: none;
  background-color: #f8f8f8;
  color:  #0700a5;
  outline: 0;
  font-weight: 700;
  font-size: 115%;
  width: 250px;
  /*height: 30px;*/
}

.centersearch input[type=text]:focus {
  border: none;
  background-color: none;
  outline: 0;
  /*width: 300px;
  height: 30px;*/
}
.devjobs {
	margin-left: 100px;
	margin-top: 90px;
	color:#5d5d5d;
}

.devhead {
	font-weight: 700;

}

.devcards img{
	border-radius: 15px;
	float: left;
	margin-right: 50px;
}

.devtitle {
	color: #0700a5;
	font-weight:700;
	font-size:150%;
}

.devdescr {
	max-width:700px;
}

.devrating {
margin-left: -85px;
/*margin-top: 0.6rem;*/
color: #0700B8 !important;
color: rgb(11, 0, 153) !important;
background-color: rgb(255, 223, 0) !important;
margin-top: 49px !important;
}
.notonimgdevrating {
	margin-left: 2px;
	margin-top:0.6rem;
	/*color: #0700B8 !important;*/
	color: rgb(11, 0, 153) !important;
	background-color: rgb(255, 223, 0) !important;
}

.devfurther {
	margin-left:375px;
}
.connect {
	margin-left:65%;
}

.horizontalline {
	margin-top: 50px;
	width: 90%;
	text-align: center;
	border-bottom: 3px solid #0700a5;
	justify-content: center;
	margin-left: 5%;
	margin-right: 5%;
}

.imagegrid {

}
.imagegrid img{
	border-radius: 10px;
	/*background-color: #0700a5;*/
	border-style: none !important;
}
.centercontact {
	text-align:center;
	font-weight: 700;
	font-size: 125%;
	width: 100%;
	/*vertical-align: middle;*/
	margin-top: 70px;
}

.contactshadow {
width: 500px;
-webkit-box-shadow: 0px 0px 5px 0px rgba(207,196,207,1);
-moz-box-shadow: 0px 0px 5px 0px rgba(207,196,207,1);
box-shadow: 0px 0px 5px 0px rgba(207,196,207,1);
}


/**MODAl **/
:root {
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


.contact-card {
  /*width: 14em;*/
  min-width: 25em;
  font-family: 'Roboto', sans-serif;
  font-size: 1em;
  line-height: 1.5em;
  text-align: center;
  background-color: #FFFFFF;
  border-radius: 1em;
  box-shadow: 0 0 2em rgba(0, 0, 0, 0.125);
  overflow: hidden;
  transition: 0.125s ease-in-out;
  -webkit-transition: 0.125s ease-in-out;
  -moz-transition: 0.125s ease-in-out;
}
.contact-card:hover {
  /*transform: translateY(-0.5em);*/
}
.contact-card__header-image {
  width: 100%;
  height: 6em;
  padding-top: 2em;
  background-image: url("https://img.freepik.com/free-vector/abstract-colorful-flow-shapes-background_23-2148258092.jpg?size=626&ext=jpg");
  background-size: cover;
  background-color: #FAFAFA;
}
.contact-card__avatar {
  width: 6em;
  height: 6em;
  margin: auto;
  background-image: url("https://images.pexels.com/users/avatars/186148/eduardo-rosas-171.jpeg?w=256&h=256&fit=crop&crop=faces&auto=compress");
  background-size: cover;
  background-color: #EEEEEE;
  border-radius: 100%;
}
.contact-card__name {
  margin-top: 3em;
  margin-bottom: 0.5em;
  font-size: 1.125rem;
}
.contact-card__link {
  display: block;
 padding: 0.5em 1em;
  text-decoration: none;
}
.contact-card__link a {
  color: #424242;
  text-decoration: none;
}
.contact-card__link:hover {
  background-color: #FAFAFA;
}
.contact-card__footer {
  margin-top: 0.5em;
  padding: 1em 0;
  background-color: #FAFAFA;
}
.contact-card__footer__link {
  display: inline-block;
  margin-right: 1em;
  font-size: 1.125rem;
  transition: 0.125s ease-in-out;
  -webkit-transition: 0.125s ease-in-out;
  -moz-transition: 0.125s ease-in-out;
}
.contact-card__footer__link a {
  color: #424242;
}
.contact-card__footer__link--dribbble {
  margin-right: 0;
}
.contact-card__footer__link:hover {
  transform: scale(1.5);
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
}

.fa-gradient {
	background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
