﻿
body {
    color: #003D7C;
}
.nav-link {
    color: #003D7C !important;
    font-size: 16px;
}
.navbar-light .navbar-nav .active > .nav-link {
    color: #EF7C00 !important;
}
.background-div-first {
    background-image: url("/Content/images/network.png");
    /*background-size: 100% 100%;*/
}
.background-blue {
    background-color: #00398a;
}
.background-orange {
    background-color: #EF7C00;
}
.color-mptc-yellow {
    color: #EF7C00;
}
.color-mptc-blue {
    color: #003D7C;
}

.titel {
    font-family: 'kantumruyMoul';
    font-size: 28px;
    font-weight: bold;
}
.underline {
    text-decoration: underline;
    text-decoration-color: #EF7C00;
    text-decoration-thickness: 2px;
}
.icon-contact {
    font-size: 20px;
    margin:5px;
}
.text-p {
    margin-top: 15px;
    font-size: 14pt;
}
.list-style {
    font-size: 14pt !important;
}

.size-img-1 {
    width: 85%;
}
.size-img-3 {
    width: 75%;
}
.size-icon {
    width:20px;
}
.p-footer {
    margin: 5px;
    font-size: 14pt;
}
a {
    color: white !important;
}
a:hover {
    color: #EF7C00 !important;
}