

@import url("8col.css");
@import url("5col.css");
@import url("3col.css");
	

	@media only screen and (min-width: 1024px) {



#container {
	padding: 65px 35px 15px 75px;
	font: normal 55px/57% 'Equateur-Regular', Times, serif;
	letter-spacing: 0px;
	text-transform: capitalize;
}

#containerprivacy {
	padding: 60px 120px 55px 75px;
	font: normal 54px/50% 'Equateur-Regular', Times, serif;
	letter-spacing: 0px;
	text-transform: capitalize;
	background-color:#8f7791;
	width:720px;
}


.martincannas {
	color: #64606b;
	line-height: 25%;
	border-bottom: 1px solid #fff4f4;
}

.mediadesigner {
	color: #666;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #fff4f4;
	font: normal 25px/95% 'Equateur-Regular', Times, serif;
	text-transform: none;
}

.privacy {
	color: #e8e4d9;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e8e4d9;
	font: normal 23px/163% 'Equateur-Regular', Times, serif;
	text-transform: none;
	margin-bottom:45px;
}

.privacy2 {
	color: #e8e4d9;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #8a738e;
	font: normal 23px/163% 'Equateur-Regular', Times, serif;
	text-transform: none;
	margin-bottom:36px;
}

.professor {
	
	color: #39d3d2;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #8a738e;
	font: normal 35px/130% 'Equateur-Regular', Times, serif;

}

.newwebsite {
	
	color: #777373;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #8a738e;
	font: normal 53px/70% 'Equateur-Regular', Times, serif;
}

.comingsoon {
	color: #fff4f4;
	font: normal 56px/120% 'Equateur-Regular', Times, serif;

}


#container a {
	color: #20c3a6;
	text-decoration: none;
	text-transform: none;
	font: normal 46px/55% 'Equateur-Regular', Times, serif;
	padding-top:12px;
	padding-bottom:4px;
}

#container a:link, #container a:visited {
	transition: color .2s linear;
	-webkit-transition: color .2s linear;
	color: #20c3a6;
	text-decoration: none;
}

#container a:hover, #container a:active {
	color: #64606b;
	text-decoration: none;
}

#containerprivacy a {
	color: #23cdaf;
	text-decoration: none;
	text-transform: none;
}

#containerprivacy a:link, #containerprivacy a:visited {
	transition: color .2s linear;
	-webkit-transition: color .2s linear;
	color: #23cdaf;
	text-decoration: none;
}

#containerprivacy a:hover, #containerprivacy a:active {
	color: #64606b;
	text-decoration: none;
}

	}
