@charset "UTF-8";
/* font */
body {
 font-family: 'Montserrat', sans-serif;
 font-family: 'Raleway', sans-serif;
 font-family: 'Oswald', sans-serif;
 font-family: 'Lato', sans-serif;
 font-family: 'Open Sans', sans-serif;
 font-family: 'Roboto', sans-serif;
}
/* unvisited link */
a:link {
 color: blue;
}
/* visited link */
a:visited {
 color: blue;
}
/* mouse over link */
a:hover {
 color: red;
}
/* selected link */
a:active {
 color: red;
} 
/* responsive image */
img.responsive {
 width: 100%;
 max-width: 1700px;
 height: auto;
 margin:0;
 padding:0;
 border:0;
}
/* bluecolor */
.blue {
 color: blue;
}
