body {
  font-family: 'Roboto';
  font-size: 18px;
  background-image:url('footer_lodyas.png');
  background-size: auto;
  margin: 0;
  padding: 0;
  border: 0;  
}

.responsive {
  width: 70%;
  max-width:260px;
  height:auto;
}

.container {
  margin: auto;
  max-width:2000px;
}

.mainpic {
  margin: auto;
  max-width:2000px;
}  

.content-container {
  margin:auto;
  max-width: 960px;
  padding: 15px 40px 0px;
}

.mobile-container {
  max-width: 2000px;
  margin: auto;
  background-color: #555;
  height: auto;
  color: white;
  border-radius: 10px;
}

.topnav {
  overflow: hidden;
  background-color: #323232;
  position: relative;
}

.topnav #myLinks {
  display: none;
}

.topnav a {
  color: white;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
  display: block;
}

.topnav a.icon {
  background: #323232;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
}

.topnav a:hover {
  background-color: #323232;
  color: #1b89fa;
}

.active {
  background-color: #323232;
  color: white;
}

/*the end of nav bar*/

/*begin portfolio*/

.hovereffect-1 {
	width: 100%;
	height: 100%;
	float: left;
	overflow: hidden;
	position: relative;
	text-align: center;
	cursor: default;
}
.hovereffect-1 .overlay {
	width: 100%;
	height: 100%;
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0;
	opacity: 0;
	background-color: rgba(0, 0, 0, 0.5);
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out
}

.hovereffect-1 img {
	display: block;
	position: relative;
	-webkit-transition: all .4s linear;
	transition: all .4s linear;
}

.hovereffect-1 h2 {
	text-transform: uppercase;
	color: #fff;
	text-align: center;
	position: relative;
	font-size: 17px;
	background: rgba(0, 0, 0, 0.6);
	-webkit-transform: translatey(-100px);
	-ms-transform: translatey(-100px);
	transform: translatey(-100px);
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	padding: 10px;
}

.hovereffect-1 a.info {
	text-decoration: none;
	display: inline-block;
	text-transform: uppercase;
	color: #fff;
	border: 1px solid #fff;
	background-color: transparent;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	margin: 0 0 0;
	padding: 7px 14px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.hovereffect-1 a.info:hover {
	box-shadow: 0 0 5px #fff;
}

.hovereffect-1:hover img {
	-ms-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}

.hovereffect-1:hover .overlay {
	opacity: 1;
	filter: alpha(opacity=100);
}

.hovereffect-1:hover a.info {
	opacity: 1;
	filter: alpha(opacity=100);
}

.hovereffect-1:hover h2 {
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-transform: translatey(0);
	-webkit-transform: translatey(0);
	transform: translatey(0);
}

.hovereffect-1:hover a.info {
	-webkit-transition-delay: .2s;
	transition-delay: .2s;
}

.projects {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

/*the end portfolio*/

.first-letter {
  font-size: 35px;
}

p {
  color: #fff;
  text-align: justify;
  text-justify: inter-word;
  font-size: 16px;
  line-height: 25px;
  font-family: 'Roboto'
}

h2 {
  text-align: center;
  padding: 10px;
  letter-spacing: 2px;
}

aside {

    width:auto;
    margin-right:auto;
    margin-left: auto;
    font-size:.8em;
    background: #373737;
    padding:20px;
    border-radius:30px;
}

.social {
  text-align: center;
}

.navbar {
  text-align: center; 
  font-size: 16px;
  padding: 20px;
  text-decoration: none;
}

.navbar a {
  padding: 22px;
}

.fa {
  padding: 12px;
  font-size: 26px;
  width: 15px;
  text-align: center;
  text-decoration: none;
  border-radius: 50%;
}

.fa:hover {
  opacity: 0.7;
}

.fa-linkedin {
  background: #000;
  color: white;
  font-size: 16px;
}

.fa-envelope {
  background: #000;
  color: white;
  font-size: 16px;
}

.fa-phone {
    background: #000;
    color: white;
    font-size: 16px;
}

.fa-github {
    background: #000;
    color: white;
    font-size: 16px;
}
  
.fa-skype {
    background: #000;
    color: white;
    font-size: 16px;
}
 
.fa-facebook {
  background: #000;
  color: white;
  font-size: 16px;
}

.fa-whatsapp {
  background: #000;
  color: white;
  font-size: 16px;
}

.navigat_bottom {
 
  float: right;
  display: block;
  text-align: left;
  color: #f2f2f2;
  text-decoration: none;
  font-size: 15px;
  margin-top: -15px; 
}

footer {
    width:100%;
    width: auto;
    background-color:#323232;
    color:white;
    margin-right:auto;
    margin-left:auto;
    height:15px;
    padding:20px;
    text-align: center;
}

a:link {
	color: #fff;
    text-decoration: none; 
}

a:visited	{
    color: #fff;
}
	
a:hover	{
    color:   #807d7d;
}



