#landing_page p {
    color: white;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.7);
    font-size: 16pt;
}

#landing_page h1 {
    color: white;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.7);
}



/*************************/
/*      LANDING PAGE     */
#landing_page {
    background-image: linear-gradient(rgba(0,0,0,0.15), rgba(0,0,0,0.15)),
                      url('../images/collesbild.JPG');
    background-position: center center;
    background-size:cover;
    display: flex;
    flex-direction: column;
    width: 100%;
    padding-top: 3%;
}


#landing_page > .element {
    justify-content: center;
    align-content: center;
    display: flex;
}
/*************************/


/*************************/
/*        HEAD LINE      */
#landing_title > h1 {
    font-size: 60pt;
}

/**************************/
/*       NAVIGATION       */
#landing_nav {
    padding: 0;
    margin: 0;
    margin-top: -12px;
    width: 100%;
}

#landing_title > .title {
    padding: 0;
    margin: 0;
}

#landing_nav > ul {
    list-style: none;
    display: flex;
    justify-content: space-evenly;
    align-content: center;
    padding: 0;
    margin: 0;
    width: 50%;
    min-width: 300px;
}

#landing_nav a {
    color: white;
    text-decoration: none;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.7);
}

#landing_nav a:hover {
    text-decoration: underline;
}

#landing_nav a:visited {
    color: white;
}
/*************************/



/*************************/
/*   SOCIAL MEDIA LINKS  */
#landing_social_media {
    display: flex;
    justify-content: space-evenly;
    align-content: center;
    margin-top: 5px;
}

#landing_social_media > a {
    width: auto;
    height: 20px;
}

#landing_social_media img {
    width: auto;
    height: 20px;
}
/*************************/

/*************************/
/*        QUOTE          */
.quote {
    text-align: justify;
}

.quote_thumb {
    color: white;
    font-family: 'Rockwell';
    font-size: 40pt;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.7);
}

#landing_quote_book {
    text-align: right;
}

#landing_quote_container {
    width: 60%;
    justify-content: space-evenly;
    align-content: center;
    margin: 0;
    margin-top: 15px;
    padding: 20px 15px 10px 15px;
    background: rgba(0, 0, 0, 0.45);
    border-radius: 12px;
}

#landing_quote_container > table {
    margin: 0;
    padding: 0;
}

#landing_quote {
    margin: 0;
    padding: 0;
}
/*************************/
