
body {

    background-image: url(../Images/PortfolioPatternTile.jpg);
    color:white;
    margin: 0;
    padding: 0;
    font-size: 16px;
   
}


#header {
    position: relative;
    width: auto;
    height: auto;
    z-index: 1;
   
}

#menu {
    position: relative;
    width: 100%;
    height: 10%;
    background-color: #3f225a;
    display: inline-block;
    text-align: center;
    list-style-type: none;
}

#menu {
    text-align: justify;
    min-width: 500px;
    padding-right: 25%;
    padding-left: 25%;
    padding-top: 1%;
    bottom: 0;
    font-size-adjust: auto;
}

#menu:after {
    content: '';
    display: inline-block;
    width: 100%;
}

#menu li {
    display: inline-block;
    line-height: 100%;
    bottom: 0;
    font-size: 1em;
}

div.c-wrapper{
    width: 80%; /* for example */
    margin: auto;
}

.carousel-inner > .item > img, 
.carousel-inner > .item > a > img{
width: 100%; /* use this, or not */
height: 50%;
margin: 0 auto;
}

.carousel .item img {
    max-height: 768px;
    width: auto;
    height:auto;
}

.carousel-caption {
    position: relative;
    left: auto;
    right: auto;
}

@font-face {
    font-family: staravenue;
    src: url(fonts/staravenue.tff)
}

div {
    font-family: staravenue;
}

h1 {
    color:white;
    text-align: center;
    font-size: 4em;
    font-family: staravenue;
}

h2 {
    color:white;
    font-family: staravenue;
    font-size: 2.618em;
    
}

h3 {
    color:white;
    font-family: staravenue;
    font-size: 1.75em;
    
}

h4 {
    color:white;
    font-family: karmina-bold;
    font-size: 1em;
    line-height: 1.618em;
}

p {
    color:white;
    font-family: karmina-bold;
    font-size: 1em;
    line-height: 1.618em;
}

a {
    color:white;
    font-family: staravenue;
    font-size: 1.5em;
    background-color: #3f225a;

@media all and (min-width: 960px) {
    body{
        font-size: 18px;
    }
}
 
@media all and (max-width: 959px) and (min-width: 600px) {
    body{
        font-size: 16px;
    }
}
 
@media all and (max-width: 599px) and (min-width: 320px) {
    body{
        font-size: 12px;
    }
 
}