/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

#rectangle{
    width:40px;
    height:40x;
    background-color: #da352a;
}

h1 {
    font-family: "Montserrat",sans-serif;
    font-size: 1.5em;
    font-weight: bold;
    padding-bottom: 0.5em;
}

h2 {
    font-family: "Montserrat",sans-serif;
    font-size: 1em;
    padding-bottom: 0.5em;
}

.image-slider {
    display:inline;
    width:100%;
    position:relative;
    padding-top: 10px;
}
.note{
    font-family: "Montserrat",sans-serif;
    font-size: 0.8em;
    padding-top: 1em;
    padding-bottom: 1em;
    text-align: left;
}
.slider-button {
    font-family: "Montserrat",sans-serif;
    position:relative;
    display: inline-block;
    float:left;
    background-color: #cccccc; /* black-grey */
    color: white;
    padding: 1% 2% 1% 2%;
    text-align: center;
    text-decoration: none;
    font-size: 1em;
    font-weight: bold;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    cursor: pointer;
    border: none;
    margin-right: 2px;
}

.slider-button:hover {
        background-color: #555555;
}

.slider-button:active {
        background-color: #da352a;
}

.slider-button.active {
        background-color: #da352a;
}

.buttons {
    display:inline;
    padding-bottom: 20px;
}

img {
    cursor: pointer;   
}