@charset "utf-8";

* {
	margin: 0;
	padding: 0;
}

/* HTML */

html {
	-webkit-font-smoothing: antialiased;
	-webkit-font-smoothing: subpixel-antialiased;
	background-color: #f05b58;
	background-image: url(../img/bg_gradient.png);
	background-repeat: repeat-x;
}

body {
	text-rendering: geometricPrecision;
	margin: 0;
	padding: 0;
}

p {
	padding-right: 35px;
	margin: 0;
}

#legend_resume p {
	padding: 0;
	margin:0;
	margin-top:1rem;
}

a {
        color: #FFFFFF;
}

/* Fonts */

@font-face {
	font-family: "niveaugrotesklight";
	src: url('../fonts/niveaugrotesklight.ttf') format('truetype');
	src: url('../fonts/niveaugrotesklight.eot') format('eot'),
		 url('../fonts/niveaugrotesklight.woff') format('woff'),
		 url('../fonts/niveaugrotesklight.svg') format('svg');
	/* url('XXX.eot');  IE9 */
}

@font-face {
	font-family: "niveaugroteskbold";
	src: url('../fonts/niveaugroteskbold.ttf') format('truetype');
	src: url('../fonts/niveaugroteskbold.eot') format('eot'),
		 url('../fonts/niveaugroteskbold.woff') format('woff'),
		 url('../fonts/niveaugroteskbold.svg') format('svg');
	/* url('XXX.eot');  IE9 */
}


 /* Classes */

.font_bold {
	font-family:"niveaugroteskbold";
	color: white;
}

.font_light {
	font-family:"niveaugrotesklight";
	color: white;
}

/* #################### */

.columns {
	-webkit-columns: 3;
	-moz-columns: 3;
	columns: 3;
}

#container {
    height:100%;
	width: auto;
}

#title_label {
	font-family:"niveaugrotesklight";
	color: white;
	line-height: 2.5rem;
	font-size:2.5rem;	
	text-align: left;
}

#data_label {
	font-family:"niveaugrotesklight";
	color: white;        
	line-height: 2.5rem;
	font-size:1rem;
	text-align: right;
    margin-bottom: 2rem;
    margin-top: -2rem;
    right: 0px;
    margin-right:35px;
  
}

#desc_label_intro {
	font-family:"niveaugrotesklight";
	color: white;
	font-size:1rem;
	text-align: left;
	line-height:1.35rem;
    width: 65%;
}

#desc_label {
	font-family:"niveaugrotesklight";
	color: white;
	font-size:1rem;
	text-align: left;
	line-height:1.35rem;
}

#vis_div_title {
	position: relative; 
	line-height: 2rem;
	top:35px;
	height: 100%;
	margin-left: 35px;
	margin-bottom: 80px; 
}

#vis_div_super_global {
	clear: both;
    position : relative;
	height:100%;
	width: auto;
	text-align: center;
	margin-left: 35px;
	margin-right: 35px;
}

#vis_div_legend {
    clear: both;
	position: relative;
	margin-bottom:0;
	width: auto;
	text-align:center;
	color:white;
}

#legend_label {
	font-family:"niveaugroteskbold";
	font-size:1.6rem;
	margin-left:35px;
	text-align: left;
	margin-bottom: 1rem;
	margin-top:35px;
	width:auto;
}

#legend_resume {
	float:left;
	width: 300px;
	color:white;
	font-family: "niveaugrotesklight";
	font-size:1rem;
	margin-left:35px;
	text-align: left;
	line-height:1.35rem;
	margin-bottom:25px;
	height: 190px;
}

.legend {
	float:left;
	width: 300px;
	color:white;
	font-family: "niveaugrotesklight";
	font-size:1rem;
	margin-left:35px;
	text-align: left;
	line-height:1.35rem;
	margin-bottom:25px;
	height: 190px;
}

#legend_resume_sch {
    position: relative;
	float:left;
	width: 150px;
	color:white;
	font-family: "niveaugrotesklight";
	font-size:1rem;
	margin-left:35px;
	text-align: left;
	line-height:1.35rem;
	margin-bottom:25px;
	height: 190px;
}

#legend_resume_sch_large {
    position: relative;
	float:left;
	width: 227px;
	color:white;
	font-family: "niveaugrotesklight";
	font-size:1rem;
	margin-left:35px;
	text-align: left;
	line-height:1.35rem;
	margin-bottom:25px;
	height: 190px;
}


#sublegend_label {
	width: 350px;
	margin-bottom:13px;
}

#sublegend_txt {
	margin-top: 1rem;
	font-size: 1rem;
}

#sublegend_txt_2 {
	margin-top: 1rem;
	font-size: 1rem;
}

#sublegend_txt_3 {
	margin-top: 1rem;
    font-size: 1rem;
}

#sublegend_txt_4 {
	margin-top: 1rem;
    font-size: 1rem;
}


/* #### BREAKPOINTS #### */


/*
##########################################################################
##########################################################################
For 1950px or less
##########################################################################
##########################################################################
*/

@media screen and (max-width: 1950px) {

    #container {
        width:auto;
    }
    
    .columns {
        -webkit-columns: 3;
        -moz-columns: 3;
        columns: 3;
    }


}

/*
##########################################################################
##########################################################################
For 1830px or less
##########################################################################
##########################################################################
*/

@media screen and (max-width: 1830px) {

    #container {
        width:auto;
    }
    
    .columns {
        -webkit-columns: 3;
        -moz-columns: 3;
        columns: 3;
    }


}

/*
##########################################################################
##########################################################################
For 1600px or less
##########################################################################
##########################################################################
*/

@media screen and (max-width: 1600px) {

    #container {
        width:auto;
    }
    
    .columns {
        -webkit-columns: 3;
        -moz-columns: 3;
        columns: 3;
    }


}

/*
##########################################################################
##########################################################################
For 1340px or less
##########################################################################
##########################################################################
*/

@media screen and (max-width: 1340px) {

    #container {
        width:auto;
    }
    
    .columns {
        -webkit-columns: 3;
        -moz-columns: 3;
        columns: 3;
    }


}

/*
##########################################################################
##########################################################################
For 1170px or less
##########################################################################
##########################################################################
*/

@media screen and (max-width: 1170px) {

    #container {
        width:auto;
    }
    
    .columns {
        -webkit-columns: 3;
        -moz-columns: 3;
        columns: 3;
    }


}

/*
##########################################################################
##########################################################################
For 1024px or less
##########################################################################
##########################################################################
*/

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

    #container {
        width:auto;
    }
    
    .columns {
        -webkit-columns: 2;
        -moz-columns: 2;
        columns: 2;
    }


}

/*
##########################################################################
##########################################################################
For 850px or less
##########################################################################
##########################################################################
*/

@media screen and (max-width: 850px) {

    #container {
        width:auto;
    }
    
    .columns {
        -webkit-columns: 2;
        -moz-columns: 2;
        columns: 2;
    }


}

/*
##########################################################################
##########################################################################
For 768px or less
##########################################################################
##########################################################################
*/

@media screen and (max-width: 768px) {

    #container {
        width:700px;
    }
    
    .columns {
        -webkit-columns: 2;
        -moz-columns: 2;
        columns: 2;
    }


}

/*
##########################################################################
##########################################################################
For 700px or less
##########################################################################
##########################################################################
*/

@media screen and (max-width: 700px) {

    #container {
        width:auto;
    }
    
    .columns {
        -webkit-columns: 1;
        -moz-columns: 1;
        columns: 1;
    }

    #data_label {
        display: none;
    }


}

/*
##########################################################################
##########################################################################
For 480px or less
##########################################################################
##########################################################################
*/

@media screen and (max-width: 480px) {

    #container {
        width:480px;
    }
    
    .columns {
        -webkit-columns: 1;
        -moz-columns: 1;
        columns: 1;
    }

    #data_label {
        display: none;
    }  

}





   
  


