.index-body{
    font: 15px/1.5 Arial, Helvetica,sans-serif;
    padding:0;
    margin:0;
}
.my-body{
    background-color: #000000;
}
.blog-body{
    background: #000000;
}
.blog-body h1{
    color: #0d3edd;
    text-align: center;
    font-weight: bolder;
}
.article h2{
    color: #de5499;
text-align: left;
font-weight: bold;
}
.blog-body p{
    color: #FFFFFF;
}
.article{
    grid-template-columns: ;
}
.article p{
    color: #FFFFFF;
}
.container{
    padding: 0%;
    overflow: hidden;
    /* ff 3.6+ */
    background: #de5499;
}
.brand{
    height: 50px;
}
.brand h1, .current a{
    color: hsl(239, 85%, 49%);
    font-weight: bold;
}
.nav a{
    float: right;
    margin-right: 05%;
    color: hsl(239, 85%, 49%);
    text-decoration: none;
}
.brand h1{
    font-size: 1.5rem;
    position: relative;
    width: 100%;
    height: 100%;
    padding-top: 0.5%;
    animation: heading;
    animation-duration: 3.5s;
    animation-fill-mode: forwards;
}
@keyframes heading{
    from{
        margin-left: 0;
        opacity: 0;
        color: white;
    }
    50%{
        opacity: 0.5;
    }
    to{
        margin-left: 70px;
        opacity: 1;
    }
}
.opening{
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    color: #de5499;
    text-align: center;
    margin-top: 5%;
}
.opening{
    font-size: 1.2rem;
}
.titlebar{
    font-size: 1.2rem;
    color: #de5499;
    font-weight: bold;
}
#arrangement{
    max-width: 70%;
    display: grid;
    -webkit-display: grid;
    -moz-display: grid;
    grid-template-columns: 1fr 1fr;
    -webkit-grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
    -webkit-column-count: auto;
}
#pillars{
    font-size: 1.1rem;
    font-weight: bold;
    text-align: left;
    padding-left: 15px;
    text-transform: capitalize;
    color: #DE543C;
}
#quick, #authentic, #consistency{
    font-size: 1.1rem;
    text-align: center;
    color: #DE543C;
}
.columns p{
    font-size: 1.0rem;
    padding-left: 15px;
    color: #FFFFFF;
}
.content_type {
        font-size: 1.1rem;
        padding-left: 10px;
        text-transform: capitalize;
        color: #DE543C;
}
.content li{
        list-style-type: none;
}
.content a{
        color: #FFFFFF;
        font-size: 1.0rem;
        line-height: 2.5;
        text-decoration: none;
        padding-left: 10%;
}
.content a:hover{
        color: hsl(239, 85%, 49%);
}
/*blog */

.footer{
    display: grid;
    -webkit-display: grid;
    -moz-display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    -webkit-grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: auto;
    -webkit-column-count: auto;
    background-color: #000000;
}
.resources h1{
    font-size: 1.1rem;
    font-weight: bold;
    color: #DE543C;
    font-weight: bold;
}
.resources li, a{
    padding-left: 2%;
    padding-top: 1%;
    list-style-type: none;
    line-height: 2.0;
    font-size: 1.0rem;
    font-weight: bold;
    color: #DE543C;
    text-decoration: none;
}
.contact h2{
    font-size: 1.1rem;
    color: #DE543C;
}
.contact p{
    font-size: 1.0rem;
    color: #DE543C;
    font-weight: bold;
}
.sidebar h1{
    font-size: 1.1rem;
    font-weight: bold;
    color: #DE543C;
}
.payment img{
    max-width: 40px;
    max-height: 40px;
}
#copyright{
    font-size: smaller;
    color: rgb(255, 255, 255);
    text-align: center;
    background-color: rgb(10, 10, 61);
}
/* services page */
.my_services{
    display: grid;
    -webkit-display: grid;
    -moz-display: grid;
    grid-template-columns: 1fr 1fr;
    -webkit-grid-template-columns: 1fr 1fr;
    grid-template-rows: 3;
    max-width: 100%;
    border: 1rem;
}
.my_services h2{
    font-size: 1.2em;
    text-align: left;
    color: #de5499;
    padding-left: 2rem;
}
.my_services p{
    text-align: left;
    font-size: 1.0em;
    color: #FFFFFF;
    padding-right: 20px;
    padding-left: 20px;
}
@media screen and (max-width: 768px){
    body{
        font: 15px/1.5 Arial, Helvetica,sans-serif;
        padding:0;
        margin:0;
        background: url(../images/background.jpg) no-repeat 50% 40%;
        background-color: rgb(10, 10, 61);
    }
    .my_services, #arrangement, #footer{
        float: none;
        display: block;
        text-align: center;
        width: 100%;
    }
    .content a{
        font-size: 0.9rem;
        text-align: center;
        padding-left: 0;
    }
    .footer, .my_services, #arrangement{
        display: block;
        max-width: 100%;
    }
    .my_services h2{
        text-align: center;
    }
    .my_services p{
        text-align: left;
    }
}
@media screen and (max-width: 320px){
    body{
        padding:0;
        margin:0;
        background: url(../images/background.jpg) no-repeat 50% -40%;
    }
    .brand h1{
        animation: none;
        text-align: center;
        padding: 0;
        margin: 0;
    }
    .columns p{
        text-align: left;
        padding: 0;
        margin: 0;
    }
    .content_type{
        text-align: left;
        padding-top: 10px;
        padding-left: 10px;
        padding-right: 10px;
    }
    .content a{
        font-size: 0.9rem;
        text-align: center;
        padding-left: 0;
    }
    #footer{
        display: inline-block;
        text-align: center;
        width: 100%;
    }
    .resources li{
        padding: 0;
        margin: 0;

    }
}
@media screen and (max-width: 425px){
    body{
        padding:0;
        margin:0;
        background: url(../images/background.jpg) no-repeat 50% -30%;
    }
    .brand h1{
        animation: none;
        text-align: center;
        padding: 0;
        margin: 0;
    }
    .columns p{
        text-align: left;
        padding: 0;
        margin: 0;
    }
    .content_type{
        text-align: left;
        padding-top: 10px;
        padding-left: 10px;
        padding-right: 10px;
    }
    .content a{
        font-size: 0.9rem;
        text-align: center;
        padding-left: 0;
    }
    #footer{
        display: inline-block;
        text-align: center;
        width: 100%;
    }
    .resources li{
        padding: 0;
        margin: 0;

    }
}
