﻿/* Style sheet for the master page YourChoice.master*/

.page
{
    width: 90%;
}

.titleBar
{
    background-color: #631D76;
    padding-bottom: 15px;
    font-weight: bold;
}

.bcotLogo
{
    height: 100px;
}


.olaTitle
{
    font-size:35px;
    font-size: 4vmin;
}

.postcodeEntry
{
    text-transform:uppercase;
}

.sfaMessage
{
    color: White;
    padding-top: 10px;
}
    
.dpMessage
{
    color: White;
    padding-top: 10px;
}   

.bg-success
{
    padding: 20px;
    font-weight: bold;
    font-size: 18px;
}

.higherEdWarning
{
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 20px;
    color: Red;
}

@media (max-width: 991px) 
{
    .page
    {
        width: 100%;
    }
    
    .sfaMessage
    {
        font-size: 10px;
    }
    
    .dpMessage
    {
        padding-top: 10px;
        font-size: 10px;
    }   
}