p.link
{
    font-family: 'Lato', sans-serif;
    color: #056839;
    text-align: center;
    font-size: 22px;
}
a.Link1
{
  font-family: 'Lato', sans-serif;
  text-align: center;
  font-size: 15px;
}
@font-face
{
	font-family: 'LatoLight';
	src: url('fonts/Lato-Light.ttf');
	src: local('LatoLight'), url('fonts/Lato-Light.ttf') format('truetype');
}
.logo
{
  margin-top:100px;
  text-align: center;
}
.img_log{
  width:180px;
  text-align: center;
}
p.description
{
    font-family: 'LatoLight', sans-serif;
    text-align: center;
    font-size:18px;
    line-height: 36px;
    margin-top:3%;
}
h5
{
  font-family: 'Lato', sans-serif;
  color: #056839;
  text-align: center;
  font-size: 18px;
}

html, body { height: 100vh; }

.content {
    min-height: 100vh;
    height: auto ;
    height: 100vh;
    margin: 0 auto -100px; 
}
.footer{
  position:relative;
  bottom:0;
}

#cont{
  width:90%;
  margin: 0 auto;
}

.link_part{
  text-align: center;
  font-family: 'Lato', sans-serif;
}
.link_part a{
  color:#1f9436;
  text-decoration: none;
}
.link_part a:hover{
  text-decoration: underline;
  opacity:60%;
}

.jobs{
  font-family: 'Lato', sans-serif;  
  font-size:16px;
    line-height: 20px;
  border-radius: 15px;
    border:1px solid #d3d3d3;
    background-color: #d4efd4;
    width:50%;
    margin-top:5%;
    margin-bottom:4%;
    padding-left:1%;
    padding-right:1%;

}

.jlink{
  text-decoration:underline;
  color:rgb(69, 147, 190);
  font-size: 16px;
}

.jlink:hover{
  font-weight: bold;
  color:rgb(2, 94, 2);
  font-size: 18px;
}

