/*
 Theme Name:   Slresponsive Theme Child
 Description:  Slresponsive Theme child
 Author:       Emma
 Template:     slresponsive
 Version:      1.0.0
 Tags:         responsive, clean, simple
*/
@import url("../slresponsive/style.css");

/* Base Styles */
    
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 {
        font-family: 'Karla', Helvetica, sans-serif;
        color: black;
}

html, body {
    height: 100%;
}
body {
  min-height: 100%;
}

tbody, tfoot, thead, tr, th, td {
border: none;
border-top: none;
}

#exhibition {
   padding: 10px;
   width: 100%;
    text-align: center;
    margin-left: 0 auto;
    margin-right: 0 auto;
    height: 100vh;
    padding-bottom: 5%;    
}

#exhibition img {
    width: 750px;
}


/* Typography */
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { 
    color: lightgray; 
}

h1 {
    font-size: 3em;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
    color: lightgrey;
}

h2 {
    font-size: 2em;
}

h3 {
    font-size: 1.5em;
}

h4 {
    font-size: 1em;
}
/*=====