@charset "UTF-8";
/* CSS Document */
body {
    /*background-color: #2dabab;*/
}

#homepage-image-Container {
    
    z-index: -1;
	background: url('../images/doddlers-desktop-image.jpg') no-repeat center center;
 -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  color:#000000;
box-shadow: inset 0 0 0 100vmax rgba(0, 0, 0, .4);

}

#homepageImage{
    /*background-image: url('../images/homepageImage/homepageImageBig.jpg');*/
    margin: 4em;
}

#homepageImage img{
	
	width:300px;
	height:auto;
}

    #homepageUserAmount {
        top: -1em;
    }

#indexpage {

    left: 0em; 
}

#communityline{
	padding: 2em 0 0;
	left:0;
}


.cheeseHeaderIcon img {
height:30px;
width:auto;
padding: 0;

}

div#background-image-Container {
  background-image: none !important;
  background: rgba(245, 245, 245, 1);
}

#page {
    /*width: 98%;*/
}

#remembercopy{
	font-size:0.8em;
	
}

.cc_container .cc_message {
    width: 100%;
}

#centerMediaLogos {
    width: 20em;
    
}

#media{
	float:left;
}


#Nojobs-list-center{
padding: 0.4em;
display: inline-block;
margin:auto;
text-align: center;

}

#results-container{
	
	margin: 0.5em 1em 1em 1em;
	
	}

#recommendation-findfriend-btn {
    
    width: 70px;
    margin: 0 0.5em 0 0;
    
}

#messageBtn .send{
	margin:0.3em;
	float:left;
	min-width: 6em;

	/*backgound: transparent;*/
	
}

#messageBtn .sent{
	margin:0.3em;
	min-width: 6em;
	
	/*backgound: transparent;*/
	
}


@media all and (max-width: 550px) and (min-width: 400px)  {
#jobbuddiesprofileInfo .recommName{
	
	color:#000;
	font-size:1em;
	font-weight: bold;
	padding: 0.3em 6em 0.8em 0.5em;
	
	
}


}

@media all and (max-width: 450px) and (min-width: 200px)  {


.job-amount{
	font-size:0.8em;
}

}

@media all and (max-width: 350px) and (min-width: 200px)  {
#messageBtn .send{
	margin:0.3em;
	float:none;
	min-width: 6em;

	/*backgound: transparent;*/
	
}


}


.BackArrowIcon {
    color: #3445a1;;
    font-size: 1.5em;
    padding: 0 0 0 0.3em;
}

