﻿* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
/* ============== Reset css styles ==================== */
body {
    font: 15px/26px 'Open Sans', Verdana, sans-serif;
    color: #333333;
    font-weight: 400;
   background: #ffffff ;
   }

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

a, 
a:hover, 
a:visited {
    outline: none;
}

a {
    color: #008ce5;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

strong {
    font-weight: 600;
}

.center {
  text-align: center;
}

h1 {
    font-weight: 400;
    font-size: 26px;
    margin-top: 30px;
    line-height: 30px;
}

h2 {
    font-weight: 400;
    font-size: 22px;
    margin-bottom: 30px;
    text-transform: uppercase;

}

h3 {
    font-weight: 400;
    font-size: 18px;
    margin-bottom: 30px;
    text-transform: uppercase;

}

p {
    margin: 0 0 15px 0;
}

img {
	max-width: 100%;
}

.wrap {
    width: 1000px;
    margin: 0 auto;
}

.col1 {
    width: 13.333%;
    margin-left: 4%;
    float: left;
}

.col2 {
    width: 30.667%;
    margin-left: 4%;
    float: left;
}

.col25 {
    width: 33.0%;
    margin-left: 0%;
    float: left;
}

.col3 {
    width: 48.0%;
    margin-left: 4%;
    float: left;
}

.col4 {
    width: 61.333%;
    margin-left: 4%;
    float: left;
}

.col5 {
    width: 82.667%;
    margin-left: 4%;
    float: left;
}

.col6 {
    width: 100%;
    margin: 0;
    float: none;
}

.first {
    margin-left: 0;
}

/* Main styles ========================= */


header {
    background-color: #ffffff;
    color: #333333;
    position: fixed;
    top: 0;
    height: 55px;
    width: 100%;
    z-index: 100;
    padding-top: 5px;
}

nav ul {
    float: right;
}

nav ul li {
    float: left;
    list-style: none;
}

nav ul li a {
    display: block;
    text-decoration: none;
    line-height: 76px;
    border-bottom: 4px solid transparent;
    padding: 0 20px;
    color: #333333;
}

nav ul li.active a,
nav ul li a:hover {
    color: #333333;
    text-decoration: none;
    border-bottom: 4px solid #CC99FF;
}


section {
    width: 100%;
    padding: 50px 0;
    overflow: hidden;
}

#head {
    text-align: center;
    margin-top: 80px;
    padding: 80px 0;
    background-color: #EAEAEA;

}


#about,
#basics,
#thankyou,
#contact,
#quieting,
#aoc {
    background-color: #ffffff;
    box-shadow: 0px 0px 3px #000;
    -moz-box-shadow: 0px 0px 3px #000;
    -webkit-box-shadow: 0px 0px 3px #000;
}

#typesOfPrayer,
#deepening,
#reccomended,
#physical,
#distractions {
    background-color: #EAEAEA;
    box-shadow: 0px 0px 3px #000;
    -moz-box-shadow: 0px 0px 3px #000;
    -webkit-box-shadow: 0px 0px 3px #000;
}


#quote {
    background-color: #9999FF;
    padding: 3px;
    overflow: hidden;
    border-radius: 2px;
    -moz-border-radius: 2px;
    box-shadow: 0px 0px 2px #000;
    -moz-box-shadow: 0px 0px 2px #000;
    -webkit-box-shadow: 0px 0px 2px #000;
}


#quote p {
    float: left;
    font-size: 18px;
    font-weight: 400;
    margin: 0;
    padding: 5px;
    color: #ffffff;
}


.name {
    font-size: 18px;
    margin: 10px 0 5px;
}

.title {
    color: #999;
    font-size: 16px;
    margin-bottom: 0;
}


/* Footer ========================= */

footer {
    color: #666;
    text-align: center;
    font-size: 12px;
    margin: 40px auto 10px;
}

footer a {
    color: #666;
    text-decoration: underline;
}

footer a:hover {
    color: #008ce5;
}

/* Responsive styles ========================= */

@media screen and (max-width:1024px) {
    .wrap {
        width: 86%;
    };
}

@media screen and (max-width:768px) {
    .col1,
    .col2,
    .col25,
    .col3,
    .col4,
    .col5 {
        width: 100%;
        float: none;
        margin: 0 0 20px;
    };
}

@media screen and (max-width: 680px) {
 

    nav ul {
        display: none;
        height: auto;
        text-align: left;
        width: 100%;
        margin-top: 40px;
    }

    nav ul li {
        display: block;
        float: none;
        width: 100%;
        padding-left: 10px;
        border-bottom: 1px solid #ED1E25;
 /* edit color for functionality */
        background-color: #ffffff;
    }

    nav ul li:hover {
        background-color: #ED1E25;
  /* edit color for functionailt */;
    }

    nav ul li a {
        padding: 10px;
        line-height: 20px;
        border: none;
    }

    nav ul li.active a, 
    nav ul li a:hover {
        border: none;
    }

    #pull {
        display: none;
    }

    #home {
        margin-top: 25px;
        padding: 25px 0;
    };
}