
/*=========================================================================================
INDEX PAGE
==========================================================================================*/

#logoDiv{
    text-align: center;
}

#QTlogo{
    width: 25%;
    min-width: 200px;
    height: auto;
    margin-top: 20px;
}

#indexNavWrapper{
    text-align: center;
    width: 120px;
    margin: 40px auto;
}

.indexNav{
    text-align: center;
    height: 30px;
    margin-bottom: 5px;
    background-color: #000;
    padding-top: 5px;
    cursor: pointer;

}

.indexNav a{
    color: #fff;
    padding-top: 3px;
    font-family: Cinzel;
    font-weight: 400;

}

.indexNav a:hover{
    text-decoration: none;
}

#quote{
    margin-top: 100px;
    color: #000;

    margin-bottom: 0;

}

/*=========================================================================================
ORIGIN PAGE
==========================================================================================*/

#originSidebar{
    text-align: right;
}

#originSidebar ul{
    list-style: none;

}

#inspirationalTexts{
    font-size: smaller;
}


/*Portrait image*/
#MCbw{
    width: 15%;
    height: auto;
    margin-right: 10px;
}


/*=========================================================================================
GENERAL
==========================================================================================*/

.clear{
    clear: both;
}

.center{
    text-align: center;
}

.nav {
    display: inline;
}

.desktopImgWidth {
    width: 50%;
}



/*========================================================================================
  BOOTSTRAP CUSTOMIZATION
=========================================================================================*/

.navbar-default {
    background-color: rgba(255,255,255,0.6);
    /*background-color: #f8f8f8;*/
    border-color: #e7e7e7;
    font-family: Cinzel;
}

.body{
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    color: #555;
    cursor: default;
    background-color: rgba(255,255,255,0.7);
    border: 1px solid #ddd;
    border-bottom-color: transparent;

}

.nav-tabs{
    font-family: Cinzel;
}

h1, h2, h3, h4, h5, h6 {
    font-family: Cinzel;
}

#tagline{
    font-family: Cinzel;
}


/*========================================================================================
  BACKGROUND
=========================================================================================*/

.background {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 0;
}

.stretch {
    width:100%;
    height:100%;
}

.z1{
    position: relative;
    z-index: 1;
}

.transparentBackground{
    opacity:0.4;
    filter:alpha(opacity=40);
}

.whiteTransparentBackground{
    background-color: rgba(255,255,255,0.7);
    padding: 0.3em 1em 0.5em 1em;
    border-radius: 0px;
}

.rounded{
    border-radius: 5px;
}


/*========================================================================================
    ORIGIN PAGE TOGGLE PERSONAL BIO
=========================================================================================*/

.toggler {
    width: 100%;
    height: auto;
}
#button {
    padding: .5em 0em;
    text-decoration: none;
}
#effect {
    position: relative;
    width: 100%;
    height: auto;
    padding: 0.4em 0em;
}
#effect h3 {
    margin: 0;
    padding: 0.4em 0em;
    /*text-align: center;*/
}

/*========================================================================================
    CONTACT FORM VALIDATION
=========================================================================================*/

label.valid {
    width: 24px;
    height: 24px;
    background: url(../images/valid.png) center center no-repeat;
    display: inline-block;
    text-indent: -9999px;
}
label.error {
    font-weight: bold;
    color: red;
    padding: 2px 8px;
    margin-top: 2px;
}

.name{
    color: #475c6c;
}

/*========================================================================================
    IMAGES
=========================================================================================*/

img.center {
    display: block;
    margin: auto;
}