
@charset "utf-8";

/* CSS Document */


/*super low resolution media query for mobile phones, 400px and below. This fourth media query did not work until I placed a min-width value in combination with a max-width value*/

    @font-face {
		
		font-family:"outward block";
		src: url("../fonts/outward-block-webfont.woff2") format('woff2'),
			 url("../fonts/outward-block-webfont.woff") format('woff'),
			 url("../fonts/outward-block.ttf") format('ttf');
		font-weight: normal;
		font-style: normal;

	}






@media screen and (min-width: 1px) and (max-width: 343px) {

	#bar_top {
	    
        background-color: rgb(226,31,38);
        z-index: 999999999999999999999999999;
        height: 12px;
        width: 100%;
        position: fixed;
        display: block;
        margin-top: -10px;
          
    }

	#master {		
		
		/*Moved down from 100% so that there is actually space for it to centre*/
		/*border: dotted thin cyan;*/
		background: rgb(226,31,38);	
		margin: auto;
		max-width: 100%;	
		
	}
	
	#grad {
		
		z-index: 2;
		position: fixed;
		margin-top: -15px;
		width: 3000px;
		margin-left: -800px;
		height:180px;
		background: rgb(226,31,38); /* For browsers that do not support gradients */ /* FF3.6-15 */
		background: -webkit-linear-gradient(rgb(226,31,38) 55%, rgba(255,255,255,0) 100%);
		background: -o-linear-gradient(rgb(226,31,38) 55%, rgb5(255,255,255,0) 100%);
		background: linear-gradient(rgb(226,31,38) 55%, rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */ /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 );

	}
	
	h1.style2 {
		
		font-family:"outward block";
		color: yellow;
		z-index: -1;
		font-size: 79vw;
		text-align: center;
		margin: auto;
		padding-top: 175px;
		padding-bottom: 80px;
		margin-left: 2%;	
		
	}
	
	#coded-by {
		
		color: yellow;
        font-weight: 400;
        letter-spacing: 1.2px;
        margin-left: -2%;
        margin-top: -164px;
        width: 100%;
		
	}
	
	#home {
	    
	    margin-left: 3.5%;
	    
	}
	
	#arrow {
		
		width: 33.5%;
    	line-height: 1.07;
		display:none;
		
	}

	#arrow:hover {
		
		display: none;
		width: 33.5%;
    	line-height: 1.07;
		content: url("../images/Portfolio/Home page/millantv-return-to-top-arrow-home-hover.png");
		
	}

	#millantv_navbar_yellow {

		display: none;
		width: 74px; 
		float:left; 
		margin-left: 158px; 
		margin-top: 14px;

	}

	#millantv_navbar_yellow:hover {

		display: none;
		width: 74px; 
		float:left; 
		margin-left: 
		518px; 
		margin-top: 14px;
		content: url("../images/millantv-logo-navbar-white.svg");
		
	}		
	
	/* The navigation bar */

	.navbar {
		
    	z-index: 3;
        overflow: hidden;
        background-color: rgb(226,31,38);
        border-color: rgb(226,31,38);
        top: 0;
        border-top-width: 8px;
        position: fixed;
        top: 0;
        width: 95.39%;
        font-family: "outward block";
        font-size: 50px;
        letter-spacing: .02em;
        margin: auto;
        padding-left: 0px;
        margin: 0px 0px 0px 0px;
        margin-top: 8px;
        margin-left: 0px;
        padding-bottom: 11px;

	}

	/* Links inside the navbar */
	
	.navbar a {
		
	    letter-spacing: .03em;
        float: left;
        display: block;
        color: white;
        margin: auto;
        margin: 10px 0px 0px 0px;
        word-spacing: 0.03em;
        text-decoration: none;
        margin-left: 24px;
        margin-right: -16px;
	
	}

	/* Change background on mouse-over */
	
	.navbar a:hover {
		
    	background-color: rgb(226,31,38);
	    color: yellow;
	
	}

    #Title_Logo {

        display: block;
        position: relative;
        margin: auto;
        width: 90%;
        margin-bottom: 200px;
        margin-top: 210px;
        padding-right: 0px;

    }

	/* Main content */
	
	.main {
	  
		margin-top: 30px; /* Add a top margin to avoid content overlay */	
	
	}
	
	h1 {
		font-family:"outward block";
		letter-spacing: .006em;
		color: red;
		font-size: 70vw;
		font-weight: 100;
		text-align: center;
		padding-top: 70px;
		margin-top: 0;
		margin-bottom: 50px;
		
	}		
	
	p {
			
		font-family: "tenso", sans-serif;
        font-weight: 350;
        font-style: normal;
        max-width: 892px;
        font-size: 17px;
        letter-spacing: .1em;
        word-spacing: 0.5px;
        line-height: 1.8;
        color: yellow;
        margin-left: 0px;
        margin-top: -125px;
        margin-bottom: 60px;
        padding-top: 0;
        transform: scale(.8, 1);

	}
	
	body {
		
		background: rgb(226,31,38);
		padding-bottom: 150px;
		display: block;
		width: fit-content;
		overflow: visible;
		margin-left: 2%;
		
	}
	
	#showreel {
		
		display: none;
		
	}
	
	#showreel_2 {
		
		display: block;
		position: relative;
		width: 60%;
		height: auto;
		margin: auto;
		margin-top: 90px;
		padding-left: 10px;
	
	}
	
	#showreel_link_mobile {
		
		position: absolute;
        z-index: 1;
        margin: auto;
        padding-top: 10px;
	
	}

	#showreel_link_tablet {
		
		display: none;
		margin-top: -505px; 
		float: left; 
		margin-left: 457px;
	
	}

	#showreel_link_desktop {
		
		display: none;
		margin-top: -505px; 
		float: left; 
		margin-left: 457px;
	
	}
	
	#animation_border {

        width: fit-content;
        height: 500px;
        background-color: white;
        margin: auto;
        margin-left: 2.5%;
        margin-right: 2%;
        margin-bottom: 0;
        position: relative;
        margin-top: 100px;
        background: #c00;
        background: linear-gradient(130deg, transparent 25px, #e21f26) top left, linear-gradient(225deg, transparent 0px, #e21f26) top right, linear-gradient(315deg, transparent 0px, #e21f26) bottom right, linear-gradient(45deg, transparent 0px, #e21f26) bottom left;
        background-size: 60% 60%;
        background-repeat: no-repeat;
        border-radius: 0px 0px 30px 30px;
        border: 3px solid yellow;
	
	}
	
	.thumbnails {
		
		margin-left: 2%;
		text-align: center;
		z-index: 1;
		max-width: 96%;
		display: block;
		position: absolute;
		float: none;
		width: fit-content;
		padding: 0;
		overflow: hidden;
		
	}
	
	#Zapiro {
		
		display: block;	
		width: 96%;
		margin: 0;
		margin-left: 0;
		padding: 0;
		opacity: 100;
		margin-top: 16px;
		
	}
	
	#TEN81 {
		
		display: none;	
		width: 96%;
		margin: auto;
		margin-left: 0;
		margin-top: 34px;	
		
	}

	#TEN81_small {
		
		display: block;	
		width: 96%;
		margin-bottom: 34px;
		margin-left: 0;
		margin-top: 34px;
			
	}
	
	#SJCAnimation {
		
		display: none;
		
	}

	#SJCAnimation_mobile {
		
		display: block;	
		width: 96%;
		margin: 0;
		margin-top: 32px;
		margin-bottom: 0;
		
	}
	
	#Parallelogram {
		
		display: block;	
		width: 96%;
		margin: 0;
		margin-top: 36px;

	}

	#Umqombothi_Mobile {

		display: block;	
		width: 98.5%;
		margin-bottom: 35px;
		margin-left: 0;
		margin-top: 0;

	}

	#border_character_design {

	    display: block;	
		width: fit-content;
		margin: auto;
		margin-left: 0%;
		margin-right: 4%;
		height: 290px;
		background-color: white;
		margin-bottom: 36px;
		position: relative;
		margin-top: 36px;
		background: #c00;
		background: linear-gradient(130deg, transparent 25px, #e21f26) top left, linear-gradient(225deg, transparent 0px, #e21f26) top right, linear-gradient(315deg, transparent 0px, #e21f26) bottom right, linear-gradient(45deg, transparent 0px, #e21f26) bottom left;
		background-size: 60% 60%;
		background-repeat: no-repeat;
		border-radius: 0px 0px 30px 30px;
		border: 3px solid yellow;
		
	}
	
	#character_design_text 	{
	
		font-family: 'outward block';
		color: yellow;
		text-decoration: none;
		display: block;
		margin-top: -30px;
		margin-left: -160px;
		margin-right: 27px;
		font-size: .7em;

	}

	#Character_Design {

		display: none;

	}

	#Character_Design_Mobile {

		display: block;	
		width: 96%;
		margin-top: 34px;

	}

	#dontHateMeBecauseImCultured {
		
	    display: block;	
		width: 96%;
		margin: 0;
		margin-top: 32px;

	}

	#TwoU {

		display: none;

	}

	#TwoU_mobile {

		display: block;
		width: 96%;
		margin-left: 0;
		margin-top: 34px;

	}

	#squeers {
			
		display: block;	
		width: 96%;
		margin: 0;
		margin-top: 34px;
			
	}

	#figure_drawing {

		display: block;	
		width: 96%;
		margin-top: 34px;

	}
	
	#Umqombothi {
		
		display: block;	
		width: 96%;
		margin-top: 34px;
		
	}

	#millantv_website {

		display: none;

	}

	#millantv_website_mobile {

		display: block;	
		width: 96%;
		margin-top: 34px;
	
	}

	#UX_UI {

		display: block;	
		width: 96%;
		margin-top: 34px;

	}

	#brand_identity {

		display: block;	
		width: 96%;
		margin-top: 34px;

	}

	#teaching_mobile {

		display: block;	
		width: 96%;
		margin-top: 34px;

	}

	#Teaching {

		display: none;

	}
	
	#Teaching_Tablet_Display {

		display: none;

	}

	#millantv_website_mobile {

		margin-bottom: 34px;

	}

	#border_anatomy {

		display: block;
		width: 94%;
		margin: auto;
		margin-left: 0%;
		margin-right: 4%;
		height: 290px;
		background-color: white;
		margin-bottom: 36px;
		position: relative;
		margin-top: 36px;
		background: #c00;
		background: linear-gradient(130deg, transparent 25px, #e21f26) top left, linear-gradient(225deg, transparent 0px, #e21f26) top right, linear-gradient(315deg, transparent 0px, #e21f26) bottom right, linear-gradient(45deg, transparent 0px, #e21f26) bottom left;
		background-size: 60% 60%;
		background-repeat: no-repeat;
		border-radius: 0px 0px 30px 30px;
		border: 3px solid yellow;

	}

	#anatomy_text 	{
	
		font-family: 'outward block';
		color: yellow;
		text-decoration: none;
		display: block;
		margin-top: 12px;
		font-size: .7em;
		margin-left: -158px;
		margin-right: 27px;
		
	}

	#animation_border_2 {

		display: block;
		width: 94.5% !important;
		margin-left: 0px !important;
		margin-right: -70%;
		height: 290px;
		background-color: white;
		margin-bottom: 36px;
		position: relative;
		margin-top: 36px;
		background: #c00;
		background: linear-gradient(130deg, transparent 25px, #e21f26) top left, linear-gradient(225deg, transparent 0px, #e21f26) top right, linear-gradient(315deg, transparent 0px, #e21f26) bottom right, linear-gradient(45deg, transparent 0px, #e21f26) bottom left;
		background-size: 60% 60%;
		background-repeat: no-repeat;
		border-radius: 0px 0px 30px 30px;
		border: 3px solid yellow;
		
	}
	
	#showreel_text {
		
		font-family: 'outward block';
		color: yellow;
		text-decoration: none;
		display: block;
		margin-top: -30px;
		margin-left: -160px;
		margin-right: 27px;
		font-size: .7em;
		
	}

	#Workshops_Panels {

		display: none;
		
	}

	#Workshops_Panels:hover {

		display: none;

	}

	#Workshops_Panels_Tablet_Display {

		display: none;

	}

	#Workshops_Panels_Mobile_Display {

		display: block;	
		width: 96%;
		margin-top: 34px;
		
	}

	#Client_TwoU {

		display: block;
        float: none;
        padding-top: 120px;
        margin: auto;
        padding-bottom: 0px;
		max-width: 90%;

	}

	#Client_edX {

        display: block;
        position: relative;
        float: none;
        padding-top: 85px;
        text-align: center;
        margin: auto;
		max-width: 90%;

	}

	#Client_GetSmarter {

		display: block;
        position: relative;
        float: none;
        padding-top: 83px;
        margin: auto;
		max-width: 90%;

	}

	#Client_Trilogy {

        display: block;
        float: none;
        padding-top: 80px;
        margin: auto;
		max-width: 90%;

	}

	#Client_Squeers {

        display: block;
        float: none;
        padding-top: 83px;
        margin: auto;
		max-width: 90%;

	}

	#Client_SJC {

        display: block;
        position: relative;
        float: none;
        padding-top: 86px;
        margin: auto;
		max-width: 90%;

	}

	#Client_The_Animation_School {

        display: block;
        position: relative;
        float: none;
        padding-top: 80px;
        margin: auto;
		max-width: 90%;

	}

	#Client_Zapiro {

        display: block;
        position: relative;
        float: none;
        padding-bottom: 15px;
        padding-top: 91px;
        margin: auto;
		max-width: 90%;

	}

	#Client_SAE_Institute {

		display: block;
        position: relative;
        float: none;
        margin-bottom: 0px;
        padding-top: 74px;
        margin: auto;
		max-width: 90%;

	}

	#Client_UCT {

        display: block;
        position: relative;
        float: none;
        padding-bottom: 15px;
        padding-top: 73px;
        margin: auto;
		max-width: 90%;

	}

	#Client_Out {

        display: block;
        position: relative;
        float: none;
        padding-top: 54px;
        margin: auto;
		max-width: 90%;

	}

	#Client_GroundUp {

        display: block;
        position: relative;
        float: none;
        padding-bottom: 20px;
        padding-top: 95px;
        margin: auto;
		max-width: 90%;

	}

	#Client_Vega_School {

        display: block;
        position: relative;
        float: none;
        margin-bottom: 0;
        padding-top: 56px;
        margin: auto;
		max-width: 90%;

	}

	#Client_GIBS {

        display: block;
        position: relative;
        float: none;
        padding-bottom: 0;
        padding-top: 74px;
        margin: auto;
		max-width: 90%;

	}

	#Client_Jacana {

		display: block;
        position: relative;
        float: none;
        padding-top: 80px;
        margin: auto;
		max-width: 90%;

	}

	#Client_Independent {

		display: block;
        position: relative;
        float: none;
        padding-bottom: 150px;
        padding-top: 85px;
        margin: auto;
		max-width: 90%;

	}
	
	footer nav {
		
		float: left;
		display: block;
		margin-bottom: 381px;
		margin-top: 0px;
		
	}
	
}
	
	






/*low resolution media query for mobile phones, between 344px and 748px*/

@media (min-width: 344px) and (max-width: 748px) {

	#bar_top {
	    
        background-color: rgb(226,31,38);
        z-index: 999999999999999999999999999;
        height: 12px;
        width: 100%;
        position: fixed;
        display: block;
        margin-top: -10px;
          
    }

	#master {		
		
		/*Moved down from 100% so that there is actually space for it to centre*/
		/*border: dotted thin cyan;*/
		background: rgb(226,31,38);	
			margin: auto;
		width: 295px;
		
	}

	body {	
		
		background: rgb(226,31,38);
		padding-bottom: 150px;
		
	}
	
	#grad {
		
		z-index: 2;
		position: fixed;
		margin-top: -15px;
		width: 3000px;
		margin-left: -800px;
		height:180px;
		background: rgb(226,31,38); /* For browsers that do not support gradients */ /* FF3.6-15 */
		background: -webkit-linear-gradient(rgb(226,31,38) 55%, rgba(255,255,255,0) 100%);
		background: -o-linear-gradient(rgb(226,31,38) 55%, rgb5(255,255,255,0) 100%);
		background: linear-gradient(rgb(226,31,38) 55%, rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */ /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 );
	}
	
	h1.style2 {
		
		font-family:"outward block";
		color: yellow;
		z-index: -1;
		font-size: 266px;
		text-align: center;
		margin: auto;
		padding-top: 180px;
		padding-bottom: 80px;
		display: block;
        padding-bottom: 120px;
		
	}
	
	#coded-by {
		
		color: yellow;
        font-weight: 400;
        letter-spacing: 1.2px;
        margin-left: -36px;
        margin-top: -164px;
		
	}
	
	#home {
	    
		margin-left:15px;
	    
	}
	
	#arrow {
		
		width: 33.5%;
    	line-height: 1.07;
		display:inline;
		
	}

	#arrow:hover {
		
		display: inline;
		width: 33.5%;
    	line-height: 1.07;
		content: url("../images/Portfolio/Home page/millantv-return-to-top-arrow-home-hover.png");
		
	}

	#millantv_navbar_yellow {

		display: none;
		width: 74px; 
		float:left; 
		margin-left: 158px; 
		margin-top: 14px;

	}

	#millantv_navbar_yellow:hover {

		display: none;
		width: 74px; 
		float:left; 
		margin-left: 
		518px; 
		margin-top: 14px;
		content: url("../images/millantv-logo-navbar-white.svg");
		
	}
	
	/* The navigation bar */

	.navbar {
		
        z-index: 3;
        overflow: hidden;
        background-color: rgb(226, 31, 38);
        border-color: rgb(226, 31, 38);
        top: 0;
        border-top-width: 8px;
        position: fixed;
        top: 0;
        width: 100%;
        font-family: "outward block";
        font-size: 50px;
        letter-spacing: .02em;
        padding-left: 0px;
        margin-top: 8px;
        margin-left: -17px;
        padding-bottom: 11px;

	}

	/* Links inside the navbar */
	
	.navbar a {
		
	    letter-spacing: .03em;
        float: left;
        display: block;
        color: white;
        margin: auto;
        margin: 10px 0px 0px 0px;
        word-spacing: 0.03em;
        text-decoration: none;
        margin-left: 24px;
        margin-right: -16px;
	
	}

	/* Change background on mouse-over */
	
	.navbar a:hover {
		
    	background-color: rgb(226,31,38);
	    color: yellow;
	
	}

	#Title_Logo {

		display: block;
        position: relative;
        margin: auto;
        width: 100.15%;
        margin-bottom: 200px;
        margin-top: 210px;
        padding-right: 0px;

    }

	/* Main content */
	
	.main {
	  
		margin-top: 30px; /* Add a top margin to avoid content overlay */
	
	}
	
	h1 {
		font-family:"outward block";
		letter-spacing: .006em;
		color: red;
		font-size: 70vw;
		font-weight: 100;
		text-align: center;
		padding-top: 70px;
		margin-top: 0;
		margin-bottom: 50px;
		
	}
		
	p {
	
        font-family: "tenso", sans-serif;
        font-weight: 350;
        font-style: normal;
        max-width: 382px;
        font-size: 17px;
        letter-spacing: .1em;
        word-spacing: 0.5px;
        line-height: 1.8;
        color: yellow;
        margin-left: -37px;
        margin-top: -90px;
        margin-bottom: 60px;
        padding-top: 0;
        transform: scale(.8, 1);

	}
	
	#showreel {
		
		display: none;
		
	}
	
	#showreel_2 {
		
		display: block;
		position: relative;
		width: 65%;
		margin: auto;
		margin-top: 25px;
		
	}
	
	#showreel_link_mobile {
		
		position: absolute;
        z-index: 1;
        margin: auto;
        padding-top: 450px;
        padding-left: 33px;
	
	}

	#showreel_link_tablet {
		
		display: none;
		margin-top: -505px; 
		float: left; 
		margin-left: 457px;
	
	}

	#showreel_link_desktop {
		
		display: none;
		margin-top: -505px; 
		float: left; 
		margin-left: 457px;
	
	}
	
	#animation_border {

		width: 290px;
        height: 500px;
        background-color: white;
        margin-left: -3px;
        margin-bottom: 34px;
        position: relative;
        margin-top: 0px;
        background: #c00;
        background: linear-gradient(130deg, transparent 25px, #e21f26) top left, linear-gradient(225deg, transparent 0px, #e21f26) top right, linear-gradient(315deg, transparent 0px, #e21f26) bottom right, linear-gradient(45deg, transparent 0px, #e21f26) bottom left;
        background-size: 60% 60%;
        background-repeat: no-repeat;
        border-radius: 0px 0px 30px 30px;
        border: 3px solid yellow;
	
	}
	
	.thumbnails {
		
		margin-left: -43px;
		z-index: 1;
		position: relative;
		
	}		
	
	#Zapiro {
		
		width: auto;
		margin: 0;
		margin-left: 0;
		margin-bottom: 0;
		margin-right: 0;
		padding: 0;
		opacity: 100;
		display: inline;	
		
	}

	#Umqombothi {

		display: block;	
		width: 98.5%;
		padding-top: 35px;
		margin-left: 0;

	}
	
	#TEN81 {
		
		display: none;
		width: 98.5%;
		margin-left: 0;
		margin-top: 34px;		
		
	}

	#TEN81_small {
		
		display: block;	
		width: 98.5%;
		margin-bottom: 35px;
		margin-left: 0;
		margin-top: 0;
				
	}
	
	#SJCAnimation {
		
		display: none;
		
	}

	#SJCAnimation_mobile {
		
		display: block;	
		width: 100%;
		margin: 0;
		margin-top: 32px;
		margin-bottom: 0;
		
	}
	
	#Parallelogram {
		
		display: block;
		position: relative;
		margin-top: 34px;
		margin-bottom: 34px;;

	}

	#TwoU_mobile {
		
		float: left;
        margin-bottom: 34px;
        padding: 0;
        display: block;
        position: relative;
        margin-top: 0;
		
	}

	#TwoU {
		
		display: none;
	}

	#Two:hover {
		
		display: none;
		
	}

	#border_character_design {
    
		display: none;
		display: block;
		width: 289px;
		float: left;
		height: 290px;
		background-color: white;
		margin-bottom: 36px;
		margin-left: 0;
		position: relative;
		margin-top: 33px;
		background: #c00;
		background: linear-gradient(130deg, transparent 25px, #e21f26) top left, linear-gradient(225deg, transparent 0px, #e21f26) top right, linear-gradient(315deg, transparent 0px, #e21f26) bottom right, linear-gradient(45deg, transparent 0px, #e21f26) bottom left;
		background-size: 60% 60%;
		background-repeat: no-repeat;
		border-radius: 0px 0px 30px 30px;
		border: 3px solid yellow;
		
	}
	
	#character_design_text 	{
	
		display: none;

	}

	#Character_Design {

		display: none;

	}

	#Character_Design_Mobile {

		display: block;

	}
	
	#dontHateMeBecauseImCultured {
		
	    float: left;
		margin: 0px;
		width: 98.5%;
		display: block;
		margin-top: 0;

	}

	#squeers {
			
		width: 98.5%;
		display: block;
		margin-top: 34px;
		
	}

	#figure_drawing {

		margin-top: 34px;
		margin-bottom: 34px;

	}

	#UX_UI {

		margin-bottom: 34px;

	}

	#millantv_website_mobile {

		margin-bottom: 34px;

	}
	
	#Teaching {

		display: none;

	}

	#Teaching_Tablet_Display {

		display: none;

	}

	#teaching_mobile {

		float: left;
        margin-bottom: 34px;
        padding: 0;
        display: block;
        position: relative;
        margin-top: 34px;

	}

	#millantv_website {

		display: none;

	}

	#border_anatomy {

	    display: block;
		width: 289px;
		float: left;
		height: 290px;
		background-color: white;
		margin-bottom: 36px;
		margin-left: 0;
		position: relative;
		margin-top: 33px;
		background: #c00;
		background: linear-gradient(130deg, transparent 25px, #e21f26) top left, linear-gradient(225deg, transparent 0px, #e21f26) top right, linear-gradient(315deg, transparent 0px, #e21f26) bottom right, linear-gradient(45deg, transparent 0px, #e21f26) bottom left;
		background-size: 60% 60%;
		background-repeat: no-repeat;
		border-radius: 0px 0px 30px 30px;
		border: 3px solid yellow;

	}

	#anatomy_text 	{
	
		font-family: 'outward block';
		color: yellow;
		text-decoration: none;
		display: block;
		margin-top: 10px;
		font-size: .7em;
		margin-left: -119px;
	
	}

	#animation_border_2 {

		display: block;
		width: 288px;
		float: left;
		height: 290px;
		background-color: white;
		margin-bottom: 36px;
		margin-left: 1px;
		position: relative;
		margin-top: 36px;
		background: #c00;
		background: linear-gradient(130deg, transparent 25px, #e21f26) top left, linear-gradient(225deg, transparent 0px, #e21f26) top right, linear-gradient(315deg, transparent 0px, #e21f26) bottom right, linear-gradient(45deg, transparent 0px, #e21f26) bottom left;
		background-size: 60% 60%;
		background-repeat: no-repeat;
		border-radius: 0px 0px 30px 30px;
		border: 3px solid yellow;
		
	}
	
	#showreel_text {
		
		font-family: 'outward block';
		color: yellow;
		text-decoration: none;
		display: block;
		margin-top: -39px;
		margin-left: -160px;
		margin-right: 27px;
		font-size: .7em;
		
	}

	#Workshops_Panels {

		display: none;
		
	}

	#Workshops_Panels:hover {

		display: none;

	}

	#Workshops_Panels_Tablet_Display {

		display: none;

	}

	#Workshops_Panels_Mobile_Display {

		display: block;
		margin-left: 0;
		margin-top: 34px;
		
	}

	#Client_TwoU {

		display: block;
        float: none;
        padding-top: 120px;
        margin: auto;
        padding-bottom: 0px;

	}

	#Client_edX {

        display: block;
        position: relative;
        float: none;
        padding-top: 85px;
        text-align: center;
        margin: auto;

	}

	#Client_GetSmarter {

		display: block;
        position: relative;
        float: none;
        padding-top: 83px;
        margin: auto;

	}

	#Client_Trilogy {

        display: block;
        float: none;
        padding-top: 80px;
        margin: auto;

	}

	#Client_Squeers {

        display: block;
        float: none;
        padding-top: 83px;
        margin: auto;

	}

	#Client_SJC {

        display: block;
        position: relative;
        float: none;
        padding-top: 86px;
        margin: auto;

	}

	#Client_The_Animation_School {

        display: block;
        position: relative;
        float: none;
        padding-top: 80px;
        margin: auto;

	}

	#Client_Zapiro {

        display: block;
        position: relative;
        float: none;
        padding-bottom: 15px;
        padding-top: 91px;
        margin: auto;

	}

	#Client_SAE_Institute {

		display: block;
        position: relative;
        float: none;
        margin-bottom: 0px;
        padding-top: 74px;
        margin: auto;

	}

	#Client_UCT {

        display: block;
        position: relative;
        float: none;
        padding-bottom: 15px;
        padding-top: 73px;
        margin: auto;

	}

	#Client_Out {

        display: block;
        position: relative;
        float: none;
        padding-top: 74px;
        margin: auto;

	}

	#Client_GroundUp {

        display: block;
        position: relative;
        float: none;
        padding-bottom: 20px;
        padding-top: 95px;
        margin: auto;

	}

	#Client_Vega_School {

        display: block;
        position: relative;
        float: none;
        margin-bottom: 0;
        padding-top: 56px;
        margin: auto;

	}

	#Client_GIBS {

        display: block;
        position: relative;
        float: none;
        padding-bottom: 0;
        padding-top: 74px;
        margin: auto;

	}

	#Client_Jacana {

		display: block;
        position: relative;
        float: none;
        padding-top: 80px;
        margin: auto;

	}

	#Client_Independent {

		display: block;
        position: relative;
        float: none;
        padding-bottom: 15px;
        padding-top: 85px;
        margin: auto;

	}
	
	footer nav {
		
		float: left;
		display: block;
		margin-bottom: 381px;
		margin-top: 0px;
		
	}

}








/*medium resolution media query for tablets, 748px to 1025px*/

@media only screen and (min-width: 748px) {
	

	#bar_top {
	    
	  display: block;
        position: fixed;
        width: 9999999px;
        height: 12px;
        top: -1px;
        z-index: 9999;
        margin-right: 500px;
        margin-bottom: 0px;
        background-color: rgb(226,31,38);
	    
	}
	
	.mediumRes {
		
		 margin-left: 18px;
		
		}
	
	body {	
		
		background: rgb(226,31,38);
		padding-bottom: 150px;
		
	}
	
	#grad {
		
		z-index: 2;
		position: fixed;
		margin-top: -15px;
		width: 3000px;
		margin-left: -800px;
		height:180px;
		background: rgb(226,31,38); /* For browsers that do not support gradients */ /* FF3.6-15 */
		background: -webkit-linear-gradient(rgb(226,31,38) 55%, rgba(255,255,255,0) 100%);
		background: -o-linear-gradient(rgb(226,31,38) 55%, rgb5(255,255,255,0) 100%);
		background: linear-gradient(rgb(226,31,38) 55%, rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */ /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 );
	}
	
	h1.style2 {
		
		font-family: 'outward block';
		color: yellow;
		margin-top: 85px;
		font-size: 37.2em;
		text-align: center;
		margin: 0px;
		padding-top: 146px;
		padding-bottom: 80px;
		margin-left: %;
		font-weight: 100;
		
	}
	
	#coded-by {
		
		color: yellow;
		margin-bottom: -300px;
		font-weight: 400;
		letter-spacing: 1.2px;
		
	}
	
	#home {
	    
	    margin-left:32px;
	    
	}
	
	#arrow {
		
		width: 40%;
    	line-height: 1.07;
		float: left;
		display:inline;
		
	}

	#arrow:hover {
		
		display: inline;
		width: 40%;
    	line-height: 1.07;
		content: url("../images/Portfolio/Home page/millantv-return-to-top-arrow-home-hover.png");
		
	}

	#millantv_navbar_yellow {

		display: inline;
        width: 82px;
        float: left;
        margin-left: 171px;
        margin-top: 19px;
	}

	#millantv_navbar_yellow:hover {

		display: inline;
        width: 82px;
        float: left;
        margin-left: 171px;
        margin-top: 19px;
		content: url("../images/millantv-logo-navbar-white.svg");
		
	}
	
	/* The navigation bar */

	.navbar {
			
	    z-index: 999;
        overflow: hidden;
        background-color: rgb(226,31,38);
        color: white;
        position: fixed;
        top: 0;
        width: 958.1px;
        font-family: "outward block";
        font-size: 60px;
        letter-spacing: .02em;
        padding-left: 0px;
        margin: 0px 0px 0px 0px;
        margin-top: 8px;
        margin-left: 26px;
        padding-bottom: 11px;

	}

	/* Links inside the navbar */
	
	.navbar a {
		 
		font-family: "outward block";
        font-size: 60px;
        letter-spacing: .03em;
		float: left;
		display: block;
		color: white;
		text-align: center;
		margin: 10px 0px 0px 0px;
		word-spacing: .03em;
		text-decoration: none;
		margin-left: 27px;
        margin-right: -16px;
	
	}

	/* Change background on mouse-over */
	
	.navbar a:hover {
		
		  background-color: rgb(226,31,38);
		  color: yellow;
	
	}

	/* Main content */
	.main {
	  
			margin-top: 30px; /* Add a top margin to avoid content overlay */
	
	}

	#master {		
		
		width: 749px; 
		height: 100%;
		margin: 0 auto; 
		background: rgb(226,31,38);	
		
	}

	#Title_Logo {

        display: block;
        position: relative;
        margin: auto;
        width: 83.7%;
        margin-bottom: 200px;
        margin-top: 154px;
        padding-right: 4px;
   
	}
	
	nav li a {		
					
		font-family: 'outward block';
		color: rgb(226,31,38); 	
		font-weight: normal; 
		line-height: 24px;
		font-size: 17.5px;
		font-weight: bold;
		letter-spacing: 2px;
		word-spacing: -3px;
		font-family: Arial;
			
	}
	
	#showreel {
		
		display: block;
		position: absolute;
		width: 130%;
		margin-left: -95px;
		margin-top: 25px;
		
	}
	
	#showreel_2 {
		
		display: none;
		
	}
	
	#showreel_link_mobile {

		display: none;
		margin: auto;
		padding-top: 450px;
		padding-left: 33px;

	}

	#showreel_link_tablet {
		
		margin: auto;
        padding-top: 17px;
        padding-left: 503px;

	}

	#showreel_link_desktop {
		
		display: none;
		margin-top: -505px; 
		float: left; 
		margin-left: 457px;

	}
	
	#animation_border {

		width: 622px;
		height: 500px;
		background-color: white;
		margin-left: 40px;
		margin-bottom: 34px;
		position: relative;
		margin-top: -60px;
		background: #c00;
		background: linear-gradient(130deg, transparent 25px, #e21f26) top left, linear-gradient(225deg, transparent 0px, #e21f26) top right, linear-gradient(315deg, transparent 0px, #e21f26) bottom right, linear-gradient(45deg, transparent 0px, #e21f26) bottom left;
		background-size: 60% 60%;
		background-repeat: no-repeat;
		border-radius: 0px 0px 30px 30px;
		border: 3px solid yellow;
		
	}
	
	#animation_border:hover {

		width: 622px;
		height: 500px;
		background-color: white;
		margin-left: 40px;
		margin-bottom: 34px;
		position: relative;
		margin-top: -60px;
		background: #c00;
		background: linear-gradient(130deg, transparent 25px, #e21f26) top left, linear-gradient(225deg, transparent 0px, #e21f26) top right, linear-gradient(315deg, transparent 0px, #e21f26) bottom right, linear-gradient(45deg, transparent 0px, #e21f26) bottom left;
		background-size: 60% 60%;
		background-repeat: no-repeat;
		border-radius: 0px 0px 30px 30px;
		border: 3px solid white;
		
	}
	
	.thumbnails {
		
		margin: auto;
    	z-index: 1;
    	position: relative;
		
	}
	
	p {
	
		font-family: "tenso", sans-serif;
		font-weight: 350;
		font-style: normal;
		max-width: 892px;
		float: left;
		font-size: 18px;
		letter-spacing: .05em;
		word-spacing: 0.5px;
		line-height: 1.8;
		color: yellow;
		margin-left: -9px;
		margin-top: -114px;
		margin-bottom: 60px;
		padding-top: 0;
		transform: scale(.8,1);
			
	}
	
	.body_copy {
		
		margin-left:-5%;
		max-width: 180%;
		
	}
	
	#thumbnails {
		
		width: auto;
        padding: 0;
		z-index: 2;
		position: relative;

	}
	
	ul.thumbnails {
		
		margin: auto;
	
		}
	
	#Zapiro {

		width: auto;
		margin: 0;
		margin-bottom: 34px;
		margin-right: 0;
		padding: 0;
		opacity: 100;
		display: inline;
		float: left;
		margin-left: 0;

	}

	#Zapiro: hover {

		display: none;
	}
	
	#dontHateMeBecauseImCultured {	
		
		width: auto;
		margin: 0;
		margin-top: 0px;
		margin-left: 0;
		margin-bottom: 36px;
		float: left;
        padding: 0;
		display: inline-block;
		position: relative
			
	}
	
	#Parallelogram {
		
		display: inline;
		float: right;
		position: relative;
		margin-top: -988px;
		margin-bottom: 0px;
		margin-right: 64px;
		margin-left: 0px;
		
	}

	#SJCAnimation {
	
	    padding: 0;
		width: 625px;
		margin: 0px;
		display: inline-block;
		float: left;
		margin: auto;
		margin-top: 0px;
		margin-left: 0px;
		margin-right: 64px;
		margin-bottom: 34px;
	
	}

	#SJCAnimation_mobile {
		
		display: none;
		
	}
	
	.horizontal_images {
		
		display:block;
		
	}

	#TwoU_mobile {
		
		display: none;
		
	}

	#TwoU {
		
		float: left;
		width: auto;
		margin: 0;
		margin-left: 0;
		margin-bottom: 34px;
        padding: 0;
		display: block;
		width: 622px;
		
	}

	#Teaching {

		display: none;
	}

	#teaching_mobile {

		display: none;

	}

	#Teaching_Tablet_Display {

		display: block;
		margin-left: 0;
		margin-bottom: 34px;
		content: url("../images/highRes/millantv-Teaching-&-Academic-Management-Thumbnail-Tablet-Display.png");
		
	}

	#Teaching:hover {

		display: none;

	}

	#Character_Design {

		display: block;
		margin-bottom: 34px;;

	}

	#Character_Design_Mobile {

		display: none;

	}

	#figure_drawing {

		display: inline-block;
        margin-top: 0;
        margin-left: 34px;

	}
	
	.horizontal_images img {
		
		display:inline-block;
		float:left;
		
	}

	#Umqombothi {
		
		margin: 0;
        margin-right: 0px;
        margin-bottom: 34px;
        margin-top: 0;
        position: relative;
        margin-left: 34px;
        padding: 0;
        display: inline-block;
        float: left;
		
	}

	#border_anatomy {

		display: block;
		width: 620px;
		float: left;
		height: 290px;
		background-color: white;
		margin-bottom: 34px;
		margin-left: 0;
		position: relative;
		margin-top: 0;
		background: #c00;
		background: linear-gradient(130deg, transparent 25px, #e21f26) top left, linear-gradient(225deg, transparent 0px, #e21f26) top right, linear-gradient(315deg, transparent 0px, #e21f26) bottom right, linear-gradient(45deg, transparent 0px, #e21f26) bottom left;
		background-size: 60% 60%;
		background-repeat: no-repeat;
		border-radius: 0px 0px 30px 30px;
		border: 3px solid yellow;

	}

	#anatomy_text 	{
	
	    font-family: 'outward block';
		color: yellow;
		text-decoration: none;
		display: block;
		margin-top: 43px;
		font-size: .7em;
		margin-left: 35px;
		
	}

	#squeers {
			
			float: left;
			position: relative;
			margin-top: 0px;
			margin-left: 0;
			margin-bottom: 0;
		
		}

	#animation_border_2 {

		display: block;
		width: 616px;
		float: left;
		height: 290px;
		background-color: white;
		margin-bottom: 34px;
		margin-left: 0;
		position: relative;
		margin-top: 34px;
		background: #c00;
		background: linear-gradient(130deg, transparent 25px, #e21f26) top left, linear-gradient(225deg, transparent 0px, #e21f26) top right, linear-gradient(315deg, transparent 0px, #e21f26) bottom right, linear-gradient(45deg, transparent 0px, #e21f26) bottom left;
		background-size: 60% 60%;
		background-repeat: no-repeat;
		border-radius: 0px 0px 30px 30px;
		border: 3px solid yellow;
		
	}

	#showreel_text {
		
		font-family: 'outward block';
		color: yellow;
		text-decoration: none;
		display: block;
		margin-top: 43px;
		margin-left: 0px;
		font-size: .7em;
		
	}

	#TEN81 {
			
		margin: 0;
		float: left;
		margin-left: 0;
		margin-top: 34px;;
		position: relative;
		margin-bottom: 34px;
		padding: 0;
		display: block;

	}

	#TEN81_small {

		display: none;

	}

	#millantv_website {

			display: block;
			position:relative;
			margin-bottom: 34px;

	}

	#millantv_website_mobile {

		display: none;

	}

	#brand_identity {

			display: inline;
			position:relative;
			margin-left: 34px;

	}

	#Workshops_Panels {

		display: none;
		
	}

	#Workshops_Panels:hover {

		display: none;

	}

	#Workshops_Panels_Tablet_Display {

		display: block;
		margin-left: 0;
		margin-top: 34px;
		
	}

	#Workshops_Panels_Mobile_Display {

		display: none;
		
	}

	#Client_TwoU {

		display: block;
		position: relative;
		float: left;
		margin-top: 120px;
		margin-left: 34px;
		margin-bottom: 0px;

	}

	#Client_edX {

		display: inline;
		position: relative;
		float: left;
		margin-top: 125px;
		margin-left: 54px;

	}

	#Client_GetSmarter {

		display: inline;
		position: relative;
		float: left;
		margin-top: 113px;
		margin-left: 40px;

	}

	#Client_Trilogy {

		display: inline;
		position: relative;
		float: left;
		margin-top: 120px;
		margin-left: 27px;

	}

	#Client_Squeers {

		display: inline;
		position: relative;
		float: left;
		margin-top: 53px;
		margin-left: 34px;

	}

	#Client_SJC {

		display: inline;
		position: relative;
		float: left;
		margin-top: 36px;
		margin-left: 54px;

	}

	#Client_The_Animation_School {

		display: block-inline;
		position: relative;
		float: left;
		margin-bottom: 0;
		margin-top: 30px;
		margin-left: 65px;

	}

	#Client_Zapiro {

		display: block-inline;
		position: relative;
		float: left;
		margin-bottom: 15px;
		margin-top: 51px;
		margin-left: 48px;

	}

	#Client_SAE_Institute {

		display: block;
        position: relative;
        float: left;
        margin-bottom: 0px;
        margin-top: 20px;
        margin-left: 20px;

	}

	#Client_UCT {

        display: block-inline;
        position: relative;
        float: left;
        margin-bottom: 15px;
        margin-top: 37px;
        margin-left: 65px;

	}

	#Client_Out {

        display: inline;
        position: relative;
        float: left;
        margin-top: 38px;
        margin-left: 70px;

	}

	#Client_GroundUp {

		display: block;
        position: relative;
        float: right;
        margin-bottom: 20px;
        margin-top: 57px;
        margin-right: 83px;

	}

	#Client_Vega_School {

		display: block;
        position: relative;
        float: left;
        margin-bottom: 0;
        margin-top: 22px;
        margin-left: 28px;

	}

	#Client_GIBS {

		display: block;
        position: relative;
        float: left;
        margin-bottom: 0;
        margin-top: 20px;
        margin-left: 86px;

	}

	#Client_Jacana {

		display: block;
        position: relative;
        float: left;
        margin-bottom: 200px;
        margin-top: 36px;
        margin-left: 206px;

	}

	#Client_Independent {

		display: block-inline;
        position: relative;
        float: left;
        margin-bottom: 15px;
        margin-top: 40px;
        margin-left: 70px;
	}

footer nav {
			
		position: relative;
		float: left;
		display: block;	
		margin-top: 12px;		/*Changed from 34px to 12px- not sure why the discrepency. */
		margin-left: 58px;		/*Changed from 60px to 58 px- not sure why the discrepency. */
		
		
	}
	
}
	
	
	












	
/*high resolution media query for desktop computers, 1025px and above*/

@media only screen and (min-width: 1025px) {
	

	#bar_top {
	    
	    color: rgb(226,31,38);
        z-index: 999999999999999999999999999;
        height: 12px;
        width: 9999999999px;
        position: fixed;
        display: block;
        margin-top: -1px;
        text-align: -webkit-center;
      
    }

	.mediumRes {
		
		 margin-left: 0px;
		
		}
	
	body {	
		
		background: rgb(226,31,38);
		padding-bottom: 0px;
		
	}
	
	#grad {
		
		z-index: 2;
		position: fixed;
		margin-top: -15px;
		width: 3000px;
		margin-left: -800px;
		height:180px;
		background: rgb(226,31,38); /* For browsers that do not support gradients */ /* FF3.6-15 */
		background: -webkit-linear-gradient(rgb(226,31,38) 55%, rgba(255,255,255,0) 100%);
		background: -o-linear-gradient(rgb(226,31,38) 55%, rgb5(255,255,255,0) 100%);
		background: linear-gradient(rgb(226,31,38) 55%, rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */ /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 );
	}
	
	h1.style2 {
		
		
		font-family: 'outward block';
		color: yellow;
		margin-top: 70px;
		font-size: 5425%;
		text-align: center;
		margin-left: 15px;
		padding-top: 15px;
		padding-bottom: 50px;
		
	}
	
	#coded-by {
		
		color: yellow;
        margin-bottom: -300px;
        font-weight: 400;
        letter-spacing: 1.2px;
        margin-left: -55.5px;
        margin-top: -125px;
        line-height: 2;
		
	}
	
	#arrow {
		
		width: 40%;
    	line-height: 1.07;
		float: left;
		display:inline;
		
	}

	#arrow:hover {
		
		display: inline;
		width: 40%;
    	line-height: 1.07;
		content: url("../images/Portfolio/Home page/millantv-return-to-top-arrow-home-hover.png");
		
	}

	#millantv_navbar_yellow {

        display: inline;
        width: 82px;
        float: left;
        margin-left: 510px;
        margin-top: 17px;

	}

	#millantv_navbar_yellow:hover {

        display: inline;
        width: 82px;
        float: left;
        margin-left: 510px;
        margin-top: 17px;
		content: url("../images/millantv-logo-navbar-white.svg");
		
	}
	
	/* The navigation bar */

	.navbar {
		
		z-index: 3;
		overflow: hidden;
		background-color: rgb(226,31,38);
		color: yellow;
		position: fixed; /* Set the navbar to fixed position */
		top: 0; /* Position the navbar at the top of the page */
		width: 100%; /* Full width */
		font-family: "outward block";
		font-size: 60px;
		letter-spacing: .02em;
		padding-left: 0px;
		margin: 0px 0px 0px 0px;
		margin-top: 8px;
		padding-bottom: 11px;

	}

	/* Links inside the navbar */
	
	.navbar a {
		  
		font-family: 'outward block';
		float: left;
		display: block;
		color: #f2f2f2;
		text-align: center;
		margin: 10px -34px 0px 5px;
		word-spacing: .03em;
		text-decoration: none;
		margin-left: 36px;
		margin-right: -25px;
	
	}

	#home {

		font-weight: 100;

	}

	/* Change background on mouse-over */
	
	.navbar a:hover {
		
		  background: rgb(226,31,38);
		  color: yellow ;
	
	}

	/* Main content */

	.main {
	  
			margin-top: 30px; /* Add a top margin to avoid content overlay */
	
	}

	#master {		
		
		overflow: hidden;
		width: 1024px; 
		margin: 0 auto; 
		/*border: dotted thin cyan;*/
		background: rgb(226,31,38);	
		margin-top: 0px;
		margin-bottom: 0px;
			
	}
	
	#Title_Logo {

        display: block;
        position: relative;
        margin: auto;
        width: 93.45%;
        margin-bottom: 230px;
        margin-top: 154px; 

	}

	.thumbnails {
		
		display: block;
		
	}
		
	h1 {
			font-family: 'outward block';
			letter-spacing: .006em;
			color: red;
			font-size: 240px;
			font-weight: 100;
			margin-left: 32px;
			padding-top: 70px;
			margin-top: 0;
			margin-bottom: 0px;
		}
		
	p {
					
		font-family: "tenso", sans-serif;
		font-weight: 350;
		font-style: normal;
		width: 892px;
		font-size: 18px;
		letter-spacing: .05em;
		word-spacing: .5px;
		line-height: 1.8;
		color: yellow;
		margin-left: -55px;
		margin-top: -108px;
		margin-bottom: 60px;
		padding-top: 0;
		transform: scale(.8,1);
			
	}
	
	.body_copy {
			
			
		font-family: "tenso", sans-serif;
		font-weight: 350;
		font-style: normal;
		width: 1092px;
		font-size: 18px;
		letter-spacing: .05em;
		word-spacing: .5px;
		line-height: 1.8;
		color: black;
		margin-left: -77px;
		margin-top: 60px;
		margin-bottom: 60px;
		padding-top: 0;
		transform: scale(.8,1);
			
	}
	
	#showreel {
		
		display: block;
		position: absolute;
		width: 96%;
		margin-left: 10px;
		margin-top: 0;

	}
	
	#showreel_2 {
		
		display: none;
		
	}
	
	#showreel_link_mobile {

		display: none;
		margin: auto;
		padding-top: 450px;
		padding-left: 33px;

	}

	#showreel_link_tablet {
		
		display: none;
		margin: auto;
        padding-top: 17px;
        padding-left: 503px;

	}

	#showreel_link_desktop {
		
        margin-top: 18px;
        margin-left: 707px;
        display: block;

	}
	
	#animation_border {

		width: 947px;
		height: 500px;
		background-color: white;
		margin: auto;
		margin-bottom: 34px;
		position: relative;
		margin-top: -70px;
		background: #c00;
		background: linear-gradient(130deg, transparent 25px, #e21f26) top left, linear-gradient(225deg, transparent 0px, #e21f26) top right, linear-gradient(315deg, transparent 0px, #e21f26) bottom right, linear-gradient(45deg, transparent 0px, #e21f26) bottom left;
		background-size: 60% 60%;
		background-repeat: no-repeat;
		border-radius: 0px 0px 30px 30px;
		border: 3px solid yellow;
		
	}

	#animation_border:hover {

		width: 947px;
		height: 500px;
		margin: auto;
		margin-bottom: 34px;
		position: relative;
		margin-top: -70px;
		background: #c00;
		background: linear-gradient(130deg, transparent 25px, #e21f26) top left, linear-gradient(225deg, transparent 0px, #e21f26) top right, linear-gradient(315deg, transparent 0px, #e21f26) bottom right, linear-gradient(45deg, transparent 0px, #e21f26) bottom left;
		background-size: 60% 60%;
		background-repeat: no-repeat;
		border-radius: 0px 0px 30px 30px;
		border: 3px solid white;
			
	}
	
	.thumbnails {
		
		width: auto;
        padding: 0;
		z-index: 1;
		position: relative;
	
	}

	#Zapiro {
		
		float: left;
		width: auto;
		margin: 0;
		margin-left: 36px;
		margin-bottom: 32px;   /* Needed to reduce from 34 px to 32 px for alignment purposes - images not consistent clearly*/
		margin-right: 34px;
        padding: 0;
		opacity: 100;
		display: inline;	
		
	}
	
	#Zapiro:hover {
		
		content: url("../images/Portfolio/Home page/millantv_Zapiro_Thumbnail_Hover.png");
			
	}
	
	#SJCAnimation {
		
        float: right;
        margin: 0px;
        margin-left: 0px;
        margin-right: 36px;
        margin-bottom: 34px;
        padding: 0;
        width: auto;
        display: inline-block;
		
	}
	
	#SJCAnimation:hover {

		content: url("../images/highRes/millantv-SJC-Commission_of_Inquiry_Animation_Mobile_Hover.png");
		
	}
	
	#SJCAnimation_mobile {
		
		display: none;
		
	}

	#Parallelogram {
		
		float: left;
		width: auto;
		margin: 0;
		margin-left: 36px;
		margin-bottom: 36px;
        padding: 0;
		display: block;
		
	}
	
	#Parallelogram:hover {
		
		z-index: 9999999;
		display:block;
		content: url("../images/Portfolio/Home page/millantv_Parallelogram_Thumbnail_Hover.png");	
	
	}

	#TwoU_mobile {
		
		display: none;
		
	}

	#TwoU {
		
		float: left;
        margin-left: -293px;
        margin-bottom: 34px;
        padding: 0;
        display: block;
        position: relative;
        margin-top: 0;
		
	}

	#TwoU:hover {	

		z-index: 99999999999999;
		display: block;
        margin-left: -293px;
		position: relative;
		margin-bottom: 34px;
		content: url("../images/highRes/millantv-2U-GetSmarter-edX-Trilogy-thumbnail-wide_2.png");
		
	}

	#teaching_mobile {

		display: none;
	}
	
	#Teaching {

		display: block;
		margin-left: 36px;
		margin-bottom: 34px;
		
	}

	#Teaching:hover {

		display: block;
		margin-left: 36px;
		margin-bottom: 34px;
		content: url("../images/highRes/millantv_Teaching & Learning_Hover_Thumbnail.png");

	}

	#Teaching_Tablet_Display {

		display: none;
		
	}

	#dontHateMeBecauseImCultured {
		
		display: none;		
		
	}
	
	#dontHateMeBecauseImCultured:hover {
		
		float: left;
		display: inline-block;
		content: url("../images/Portfolio/Home page/millantv_Don_t_Hate_Me_Because_I_m_Cultured_Hover.png");
		
	}
	
	#character_design_text 	{
	
		display: none;
		font-family: 'outward block';
		color: yellow;
		text-decoration: none;
		display: block;
		margin-top: 85px;
		margin-left: -15px;
		font-size: .7em;
	
	}

	#character_design_text:hover {
		
		display: none;
		font-family: 'outward block';
		color: yellow;
		text-decoration: none;
		display: block;
		margin-top: 85px;
		margin-left: -15px;
		font-size: .7em;
		text-decoration: underline;

	}

	#squeers {
			
		float: right;
		width: auto;
		margin: 0;
		padding: 0;
		display: inline;
		margin-right: 36px;
		margin-bottom: 0;
			
	}
	
	#squeers:hover {
		
		content: url("../images/Portfolio/Home page/millantv_Squeers_Thumbnail_Hover.png");
		
	}

	#figure_drawing {
			
		float: right;
		width: auto;
		margin: 0;
		padding: 0;
		display: inline;
		margin-right: 36px;
		margin-bottom: 0;
		margin-top: 34px;
			
	}
	
	#figure_drawing:hover {
		
		content: url("../images/highRes/millant-Figure-Drawing-Thumbnail-Hover.png");
		
	}
	
	#Umqombothi {
		
		float: right;
        margin: 0;
        margin-right: 36px;
        margin-bottom: 34px;
        margin-top: 0px;
        margin-left: 34px;
        padding: 0;
        display: inline;
        position: relative;
			
	}
	
	#Umqombothi:hover {
		
		content: url("../images/Portfolio/Home page/millantv_Umqombothi_Thumbnail_Hover.png");
		
	}

	#Character_Design {

		width: auto;
		margin: 0;
		margin-left: 36px;
		display: inline;
		float: left;
		margin-bottom: 34px;
		margin-right: 33px;
		margin-top: 0;
		padding: 0;
		padding-bottom: 0;

	}

	#Character_Design:hover {

		display: block;
		content: url("../images/highRes/millantv-Character-Design-Thumbnail-Hover.png");
		
	}

	#Character_Design_Mobile {

		display: none;

	}
	
	#TEN81 {
		
	    width: auto;
		margin: 0;
		margin-left: 36px;
		display: inline;
		float: left;
		margin-bottom: 34px;
		margin-right: 33px;
		margin-top: 0;
		padding: 0;
		padding-bottom: 0;
		
	}

	#TEN81_small {

		display: none;
	
	}

	#millantv_website {

		float: left;
		margin: 0px;
		margin-left: 36px;
		margin-bottom: 34px;
        padding: 0;
		display: inline-block;

	}
	
	#millantv_website:hover {
   
		display:inline-block;
		z-index: 99999999999999;
		content: url("../images/highRes/millantv-Website-Design-UX-UI-HTML-CSS-Thumbnail-Hover.png");
		margin-bottom: 34px;
		
	}

	#millantv_website_mobile {

		display: none;

	}

	#animation_border_2 {

		display: inline;
		width: 288.5px;
		float: right;
		height: 290px;
		background-color: white;
		margin-bottom: 0px;
		margin-right: 34px;
		position: relative;
		margin-top: 34px;
		background: #c00;
		background: linear-gradient(130deg, transparent 25px, #e21f26) top left, linear-gradient(225deg, transparent 0px, #e21f26) top right, linear-gradient(315deg, transparent 0px, #e21f26) bottom right, linear-gradient(45deg, transparent 0px, #e21f26) bottom left;
		background-size: 60% 60%;
		background-repeat: no-repeat;
		border-radius: 0px 0px 30px 30px;
		border: 3px solid yellow;

	}
	
	#animation_border_2:hover {

		display: inline;
		width: 288.5px;
		float: right;
		height: 290px;
		background-color: white;
		margin-bottom: 0px;
		margin-right: 34px;
		position: relative;
		margin-top: 34px;
		background: #c00;
		background: linear-gradient(130deg, transparent 25px, #e21f26) top left, linear-gradient(225deg, transparent 0px, #e21f26) top right, linear-gradient(315deg, transparent 0px, #e21f26) bottom right, linear-gradient(45deg, transparent 0px, #e21f26) bottom left;
		background-size: 60% 60%;
		background-repeat: no-repeat;
		border-radius: 0px 0px 30px 30px;
		border: 3px solid yellow;

	}

	#TEN81:hover {
		
		display: block;
		content: url("../images/highRes/millantv-ten81-centre-pretoria_thumbnail-wide-hover.png");
	
	}

	#border_anatomy {

		display: block;
		width: 620px;
		float: left;
		height: 290px;
		background-color: white;
		margin-bottom: 34px;
		margin-left: 34px;
		position: relative;
		margin-top: 0;
		background: #c00;
		background: linear-gradient(130deg, transparent 25px, #e21f26) top left, linear-gradient(225deg, transparent 0px, #e21f26) top right, linear-gradient(315deg, transparent 0px, #e21f26) bottom right, linear-gradient(45deg, transparent 0px, #e21f26) bottom left;
		background-size: 60% 60%;
		background-repeat: no-repeat;
		border-radius: 0px 0px 30px 30px;
		border: 3px solid yellow;

	}

	#border_anatomy:hover {

		display: block;
		width: 620px;
		float: left;
		height: 290px;
		background-color: white;
		margin-bottom: 34px;
		margin-left: 34px;
		position: relative;
		margin-top: 0;
		background: #c00;
		background: linear-gradient(130deg, transparent 25px, #e21f26) top left, linear-gradient(225deg, transparent 0px, #e21f26) top right, linear-gradient(315deg, transparent 0px, #e21f26) bottom right, linear-gradient(45deg, transparent 0px, #e21f26) bottom left;
		background-size: 60% 60%;
		background-repeat: no-repeat;
		border-radius: 0px 0px 30px 30px;
		border: 3px solid yellow;
		
	}

	#UX_UI {

		float: right;
		margin-top: 0;
        margin-right: 36px;
		display: inline-block;

	}

	#UX_UI:hover {

		display:inline-block;
		z-index: 99999999999999;
		content: url("../images/highRes/millantv-UX-UI-HTML-CSS_Thumbnail_Hover.png");
		
	}

	#brand_identity {

		float: right;
		margin-top: 34px;
        margin-right: 36px;
		display: inline-block;

	}

	#brand_identity:hover {

		display:inline-block;
		z-index: 99999999999999;
		content: url("../images/highRes/millantv-Brand-Identity-Thumbnail_Hover.png");
		
	}

	#Workshops_Panels {

		display: block;
		margin-left: 36px;
		margin-top: 34px;
		
	}

	#Workshops_Panels:hover {

		display: block;
		margin-left: 36px;
		margin-top: 34px;
		content: url("../images/highRes/millantv-workshops-panels-thumbnail-hover.png");

	}

	#Workshops_Panels_Tablet_Display {

		display: none;
		
	}

	#Workshops_Panels_Mobile_Display {

		display: none;
		
	}

	#Client_TwoU {

		display: block;
		position: relative;
		float: left;
		margin-top: 120px;
		margin-left: 34px;
		margin-bottom: 0px;

	}

	#Client_TwoU:hover {

		content: url("../images/highRes/Client Logos/millantv-roberto-millan-2U-icon-hover.png");

	}

	#Client_edX {

		display: inline;
		position: relative;
		float: left;
		margin-top: 125px;
		margin-left: 74px;

	}

	#Client_edX:hover {

		content: url("../images/highRes/Client Logos/millantv-roberto-millan-edX-icon-hover.png");

	}

	#Client_GetSmarter {

		display: inline;
		position: relative;
		float: left;
		margin-top: 113px;
		margin-left: 64px;

	}

	#Client_GetSmarter:hover {

		content: url("../images/highRes/Client Logos/millantv-roberto-millan-getsmarter-icon-hover.png");

	}

	#Client_Trilogy {

		display: inline;
		position: relative;
		float: left;
		margin-top: 120px;
		margin-left: 54px;

	}

	#Client_Trilogy:hover {

		content: url("../images/highRes/Client Logos/millantv-roberto-millan-trilogy-icon-hover.png");

	}

	#Client_Squeers {

		display: inline;
		position: relative;
		float: left;
		margin-top: 130px;
		margin-left: 64px;

	}

	#Client_Squeers:hover {

		content: url("../images/highRes/Client Logos/millantv-roberto-millan-squeers-icon-hover.png");
	}

	#Client_SJC {

		display: inline;
		position: relative;
		float: left;
		margin-top: 120px;
		margin-left: 54px;

	}

	#Client_SJC:hover {

		content: url("../images/highRes/Client Logos/millantv-roberto-millan-SJC-icon-hover.png");

	}	

	#Client_The_Animation_School {

		display: block-inline;
		position: relative;
		float: left;
		margin-bottom: 0;
		margin-top: 28px;
		margin-left: 29px;

	}

	#Client_The_Animation_School:hover {

		content: url("../images/highRes/Client Logos/millantv-roberto-millan-The Animation School-icon-hover.png");

	}

	#Client_Zapiro {

		display: block-inline;
		position: relative;
		float: left;
		margin-bottom: 15px;
		margin-top: 48px;
		margin-left: 50px;

	}

	#Client_Zapiro:hover {

		content: url("../images/highRes/Client Logos/millantv-roberto-millan-Zapiro-icon-hover.png");

	}

	#Client_SAE_Institute {

		display: block;
		position: relative;
		float: left;
		margin-bottom: 0px;
		margin-top: 27px;
		margin-left: 62px;

	}

	#Client_SAE_Institute:hover {

		content: url("../images/highRes/Client Logos/millantv-roberto-millan-SAE Institute South Africa-icon-hover.png");

	}

	#Client_UCT {

		display: block-inline;
		position: relative;
		float: left;
		margin-bottom: 15px;
		margin-top: 43px;
		margin-left: 70px;

	}

	#Client_UCT:hover {

		content: url("../images/highRes/Client Logos/millantv-roberto-millan-University of Cape Town-icon-hover.png");

	}

	#Client_Out {

		display: inline;
		position: relative;
		float: left;
		margin-top: 44px;
		margin-left: 67px;

	}

	#Client_Out:hover {

		content: url("../images/highRes/Client Logos/millantv-roberto-millan-Out LGBT Wellbeing-icon-hover.png");

	}

	#Client_GroundUp {

		display: block;
		position: relative;
		float: right;
		margin-bottom: 20px;
		margin-top: 65px;
		margin-right: 42px;

	}

	#Client_GroundUp:hover {

		content: url("../images/highRes/Client Logos/millantv-roberto-millan-GroundUp-icon-hover.png");

	}

	#Client_Vega_School {

		display: block;
		position: relative;
		float: left;
		margin-bottom: 175px;
		margin-top: 26px;
		margin-left: 28px;

	}
	
	#Client_Vega_School:hover {

		content: url("../images/highRes/Client Logos/millantv-roberto-millan-Vega School of Brand Leadership-icon-hover.png");

	}

	#Client_GIBS {

		display: block;
		position: relative;
		float: left;
		margin-bottom: 200px;
		margin-top: 24px;
		margin-left: 88px;

	}

	#Client_GIBS:hover {

		content: url("../images/highRes/Client Logos/millantv-roberto-millan-Gordon Institute of Business Science-icon-hover.png");

	}

	#Client_Jacana {

		display: block;
		position: relative;
		float: left;
		margin-bottom: 20px;
		margin-top: 20px;
		margin-left: 84px;

	}
	
	#Client_Jacana:hover {

		content: url("../images/highRes/Client Logos/millantv-roberto-millan-Jacana-Publishing-icon-hover.png");

	}

	#Client_Independent {

		display: block-inline;
		position: relative;
		float: left;
		margin-bottom: 15px;
		margin-top: 35px;
		margin-left: 70px;

	}

	#Client_Independent:hover {

		content: url("../images/highRes/Client Logos/millantv-roberto-millan-Independent-newspapers-icon-hover.png");

	}
	
	footer nav {
		
		position: relative;	
		display: block;
		float: left;
		margin: 0;
		margin-top: 13px;
		margin-left: 34px;
			
	}	
	
}