@import url('https://fonts.googleapis.com/css?family=Lato|Raleway');

body {
  background-color: #f2f2f2;
  font-family: "Lato";
  font-weight: 300;
  font-size: 16px;
  color: #555;

  -webkit-font-smoothing: antialiased;
  -webkit-overflow-scrolling: touch;

  margin-top: 70px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Raleway";
  font-weight: 300;
  color: #333;

}

p {
  line-height: 28px;
  margin-bottom: 25px;
}

.centered {
  text-align: center;

}

.navbar-inverse .navbar-nav > li > a:hover{
  background: #ff7878; 
}
.navbar-inverse .navbar-nav > li > a > i {
  padding-right: 5px;
  font-size: 20px;
}
.navbar-inverse .navbar-nav > li{
  font-size: 25px;
}


hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

.navbar {
  font-weight: 800;
  font-size: 14px;
  padding-top: 15px;
  padding-bottom: 15px;
}
.navbar-inverse {
  background: #2d2d2d;
  border-color: #2d2d2d;
}


.navbar-inverse .navbar-brand {
  color: #999;
  font-weight: bolder;
  font-size: 25px;
  letter-spacing: 1px;

}

#headerwrap {
  background: url(/img/main.jpg) no-repeat center top;
  margin-top: 10px;
  padding-top: 20px;
  text-align: center;
  background-attachment: scroll;
  background-position: center center;
  min-height: 500px;
  width: 100%;
  background-size: 100%;

  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;  
}


#headerwrap h1 {
  margin-top: 60px;
  color: wheat;
  font-size: calc(4em + 1vw);
  font-weight: 700;
  letter-spacing: 3px;
  -webkit-text-stroke: 1px black;
   
}

#lastProject:target{
  padding-top: 80px;
  margin-top: -80px;
  -webkit-background-clip: content-box;
  background-clip:content-box;
}
#contacts:target{
  padding-top: 80px;
  margin-top: -80px;
  -webkit-background-clip: content-box;
  background-clip:content-box;
}
#about_me:target{
  padding-top: 80px;
  margin-top: -80px;
  -webkit-background-clip: content-box;
  background-clip:content-box;
}


.w {
  padding-top: 5px;
}

.w h2 {
  font-size: 40px;
  margin-top: 5px;
  padding-bottom: 10px;
}

.w h4 {
  font-size: 30px;
}

.w i {
  font-size: 30px;
}
.w p {
  font-size: 25px;
  border: 3px solid #e0e0e0;
  padding: 10px;
}

#dg {
background: #e0e0e0;  
padding-top: 70px;
padding-bottom: 70px;
text-align: center;
}

#dg h4{
  font-size: 40px;
}

.tilt img {
  max-width: 300px;
  max-height: 250px;
  border: 3px solid #4a4646;
  
}
.tilt h5{
  font-size: 30px;
}



#dg a {
  margin-top: 50px;
  font-weight: bold;
font-size: 1.2em;
}

#dg_allProject {
  background: #e0e0e0;  
  padding-top: 70px;
  padding-bottom: 70px;
  text-align: center;
  }
  
  
  #dg_allProject h4{
    font-size: 40px;
  }
  
  .tilt_allProject h5{
    font-size: 30px;
    text-overflow:ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }
  

.wb {
 padding-top: 5px;
 margin-bottom: 10px;
}
 .wb h4 {
font-size: 45px;
padding-bottom: 25px;
 }
 .wb p {
  font-size: 25px;
  border: 3px solid #e0e0e0;
  padding: 10px;
   }

 #r {
  background: #ff7878;
  padding-top: 70px;
  padding-bottom: 70px;
 }

 #r h4 {
  color: white;
  font-size: 45px;
 }

 #r ul {
  color: white;
  list-style-type: none;
  border: 3px solid #e0e0e0;
  padding: 10px;
  text-decoration: underline;
  font-size: 25px;
 }
 #r a{
  color: white
 }

 #f {
  background: #2d2d2d;
  padding-top: 20px;
  padding-bottom: 10px;
 }

 #f i {
  color: #bdbdbd;
  font-size: 30px;
  padding: 20px;

 }

 #f i:hover {
  color: #ff7878;
 }

 


 .ShowBtnMoreInfo .desc {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	opacity: 0.87;
	text-align: justify;
	background: #e0e0e0;
	padding: 7px;
	display: none;
}


.ShowBtnMoreInfo .cell {
	text-align: center;
	display: table;
	width: 100%;
	height: 100%;
}
.ShowBtnMoreInfo .cell p{
	vertical-align: middle;
	display: table-cell;
}

.ShowBtnMoreInfo .desc a {
font-weight: bold;
font-size: 1.2em;
}

.ShowBtnMoreInfo .tilt_allProject .thumbnail:HOVER .desc {
	display: block;
}
 .ShowBtnMoreInfo .tilt_allProject .thumbnail {
	position: relative;
}
.modal .modal-title {
  font-size: 20px;
}
.modal .namePopApp {
  border: 1px solid #e0e0e0;
  font-size: 30px;
  display: inline-block;
  padding: 3px;
  font-weight: bold;
}

.modal-footer .btn{ 
font-weight: bold;
font-size: 1.2em;
}

.modal a{
  color: #555;
  text-decoration: none;
}



