@charset "utf-8";
/* CSS Document */

/*universal*/
body {
	font-family: COLLISRB, HelveticaNeue, Helvetica, Arial, " sans-serif";
	font-size: 1.1em;
}

img {
    max-width: 100%;
    max-height: 100%;
}


/*header*/
#header {
    list-style:none;
	margin: auto;
	padding-top: 20px;
	width: 100%;
	height: 100%;
}


/*newsletter*/
#newsletter {
	margin: auto;
	width: 100%;
	height: 100%;
	max-width: 600px;
}
#newsletter p {
	margin-top: 0px;
	margin-bottom: 2px;
	text-align: left;
	line-height: 1.2em;
}
#newsletter a {
    color: rgb(112, 60, 17);
}


/*projects*/
#projects {
	margin: auto;
	width: 100%;
	height: 100%;
	max-width: 800px;
}
#projects a {
    color: rgb(112, 60, 17);
}
#projects p {
    margin-top: 0px;
	margin-bottom: 20px;
	text-align: left;
	line-height: 1.2em;
}
#projects img {
	margin-top: 50px;
}



/*biotim*/
#biotim {
	margin: auto;
	width: 100%;
	height: 100%;
	max-width: 600px;
}
#biotim p {
	margin-top: 0px;
	margin-bottom: 2px;
	text-align: left;
	line-height: 1.2em;
}
#biotim a {
    color: rgb(112, 60, 17);
}

/*project*/
#project {
	margin: auto;
	width: 100%;
	height: 100%;
	max-width: 600px;
	margin-bottom: 300px;
}
#project p {
	margin-top: 5px;
	margin-bottom: 30px;
	text-align: left;
	line-height: 1.2em;
}
#project img {
	margin-top: 50px;
}

/*oh sketches*/	

#projectohsketch {
	margin: auto;
	width: 100%;
	height: 100%;
	max-width: 1100px;
	margin-bottom: 300px;
}
#projectohsketch p {
	margin-top: 5px;
	margin-bottom: 30px;
	text-align: left;
	line-height: 1.2em;
}
#projectohsketch img {
	margin-top: 100px;
}


/*apology*/
#apologytext {
	margin: auto;
	padding-left: 5px;
	padding-right: 5px;
	text-overflow: hidden;
	width: 100%;
	height: 100%;
	max-width: 700px;
	margin-top: 60px;
	margin-bottom: 80px;
    text-align: left;
}
#apologysmall {
	margin: auto;
	width: 100%;
	height: 100%;
	max-width: 600px;
	overflow-wrap: break-word;
}
#apologysmaller {
	margin: auto;
	width: 100%;
	height: 100%;
	max-width: 500px;
	overflow-wrap: break-word;
}
#apologytext p {
    text-align: left;
}
#apologyimage {
	margin: auto;
	width: 100%;
	height: 100%;
	max-width: 825px;
	margin-top: 30px;
}
.border1 {
	border: 1px black solid;
	margin: auto;
	max-width: 825px;
	width: 100%;
	margin-top: 70px;
}

/*caretaker*/
#caretaker {
	margin: auto;
	width: 100%;
	height: 100%;
	max-width: 860px;
	margin-bottom: 300px;
}
#caretaker p {
	margin-top: 5px;
	margin-bottom: 30px;
	text-align: left;
	line-height: 1.2em;
}
#caretaker img {
	margin-top: 50px;
}

/*tiny tim*/
#tinytim {
	margin: auto;
	width: 100%;
	height: 100%;
	max-width: 1000px;
	margin-bottom: 300px;
}
#tinytim p {
	margin-top: 5px;
	margin-bottom: 30px;
	text-align: left;
	line-height: 1.2em;
}
#tinytim img {
	margin-top: 50px;
}

/*video in project*/
.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 0px;
	height: 0;
	overflow: hidden;
	margin-top: 50px;
}
.video-container iframe {
	position: absolute;
	top: 0;
	left: o;
	width: 100%;
	height: 100%;
}


/*commissions*/
#commissions {
	margin: auto;
	width: 100%;
	height: 100%;
	max-width: 1200px;
}
#commissions p {
	margin-top: 4px;
	margin-bottom: 20px;
	text-align: left;
	line-height: 1.2em;
}
#commissions img {
	padding-top: 100px;
	display: block;
    margin-left: auto;
    margin-right: auto;
}
.commissionssmall {
	margin: auto;
	max-width: 720px;
}

/*CV*/
#cv {
	margin: auto;
	width: 100%;
	height: 100%;
	max-width: 600px;
}
#cv a {

    color: rgb(112, 60, 17);
}
#cv p {
    margin-top: 0px;
	margin-bottom: 5px;
	text-align: left;
	line-height: 1.2em;
}

/*newsletter*/
.newsletter{
    margin: 0 auto;
    text-align: center;
}


/*footer*/
#footer {
	margin: auto;
	width: 100%;
	height: 100%;
	padding-top: 100px;
	padding-bottom: 300px;
	text-align: center;
}
#footer a {
    text-decoration: none;
	margin-top: 20px;
	display:block;
}
#footer p {
    list-style:none;
	margin-top: 20px;
	display:block;
}


/*table*/
table {
    text-align: center
  border: 2px solid rgb(140 140 140);
}

th,
td {
  border: 1px solid rgb(160 160 160);
}

.center {
  margin-left: auto;
  margin-right: auto;
}



/*navigation elements*/

/*header navigation*/
.navheader {
    list-style:none;
    margin-top: -5px;
	margin-bottom: -10px;
    padding: 0;
    text-align: center;
}
.navheader li {
    display:inline;
}
.navheader a {
    display:inline-block;
    padding:5px;
}
#header a {
	color: black;
	text-decoration: none;
}


/*footer navigation*/
.navfooter {
    list-style:none;
    padding:0;
    text-align:center;
	line-height: 1.3em;
}


/*text elements*/
p {
	text-align: center;
}



/*table*/
.tablemaker {
    table-style:none;
    margin-top: -5px;
	margin-bottom: -10px;
    padding: 0;
    text-align: center;
}
.tablemaker table {
    display:inline;
}
.tablemaker a {
    display:inline-block;
    padding:5px;
}
#header a {
	color: black;
	text-decoration: none;
}




	/*media phone*/



@media screen and (max-width:320px){
	
	
body {
	font-size: calc(112.5% + 0.5vw);
}

/*tiny tim phone*/
#tinytim {
	width: 100%;
	margin-bottom: 300px;
}
#tinytim p {
	margin-top: 5px;
	margin-bottom: 30px;
	text-align: left;
	line-height: 1.2em;
}
#tinytim img {
	margin-top: 50px;
}

/*CV mobile*/
#cv {
	list-style:none;
    font-size: calc(112.5% + 0.5vw);
	margin-top: 100px;
	margin-bottom: 300px;
}
#cv ul {
	list-style:none;
	padding-top: 20px;
}
#cv li {
	line-height: 1.2em;
	}
	
}