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

/*main green hex code: #657A12*/
/*light green hex code: #739C42*/
/*black*/
/*white*/

/*fonts:

font-family: 'Roboto', sans-serif;
font-family: 'Yellowtail', cursive;

*/

body{
	margin-top: 0;
	margin: 0;
}

/*nav menu*/
.nav-menu{
	background-color: #657A12;
	height: 6vh;
}

ul{
	list-style-type: none;
	/*border: 2px dashed black;*/
	text-align: center;
}

li{
	display: inline;
	/*border: solid 2px yellow;*/
	font-family: 'Roboto', sans-serif;
	font-size: 20px;
	margin-right: 8%;
}


a{
	text-decoration: none;
	color: white;
}

a:hover {
  color: #739C42;
}

 .purple-btn{
	background-color: #65127A;
	border: none;
	color: white;
	padding: 25px;
	width: 270px;
	font-family: 'Roboto', sans-serif;
	font-size: 20px;
	font-weight: 700;
	border-radius: 70px;
	margin-left: 26vw;
}


#banner-img-container{
	/*border: 3px solid black;*/
	margin-top: -3vh;
}

.banner-img{
	width: 100%;
}

#graphic-arts-banner-text{
	height: 100%;
	width: 170vh;
	position: absolute;
	top: 3vh;
	right: 6vw;
}

#scroll-img{
	height: 50vh;
	width: 55vh;
	position: absolute;
	bottom: 10vh;
	left: 65vw;
}

.row{
	/*background-color: grey;*/
}

.column{
	/*background-color: pink;*/
	float: left;
  	width: 50%;
}

#overview-to-why-here-bar-img{
	position: absolute;
	top: 160vh;
	left: 34vw;
	width: 40vw;
	height: 50vh;
}

#why-here-how-to-bar-img{
	position: absolute;
	top: 240vh;
	left: 28vw;
	width: 30vw;
	height: 30vh;
	/*flip image horizontally*/
	-webkit-transform: scaleX(-1);
  	transform: scaleX(-1);
}

#how-to-programs-img{
	position: absolute;
	top: 300vh;
	left: 40vw;
	width: 40vw;
	height: 40vh;
}

#overview-paragraph-text{
	text-align: right;
	width: 60%;
	margin-left: 7vw;
	margin-top: -15vh;
	font-family: 'ant';
}

.script-titles{
	font-family: 'Yellowtail', cursive;
	font-size: 88px;
	color: #739C42;
	margin-top: -2vh;
	text-align: center;
}

#overview-title{
	font-family: 'Yellowtail', cursive;
	font-size: 150px;
	color: #739C42;
	margin-left: 5vw;
}



.paragraph-text-columns{
	font-family: 'Roboto', sans-serif;
	/*Margin top on images allow positioning of texts to be pixel perfect*/
	margin-top: -7vh;
	margin-left: 8vw;
	margin-bottom: 10vh;
	width: 70%;
	
}


.graphic-design-com-paint{
	heigth: 100%;
	width: 40vw;
	margin-left: 50px;
	/*Margin top on images allow positioning of texts to be pixel perfect*/
	margin-top: 40vh;
	margin-bottom: 15px;
	/*border: 3px dashed blue;*/
}

.graphic-2-img{
	heigth: 100%;
	width: 40vw;
	margin-left: 50px;
	/*Margin top on images allow positioning of texts to be pixel perfect*/
	margin-top: 40vh;
	margin-bottom: 15px;
	/*border: 3px dashed blue;*/
}

.ink-rolling-img{
	heigth: 100%;
	width: 40vw;
	margin-left: 50px;
	/*Margin top on images allow positioning of texts to be pixel perfect*/
	margin-top: -64vh;
	margin-bottom: 15px;
	/*border: 3px dashed blue;*/
}

footer{
	background-color: #657A12;
	/*have to put margin top due to weird positioning on rest of images*/
	margin-top: 270vh;
	height: 300px;
	color: white;
}

.tmcc-logo-footer{
	display: block;
	padding-top: 50px;
  	margin-left: auto;
  	margin-right: auto;
  	width: 50%;
}





/*Homepage CSS Media Queries
@media screen and  (min-width:320px) {
  body {
    background-color: yellow;
  }
}*/

/*@media screen and (min-width:480px) {
  body {
    background-color: lightgreen;
  }
	
  li {
    display: block;
    /* border: solid 2px yellow; 
    font-family: 'Roboto', sans-serif;
    border: solid 2px black;
	}
	
  .nav-menu {
	margin-left: -9vw;
	height: 20vh;
	width: 90%;
	}
  
  #graphic-arts-banner-text {
    height: 30vh;
    width: 50vh;
    position: absolute;
    top: 18vh;
    right: -3vw;
	}
}*/

/*@media screen and  (min-width:530px) {
  body {
    background-color: palevioletred;
  }
}

@media screen and  (min-width:768px) {
  body {
    background-color: red;
  }
}*/

