
body, html {
    height: 100%;
    margin: 0;
}

body {
  /*  background-image: url("MainBackgroundImage.png"); */
    background-color: #423e7a;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-position: fixed;
    color: #b7265e;
    font-family: "FuturaRound-Regular", "FuturaRound-Regular", monospace;
    font-size: 25px;
}
@media only screen and (max-width: 600px) {
    body {
        background-image:url("NarrowBackgroundImage.png");
        background-position: center;
        background-size: cover;
        position: relative;
        font-family: "FuturaRound-Regular", "FuturaRound-Regular", monospace;
        font-size: 1em; 
    }
}

h1{
    font-family: "FuturaRound-Bold", "FuturaRound-Bold", monospace;
    font-size: 1.5em; 
}

h2 { 
    color: #27235c; 
}
/* Keep for the Logo unless client specifies otherwise */ 
.topleft {  
    position: absolute;
    top: 0;
    display: block; 
    left: 42%;
    max-height: 15px; 
}
/* Menu Lists - reverse the order in the HTML file because of Float right*/ 
ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: rgb(219, 218, 218);
}

li {
    text-align: right;
    border-right: 1px solid #bbb;
}


/* Bottom Left Corner of Page ( copyright message & Web Dev )  */
.bottomleft {
    position: absolute;
    bottom: 0;
    left: 16px;
    font-size : 0.75em; 
    font-weight: bold; 
}

/* Social or other external links / other resources */ 
.bottomright {
    position: absolute;
    bottom: 0;
    right: 16px;
    font-size : 0.75em; 
    font-weight: bold; 
}

.parallax { 
    background-image: url("DVRecoverySupportwithVictoryCoachingReclaimyourinnerbeauty.jpg"); 

    /* Set a specific height */
    height: 500px; 

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: repeat-y;
    background-size: cover;
}

.parallax_bottom { 
    background-image: url("DVRecoverySupportwithVictoryCoachingReclaimyourinnerbeauty.jpg"); 

    /* Set a specific height */
    height: 1000px; 

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: repeat-y;
    background-size: cover;
}

/*Main Content re the new site coming soon */
.middle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    background: rgba(255, 255, 255,0.6);
    min-width: 45%; 
}

.middle2 {
    position : absolute; 
    top: 150%; 
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    background: rgba(255, 255, 255,0.6);
    min-width: 45%; 
}

.middle3 {
    position : absolute; 
    top: 230%; 
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    background: rgba(255, 255, 255,0.6);
    min-height: 200px; 
    min-width: 45%; 
}

/* Creates the line break between the heading and the content */ 
hr {
    margin: auto;
    width: 100%;
    border-color: #27235c; 
    border-width: 0.5px; 
}

/* unvisited link */
a:link {
    color: #145887;
}
/* Victory Coaching Fonts */ 
@font-face {
    font-family: 'FuturaRound-Regular';
    src: url('Webfonts/FuturaRound-Regular.eot');
    src: url('Webfonts/FuturaRound-Regular.woff') format('woff'),
         url('Webfonts/FuturaRound-Regular.ttf') format('truetype'),
         url('Webfonts/FuturaRound-Regular.svg#FuturaRound-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'FuturaRound-Bold';
    src: url('Webfonts/FuturaRound-Bold.eot');
    src: url('Webfonts/FuturaRound-Bold.woff') format('woff'),
         url('Webfonts/FuturaRound-Bold.ttf') format('truetype'),
         url('Webfonts/FuturaRound-Bold.svg#FuturaRound-Regular') format('svg');
    font-weight: bold;
    font-style: normal;
}

