/* General */

body {
	font-size: 18px;
	font-family: "sorts-mill-goudy", serif;
	font-weight: 200;
	color: #444;
	background: rgba(255,250,240,1);
	text-align: left;
}

body img {
	width: 100%;
	 
}


.container {
	margin-top: 50px;
	margin-bottom: 50px;
}

h1.glory-text {
	text-align: left; 
	margin-top: 3px;
}

h2 {
	margin-top: 25px;
}

h4 {
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 400;
}
	
ul {
	list-style: none;
}

a {
	color: rgba(218,94,53,1);
}

a:hover {
	color: rgba(218,94,53,0.7);
}

.left-align: {
	text-align: left;
}

/* Breadcrumb */

#breadcrumb, #breadcrumb-bottom {
	font-size: 12px;
	padding-bottom: 5px;
	text-align: center;

	
}

/* Masthead */

#masthead {
	text-align: center;
	text-transform: uppercase;
	
}	
#masthead h1 {
	font-family: "bebas-neue-by-fontfabric", sans-serif;
	font-size: 110px; /* 288/18 = 16em */
	font-weight: 800;
	color: rgba(218,94,53,1);
	text-transform: uppercase;
	line-height: 105px;
	margin-top: 0;
	margin-bottom:0;
	}
	
#masthead h2 {
	color: rgba(209,171,44,1);
	font-size: 40px;
	text-transform: uppercase;
	line-height: 50px;
	margin-bottom: 5px;
	margin-top: 0px;
	}
	
	
#masthead {
	border: 1px solid #333;
	padding: 10px;
	margin-bottom: 20px;
}

#masthead header {
	background: #333;
	padding: 20px 0 10px 0;
}

#masthead p {
	color: rgba(255,250,240,1);
	margin-bottom: 0px;
}


/* BIO section */


#bio p {
	text-align: justify;
}

.right-col p {
	font-size: 85%;
}

.right-col {
	text-align: left;
}

#contact {
	background-color: rgba(215,  206,  161, 0.20);
	padding: 10px;
	margin-top: 10px;
	text-align: center;
}


/* Selected Work Table */

#selected-works h3 {
	border-bottom: 1px solid #333;
	padding-bottom: 20px;
	text-align: center;
}

table td {
	text-align: left;
	text-align: bottom;
}

#table-border {
	border-bottom: 1px solid #333;
}

tbody tr {
	background-image: url(/img/dot.png); 
	background-position: 0px 56%; 
	background-repeat: repeat no-repeat;
}

tbody tr.two-lines {
	background-position: 0px 75%; 
}

table td span {
	background: rgba(255,250,240,1);
	padding-left: 2px;
	padding-right: 3px;
}

.table thead {
	text-transform: uppercase;
	font-size: 12px;
	
}
.table tbody tr td {
	border: none;
	vertical-align: bottom;
	padding-left: 0;
	padding-right: 0;
}

.table thead tr th {
	border-bottom: none;
	padding-left: 0;
	padding-right: 0;
}

td:nth-child(1){
	width: 49%;
}

td:nth-child(3), th:nth-child(3){
	text-align: right;
}

/* Getting in Touch */

.lines {
	border-bottom: 1px dotted #666;
	padding-bottom: 10px;
}

#contact h4 {
	font-size: 14px;
}

#contact h3 {
	line-height: 14px;
}

/* Reels and Resume Page */

img#resume-thumb {
	width: 150px;
	
}


/* Creative Portfolio */

section#portfolio {
	text-align: left;
}


#videos h4 {
	margin-top: 20px;
}


ul#creative-services {
	padding-left: 0px;
}

ul#creative-services li {
	border-bottom: 1px dotted rgba(209,171,44,1);
	padding-bottom: 10px;
	padding-top: 10px;
}

	/* Dealing with Youtube video width */
	
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


/* Disable iOS/WinMobile font size changes */
@media screen and (max-width: 600px),
screen and (max-device-width: 480px) {
  html {
    -ms-text-size-adjust: none;
    -webkit-text-size-adjust: none; } }


/* large-medium - small laptops */
@media screen and (max-width: 1200px) {
}

/* medium-large - iPad landscape */
@media screen and (max-width: 1024px) {



/* medium - iPad Portrait */
@media screen and (max-width: 768px) {

	th, th:nth-child(2), td:nth-child(2) {
		display: none;
	}
	
}

/* small-medium */
@media screen and (max-width: 675px) {

}

/*
    style for: tiny (iphone)
*/
@media screen and (max-width: 414px) {
	
.container {
	margin-top: 20px;
	margin-bottom: 20px;
}

body {
	font-size: 15px;
}

#masthead h1 {
	font-size: 50px;
	line-height: 46px;
}

#masthead h2 {
	font-size: 26px;
	line-height: 25px;
}

#masthead p {
	font-size: 12px;
}

h1.glory-text {
	font-size: 26px;
	text-align: center;
}

.right-col {
	text-align: center;
	border-top: 1px dotted rgba(209,171,44,1);
	padding-top: 10px;
	margin-top: 15px;
}

.right-col p {
	font-size: 100%;
}

.right-col h4 {
	margin-top: 15px;
}

#selected-works h3 {
	border-bottom: 1px dotted rgba(209,171,44,1);
	padding-bottom: 5px;
}


h2 {
	font-size: 20px;
	margin-top: 15px;
	margin-bottom: 10px;
}

h3 {
	font-size: 18px;
	margin-top: 15px;
	margin-bottom: 5px;
	padding-bottom: 10px;	
}

table td {
	text-align: center;
}

.table {
	margin-bottom: 10px;
}

th, th:nth-child(2), td:nth-child(2), th:nth-child(3), td:nth-child(3){
	display: none;
}

tbody tr {
	background-image: none; 
	
}

#most-recently {
	font-size: 24px;
}


#portfolio h3, #portfolio h2 {
	text-align: center;
	}
	
h3#videos-I-made {
	border-top: 1px solid rgba(209,171,44,1);
	padding-top: 10px;
	margin-top: 20px;
}

#resume-thumb {
	display: block;
	width: 70%;
	margin: auto;
}


}