body {
    background: white;
    margin: 0;
    font-family: "Open Sans",Helvetica,Arial,sans-serif;
    font-size: 16px;
    color: #333; 
}

div {
    box-sizing: border-box;
    line-height: 1.5;
    margin: 0;
    padding: 0;
}

img {
    border: 0 none;
    vertical-align: top;
}

p {
   line-height: 1.5;
}

a {
    color: #094ab2;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

h1 {
    font-size: 24px;
    font-weight: bold;
    text-align: left;
    padding: 0 10px;
}

/* Header */

.page_content {
    width: 100%;
    max-width: 1366px;
    margin: 0 auto;
    position: relative;
}

.header {
    width: 100%;
    margin: 0;
    padding: 8px 4px;
    background: #97006c;
    overflow: hidden;
}

.header .site-logo {
    float: left;
    clear: both;
    width: 64px;
}

.header .site-description {
    float: left;
    width: auto;
    color: white;
    padding-top: 5px;
    padding-left: 15px;
    font-family: "Open Sans",Helvetica,Arial,sans-serif;
    font-size: 18px;
    font-style: italic;
    line-height: 1.35;
    text-align: left;
    vertical-align: middle;
}

.header .site-description .title {
    font-weight: bold;
    font-style: normal;
    font-size: 24px;
}

/* About */
.wrap-about {
    width: 100%; 
    padding: 10px;
    margin: 20px 0 0;
    font-size: 14px;
    background: #00aeff;
    color: white;
    clear: both;
    float: left;
}

.wrap-about .sm-container .col2 {
    padding: 0;
}

.wrap-about a {
    color: white;
    font-style: italic;
}

/* Display */
.sm-container {
    width: 100%;
    clear: both;
    float: left;
}

.sm-container .col2 {
    float: left;
    width: 50%;
    padding: 10px;
    position: relative;
}

.sm-container .col3 {
    float: left;
    width: 33.33333%;
    padding: 10px;
    position: relative;
}

.sm-container .col3:nth-child(3n+1) {
    clear: left;
}

.container {
    color: white;
    padding: 10px;
    border-radius: 6px;
}

.sm-row {
    width: 100%;
    clear: both;
    float: left;
    display: table-row;
    border-spacing: 10px;
}
        
.sm-row .col3 {
    float: none;
    display: table-cell;
    width: 33.33333%;
    padding: 10px;
    position: relative;
    border-radius:6px;
    color: white;
}

#advertise {
    width: 100%;
    position: relative;
    margin-bottom: 20px;
}

#advertise img {
    width: 100%;
}

#advertise div.text-advertise {
    position: absolute;
    left: 0;
    top: 50px;
    padding: 0 25%;
    color: white;
    font-family: "Segoe UI",Helvetica,sans-serif;
    font-size: 32px;
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5);
}

#advertise div.text-advertise h1 {
    font-size: 48px;
    font-weight: normal;
    margin-top: 0;
    padding: 0;
    line-height: 1.15;
}

/* Bootstrap */
.bootstrap-text {
    color: #333;
    font-family: "Segoe UI",Helvetica,sans-serif;
    font-size: 16px;
    background: white none repeat scroll 0 0;
    border: 0 none;
    box-sizing: border-box;
    width: 100%;
    max-width: 400px;
    padding: 6px 10px;
    margin: 8px 0;
}
    
a.bootstrap-button {
    border: 2px solid white;
    border-radius: 4px;
    box-sizing: border-box;
    color: white;
    display: inline-block;
    padding: 4px 10px;
    text-align: center;
    text-decoration: none;
    font-style: normal;
}

a.bootstrap-button:hover {
    color: #333;
    background: white;
}

.heading {
    font-weight: 400;
    font-size: 28px;
    color:#00aeff;
}

/* for 640px or less */
@media screen and (max-width: 640px) {
    body {
        font-size: 18px;
    }
    
    .sm-container .col3 {
        width: 100%;
        clear: both;
    }
    
    .sm-container .col2 {
        width: 100%;
        clear: both;
        padding: 10px;
    }
    
    .wrap-about {
        font-size: 16px;
    }
    
    .header .site-description {
        width: calc(100% - 70px);
    }
    
    .header .site-description .title {
        font-weight: bold;
        font-size: 22px;
    }    

    .sm-row {
        display: inherit;
        border-spacing: inherit;
        padding: 10px;
    }
            
    .sm-row .col3 {
        width: 100%;
        float: left;
        clear: both;
        display: inherit;
        margin-bottom: 10px;
    }
    
    #advertise div.text-advertise {
        position: static;
        left: auto;
        top: auto;
        padding: 0 10px;
        color: #333;
        margin: 10px 0 0 0;
        text-shadow: none;
    }
    
    #advertise div.text-advertise {
        font-size: 22px;
    }
    
    #advertise div.text-advertise h1 {
        font-size: 28px;
        color: #00aeff;
    }
}