p, h1 {
	font-family: 'Exo 2', sans-serif;
}
.navbar .navlinks a {
	font-size:1em;
	transition-duration:0.2s;
}
.navbar .navlinks a:hover{
	color:#ffffff !important;
	background-color:#0272fa !important;
}
.navbar-brand{
	font-family: 'Engagement', cursive;
	font-size:5em;
	transition-duration:0.5s;
}
.navbar-brand:hover {
	color:#0272fa !important;
}
.navbar-default .nav li.active a {
	color:#ffffff !important;
	background-color:#0272fa !important;
}
#pageback {
	background: #425169 url(../img/snowfall.jpg) top center;
	width:100%;
	height:4000px;
	position:fixed;
	top:0;
	z-index:-1;
}
.aboutme {
	padding:80px 20px 90px 20px;
	text-align:center;
	background:url(../img/profileback.jpg) no-repeat center center;
	/*background-color:#602870;*/
	color:white;
	opacity:0.99;
	z-index:200;
	margin-bottom:70px;
	box-shadow:0px 0px 30px 0px #000000;
}
.aboutme .col1 {
	align:center;
	padding:0 90px 0 90px;
}
.aboutme h1 {
	font-size: 3em;
	padding-top: 25px;
	padding-bottom:30px;
}
.aboutme p {
	font-size: 2em;
}
.works {
	padding:60px 5px 120px 5px;
	text-align:center;
	background-color:#f4c430;
	color:#4f4f4f;
	margin-bottom:80px;
	z-index:200;
	opacity:0.98;
	box-shadow:0px 0px 30px 0px #000000;
	transition-duration:0.2s;
}
.works:hover {
	opacity:1;
}
.works h1 {
	font-size: 3em;
	padding-bottom:25px;
}
.photography {
	padding:60px 20px 140px 20px;
	text-align:center;
	/*background-color:#f4c430;*/
	/*color:#0272fa;*/
	color:#0000ff;
	background-color:white;
	margin-bottom:70px;
	z-index:200;
	opacity:0.98;
	box-shadow:0px 0px 30px 0px #000000;
	transition-duration:0.2s;
}
.photography:hover {
	opacity:1;
}
.photography h1 {
	font-size: 3em;
	padding-bottom:35px;
}
.photography blockquote { 
	transition-duration:0.2s;
}
.photography img:hover {
	border:none;
}
.blog {
	padding:60px 20px 100px 20px;
	text-align:center;
	background-color:#138808;
	color:white;
	margin-bottom:70px;
	z-index:200;
	opacity:0.98;
	box-shadow:0px 0px 30px 0px #000000;
	transition-duration:0.2s;
}
.blog:hover {
	opacity:1;
}
.blog h1 {
	font-size: 3em;
	padding-bottom:20px;
}
.blog p {
	font-size: 2.2em;
	color:#2f2f2f;
	padding:10px 15px 0px 15px;
	text-align:left;
}
.blog img {
	opacity:0.75;
	transition-duration:0.5s;
}
.blog img:hover {
	opacity:1;
}
.contact {
	padding:70px 15px 110px 15px;
	text-align:center;
	background-color:#000000;
	color:white;
	z-index:200;
	opacity:0.95;
	box-shadow:0px 0px 30px 0px #000000;
	transition-duration:0.2s;
	margin-bottom: 70px;
}
.contact:hover {
	opacity:1;
}
.contact h1 {
	font-size: 3em;
	padding-bottom:40px;
}
.contact a {
	color:#0272fa;
	transition-duration: 0.4s;
	text-decoration:none;
}
.contact a:hover {
	color: orange;
}