﻿* {
    transition: all;
    transition-duration: 0.5s;
}

body {
    overflow-x: hidden;
}

.border-primary {
    border: 1px solid #6464b4 !important;
    border-radius: 50px;
}

.text-dark-grey {
    color: #1d1d1d !important;
}

.text-black{
    color: black!important;
}

.text-primary {
    color: #6464b4 !important;
}

.text-secondary {
    color: #4d4d8a !important;
}

.bg-primary {
    background-color: #6464b4 !important;
}

.bg-secondary {
    background-color: #4d4d8a !important;
}

.btn-primary {
    color: white!important;
    border: none;
    background-color: #6464b4!important;
}

.btn-primary:hover {
    color: white !important;
    border: none;
    background-color: #4d4d8a !important;
}

.btn-secondary {
    color: white !important;
    border: none;
    background-color: #4d4d8a !important;
}

.btn-secondary:hover {
    color: white !important;
    border: none;
    background-color: #6464b4 !important;
}

.btn-success {
    color: white !important;
    border: none;
}

.btn-danger {
    color: white !important;
    border: none;
}

.btn-white{
    background-color: white!important;
    color: black!important;
}

.btn-transparent {
    background-color: rgb(255, 255, 255, 0)!important;
    color: white !important;
}
div.video{
    padding: 20px;
    position:relative;
    padding-bottom:52%;
}
div.video > iframe{
    position:absolute;
    top:5% ;
    left:10%;
    width:80%;
    height:80%;
}