/*



fd4239 -->  fd4239 pantone WARM RED C
*/


.videoContainer video {
    width: 100%;
    height: auto;
}

.videoContainer2 video {
    width: 100%;
    height: auto;
    margin:0 auto;
}


.blu {color:#00ccff;}
.colored {color:#ff5050;}

.bold { font-weight:bold;
}

.section {
  padding: 40px 0;
}

.titleWhite {
    font-weight:bold;
    font-weight:800;
    font-size:44px;
    color:white!important;
}


.titleBlue{
    font-weight:bold;
    font-weight:800;
    font-size:44px;
    color:#00ccff!important;
}

.titleColored{
    font-weight:bold;
    font-weight:800;
    font-size:44px;
    color:#ff5050!important;
}


.footerLink {
    color: #fff!important;
    text-decoration: none;
}


.footerLink:hover {
    color: #ff5050!important;
    text-decoration: none;
}

.Ucase { text-transform:uppercase;
}

.section-header .section-subtitle {
font-size:18px;
}



#download {
  background-image: linear-gradient(120deg, #ff5050 0%, #ff5050 100%);
  width: 100%;
}


.icon-list a {
    color:#ff5050!important;
}


.icon-list a:before {
    background: #ff5050!important;
}