/** {font-size: 100.01%;}*/

#page-title {
		position: fixed;
		width: 100%;
		height: 0;
		left: 0;
		top: 50%;
		margin: -131px 0 0;
		font-size: 100px;
		line-height: 100px;
	}


/* ---- homepage ----*/

#main .big-heading{
	margin: 10px auto 10px auto;
}

#main .heading-section {
    margin-bottom: 10px;
}

.portfolio-page #main .heading-section {
    margin-bottom: 60px;
}


.folio-thumb-container {
	max-width: 992px;
  	margin: 0 auto;
}

.container {
	max-width: 992px;
}

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

.container .jumbotron {
	margin-top: 1em;
	border-radius: 0;
	padding: 0;
}

.jumbotron img{
	width: 100%;
}

/*.jumbotron img.sml_img{
	display: none;
}*/

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


/* Landscape tablets */
@media only screen and (max-width: 1024px) {
  #main .heading-section:not(.no-centered-heading) .big-heading h1,
  .heading-section:not(.no-centered-heading) .intro h1 { font-size: 7.15vw; }
  .portfolio-single #main .heading-section p { width: 75%; }
}

.mar-btm-md {
	margin-bottom: 20px;
}

/* logo properties */
.logo {
  float: left;
  height: auto;
  /* play with margins to fit your logo within the header */
  margin-top: -16px;
}

/* Modifiers & general elements */

#main .big-heading h1,
.intro h1 {
	font-size: 3.35vw;
 }
 
#main .big-heading p {
	width: 75%;
	margin-top: 15px;
	font-size: 1.25vw;
}



/* FOOTER
--------------------------------------------*/
#footer {
	padding: 70px 0;
}

/* CV MODAL
--------------------------------------------*/
.modal-body {
	text-align: center;
}

#myModal {
	background-color: #fff;
}

.nav-menu-text{
	padding: 0;
    font-size: 16px;
    letter-spacing: 1.41px;
    font-weight: normal;
    line-height: 19px;
    text-decoration: none;
    color: #B8B8B8;
    background: transparent;
    border: 0;
}


/* Screens & Devices with 768px & smaller
--------------------------------------------*/
@media only screen and (max-width: 768px) {

#main .heading-section:not(.no-centered-heading) .big-heading h1,
  .heading-section:not(.no-centered-heading) .intro h1 { font-size: 10.15vw; }


#cv-link,
.menu-counter{
	display: none;
}

.portfolio-page #main .heading-section {
    margin-bottom: 30px;
}

/*.jumbotron img.sml_img{
	display: none;
}*/

}