body{
	font-family: 'Questrial', sans-serif;
}
#title{
	font-family: 'Lobster', cursive;
}
header{
	padding: 0px;
}
.head{
	padding: 0px;
}
#herovid{
	width: 100%;
}
.heroimg{
	width: 100%;
}
.headings{
	font-size: 3em;
}
footer{
	background-color: #111111;
	color: #ffffff;

}
footer hr{
	background-color: #ffffff;
	width: 60px;
}
nav ul li a {
	font-family: 'Lobster', cursive;
	color: #948f8f;
}
.navbar-dark .navbar-nav .nav-link {
    color: #e2e2e2;
}
.nav-link:hover{
	color: #55acee;
}
#navlogo{
	padding-right: 10px;
}
/*#homeabout{
	padding-top: 100px;
}*/
#subfooter{
	font-size: 12px;
	background-color: #010101;
	padding-top: 10px;
}
#footmenu{
	list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    float: right;
    padding-bottom: 5px;
}
#footmenu li{
	float: left;
	padding: 20px;
}
/*.footerblock{
	padding-top: 60px;
}*/
.bg-dark{
	background-color: #111111 !important;
}
.logo{
	width: 400px;
	height: auto;
}

#header-text{
	font-family: 'Lobster', cursive;
	text-align: center;
	padding-top: 20px;
	font-size: 36px;
}


#aboutrow{
	margin-top: 100px;
}



#resumerow{
	margin-top: 100px;
}

#workrow{
	margin-top: 50px;
}

.progress{
	margin-bottom: 20px;
	border-radius: 0px !important;
	background-color: #b0b0b0;
}
.progress-bar{
	background-color: #010101;
	height: 25px;
	text-align: left;
}
#skills_head{
	font-size: 72px;
}
#skills{
	padding-bottom: 20px;
	background-color: #ffffff;
}
#skillsec{
	margin: 50px 0px 50px 0px;
}
.secbreak{
	background-image: url('../images/textured.jpg');
	padding: 30px 0px 20px 0px;
}
.seccon{
	padding-top: 20px;
}
.reshead{
	color: #ffffff;
	font-size: 4em;
}
i{
	color: #ffffff;
}
.w-80{
	width: 80% !important;
}
.w-90{
	width: 90% !important;
}
.w-65{
	width: 65% !important;
}
.w-70{
	width: 70% !important;
}
.w-60{
	width: 60% !important;
}
.skill_label{
	padding: 4px;
}

.buttonstyle{
	box-shadow: rgb(10, 10, 10) 0px 10px 14px -7px;
    background: linear-gradient(rgb(30,30,30) 5%, rgb(0,0,0) 100%) rgb(0,0,0);
    border-radius: 4px;
    border: 1px solid rgb(0,0,0);
    display: inline-block;
    cursor: pointer;
    color: rgb(255, 255, 255);
    font-size: 15px;
    padding: 6px 12px;
    text-decoration: none;
    text-shadow: rgb(91, 138, 60) 0px 1px 0px;
    width: 200px;
    height: 50px;
    font-family: 'Questrial', sans-serif; 
}
#buttoncontainer{
	margin-bottom: 60px;
}




#foot_logo{
	width: 50%;
}
#footdesc{
	padding-top: 15px;
}
/*.footerone{
	padding-bottom: 40px;
}*/
.footertext{
	color: rgba(255,255,255,.5);
	font-family: 'Lobster', cursive;
}
#video-detach-button{
	display: none !important;
}

.parallax { 
    /* The image used */
    background-image: url("../images/firework.jpg");

    /* Set a specific height */
    height: 500px; 

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.parallax2 { 
    /* The image used */
    background-image: url("../images/sunset.JPG");

    /* Set a specific height */
    height: 500px; 

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

/*Gallery Page*/
.gallery-img{
	width: 100%;
	height: 200px;
}
#photo-container{
	margin-top: 100px;
}
#writing-container{
	margin-top: 100px;
	margin-bottom: 100px;
}
#design-container{
	margin-top: 100px;
}
.photo-row{
	margin-top: 20px;
}
.fa-newspaper-o{
	font-size: 200px !important;
	color: #000000;
}
.fa-book{
	font-size: 200px !important;
	color: #000000;
}
#writingrow{
	margin-top: 50px;
}
#designcontainer{
	margin-top: 50px;
	margin-bottom: 50px;
}

/*Contact Page*/
#contact-container{
	margin-top: 200px;
	margin-bottom: 50px;
}

@media (max-width: 960px){
	#navlogo {
		display: none;
	}
}
@media (max-width: 960px){
	#footdesc {
		text-align: center !important;
	}
}
@media (max-width: 960px){
	#footmenu {
		float: none;
    	display: block;
    	width: 50%;
    	margin: 0 auto;
	}
}
@media (max-width: 960px){
	.carousel-item {
		height: auto;
		min-height: auto;
	}
}
@media (max-width: 960px){
	.carousel {
		display: none;
	}
}
@media (max-width: 960px){
	#aboutrow {
		margin-top: 100px;
	}
}
@media (max-width: 960px){
	#homeabout {
		margin-top: 20px;
	}
}
@media (max-width: 960px){
	.newsitem {
		text-align: center;
	}
}
@media (max-width: 960px){
	.photoitem {
		text-align: center;
		margin-top: 10px;
		margin-bottom: 10px;
	}
}
@media (max-width: 960px){
	.galhead {
		text-align: center;
	}
}
@media (max-width: 960px){
	. {
		text-align: center;
	}
}