* {

}

html {
    background: url(../images/brick_01_bw.jpg);
    background-size: 100% auto;
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -o-background-size: 100% auto;
    -ms-background-size: 100% auto;
}

body {
    font-family: 'Special Elite', cursive;
    max-width: 75em;
    min-width: 270px;
    margin: auto;
    padding: 1em;
}

#logo_button {
    position: relative;
    display: inline-block;
    width: 600px;
    height: 100%;
    background-color: black;
}

#contact_outer {
    float: right;
    width: 25em;
    height: 7.5em;
    background-color: black;
    color: white;
    text-align: right;
}

#contact_outer:before {
    content: ' ';
    display: inline-block;
    vertical-align: middle;
    height: 100%;

}

#contact_inner {
    display: inline-block;
    vertical-align: middle;
    padding-right: 1em;
}

.contact_info {
    margin: .25em;
}

#mobile_menu_button {
    display: inline-block;
    float: left;
    height: 7.5em;
    background-color: black;
    color: white;
    text-align: center;
}

#menu_text:hover {
    transform: scale(1.1,1.1) !important;
    -ms-transform: scale (1.1,1.1) !important;
    -webkit-transform: scale (1.1,1.1) !important;
    -moz-transform: scale (1.1,1.1) !important;
    -o-transform: scale (1.1,1.1) !important;
    cursor: pointer;
}

#nav_menu_outer {
    display: block;
    width: 100%;
}

#nav_menu_inner {
    display: block;
    width: 98.5%;
    margin: 0 auto;
}

#mobile_nav_menu_outer {
    display: none;
    width: 100%;
    margin-bottom: 1em;
}

#mobile_nav_menu_inner {
    display: block;
    width: 98.5%;
    margin: 0 auto;
}

#vision_button {
    display: inline-block;
    margin: 1em 1em 0 1em;
    background-image: url(../images/vision_w.jpg);
    background-size: 200px 50px;
    background-color: black;
    width: 12.5em;
    height: 3.125em;
}

#vision_button:hover {
    background-image: url(../images/vision_m.jpg);
}

#projects_button {
    display: inline-block;
    margin: 1em 1em 0 1em;
    background-image: url(../images/projects_w.jpg);
    background-size: 200px 50px;
    background-color: black;
    width: 12.5em;
    height: 3.125em;
    
}

#projects_button:hover {
    background-image: url(../images/projects_y.jpg);
}

#services_button {
    display: inline-block;
    margin: 1em 1em 0 1em;
    background-image: url(../images/services_w.jpg);
    background-size: 200px 50px;
    background-color: black;
    width: 12.5em;
    height: 3.125em;
    
}

#services_button:hover {
    background-image: url(../images/services_c.jpg);
}

#artists_button {
    display: inline-block;
    margin: 1em 1em 0 1em;
    background-image: url(../images/artists_w.jpg);
    background-size: 200px 50px;
    background-color: black;
    width: 12.5em;
    height: 3.125em;
    
}

#artists_button:hover {
    background-image: url(../images/artists_m.jpg);
}

#contact_button {
    display: inline-block;
    margin: 1em 1em 0 1em;
    background-image: url(../images/contact_w.jpg);
    background-size: 200px 50px;
    background-color: black;
    width: 12.5em;
    height: 3.125em;
    
}

#contact_button:hover {
    background-image: url(../images/contact_y.jpg);
}

footer {
    margin-top: 1em;
    width: 100%;
    height: 100%;
    background-color: black;
    color: white;
}

#fb_footer {
    float:right;
    padding-right:1.5em;
    width:1em;
    margin-top:1.25em;
    margin-bottom:1em;
    margin-left:1.25em
}

.mc_text_vision {
    max-width: 35em;
    background-color: black;
    color: white;
    padding: .25em 1.25em;
    margin-top: 1em;
    margin-left: auto;
    margin-right: auto;
}

.mc_text_artists {
    max-width: 35em;
    background-color: black;
    color: white;
    padding: .25em 1.25em;
    margin-top: 1em;
    margin-left: auto;
    margin-right: auto;
}

.mc_text_projects {
    max-width: 35em;
    background-color: black;
    color: white;
    padding: .25em 1.25em;
    margin-top: 1em;
    margin-left: auto;
    margin-right: auto;
}

.mc_text_services {
    max-width: 35em;
    background-color: black;
    color: white;
    padding: .25em 1.25em;
    margin-top: 1em;
    margin-left: auto;
    margin-right: auto;
}

.mc_text_watercolor {
    max-width: 35em;
    background-color: black;
    color: white;
    padding: .25em 1.25em;
    margin-top: 1em;
    margin-left: auto;
    margin-right: auto;
}

.mc_text_contact {
    max-width: 35em;
    background-color: black;
    color: white;
    padding: .25em 1.25em;
    margin-top: 1em;
    margin-left: auto;
    margin-right: auto;
}

#contact-fb {
    color:white;
}

#contact-fb:hover {
    color: magenta;
}

.mc_text_index {
    max-width: 100%;
    background-color: black;
    color: white;
    padding: .25em 1.25em;
    margin-top: .75em;
    margin-left: auto;
    margin-right: auto;
}