/*-- START PAGE --*/

.bg-color1 {
    background-color: #18bc9c;
    color: #ffffff;
}
.bg-color2 {
    background-color: #ffffff;
    color: #2c3e50;
}

.container-fluid {
    padding-top: 40px;
    padding-bottom: 70px;
}
.col-md-4 {
    padding-top: 40px;
    padding-bottom: 20px;

}

body {
    height: 100%;
    font-family: 'Lato', sans-serif;
    line-height: 1.8;
}

.height {
    padding: 20px;
}

p {font-size: 16px;}

h1, h2
{
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;
    font-weight: bold;
}
h3, h4, h5, h6 {
    font-family: 'Lato', sans-serif;
}

.img-circle {
    width: 200px;
    height: auto;
}
.start {
    padding-bottom: 30px;
}

.btn.outline {
    border-radius: 26px;
    padding: 14px 24px;
    border: 0 none;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    background: none;
    width: 300px;
}
.btn-primary.outline {
    border: 2px solid #ffffff;
    color: #2c3e50;
    font-family: 'Lato', sans-serif;
    line-height: 1.8
}
.btn-primary.outline:hover {
    color: #2c3e50;
    border-color: #2c3e50;
    background: #ffffff;
}



/*-- /START PAGE --*/
