/* style.css 
   Author: Stephanie Haney
   Date: Jan. 30, 2016
*/


.clear {
	clear: both;

}

.containermain {
	background-color: #000000;
	font-family: MyriadPro-Regular, 'Myriad Pro Regular', MyriadPro, 'Myriad Pro', Helvetica, Arial, sans-serif;
}

.container960 {
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
	overflow: hidden;
	font-family: MyriadPro-Regular, 'Myriad Pro Regular', MyriadPro, 'Myriad Pro', Helvetica, Arial, sans-serif;
}



.bodywithtext {
	font-family: MyriadPro-Regular, 'Myriad Pro Regular', MyriadPro, 'Myriad Pro', Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	line-height: normal;
	background-color: #ffffff;
	color: #000000;
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
	padding: 0 10px 0 10px;
}

.bodywithtext p {
	font-family: Minion Pro, Helvetica, Candara, Segoe, 'Segoe UI', Optima, Arial, sans-serif;
	font-size: 18px;
	padding: 0 20px 0 20px;;

}

.bodywithtext a {
	color: #e10707;
	text-decoration: none;
}

.bodywithtextblack {
	font-family: MyriadPro-Regular, 'Myriad Pro Regular', MyriadPro, 'Myriad Pro', Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	line-height: 20px;
	background-color: #000000;
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
}

.bodywithtextblack a {
	color: #e10707;
	text-decoration: none;
}

#headshotgallery {
	text-align: center;

}

.container960 h1 {
	color: #ffffff;
}

.containermainwhite {
	background-color: #ffffff;
	font-family: MyriadPro-Regular, 'Myriad Pro Regular', MyriadPro, 'Myriad Pro', Helvetica, Arial, sans-serif;

}

.containerwhite {
	width: 100%;
	margin-left: 15px;
	overflow: hidden;
	font-family: MyriadPro-Regular, 'Myriad Pro Regular', MyriadPro, 'Myriad Pro', Helvetica, Arial, sans-serif;
}

.sidebarvideo {
	text-align: center;
}

/*start styling footer general */

#sitemapgallery {
	overflow: hidden;
	float: left;
}

#topparagraph {
	margin-bottom: -10px;
}

#sitemapgallery a {
	color: #e10707;
	text-decoration: none;
}

.sitemapthumbs {
	width: 200px;
	float: left;
}

.sitemapthumbssmall {
	width: 90px;
	float: left;
}

/*end styling footer general */

/*start styling footer white */

#footerwhite {
	background: #ffffff;
}

#footerwhitecopyright {
	background: #ffffff;
	color: #000000;
	text-align: right;
	padding-right: 30px;

}
	
#footerwhitecopyright a {
	color: #e10707;
	text-decoration: none;

}

/*end styling footer white */

/*start styling footer black */

#footer {
	padding-top: 5px;
	background: #000000;
	padding-bottom: 30px;
	padding-left: 15px;
	margin-top: -20px;

}

#footercopyright {
	background: #000000;
	color: #ffffff;
	text-align: right;
	padding-right: 30px;
}

#footercopyright a {
	color: #e10707;
	text-decoration: none;
}

/*end styling footer black */



/* Start HAMBURGER creation */

.c-hamburger {
  display: block;
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 96px;
  height: 96px;
  font-size: 0;
  text-indent: -9999px;
  appearance: none;
  box-shadow: none;
  border-radius: none;
  border: none;
  cursor: pointer;
  transition: background 0.3s;
}

.c-hamburger:focus {
  outline: none;
}

.c-hamburger span {
  display: block;
  position: absolute;
  top: 44px;
  left: 18px;
  right: 18px;
  height: 8px;
  background: white;
}

.c-hamburger span::before,
.c-hamburger span::after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 8px;
  background-color: #fff;
  content: "";
}

.c-hamburger span::before {
  top: -20px;
}

.c-hamburger span::after {
  bottom: -20px;
}

/* END  HAMBURGER creation */

/* Start HAMBURGER animation */
.c-hamburger--htx {
  	background-color: #000000;
}

.c-hamburger--htx span {
 	 transition: background 0s 0.3s;
}

.c-hamburger--htx span::before,
.c-hamburger--htx span::after {
  	transition-duration: 0.3s, 0.3s;
  	transition-delay: 0.3s, 0s;
}

.c-hamburger--htx span::before {
  	transition-property: top, transform;
}

.c-hamburger--htx span::after {
  	transition-property: bottom, transform;
}

/* active state, i.e. menu open */
.c-hamburger--htx.is-active {
  background-color: #e10707;
}

.c-hamburger--htx.is-active span {
  background: none;
}

.c-hamburger--htx.is-active span::before {
  top: 0;
  transform: rotate(45deg);
}

.c-hamburger--htx.is-active span::after {
  bottom: 0;
  transform: rotate(-45deg);
}

.c-hamburger--htx.is-active span::before,
.c-hamburger--htx.is-active span::after {
  transition-delay: 0s, 0.3s;
}

/* END HAMBURGER animation */

/*Start Dropdown nav styling */
/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

/* Links inside the dropdown */
.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #f1f1f1}

/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
.show {
	display: block;
}
/*END dropdown nav styling */

.topofallpages{
	overflow: hidden;
	backround: #000;
	font-family: Avenir Black, Candara, Segoe, 'Segoe UI', Optima, Arial, sans-serif;
}

.dropdown{
	float: left;
}

.nameattop{
	float: left;
	margin: 0 0 0 20px;
	background: #000;
	color: #ffffff;
}

.lawyerwriterhostbosslady{
	float: right;
	background: #000;
	color: #ffffff;
	margin-right: 15px;
}

/*Start styling Portfolio page*/


#portfoliogallery {
	overflow: hidden;

}


.portfoliothumbs {
	overflow: hidden;
	width: 100%;
	border-bottom: 2px solid #999aa6;
	margin-top: 10px;
	padding-bottom: 30px;
}

.portfoliothumbs h2 {
	float: left;
	margin-left: 15px;
}

.portfoliothumbs iframe {
	float: left;
	margin-left: 15px;
}

/*Start styling Portfolio page*/

/*Start styling writing gallery */

#writinggallery {
	overflow: hidden;

}

.thumbnail {
	float: left;
	width: 310px;
	margin-left: 4px;
}

.thumbnail img {
	display: block;
    margin-left: auto;
    margin-right: auto
}

/*End styling writing gallery */


/* Start styling Digital & Interactive samples */


#digijournogallery {
	overflow: hidden;
}

.digijournothumbs {
	border-bottom: 2px solid #999aa6;
	padding: 5px;
	margin-top: 10px;
	padding-bottom: 30px;
	width: 100%;
}


.digijournothumbs h2 {
	float: left;
	margin-left: 15px;
}

.digitjournothumbs iframe {
	float: left;
	margin-left: 15px;
}

/* Start styling Digital & Interactive samples */

/*Start Map Stuff*/

#mapstuff{
	margin: 10px 30px 10px 10px;
}

.gifboxes{
	display: none;
	width: 300px;
	border: 4px solid black;
	padding: 10px;
	font-family: sans-serif;
}


/*End Map Stuff*/

/* End styling Digital & Interactive samples */

/* Start styling radio gallery samples */

.radiogallerythumbs {
	border: 2px solid black;
	padding: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
}

/* End styling radio gallery samples */

/*End styling Portfolio page*/

/* Start styling LOA gallery*/

#loagallery {
	overflow: hidden;

}

#loatwitter {
	float: right;

}

.loathumbs {
	float: left;
	width: 460px;
	margin-left: 15px;
}

/* End styling LOA gallery*/

/* Start styling Sidebar gallery*/

#sidebargallery {
	overflow: hidden;

}

.sidebarthumbs {
	float: left;
	width: 460px;
	margin-left: 15px;
}

/* End styling Sidebar gallery*/

/*Start styling social media contact gallery */

#contactform {
	width: 360px;
	float: left;
	margin-left: 40px;

}

#socialmediagallery {
	width: 380px;
	float: left;
	margin-top: 40px;
	margin-right: 40px;
}


.contactform {
	float: left

}

.socialmediagallery {
	float: left
}

.clearfix{
    clear:both
}

.socialthumbs {
	float: left;

}

@media screen and (max-width: 480px) {

/*add rules in here */


}

/*End styling social media contact gallery */


