﻿body{
    background-color: white;
}


.PresentationTitle {
    padding-top: 20px;
    color: #f0ab00;
    font-size:30px;
    font-family: "Myriad Pro", "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
}

.subPresentationTitle{
    color: #f0ab00;
    font-size:15px;
    font-family: "Myriad Pro", "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
}

.PresentationText {
    font-size:18px;
    font-family: "Myriad Pro", "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
    padding-bottom: 30px;
}

.Heading1 {
    font-family: "Myriad Pro", "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
    font-weight: 300;
    color: white;
    font-weight: normal;
    font-size: 40px;
    
}

.TitleSection {
    min-height: 10vw;
    border-color: white;
}

@keyframes fade-in-right {
    from {
            opacity: 0;
            transform: translateX(-15px);
        }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes fade-in-left {
    from {
            opacity: 0;
            transform: translateX(15px);
        }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.animateContainer1 {
    opacity: 0;
    animation: fade-in-right ease 0.9s forwards;
}

.animateContainer1Btn {
    opacity: 0;
    animation: fade-in-right ease 0.9s forwards;
    animation-delay: 0.6s;
}

.animateContainer2Btn {
    opacity: 0;
    animation: fade-in-left ease 0.9s forwards;
    animation-delay: 0.6s;
}

.animateContainer2 {
    opacity: 0;
    animation: fade-in-left ease 0.9s forwards;
    animation-delay: 0.4s;
}


.Header {
    height: 50px;
    line-height: 50px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 20;

    
}


.Button {
    background-color: #f0ab00 !important;
    color:white !important;
}

.Button:hover{
    color: #f0ab00 !important;
    background-color: #ffffff !important;
    border-color: #ffffff !important;
    transition: all 0.5s ease 0s;
}

.Btn_Big {
    color: white;
}

.tablet .Others_Menu,
.phone .Others_Menu {
    text-align: left;
    padding: 10px;
}

.tablet .Btn_Big,
.phone .Btn_Big {
    overflow: hidden;
    font-size: 12px;
}

.tablet .Btn_Small,
.phone .Btn_Small {
    font-size: 13px;
}

.titleTop {
    color: white;
    font-family: "Myriad Pro", "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
    font-size: 20px;
    padding-left: 20px;
}

.tablet .titleTop,
.phone .titleTop {
    display: none;
}

