body {
  padding-top: 50px;
  padding-bottom: 0px !important;
}
.starter-template {
  text-align: center;
}
#work{
	margin: 2%;
}
#navbar{
	float:right;
}

h1{
	color: #ffffff;
	font-size: 24px;
	padding: 0px;
	margin: 0px;
	font-weight: 300;
	line-height: 20px;
	font-family: Quicksand, Helvetica, Verdana, sans serif;
}

h2{
	color: #ffffff;
	font-size: 16px;
	padding: 0px;
	margin: 0px;
	font-weight: 400;
	font-family: Quicksand, Helvetica, Verdana, sans serif;
}

.featurette-heading{
	font-size: 36px;
}

h3{
	color: #333333;
	font-size: 24px;
	font-weight: 400;
	font-family: Quicksand, Helvetica, Verdana, sans serif;
}

h4{
	color: #ffffff;
	font-size: 18px;
	font-weight: 800;
	text-transform: uppercase;
	font-family: Quicksand, Helvetica, Verdana, sans serif;
}

h4.modal-title {
    margin: 0;
	
	color: #ffffff;
	font-size: 12px;
	font-weight: 300;
	text-transform: none;
	font-family: Quicksand, Helvetica, Verdana, sans serif;
    line-height: 1.42857143;
}

h5{
	color: #000000;
	font-size: 36px;
	font-weight: 300;
	line-height: 40px;
	text-transform: uppercase;
	font-family: Quicksand, Helvetica, Verdana, sans serif;
}

h6{
	color: #000000;
	font-size: 68px;
	font-weight: 300;
	line-height: 40px;
	font-family: Quicksand, Helvetica, Verdana, sans serif;
}

a{
	text-decoration: none;
}

a:hover{
	text-decoration: none;
}

p{
	color: #999999;
	font-size: 14px !important;
	font-weight: 400;
	font-family: Quicksand, Helvetica, Verdana, sans serif;
}


#navbar{
	padding-right: 20px;
}
	



#logo{
	width:25%;
	margin: 0px auto;
	padding-top: 40px;
}

#name{
	float: left;
	padding-left: 20px;
}

#aboutInfo{
	margin-top: 40px;
}


#cvButton{
	display: block;
	width: 25%;
	margin: 0px auto;
	margin-top: 40px;
	padding: 10px;
	background-color: #333333;
}

#cvButton:hover{
	background-color: #818285;
}

#portfolio{
	margin: 0px auto;
		margin-top: 60px;
	padding-top: 60px;
	background-color: #eeeeee;
	background-image: url('images/body-bg.png');
}
#contact{
	margin: 0px auto;
		margin-top: 20px;
	padding-top: 60px;
	padding-bottom: 100px;
	background-color: #eeeeee;
	background-image: url('images/body-bg.png');
}

.featurette-divider{
margin: 80px 0px 40px 0px !important;
}	


#work{
	margin-top: 40px;
	padding-bottom: 20px;
}

.headerText{
	padding-top: 60px;
	padding-bottom: 80px;
}

.col-md-4{
	margin-bottom: 20px;
}

.noPad{
	padding-bottom: 0px;
}

span.text-content {
  background: rgba(0,0,0,0.8);
  color: white;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 95%;
  opacity: 0;
  margin-left: 2.5%;
  margin-right: 10px;
 padding-top: 100px;
  color: #ffffff;
	font-size: 48px;
	font-weight: 300;
	font-family: Quicksand, Helvetica, Verdana, sans serif;
}

span.text-content span {
  text-align: center;
  vertical-align: middle;
}

.col-md-4:hover span.text-content {
  opacity: 1;
}



.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

footer{
	width: 100%;
	height: 60px;
	background-color: #eeeeee;
	text-align: center;
	position: fixed;
	bottom: 0;
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
}

.paddingLeft60{
	padding-left: 60px;
}
.paddingLeft80{
	padding-left: 100px;
}
.paddingRight60{
	padding-right: 60px;
}

#webMobile{
	display: none;
}


@media (max-width:500px) {
	#logo{
	width:60%;
	margin: 0px auto;
}

h4{
	font-size: 12px;
}


#cvButton{
	width: 50%;
}

#portfolio{
	margin: 0px auto;
	width: 100%;
	margin-top: 60px;
	padding-top: 80px;
}
span.text-content {
width: 100%;
 padding-top: 90px;
	font-size: 38px;
}
#navbar{
	text-align: center;
	float: none;
}
#work{
	margin: 0px;
}
.paddingLeft60{
	padding: 10px !important;
}
.paddingLeft80{
	padding: 10px !important;
}
.paddingRight60{
	padding: 10px !important;
}

#webMobile{
	display: block;
}

#web{
	display: none;
}


}

@media (min-width:501px) and (max-width:767px){
	#logo{
	width:35%;
	margin: 0px auto;
}

span.text-content {
width: 96%;
 padding-top: 150px;
	font-size: 38px;
}
#navbar{
	text-align: center;
	float: none;
}
.paddingLeft60{
	padding: 10px !important;
}
.paddingLeft80{
	padding: 10px !important;
}
.paddingRight60{
	padding: 10px !important;
}
#webMobile{
	display: block;
}

#web{
	display: none;
}
}



	

@media (min-width:990px) and (max-width:1200px){
	span.text-content {
width: 96%;
 padding-top: 70px;
	font-size: 48px;
}
#webMobile{
	display: block;
}

#web{
	display: none;
}
}