body {
  font-family: 'Karla', sans-serif;
  font-size: 14px;
  padding: 0;
  margin:0;
}

a {
  color: #00B7FF;
}

.bolder {
	font-weight: 900;
}

.padding-left {
  padding-left: 15px;
}

.company-small-logo {
  border-radius: 50%;
  height: 30px;
  padding: 20px 0px;
}

.company-box-logo {
    border-radius: 50%;
    height: 70px;
    padding: 20px 0px;
}

.top-company-logo {
    margin: 0px 20px 0px 20px;
}

.inline-block{
    display: inline-block;
    position: relative;
}

.icon-verified{
    margin-top: -3px;
    height: 18px !important;
}

.top-company-box{
    background: white;
    font-size: 17px;
    cursor: pointer;
    border: 1px solid #d7d8d8;
    box-shadow: 0 2px #dadada;
    margin: 10px 0px;
    padding: 15px 0px;
    min-height: 200px;
}


.top-company-box a {
	color: #212529;
}

.faux-link {
    color: #337ab7;
    cursor: pointer;
}

.top-company-text{
    margin: 5px 20px;
    min-height: 120px;
}

.side-company-text{
	margin: 15px 0px;
}

.top-company-margin {
    margin: 5px 15px;
}

.job-text{
	font-size: 16px;
}

.main-div {
	padding: 5px 15px;

}

.unlimited-margin{
	margin: 10px 0px;
}

ul {
	list-style: none;
	padding: 0 15px;
	margin:0;
}

li {
	padding: 0;
	margin: 0;
}

li a {
	margin-left: 5px;
}

.margin-left-5 {
	margin-left: 5px;
}

.text-black {
	font-weight: 900;
	color: black;
}


.email-image {
	text-align: center;
	height: 150px;
	margin-bottom: 20px;
	border-radius: 50%;
}

.cta{
	padding: 0 15px;
}

.email-bottom .form-control {
	padding: 18px;
}

.company-box{
	border: 1px solid #d7d8d8;
    box-shadow: 0 2px #dadada;
	padding: 10px;
}

.header-title{
	line-height: 1.2em;
	font-family: 'Karla', sans-serif;
}

.company-name-right {
	margin-top: 15px;
}

.sponsored-logo-main{
    width: 30px;
    position: absolute;
    border-radius: 50%;
    z-index: 3;
}

.large-logo {
	width: 50px;
    border-radius: 50%;
    z-index: 3;
}

.cta-company{
	padding: 5px 0px;
}

.techish-link:hover {
	text-decoration: none;
}

.companies {
	position: relative;
}

.company-name {
	font-size: 18px;
	margin-left: 45px;
	position: absolute;
	top:4px;
}

.companies a {
	color: #212529;
	font-weight: 900 !important;
}

.companies a:hover {
	color: #007bff;
}

.btn-custom {
	background: #fa4542;
	font-size: 14px;
	padding: 8px 15px;
	color: white !important;
	box-shadow: 0 3px 0 0 #a20101;
    border-radius: 3px;
    font-weight: 800;
}

.text-cap {
	text-transform: capitalize;
}

.btn-custom-dark {
	color: #383838;
	font-size: 14px;
	padding: 8px 15px;
	background-color: #c3c3c3;
	box-shadow: 0 3px 0 0 #818181;
	border-radius: 3px;
	font-weight: 800;
}

.btn-custom-yellow {
	color: #ed7821;
	font-size: 14px;
	padding: 8px 15px;
	background-color: #fbd334;
	box-shadow: 0 3px 0 0 #f7af0b;
	border-radius: 3px;
	font-weight: 800;

}

.width-100 {
	width: 100%;
}

.background-granville {
    background: url(https://res.cloudinary.com/pocit/image/upload/v1724756711/granville_1_x3c9xo.gif);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100vh;
    padding: 15px;
}

.background-image-hosts {
    background: url(https://res.cloudinary.com/dlmpgwo3r/image/upload/w_1500,c_scale,b_black,o_82/v1555626568/DSC_0629_ty3rrk-2_iqlpfj.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100vh;
    padding: 15px;
}

.text-bottom{
	position: absolute;
	bottom: 20px;
	font-weight: 800;
}

.background-image-job {
	background: url(https://res.cloudinary.com/dlmpgwo3r/image/upload/v1555627659/Image1_Profile_v5i3x1_u2knnv.gif);
	background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100vh;
    padding: 15px;
    text-transform: capitalize;
    font-weight: 900;
}

.title-role{
	padding: 0px 15px;
}

.sub-text{
	font-size: 17px;
}

.text-white{
	color:white;
}

.text-white h1{
	font-weight: 800;
	font-family: 'Avenir', sans-serif;

}

.btn-custom a {
	color: white !important;
}

.btn {
	font-weight: 800;
}

@media only screen and (max-width: 600px){
    .side-company-text{
        display: none;
    }

    .unlimited-margin ul {
    	font-size: 14px !important;
    }

    .unlimited-margin{
    	margin:0;
    }
}
