/* WARNING: This entire website are protected by intellectual property rights in the Philippines and in other countries. */
/* Copyright Adrien Martin. All Rights Reserved. */

/* This CSS includes portions of W3.CSS 5.02 which are modified by Adrien Martin for use in this website */
/* W3.CSS 5.02 are created by Jan Egil and Borge Refsnes */
/* W3.CSS 5.02 contain some codes from normalize.css which are created by Nicolas Gallagher and Jonathan Neal */

            /* START OF CSS */
                html {
                        box-sizing: border-box;
                        overflow-x: hidden;
                        -ms-text-size-adjust: 100%;
                        -webkit-text-size-adjust: 100%
                }

                body {
                         margin: 0;
                         background-color: #f7f7f7; 
                         margin-left: 0px; 
                         margin-right: 0px;
                }

                footer {
                         display: block;
                }

                a {
                         background-color: transparent;
                }

                a:active, a:hover {
                         outline-width: 0;
                }

                img {
                         border-style: none;
                }

                html, body {
                         font-family: Verdana, sans-serif;
                         font-size: 15px;
                         line-height: 1.5;
                }

                h1 {
                         font-size: 36px;
                         font-family: "Segoe UI", Arial, sans-serif;
                         font-weight: 400;
                         margin: 10px 0;
                }
                
                h2 {
                         font-size: 36px;
                         font-family: "Segoe UI", Arial, sans-serif;
                         font-weight: 400;
                         margin: 10px 0;
                }

                h3 {
                         font-size: 30px;
                         font-family: "Segoe UI", Arial, sans-serif;
                         font-weight: 400;
                         margin: 10px 0;
                }

                .header {
                         background-color: #1877F2; 
                         margin-bottom: 0px; 
                         margin-top: -10px;
                         padding-bottom: 5px;
                         padding-top: 2px;
                         text-align: center; 
                         color: white;
                }

                .background {
                         background: #1c92d2; 
                         background: -webkit-linear-gradient(to right, #f2fcfe, #1c92d2); 
                         background: linear-gradient(to right, #f2fcfe, #1c92d2);
                         margin-top: -10px; 
                         margin-bottom: 0px; 
                         padding-bottom: 0px;
                }

                .profile-picture {
                         display: block; 
                         margin: auto; 
                         border-radius: 50%; 
                         margin-top: 50px;
                }

                .profile-description {
                         background-color: #f7f7f7; 
                         margin-top: 0px; 
                         padding-top: 5px;
                         padding-bottom: 5px;
                         color: black; 
                         text-align: center;
                }

                .email-link {
                         text-decoration: none;
                         color: black;
                }

                .social-link-area {
                        text-align: center; 
                        margin-bottom: 55px;
                }

                .social-links-svg {
                        font-size: 3em;
                        height: 1em;
                        width: 1em;
                        display: inline-block;
                        fill: currentColor;
                        margin: auto;
                }

                .social-link-facebook {
                        color: #1877F2;
                        text-align: center; 
                        text-decoration: none;
                        margin-left: 0px;
                }

                .social-link-messenger {
                        color: #0084ff;
                        text-align: center; 
                        text-decoration: none;
                        margin-left: 10px;
                }

                .social-link-mastodon {
                        color: #6364FF;
                        text-align: center; 
                        text-decoration: none;
                        margin-left: 8px;
                }
                
                .post-container {
                        background-color: #f7f7f7; 
                        border-radius: 12px;
                        padding: 20px;
                        margin: 20px auto;
                        max-width: 700px;
                        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);  
                        border: 1px solid rgb(226, 223, 210);
                }

                .paragraph-indent {
                        text-indent: 20px;
                }

                .apa-citation-indent {
                        text-indent: -36px; 
                        padding-left: 36px;
                }

                .cut-letters-if-overflow {
                        word-wrap: break-word;
                }

                .footer-area {
                        background-color: #f7f7f7; 
                        margin-top: 50px; 
                        padding-top: 10px;
                        padding-bottom: 20px;
                        color: black; 
                        text-align: center;
                }

                .noscript-instance {
                       text-align: center; 
                       color: black; 
                       margin-top: 30px;
                }
                /* END OF CSS */

/* This CSS includes portions of W3.CSS 5.02 which are modified by Adrien Martin for use in this website */
/* W3.CSS 5.02 are created by Jan Egil and Borge Refsnes */
/* W3.CSS 5.02 contain some codes from normalize.css which are created by Nicolas Gallagher and Jonathan Neal */

/* WARNING: This entire website are protected by intellectual property rights in the Philippines and in other countries. */
/* Copyright Adrien Martin. All Rights Reserved. */