body{
	background:#333333 url(images/page-bg.jpg);
	margin:0px;
	font: 400 12px/22px 'Open Sans', Verdana, Helvetica, sans-serif;
	color:#b6b2b2;
}
h1{font: 400 58px/60px 'Bree Serif', Georgia, serif; color:#b2b2b2;}
h2{font: 400 18px/22px 'Bree Serif', Georgia, serif; color:#b2b2b2;margin: 15px 0px 0px 0px;}
h3{font: 400 14px/16px 'Bree Serif', Georgia, serif; color:#b2b2b2;margin:0px;}
p{margin: 0px;}
ul{margin:0px; padding:0px;}
a {text-decoration:none; color:#b6b2b2;}
a:hover {color:#969696;}
a img{border:0px;}

#container{
	width:950px;
	margin:0px auto 300px auto;
	background:url(images/body-bg.png);
	padding-bottom:100px;
}

/****************************************************/
/* HEADER */#header #main-menu li{
	float:left;
	list-style:none;
	margin-left:27px;
	font: 400 16px/20px 'Bree Serif', Georgia, serif;
}
.mobileMenu{
	display : none;
}

/****************************************************/

#header{
	width:864px;
	height:115px;
	background-color:#222222;
	padding:0px 43px;
	position: fixed;
	top:0px;
	left:50%;
	margin: 0 0 0 -475px;
	z-index : 5;
}
#header #logo{
	padding-top:40px;
	float:left;
}
#header #main-menu{float:right; padding-top:45px;}
#header #main-menu li{
	display : block;
	float:left;
	list-style:none;
	margin-left:27px;
	font: 400 16px/20px 'Bree Serif', Georgia, serif;
}
#mobileMenu{
	display : none;
}

/****************************************************/
/* ABOUT SECTION */
/****************************************************/

#about{margin:0px 43px; padding-top:115px;}
#about h1{float:left;}
#about #top-social{float:right; padding-top:62px;}
#about #top-social li{float:left; list-style:none; margin-left:10px;}
#about #top-social .facebook{
	text-indent:-9999px; 
	display:block; 
	width:26px; 
	height:26px; 
	background:url(images/sm-facebook-icon.png) no-repeat;
        background-size: contain;
}
#about #top-social .twitter{
	text-indent:-9999px; 
	display:block; 
	width:31px; 
	height:24px; 
	background:url(images/sm-twitter-icon.png) no-repeat;

        background-size: contain;
}
#about #top-social .linkedin{
	text-indent:-9999px; 
	display:block; 
	width:26px; 
	height:26px; 
	background:url(images/sm-linkedin-icon.png) no-repeat;

        background-size: contain;
}

#about .content #IMG{float:left; margin: 0px 40px 20px 0px;width:250px;height:250px; background:url(img/profile.jpg) no-repeat center;}
#about .content #service-icons{margin-top:20px;}
#about .content #service-icons li{
	display:float;
	width:75px;
	height:75px;
	text-indent:-9999px;
	list-style:none;
	float:left;
	margin: 0 5px;
}

#about .content #service-icons li.services-cpp{background:url(img/CPlusPlusIcon.png) no-repeat;  background-size: 100%;}
#about .content #service-icons li.services-php{background:url(img/PHPIcon.png) no-repeat;  background-size: 100%;}
#about .content #service-icons li.services-jquery{background:url(img/JQueryIcon.png) no-repeat;  background-size: 100%;}
#about .content #service-icons li.services-html5{background:url(img/HTML5_Icon.png) no-repeat;  background-size: 100%;}
#about .content #service-icons li.services-SQL{background:url(img/sql-icon.png) no-repeat;  background-size: 100%;}
#about .content #service-icons li.services-pcrepair{background:url('img/Computer repair icon.png') no-repeat;  background-size: 100%;}

/****************************************************/
/* EXPERIENCE SECTION */
/****************************************************/

#experience{margin:0px 43px; padding-top:115px;}
#experience .content{
	display: grid;
   grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 10px;	
}
#experience .position:hover h2, #experience .position:hover h3 {
   color: #969696;
}
#experience .position{
   cursor: pointer;
}

/****************************************************/
/* WORK SECTION */
/****************************************************/

#work{margin:0px 43px; padding-top:115px;}
#work .content{	
   display: grid;
   grid-template-columns: repeat(4, 1fr);
   grid-template-rows: 200px
                       repeat(auto-fit, 1fr);
	grid-gap: 10px;	
}
#work .content .mini{
   width: 100%;
   height: 100%;
   min-height: 200px;
   min-width:200px;
}
#work .content .mini:hover{
   background-color: darkgray;
   background-blend-mode: screen;
}

.hidden {
   position:absolute;
   left:-10000px;
   top:auto;
   width:1px;
   height:1px;
   overflow:hidden;
}

.details {
   position: fixed;
   left: 50%;
   top: 50%;
   transform: translate(-50%, -50%);
   width: 950px;
   z-index: 10;
   visibility:hidden;
   background: #333333 url(images/page-bg.jpg);
   opacity: .9;
}

.details.zoom{
  visibility:visible;
  text-align:center;
}

.close {
  display:inline-block;
  border-radius:30px;
  color:#666666;
  background:   #b2b2b2;
  border:1px solid #666666;  
}

.close:hover{
   background: #333333;
}

/****************************************************/
/* CONNECT SECTION */
/****************************************************/
#connect{margin:0px 43px; padding-top:115px;}
#connect .content{overflow:auto;}
#connect #form{
	width:410px;
	float:left;
}
#connect #form span{
	display:block;
	float:left;
	width:100px;
	padding-top:5px;
	font: 400 14px/16px 'Bree Serif', Georgia, serif;
}
#connect #form input{
	float:left;
	width:255px;
	border:0px;
	color:#3b3b3b;
	padding:10px 10px 10px 30px;
	font: 400 11px/20px 'Open Sans', Verdana, Helvetica, sans-serif;
	margin-bottom:10px;
}
#connect #form textarea{
	float:left;
	border:0px;
	width:255px;
	height:100px;
	padding:10px 10px 10px 30px;
	font: 400 11px/20px 'Open Sans', Verdana, Helvetica, sans-serif;
	color:#3b3b3b;
}

#connect #form input.name{background:#222222 url(images/icon-user.png) no-repeat 10px 8px;}
#connect #form input.email{background:#222222 url(images/icon-mail.png) no-repeat 10px 9px;}
#connect #form textarea.message{background:#222222 url(images/icon-message.png) no-repeat 10px 8px;}
#connect #form input.submit{ 
	width:75px;   
	height:30px;
	float:right;
	padding:0px 0px 5px 0px;
	margin:10px 16px 0px 0px;
	background:#222222;
	color:#3b3b3b;
	font: 400 14px/16px 'Bree Serif', Georgia, serif;
}

#connect #social-footer{
	width:300px;
	float:left;
	margin-left:75px;
}
#connect #social-footer #sm-links{margin-top:25px;}
#connect #social-footer #sm-links li{
	list-style:none;
	float:left;
}
#connect #social-footer #sm-links li a{
	display:block;
	text-indent:-9999px;
	width:26px; 
	height:26px;
	margin-right:10px;
}
#connect #social-footer #sm-links li a.facebook{background:url(images/sm-facebook-icon.png) no-repeat;}
#connect #social-footer #sm-links li a.twitter{background:url(images/sm-twitter-icon.png) no-repeat; width:31px;}
#connect #social-footer #sm-links li a.dribble{background:url(images/sm-dribble-icon.png) no-repeat;}
#connect #social-footer #sm-links li a.vimeo{background:url(images/sm-vimeo-icon.png) no-repeat; width:27px;}
#connect #social-footer #sm-links li a.google{background:url(images/sm-google-icon.png) no-repeat;}
#connect #social-footer #sm-links li a.youtube{background:url(images/sm-youtube-icon.png) no-repeat; width:28px;}
#connect #social-footer #sm-links li a.linkedin{background:url(images/sm-linkedin-icon.png) no-repeat;}

/****************************************************/
/* MISC */
/****************************************************/
.top-divider, .bottom-divider{
	width:100%;
	height:9px;
	background:url(images/divider.png) repeat-x;
	clear:both;
}
.top-divider{margin-bottom:40px;}
.bottom-divider{margin-top:40px;}


	

	#experience .col-mid{margin:0px 0px;}
	#connect #form{	width:100%;}
	#connect #form span{
		width:80%;
		font: 400 18px/20px 'Bree Serif', Georgia, serif;
	}
	#connect #form input{
		width:80%;
	}
	#connect #form textarea{
		width:80%;
	}
	
	
	#connect #social-footer{
		width:100%;
		margin-left:0px;
	}
	#connect #social-footer #sm-links{margin-top:25px;}
	#connect #social-footer #sm-links li{
		list-style:none;
		float:left;
	}
	#connect #social-footer #sm-links li a{
		width:50px; 
		height:50px;
	}
	#connect #social-footer #sm-links li a.facebook{background:url(images/sm-facebook-icon.png) no-repeat; width:50px;}
	#connect #social-footer #sm-links li a.linkedin{background:url(images/sm-linkedin-icon.png) no-repeat; width:28px;}
	
	/********************************************/
	
	/*     Mobile compatibility                         */

@media only screen 
  and (max-device-width: 480px) {
   #main-menu{
      display : none;
   }

   #mobileMenu{
      display : block;
      float:right;
      width : 12%;
      height : 100%;
   }
   .whiteCircles{
      width:100%;
      height:20%;
      margin: 10% 0 10% 0;
      position: relative;
      background-color : #b2b2b2;
   }
   .menuHeaders{
      display:none;
   }
   #mobileMenuContent{
      display : none;
   }
   #mobileMenu:hover .menuHeaders{
      display: block;
      float : left;            
      font: 400 50px/52px 'Bree Serif', Georgia, serif; 
      color:#b2b2b2;
      margin: auto 2% auto 2%;                	
   }
   #mobileMenu:hover #mobileMenuContent{
      display: block;
      position : fixed;
      width:100%;
      z-index:10;
      background-color:#222222;
      height:10%;
      top:0;               
      left :0;
   } 
   #experience .content{
      grid-template-columns: 1fr;
      text-align: center;
   }
   #about #top-social .facebook{ 
      width:50px; 
      height:50px; 
   }
   #about #top-social .linkedin{
      width:50px; 
      height:50px;
   }
   #about .content #service-icons li{
   	width:125px;
   	height:125px;
      margin-bottom:20px;
   }
   #work .content{	
      grid-template-columns: repeat(1, 1fr);
   }
   .zoom, .close{
      font-size: 32px;
      line-height: 46px;
   }
   .details {
      opcaity : 1;
   }
}

	/*        ***************************/
