html {}

body {
    font-family: 'latolight', sans-serif;
    font-size:12pt;
    font-weight:normal;
    font-style:normal;
    letter-spacing:0.6pt;
    line-height:1.5em;
    background-color:white;
    color:black;
    margin:0;
    padding:0;
}

h1 {
    font-family: 'latolight', sans-serif;
    font-size:46pt;
    font-style:normal;
    font-weight: normal;
    text-align:center;
    margin:0 0 25px 0;
    padding:15px 0;
}
h2 {
    font-family: 'latolight', sans-serif;
    font-size:46pt;
    font-style:normal;
    font-weight:normal;
    color:#BCC3BC;
    text-align:left;
    margin:0 0 25px -5px;
    padding:15px 0;
}
h3 {
    font-family: 'latoregular', sans-serif;
    font-size: 12pt;
    font-style: normal;
    font-weight: normal;
    text-align: left;
}

main {
    max-width:60rem;
    margin:0 auto;
}

header {
    margin-bottom:25px;
    padding:25px 0;
    text-align:center;
    background-color:#F2F2F2;
}

footer {
    margin-top:25px;
    padding:25px 0;
    text-align:center;
    background-color:#F2F2F2;
}

b {
    font-family: 'latobold', sans-serif;
    font-style:normal;
    font-weight:normal;
}
p {
    margin:0;
    padding:0;
}

a {
    color:#3344CC;
    text-decoration:underline;
}
a:hover {
    text-decoration:none;

}

ul {

}

li {

}
.center {
    text-align:center;
}

img.bio {
    float:left;
    margin:0 25px 15px 0;
}
p.bio {
    margin-bottom:25px;
}

ul.collections {
    padding:0;
    margin-bottom:50px;
}
ul.collections li {
    list-style:none;
}
ul.awards {
    padding:0;
    margin-bottom:50px;
}
ul.awards li {
    list-style:none;
}
ul.exhibitions {
    padding:0;
    margin-bottom:50px;
}
ul.exhibitions li {
    list-style:none;
}

p.credits {
    font-size:10pt;
    margin:100px 0 0 0;
}
p.credits a {
    color:#3344CC;
}

#contact p {
}
/*==========  Mobile First Method  ==========*/

/* Custom, iPhone Retina */
@media only screen and (min-width : 320px) {

}

/* Extra Small Devices, Phones */
@media only screen and (min-width : 480px) {

}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {

}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {

}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {

}



/*==========  Non-Mobile First Method  ==========*/

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {

}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
    h1 {
        text-align:left;
        margin-bottom:15px;
    }
    ul.menu {
        margin:0 auto;
    }
    ul.menu li {
        float:left;
        text-align:center;
        margin-right:15px;
    }
    div#menu-container {
        width:auto;
    }
    div#menu {
        position:static;
        height:auto;
    }


}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {

}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {

}

/* Custom, iPhone Retina */
@media only screen and (max-width : 320px) {

}
