/*
Theme Name: Hugo
Theme URI: http://cloudscorp.com
Author: the Cloudscorp team
Author URI: http://cloudscorp.com/

*/

@import url(css/normalize.css);
@import url(css/layout.css);
@import url(css/skin.css);
@import url(css/responsive.css);

/* hugo theme here */

/* begin transfer from css/skin.css */
h1 {
	font-size: 2.0em;
	line-height: 28px;    /* adjust if font-size is also adjusted */
	color: #1d496c;
}


/* all CSS below is for header */
.header-txt-2 {
	width:45%;
}

#header-wrap {
	padding-top: 10px;
	position:relative;
}

.most-accurate {
	font-size:18px;
	font-weight:lighter;
	color:#333333;
	line-height:0px;
	font-style: italic;
        margin-top: 35px;
}

.list-names {
	font-size:24px; 
	font-weight:bold;
	color:#254B70;
	line-height:26px;
}


@media screen and (max-width:940px) {
	.most-accurate {
	line-height:20px;
	}
}

@media screen and (max-width:700px) {
	.header-txt-2 {
	width:100%;
	}
 	#hdml-logo {
	text-align:center!important;
	float:none!important;
	display:block!important;
	}
}

@media screen and (max-width:480px) {
	.header-txt-2 {
	width:100%;
	}
        #header-wrap {
        height: 100%;
	padding-bottom:95px;
	}
}
/* all CSS above is for header */
