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

@font-face {
    font-family: 'dosismedium';
    src: url('../images/dosis-medium-webfont.eot');
    src: url('../images/dosis-medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('../images/dosis-medium-webfont.woff2') format('woff2'),
         url('../images/dosis-medium-webfont.woff') format('woff'),
         url('../images/dosis-medium-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}/* Dosis Medium Font Family, For Emails! */

@font-face {
    font-family:'Avenir';
    src: url('../images/Avenir-Medium.eot');
    src: url('../images/Avenir-Medium.eot?#iefix') format('embedded-opentype'),
        url('../images/Avenir-Medium.woff2') format('woff2'),
        url('../images/Avenir-Medium.woff') format('woff'),
        url('../images/Avenir-Medium.ttf') format('truetype'),
        url('../images/Avenir-Medium.svg#Avenir-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
} /* Avenir Medium Font Family, For Introduction Paragraph! */

@font-face {
    font-family: 'Avenir Next';
    src: url('../images/AvenirNext-Regular.eot');
    src: url('../images/AvenirNext-Regular.eot?#iefix') format('embedded-opentype'),
        url('../images/AvenirNext-Regular.woff2') format('woff2'),
        url('../images/AvenirNext-Regular.woff') format('woff'),
        url('../images/AvenirNext-Regular.ttf') format('truetype'),
        url('../images/AvenirNext-Regular.svg#AvenirNext-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
} /* Avenir Next Regular Font Family, For Navigation Buttons! */

@font-face {
    font-family: 'Acumin Variable Concept';
    src: url('../images/Acumin Variable Concept.eot');
    src: url('../images/Acumin Variable Concept.eot?#iefix') format('embedded-opentype'),
        url('../images/Acumin Variable Concept.woff2') format('woff2'),
        url('../images/Avenir-Medium.woff') format('woff'),
        url('../images/Acumin Variable Concept.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
} /* Acumin Variable Concept Font Family, For Class Description! */


body{
	background-image: url("../images/background_wgradient_01.png");
	background-size: cover;
	background-position: fixed;
	background-repeat: no-repeat;
	background-color: black;
}

header img{
	width: 40%;
	height: auto;
	margin-top: 1em;
	margin-left: 1.5em;
	position: center;
	z-index: 120000;
}

nav{
    z-index: 10000;
    position: fixed;
    width: 100%;
    height: 6em;
    top: 0;
    left: 0;
    right: 0;
    background-image: -webkit-linear-gradient(0deg,rgba(0,0,0,0.08) 0%,rgba(0,0,0,1.00) 100%);
    background-image: -moz-linear-gradient(0deg,rgba(0,0,0,0.08) 0%,rgba(0,0,0,1.00) 100%);
    background-image: -o-linear-gradient(0deg,rgba(0,0,0,0.08) 0%,rgba(0,0,0,1.00) 100%);
    background-image: linear-gradient(90deg,rgba(0,0,0,0.08) 0%,rgba(0,0,0,1.00) 100%);
	font-family: 'Avenir Next';
}

nav ul{
	list-style-type: none;
	display: flex;
	flex-direction: row;
	justify-content:center;
	margin: 0;
	padding: 0;
}

 nav ul li{
	position: relative;
	border-left: 2px solid rgba(255,255,255,0.50);
	height: 96px;
	flex-grow: 0;
	text-decoration: none;
	right: -34em;
	top: 0;
} 

nav ul li ul li{
	flex-direction: column;
	justify-content: center;
	posiion: absolute;
	top: 0;
	left: 0;
	width: 140px;
	background-color: black;
	z-index: 130000;
	display: none;
	box-shadow: 5px 5px 5px rgba(0,0,0,1.00);
}
nav ul li ul li a{
	font-size: 20px;
	text-align: left;
	padding: 3.5px 0;
}
	nav ul li:hover ul li{
		display:block ;
	}

	nav ul li ul li {
		border: 1px solid black;
		top: 1em;
		height: 50px;
	}

nav ul li a{
	height: 72px;
	margin-top: .55em;
	text-decoration: none;
	color: white;
	align-items: right;
	justify-content: center;
	display: flex;
	font-size: 40px;
	padding: 0 60px; /* Affects the space inbetween Navigation, Main Buttons */
}

nav ul li a:hover{
	color:mediumvioletred;
}
nav ul li a:active{
	color:white;
	background-color: mediumvioletred;
	height: auto;
}

article{
    width: 32%;
    height: auto;
    margin-top: -3.5em;
    margin-left: 1em;
	margin-bottom: 0;
    text-align: left;
    color: white;
    font-size: 18px;
    line-height: 32px;
	font-family: 'Avenir';
}

footer{
    margin-top: 13em;
    margin-left: 2em;
    color: gray;
    text-align: left;
    font-family: 'dosismedium';
    font-size: 23px;
    line-height: 9px;
}

footer a:link{
	color: gray;
	text-decoration: none;
	font-family:'dosismedium';
}
.instagram-logo{
	min-height: 55px;
	width: 6%;
	/* background-color: purple; To see box*/
	margin-top: -3em;
	margin-left: 13.5em;
}
.box{
	width: 55px;
	height: 55px;
}
.instagram{
	background-image: url("../images/instagram_logo_01.png");
	position: center;
	background-size: cover;
}

footer a:visited{
	color: purple;
}
footer a:hover{
	color: mediumvioletred;
}
footer a:active{
	color: white;
}

.tmcc-logo{
	min-height: 45px;
	width: 12%;
	/* background-color: purple; To see box*/
	margin-top: -3em;
	margin-left: 69em;
}
.box-2{
	width: 215px;
	height: 40px;
}
.tmcc{
    background-image: url("../images/tmcc_logo_white.png");
    position: center;
    background-size: cover;
}

	.class-info{
		/* background-color: purple; */
		min-height: 40px;
		width: 15%;
		margin-top: -.5em;
		margin-left: 49.5em;
}

	.box-3{
		width: 700px;
		height: 40px;
	}
	.class{
		color: white;
		font-family: 'Acumin Variable Concept';
		font-size: 30px;
	}