/* Header */
@import url("https://fonts.googleapis.com/css?family=Rubik:300");

#logoCDMX {
	float: right;
	margin-right: 0%;
	margin-top: 0%;
	width: 100%;
}

#header_scg {
	border-bottom: 3px solid #fff;
	padding-top: 0.5%;
}

@media only screen and (max-width: 600px) {
	#logoCDMX {
		width: 100%;
		margin-right: 0%;
	}
}

@media only screen and (min-width: 1200px) {
	#logoCDMX {
		width: 100%;
		margin-right: 0%;
		margin-top: 1%;
	}
}

@media only screen and (min-width: 1600px) {
	#logoCDMX {
		float: right;
		margin-right: 7%;
		margin-top: 2.5%;
		width: 100%;
	}
}

a:hover {
	color: #bc955c;
	text-decoration: none;
}

a {
	color: #55585a;
	text-decoration: none;
	background-color: transparent;
}

@media (max-width: 1000px) {
	.dev {
		margin-top: -30px;
		margin-bottom: 5px;
	}
}

/* Menu */
.topnav {
	background-color: #55585a;
	overflow: hidden;
}

.topnav a {
	float: left;
	color: #55585a;
	text-align: center;
	padding: 15px 5px;
	text-decoration: none;
	font-size: 15px;
}

@import url("https://fonts.googleapis.com/css?family=Rubik:300");
a:hover {
	color: #666 !important;
	text-decoration: underline !important;
}
