﻿/* ==================================================
   Basic Styles
================================================== */

html, body {
    height: 100%;
}

html, hmtl a {
    width: 100%;
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    font-weight: 300;
    font-size: 16px;
    font-family: 'Titillium Web', sans-serif;
    line-height: 28px;
    color: #000;
    background: #FFF; 
    padding: 100px 0;
    position: relative;
}

a {
    color: red;
    text-decoration: none;
    cursor: pointer;
    -webkit-transition: color 0.1s linear 0s;
    -moz-transition: color 0.1s linear 0s;
    -o-transition: color 0.1s linear 0s;
    transition: color 0.1s linear 0s;
}

    a:hover,
    a:active,
    a:focus {
        outline: 0;
        color: hotpink;
        text-decoration: none;
    }

    a img {
        border: none;
    }

    a > img {
        vertical-align: bottom;
    }

img {
    max-width: none;
}

strong {
    font-weight: 500;
}

p {
    margin: 0 0 10px;
}

hr {
    border-style: dashed;
    border-color: #3C3F45;
    border-bottom: none;
    border-left: none;
    border-right: none;
    margin: 50px 0;
}

.align_left {
    float: left;
    margin: 0 25px 0 0px !important;
}

.align_right {
    float: right;
    margin: 0 0 0 25px !important;
}

.text_align_left {
    text-align: left;
}

.text_align_center {
    text-align: center;
}

.text_align_right {
    text-align: right;
}

.color-text {
    color: #DE5E60;
}

.through {
    text-decoration: line-through;
}

/* ==================================================
   Code and Pre
================================================== */

code,
pre {
    padding: 0 3px 2px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #232527;
    font-size: 12px;
    font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
}

code {
    padding: 2px 4px;
    border: 1px solid #dde4e9;
    background-color: #F6F6F6;
    color: #232527;
    white-space: nowrap;
}

pre {
    display: block;
    margin: 70px 50px;
    padding: 30px;
    border: 1px solid #dde4e9;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #FCFCFC;
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
    word-break: break-all;
    font-size: 12px;
    line-height: 20px;
}

    pre code {
        padding: 0;
        border: 0;
        background-color: transparent;
        color: inherit;
        white-space: pre;
        white-space: pre-wrap;
    }

.pre-scrollable {
    overflow-y: scroll;
    max-height: 340px;
}


/* ==================================================
   Typography
================================================== */

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 20px 0;
    color: #000;
    font-weight: 300;
    font-family: 'Titillium Web', sans-serif;
    line-height: 1.5em;
}

h1 {
    font-size: 48px;
}

h2 {
    font-size: 36px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 20px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}

/* ==================================================
   Misc.
================================================== */
.row {
    margin: 0;
}


/* ==================================================
   Navigation
================================================== */
.navbar {
    background-color: #000;
}

.navbar-brand {
    font-size: 22px;
    font-weight: 600;
    color: #fff;
}

.navbar-brand:hover {
    color; red;
}

.navbar-nav {

}

.nav-item .nav-link {
    font-size: 20px;
    color: #000;
    margin: 0 0 0 20px;
}

    .nav-item .nav-link:hover {
        color: hotpink;
    }

/* ==================================================
   Section Page
================================================== */
section {
    text-align: left;
    margin: 0;
    padding: 0 0 20px 0;
}

    section img {
        width: 100%;
        height: 100%;
        margin: 30px 0 0 0;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    }

    section .bodytext {
        color: #000;
        text-align: left;
        font-size: 18px;
        font-weight: 500;
        margin: 20px 0 20px 0;
    }

    section .bodytitle {
        color: #000;
        text-align: left;
        font-size: 24px;
        font-weight: 700;
        margin: 40px 0 20px 0;
    }

    section .small-title {
        color: #000;
        text-align: left;
        font-size: 24px;
        font-weight: 700;
        margin: 20px 0 20px 0;
    }

    section .title {
        color: #000;
        text-align: center;
        font-size: 36px;
        font-weight: 700;
        margin: 60px 0 10px 0;
    }

    section .title-description {
        color: #000;
        text-align: center;
        font-size: 24px;
        font-weight: 500;
    }

    section .content-title {
        color: #000;
        font-size: 24px;
        font-weight: 700;
        margin: 20px 0 0 0;
    }

    section .content-title a {
        color: orangered;
        font-size: 24px;
        font-weight: 700;
        margin: 20px 0 0 0;
    }

    section .content-title-description {
        color: #000;
        font-size: 16px;
        font-weight: 500;
    }   

/* ==================================================
   Advertisement Section
================================================== */
#ad {
    background-image: linear-gradient(orangered, red);
}
    #ad .title {
        color: #fff;
        text-align: center;
        font-size: 48px;
        font-weight: 700;
        margin: 20px 0 10px 0;
        text-shadow: 2px 2px 5px darkred;
    }


/* ==================================================
   Footer
================================================== */

footer {
    position: relative;
    width: 100%;
    height: auto;
    background: #232526; /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #414345, #232526); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #414345, #232526); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    border-top: 4px dashed #fff;
    text-align: center;
    margin: 0;
    z-index: 99;
}

    footer .credits {
        color: #fff;
        font-size: 14px;
        font-weight: 700;
        margin-bottom: 0;
        padding: 20px 0;
        text-transform: uppercase;
    }