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

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;
}
.wrap {
    background-color: rgb(255, 247, 233);
}
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 END */

.section {
    padding-top: 45px;
    padding-bottom: 45px;
}
.text-center {
    text-align: center;
}
section {
    padding-top: 45px;
    padding-bottom: 45px;
}
.text-center {
    text-align: center;
}
.col-half-center {
    margin-left: 25%;
}
.col-half {
    width: 50%;
}

.col-half, .col-three-one, .col-quarter {
    float: left;
    padding-left: 15px;
    padding-right: 15px;
}
.box1 {
    height: 300px;
}

.bg-color1 {
    background-color: white;
}

.card-img-top {
    width: 100px;
    height: auto;
}

.timeline-section {
    position: relative;
}
.timeline-section:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 3px;
    transform: translateX(-50%);
    background-color: #ccc;
}
.timeline-pointer {
    position: relative;
}
.timeline-pointer::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 3px solid #ccc;
    transform: translateX(-50%);
    background-color: #fff;
    z-index: 1;
}
.h300 {height: 300px;}

@media (max-width: 576px) {
    .timeline-section:after,
    .timeline-pointer::after {
        display: none;
    }
}

.footer, .section{
    display: block;
}

.col-three-one {
    float: left;
    padding: left 15px;
    padding-right: 15px;
    width: 33.33333%;
}
div {
    display: block;
}

.col-half-center {
    margin-left: 25%;
}


@media (max-width: 779px) {
.col-half-center, .col-three-one-center {
    margin-left: 0; 
    }
}

@media (max-width: 779px) {
.col-half, .col-three-one, .col-quarter {
    float: none;
    width: 100%;
    }
}


