/**********************************STRUCTURE**********************************/


body {
	margin: 0px;
	padding: 0px;
	font-family: verbcompregular , sans-serif;
	font-size: 20px;
	line-height: 150%;

}

	






#main-left {
	padding: 0px 20px;
	margin-bottom: 30px;
}

#main-right {
	margin-bottom: 30px;
}





#sec-left1 {
	text-align: center;
}


#sec-left2 {
	text-align: center;
	
}

#sec-right {
	text-align: center;
	font-size: 90%;
}

.photo_dottedrule {
		border: dotted #000000 4px;
		padding: 8px;
		margin: auto 20px;
		display: block;
}

.photo_dottedrule img {
	margin: auto;
}





.photo_solidrule {
		border: solid #000000 3px;
		margin: auto;
}

.square {
	width: 205px;
	height: 235px;
	margin: 20px auto;
}

.button_btm {
	margin:-20px auto 20px auto;
	clear: both;
}


.button_top {
	margin-bottom: -40px;
	z-index: 50;
	position:relative
}


/**********************************HEADERS**********************************/


#head-row {
	margin: 25px auto;
	display: block;
	text-align: center;
}	


#banner-row {
	border-top: dotted #000000 4px;
	margin: 40px -50px 0px -50px;
	border-bottom: dotted #000000 4px;
	clear: both;
	padding: 8px 0px;
	background-image: url(../images/Banner_Middle.gif);
	background-repeat: repeat-x;
	    background-position: center; 
		z-index: 100;
		

}


#logo {
	display: block;
	width: 100%;
	text-align: center;
	z-index: 500;
	position: relative;
	margin-top: -95px;
	margin-left: auto;
	margin-right: auto;
}
	

/**********************************TYPOGRAPHY**********************************/


h1 {
	font-family: alphabet_ponyregular, cursive;
	font-size: 250%;
	line-height: 100%;
	display: block;
	border-bottom: dotted #000 4px;
	padding-bottom: 0px;
	margin-bottom: 20px;
}


.commtype {
		font-family: verbcompbold, sans-serif;
		text-transform: uppercase;
		font-size: 85%;
		line-height: 200%;
		letter-spacing: 1px;

}

.commtype:after {
	content: url(../images/Arrow.gif)

}


 /* unvisited link */
a, a:link, a:visited {
    color: #000;
	cursor: pointer;
}

/* mouse over link */
a:hover {
    color:#000;
	border-bottom: dotted 3px;
	text-decoration: none;
}

/* selected link */
a:active {
    color: #000;
} 


strong {
		font: verbcompbold, sans-serif;
}

italic {
	font: verbcompregular_italic;
}



/**********************************NAVBAR**********************************/



.navbar-nav {
	font-family: verbcondmedium, sans-serif;
	font-size: 90%;
	letter-spacing: 2px;
	text-align:center;
	margin: -30px -50px 0px -50px;
	padding: 0px;
	display: block;
	z-index: 1000;
	position: relative;
}




#navbar-left {
	float: left;
}

#navbar-right {
	float: right;
}


.navbar-nav li {
	text-transform: uppercase;
	margin: 0px 20px;
	list-style: none;
	float: left;
}



.navbar-nav a, .navbar-nav a:hover, .navbar-nav a:visited, .navbar-nav a:link {
	text-decoration: none;
	color: #000;
}


.navbar-nav a:hover, .nav-active {
	border-bottom: 4px dotted;
}


.navbar-toggler {
	width: 1px;
	height: 1px;
	display:none;
	float: left;
	background: none;
}

.dropdown-menu {
	min-width: 300px;
	padding: 10px;
	z-index: 1000;
}

.dropdown-menu .dropdown-item {
	float: none;
	clear: both;
}

/**********************************ANIMATION DELAYS**********************************/

#btn-intro {
	animation-delay: 100ms;
}

#btn-resume {
	animation-delay: 500ms;
}

#btn-portfolio {
	animation-delay: 800ms;
}

#btn-bio {
	animation-delay: 1100ms;
}



/**********************************FOOTER**********************************/

#verse {
	font-family: verbcompregular, sans-serif;
	width: 70%;
	margin: 50px auto;
	border: dotted #000000 4px;
	padding: 8px;
	
}

#verse-int {
	border: #000 solid 3px;
	padding: 30px 5px;
	font-size: 100%;
	line-height: 150%;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 2px;
}


#footer {
	border-top: dotted #000000 4px;
	margin: 20px auto 0px auto;
	padding-top: 8px;
}

#footer a {
	color: #fff;
}

#footer-int {
	margin: auto;
	color: #fff;
	background-image: url(../images/Background.gif);
	background-repeat: repeat;
	padding: 10px 100px 200px 100px;
	text-align: right;
	font-size: 75%;
	
}
	
	
/**********************************CONDITIONAL STATEMENTS FOR TABLET**********************************/
	
@media only screen and (max-width: 1144px) {



.navbar-nav {
	margin: 0px;
	position: static;
}


/**********************************CONDITIONAL STATEMENTS FOR MOBILE**********************************/
	
@media only screen and (max-width: 990px) {

#navbar-left, #navbar-right  {
	float: left !important;
	clear: both !important;
	text-align: left !important;
	margin: 0px;
	padding: 0px;
}

#navbar-left li, #navbar-right li  {
	float: left !important;
	clear: both !important;
	text-align: left !important;
}


}
/**********************************CONDITIONAL STATEMENTS FOR MOBILE**********************************/
	
@media only screen and (max-width: 790px) {



.navbar-toggler {
	display: block;
	border: 0px none;
	margin: 0px;
	width: auto;
	height: 30px;
	clear: both;
	border: none 0px;
	
}

.navbar-toggler-icon {
	display: block;
	width: 30px;
	height: 30px;
}





.navbar-nav {
	margin: 0px;
	padding: 10px;
	position: static;
}


.navbar-nav li {
	margin: 10px 20px;
}


}


