body {
    margin: 0;
    background-color: #fff;
    line-height: 1.38em;
    letter-spacing: .042em;
    font-family: Lato,helvetica,sans-serif;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    text-transform: none;
    color: #2b2b2b;
}

a .subtitle {color: #000}

#main {
    text-align: center;
    margin: 0 5% 0 5%;
    width: 100%;
    height: 100%;
    top: 130px;
    position: relative;
    z-index: 1;
}

.inlineDiv {
    display: inline-block;
    text-align: left;
    padding: 2.5%;
    margin: 2% 5% 5% 0;
    min-width: 150px;
    max-width: 300px;
    vertical-align: top;
}

#homePage {padding-top: 1%;}

.whiteDiv {min-height: 300px;}

.whiteDiv img {
    margin-bottom: 15px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    box-shadow: 4px 5px 4px #babad3;
}

#theTitle {
    white-space: nowrap;
    text-shadow: 3px 4px 3px #babad3;
}

.title {
    font-family: Lato,helvetica,sans-serif;
    font-style: normal;
    font-size: 2.3em;
    font-weight: 500;
    color: rgb(43, 43, 43);
    margin: 60px 10% 0 0;
    text-shadow: 3px 4px 3px #babad3;
}

.subtitle {
    font-family: Lato,helvetica,sans-serif;
    font-size: 13px;
    font-weight: 900;
    font-style: normal;
    text-transform: uppercase;
    text-shadow: 3px 4px 3px #babad3;
    display: block;
}

#topDiv {
    font-family: Copperplate Gothic,'Balthazar',helvetica,sans-serif;
    font-size: 2.3em;
    line-height: 1em;
    position: fixed; 
    top: 0; 
    width: 100%; 
    padding: 1.5em; 
    background-color: #fff;
    background-image: url("../images/topBack.png"); 
    background-repeat: repeat-x; 
    background-position: center bottom; 
    text-align: center;
    z-index: 2;
}

#carouselFade {
    position: absolute;
    top: 120px;
    z-index: 0;
    width: 100%;
    left: 0;
    opacity: 0.2;
    filter: alpha(opacity=2);
    margin-top: 15px;
}

.w-50 {margin-left: 25%;}

#arrow {font-size:35px;}

#openMenu {
    display: none;
    width: 1px;
    line-height: 7px;
    font-size: 25px;
    position: fixed;
    top: 30px;
    left: 20px;
    cursor: pointer;
    text-shadow: 3px 4px 3px #babad3;
}
#closeMenu {
    display: none;
    width: 25px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    font-size: 25px;
    position: fixed;
    top: 30px;
    left: 20px;
    cursor: pointer;
    border: 1px solid #2b2b2b;
    padding-bottom: 3px;
    text-shadow: 3px 4px 3px #babad3;
}

#home {
    top: 135px;
    left: -100px;
    width: 100px;
    z-index: 2;
    position: fixed;
    background-image: url("../images/blueBrush.png");
    background-size: cover;
    padding: 10px 0 10px 0;
    text-align: center;
    box-shadow: 3px 4px 3px #babad3;
}

#gallery {
    top: 175px;
    left: -100px;
    width: 100px;
    z-index: 2;
    position: fixed;
    background-image: url("../images/redBrush.png");
    background-size: cover;
    padding: 10px 0 10px 0;
    text-align: center;
    box-shadow: 3px 4px 3px #babad3;
}

#requests {
    top: 215px;
    left: -100px;
    width: 100px;
    z-index: 2;
    position: fixed;
    background-image: url("../images/yelBrush.png");
    background-size: cover;
    padding: 10px 0 10px 0;
    text-align: center;
    box-shadow: 3px 4px 3px #babad3;
}

#classes {
    font-size: 10px;
    top: 255px;
    left: -100px;
    width: 100px;
    z-index: 2;
    position: fixed;
    background-image: url("../images/blueBrush.png");
    background-size: cover;
    padding: 10px 0 10px 0;
    text-align: center;
    box-shadow: 3px 4px 3px #babad3;
}

#web {
    font-size: 10px;
    top: 295px;
    left: -100px;
    width: 100px;
    z-index: 2;
    position: fixed;
    background-image: url("../images/redBrush.png");
    background-size: cover;
    padding: 10px 0 10px 0;
    text-align: center;
    box-shadow: 3px 4px 3px #babad3;
}

/* END MENU */

.grayDiv {background-color: rgba(244, 244, 244, 0.5);}

.lineDiv {border-top: #f4f4f4 solid 1px;}

.downDegree {display: inline-block;}

.less:hover, .enlarge:hover, .expand:hover {text-decoration: underline;}

.expand, .enlarge {cursor: pointer; color: blue;}

.contract {display:none; cursor: pointer; color: blue;}

.details {cursor: text; color: #000;}

.m-t-4 { /* Bootstap failure */ margin-top: 4px !important;}

.ccInstructions {
	font-size: 10px;
	padding: 1px 3px 1px 3px;
	color:red;
	border: red 1px solid;
	border-radius: 3px;
	white-space: nowrap;
	text-align: center;
}

#paypalContainer, .price, .hidden {display: none;}

#imagepreview {width: 100%;}

#emailAdd {margin-left: -30px;}

@media screen and (max-width: 650px) {
    #topDiv {font-size: 1.5em;}
    #homePage {padding-top: 5%;}
    #openMenu {display: block;}
    #home, #gallery, #requests, #classes, #web {display: none;}
    #arrow {font-size:25px; margin-left: -10px;}
    .title {margin-bottom: 5px;}
    #theTitle {margin-left: 25px;}
    .card-text{font-size: inherit !important;}
}
@media screen and (max-width: 400px) {
    #theTitle {white-space: normal;}
    .inlineDiv {padding: 4%; margin-left: 0;}
    #main {margin-left: 2%;}
}