@charset "utf-8";

body {
    vertical-align: middle;
    text-align: center;
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
    background-color: rgba(255,255,255,0.99);
}

body p {
    color: rgba(130,130,130,1.00);
    text-align: justify;
}


h1 {
    font-size: 2em;
    color: rgba(38,43,248,1.00);
    text-align: center;
}
.row .col-md-6 li {
    text-align: left;
    color: rgba(130,130,130,1.00);
    list-style-position: outside;
}

img {
     max-width: 100%;
     height: auto;
}

footer .container-fluid .container {
    text-align: left;
}


h2 {
    color: rgba(63,133,242,1.00);
    font-size: 1.5em;
}

li {
    text-align: left;
    list-style-position: outside;
}
.container .row .col-md-12 {
	text-align: left;
}
