h1 {
	color: #000;
	font-size: 18px;
	line-height: 22px;
	margin-bottom: 22px;
}

a {
	font-size: 16px;
	margin-right: 10px;
}

a:last-of-type {
	margin-right: 0;
}

ul {
	margin-top: 15px;
	text-align: right;
	z-index: 2000;
}

ul a {

	font-size: 13px;
}

label {
	display: block;
	margin-bottom: 22px;
	line-height: 22px;
	font-size: 15px;
	font-weight: 300;
}

input {
	font-size: 12px;
	margin-bottom: 35px;
	height: 44px;
	width: 100%;
	font-weight: 300;
	border: 1px solid #d7d7d7;
	box-shadow: 0 !important;
	-webkit-appearance: none;
	border-radius: 0 !important;

}

label:last-of-type {
	margin-top: 30px;
}

textarea {
	font-size: 12px;
	margin-bottom: 15px;
	height: 220px;
	width: 100%;
	font-weight: 300;
	border: 1px solid #d7d7d7;
	-webkit-appearance: none;
	box-shadow: 0 !important;
	border-radius: 0 !important;

}

.linkButton { 
     background: none;
     border: none;
     color: #000;
     text-decoration: underline;
     cursor: pointer; 
     text-align: left;
     padding: 0;

}


a.active {
	color: #2b6eff !important;
}

p {
	font-weight: 300;
	font-size: 15px;
	line-height: 22px;
	margin-bottom: 22px;

}

#about a {
	font-size: 15px;
	color: inherit;
	text-decoration: underline;
}

mark.blue {
	color: #2b6eff;
	background-color: transparent;
}

mark {
	padding: 0;
}

.tint {
	position: relative;
	float: left;
	cursor: pointer;
}

.tint:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.tint:hover:before {
		background: #2b6eff;
		opacity: .9;
}

.inner-container {
	max-width: 1280px;
	margin-left: auto;
	margin-right: auto;
}

.first-left {
	padding-left: 0;
}


#header {
	border-bottom: 1px solid #d7d7d7;
}

.navbar {
	text-align: center;
	margin-bottom: 0;
}


.navbar-brand {
	position: absolute;
	padding-top: 20px;
	width: 100%;
	left: 0;
	top: 0;
	text-align: center;
	margin: auto;
	z-index: -100 !important;

}

.navbar-brand img {
	width: 150px;
	margin-left: auto;
	margin-right: auto;
}

#about {
	display: block;
	width: 65%;
	padding-top: 5%;
	padding-bottom: 12%;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

#title {
	display: block;
	width: 100%;
	height: 66px;
	text-align: center;
	border-top: 1px solid #d7d7d7;
}

#title h1 {
	margin-bottom: 7px;
	margin-top: 20px;

}

#work h1 {
	font-size: 16px;
	line-height: 22px;
	display: block;
	margin-bottom: 3px;
	font-weight: 400;
}

#work h5 {
	color: #9b9a9a;
	font-size: 13px;
	margin: 0;

}

#blog h5 {
	color: #9b9a9a;
	font-size: 13px;
	margin: 0;

}

#blog h1 {
	margin-bottom: 5px;
	text-decoration: underline;
}

#blog p {
	width: 60%;
	margin-top: 22px;
}

#blog a {
	font-size: 15px;
	color: inherit;
}

#project img {
	display: block;
	width: 100%;
	padding-bottom: 15px;
}

#big {
	padding-bottom: 30px;
}

#small {
	padding-bottom: 30px;
}

#big img {
	display: block;
	width: 100%;
	padding-bottom: 15px;
}

#small img {
	display: block;
	width: 100%;
	padding-bottom: 15px;
}

#side {
	padding-right: 0;
	padding-bottom: 66px;
}

#side img {
	width: 79%;
	display: block;
	margin-left: auto;
	margin-right: auto;
	pointer-events: none;
}

#blog {
	padding-bottom: 22px;
	border-bottom: 1px solid #d7d7d7;
}

#blog img {
	padding-top: 22px;
	width: 100%;
	padding-bottom: 22px;
}

#footer {
	background-color: #FFF;
	border-top: 66px solid #CCCCCC;
	color: #000;
	padding-top: 4%;
	padding-bottom: 4%;
	text-align: left;
}

#footer ul {
	text-align: center;
	margin-top: 0;
	padding-left: 0;
}


.copyright {
	font-size: 13px !important;
	margin-top: 7px;
	text-align: right;
}

.copyright a {
	font-size: 13px;
}



 /* Large Devices, Wide Screens */
    @media only screen and (max-width : 1200px) {

    }

    /* Medium Devices, Desktops */
    @media only screen and (max-width : 992px) {

    }

    /* Small Devices, Tablets IPHONE 6 */ 
    @media only screen and (max-width : 768px) {
    	h1 {
    		line-height: 22px;
    	}

    	#project img {
	    display: block;
	    width: 100%;
	    padding-bottom: 10px;
        }


    	.navbar-brand img {
    		margin-left: 0;
    	}

    	.navbar-brand {
    		padding-left:0;
    		padding-right: 0;
    	}



    	#main {
    		padding-right: 0;
    	}

    	#about  {
    		width: 100%;
    		padding-top: 3%;
    		padding-bottom: 9%;

    	}

    	#blog p {
    		width: 100%;
    	}

    	#side {
    		display: none;
    	}

    	#big {
    		padding-left: 15px;
    		padding-right: 15px;
    	}

    	#small {
    		padding-left: 15px;
    		padding-right: 15px;
    	}

    	#footer .row {
    		text-align: center;
    	}

    	#footer a:last-of-type {
    		margin-right: auto;
    		margin-left: auto;
    	}

    	.copyright {
    		text-align: center;
    	}

    	input {
	font-size: 12px;
	margin-bottom: 15px;
	height: 30px;
	width: 100%;
	font-weight: 300;
	border: 1px solid #d7d7d7;
	box-shadow: 0 !important;
	-webkit-appearance: none;
	border-radius: 0 !important;

}

textarea {
	font-size: 12px;
	margin-bottom: 15px;
	height: 88px;
	width: 100%;
	font-weight: 300;
	border: 1px solid #d7d7d7;
	-webkit-appearance: none;
	box-shadow: 0 !important;
	border-radius: 0 !important;

}

    }

    /* Extra Small Devices, Phones */ 
    @media only screen and (max-width : 413px) {
    	.navbar ul {
    		width: 100%;
    		text-align: center;
    		padding-top: 30px;
    		padding-left: 0;
    	}

    	.navbar-brand img {
    		margin-left: auto;
    		margin-right: auto;
    	}



    }

    /* Custom, iPhone Retina */ 
    @media only screen and (max-width : 320px) {
        
    }