/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

/* RESET CSS BEGIN */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}
/*Reset CSS END*/



/*HELPER CLASSES BEGIN */
.alignleft {
    float: left;
}

.alignrigt {
    float: right;
}

.margin-bottom-10 {
    margin-bottom: 10px;
}

.margin-bottom-20 {
    margin-bottom: 20px;
}

.margin-bottom-30 {
    margin-bottom: 30px;
}

.margin-bottom-40 {
    margin-bottom: 40px;
}

strong,
b {
    font-weight: 700;
}

em,
i {
    font-style: italic;
}

p,
ul li,
ol li {
    font-size: 16px;
    line-height: 23px;
    margin-bottom: 20px;
}



/*HELPER CLASSES END */



/*General Syles*/

* {
    box-sizing: border-box;
}

body {
    font-family: 'Alegreya Sans SC', sans-serif;
    font-weight: 700;
}

#hero {
    background-image: linear-gradient(rgba(39, 127, 44, 0.8), rgba(39, 127, 44, 0.2)), url(../img/CPBridge1.png);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.container {
    max-width: 1100px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    padding: 40px 20px;


}

h1 {
    font-family: 'Alegreya Sans SC', sans-serif;
    font-weight: 700;
}

h2 {
    font-size: 52px;
    font-weight: 700;
    text-transform: uppercase;

}

.navbar {
    font-family: 'Montserrat', sans-serif;
}

nav li {
    display: inline-block;

}

.logo-img {
    width: 80%;
}

nav li a {
    color: white;
    text-transform: uppercase;
    text-decoration: none;
    margin-left: 15px;
    padding-bottom: 3px;
    border-bottom: 4px solid white transparent;
    transition: border-bottom 0.2s, color 0.2s;
}

nav li a:hover {
    border-bottom: 4px solid white;
    transition: border-bottom 0.2s, color 0.2s;
}

.hero-para {
    font-size: 36px;
    line-height: 40px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-style: italic;
    color: white;

}

#hero h1 {
    font-size: 40px;
    font-weight: 700;
    line-height: 40px;
    text-transform: uppercase;
    color: white;
    font-family: 'Alegreya Sans SC', sans-serif;
}

p {
    font-family: 'Roboto', sans-serif;
}

.cta {
    display: inline-block;
    width: 60%;
    margin-top: 30px;
    position: relative;

}

.imgs {
    float: right;
    position: absolute;
    right: -290px;
}

.iphone {
    width: 90%;
    position: relative;
    right: 50px;
    margin-bottom: -30px;

}

.cta_info {

    padding-right: 30px;
    float: left;
    font-family: 'Alegreya Sans SC', sans-serif;

}

.hero-para {
    font-size: 36px;
    padding-top: 150px;
    padding-bottom: 80px;
    line-height: 40px;
}

/* ABOUT KCC */

#about-kcc {
    background-color: rgba(39, 127, 44, 0.2);
}

#about-kcc .container {
    padding: 60px 20px;

}

#about-kcc h2 {
    color: #4e4e4e;
    margin-bottom: 40px;
    text-align: center;

}

.p-about {
    font-family: 'Roboto', sans-serif;
    text-align: left;
    font-size: 18px;
    line-height: 20px;
    padding: 0px 30px;
}

/*  Current Priorities*/

#priorities .container {
    text-align: center;
    padding: 60px 20px;

}

#priorities h2 {
    color: #4e4e4e;
    margin-bottom: 40px;

}

.p-prior {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    line-height: 20px;
    padding: 0px 130px;
}

.col-4-prior {
    width: 25%;
    float: left;
    padding: 0px 30px;

}

.col-4-prior p {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    line-height: 20px;
    color: #4e4e4e;
    text-align: justify;
}

.row {
    overflow: hidden;
    margin-top: 50px;
}

.row h3 {
    font-size: 20px;
    margin: 30px 0;
}

/* MISSION */

#mission {
    background: url("../img/guad1.png");
    background-size: cover;
    background-position: center;
}

.kcc-mission {
    width: 45%;
    padding-left: 30px;
}

.kcc-mission h2 {
    margin-bottom: 30px;
    color: #fdfcfc;
}

.kcc-mission p {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    line-height: 20px;
    color: #4e4e4e;
}

.greenish {
    color: #277f2c;
}

.fas {
    color: #277f2c;
}


/* Footer */

footer {
    
    
}

#foot {
    background-color: #4e4e4e;
}

footer .container {
    padding: 80px 20px;
}

footer h4 {
    font-size: 30px;
    color: #fdfcfc;
    padding: 30px 0px;
}

.ul-posts li {
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    line-height: 21px;
    margin-bottom: 10px;
    padding-left: 70px;
}

.col-4-footer {
    width: 33.33%;
    float: left;
    color: #fdfcfc;
    padding: 30px;
}

.greenish-bg {
    background: url(../img/greenrectangle.png) no-repeat;
}

/* COPYRIGHT */

.copyright .container {
    padding: 40px;
}

section.copyright p {
    margin-bottom: 0;
}

.copyright {
    background-color: #ffffff;
    text-align: center;
    font-size: 15px;
}

.inline {
    display: inline-block;
    vertical-align: middle;

}

.cr,
.me {
    margin-right: 40px;
}

.fb,
.tw {
    margin-right: 40px;

}

.cr:after,
.me:after {
    content: "";
    border: 1px solid #555555;
    margin-left: 30px;
}

/* ANIMATIONS */

.iphone-on {
    position: absolute;
    width: 73%;
    right: 94px;
    top: 66px;
}

.iphone-btn {
    right: 115px;
    width: 15%;
    top: 4px;
    position: absolute;

}

.js-wp-2 {
    opacity: 0;
}
.js-wp-2.animated {
    opacity: 1;
}

.js-wp-3 {
    opacity: 0;
    animation-delay: 3.2s;
}
.js-wp-3.animated {
    opacity: 1;
}
