@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 {
	margin: auto;
	padding-top: 20px;
	width: 100%;
	height: 100%;
}


/*projects*/
#projects {
	margin: auto;
	width: 100%;
	height: 100%;
	max-width: 1200px;
}
#projects p {
	margin-top: 0px;
	margin-bottom: 20px;
	text-align: left;
	line-height: 1.2em;
}
#projects img {
	margin-top: 50px;
}

/*project*/
#project {
	margin: auto;
	width: 100%;
	height: 100%;
	max-width: 1200px;
	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;
}
#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 {
	font-size: 0.8em;
}
#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-top: 100px;
	margin-bottom: 300px;
	width: 100%;
	height: 100%;
}
#cv ul {
	list-style:none;
	padding-top: 20px;
}
#cv li {
	line-height: 1.2em;
}


/*footer*/
#footer {
	margin: auto;
	width: 100%;
	height: 100%;
	padding-top: 100px;
	padding-bottom: 300px;
	text-align: center;
}
#footer a {
	margin-top: 20px;
	display:block;
}
#footer p {
	margin-top: 20px;
	display:block;
}

/*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;
}




	/*media phone*/



@media screen and (max-width:320px){
	
	
body {
	font-size: calc(112.5% + 0.5vw);
}
	
	/*commissions phone*/
#commissions {
	width: 100%;
}
#commissions p {
	margin-top: 4px;
	margin-bottom: 10px;
	text-align: left;
	line-height: 1.2em;
}
#commissions img {
	padding-top: 20px;
	width: 100%
}
.commissionssmall {
	width: 100%
}

/*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 {
	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;
	}
	
}