 :root {
    --black:#363636;
    --grey:#585858;
    --greybg:rgba(25,25,25,0.5);
    --purple:rgba(169,0,220,0.45);
    --blue: #495891;
    --white:#ffffff;
    --titlefont: 'Lato';
    --subtitlefont: 'Exo 2';
    --plainfont: 'Raleway';
    --plainfont2: inherit;
}

 html {
	margin-left: 0;
	margin-right: 0;
	overflow: hidden;
	width: 100%;
	height: 100%;
 }

 body {
	margin-left: 0;
	margin-right: 0;
	overflow: scroll;
	width: 100%;
	height: 100%;
 }

.navbar-style {
    background-color: var(--white);
}

.logo-style {
    height: 60px;
}

.brand-style {
    font-family: var(--titlefont);
    font-size: 27px;
    margin-left: 10px;
    margin-right: 20px;
}

.nav-item-style {
    font-family: var(--titlefont);
    font-size: 20px;
}

.active-style {
    text-transform: uppercase;
}

.jumbotron-style {
    color: var(--white);
    text-align: left;
    font-size: 70px;
    font-family: var(--titlefont);
    font-weight: lighter;
}

.mission-style {
    color: var(--blue);
    text-transform: uppercase;
    font-family: var(--subtitlefont);
    /* font-weight: lighter; */
    font-size: 40px;
    margin-left:5%;
    margin-right:5%;
    margin-top: 40px;
    text-align: center;
}

.philo-style {
    padding-top: 40px;
    color: var(--blue);
    font-family: var(--subtitlefont);
    font-size: 22px;
    text-align: justify;
}

.title-section {
    font-family: var(--subtitlefont);
    color: var(--black);
    font-size: 50px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
}
.footer {
    /*position: fixed;*/
    bottom: 0;
    width: 100%;
    /*margin-top: 50px;*/
    padding-top: 20px;
    padding-bottom: 20px;
    color: var(--white);
    text-align: center;
    background-color: var(--black);
}

/* Consulting */

.media-img-style {
    width: 100px;
    height: 100px;
}

/* Team */

.card-title-style {
    font-family: var(--titlefont);
    font-size: 30px;
}

.card-subtitle-style {
    font-family: var(--subtitlefont);
    font-size: 25px;
    margin-bottom: 40px;
}

.init-style {
    font-weight: bold;
    color: var(--blue);
}

.card-text-style {
    font-size: 12px;
    text-align: justify;
}

.card-title-style-2 {
    font-size: 35px;
    font-family: var(--plainfont);
    font-weight: lighter;
    text-align: center;
}

.card-text-style-2 {
    font-size: 20px;
    font-family: var(--titlefont);
    font-weight: lighter;
    text-align: justify;
}

.plain-text {
    font-family: var(--titlefont);
    font-size: 20px;
    font-weight: lighter;
    text-align: justify;
}

h5 {
    font-family: var(--titlefont);
    font-size: 30px;
}

p {
    font-family: var(--plainfont);
}
 .btn-task {
    text-transform: capitalize;
    font-weight: bold;
    font-size: 15px;
 }

.social-button {
    padding: 10px;
    font-size: 25px;
}

.social-button:hover {
    text-decoration: none;
}

.form-label {
    font-family: var(--subtitle);
    font-size: 30px;
}
