﻿div.OSDCScreen {
    top:0;
    bottom:0;
    position:relative;
    height:100%;
    font-family:BrandonGrotesque-Light;
    padding-left:10px;
    padding-right:10px;
    padding-top:55px;
    padding-bottom:20px;
    color:white;
    background-color: #000000;
    background-repeat:no-repeat;
    align-content: center;
    background-attachment:fixed;



}


div.OSDCScreen .block {
   display: block;
    margin: 0 auto;

}
div.OSDCScreen .block_center {
    align-content: center;
    background-image: url('../Images/OSDCBack.jpg');
    background-repeat: no-repeat;
    width: 595px;
    height: 836px;
    overflow: hidden;
    margin: 10px auto;
    
}
div.OSDCScreen .block_center_inside {
    align-content: center;
    background-repeat: no-repeat;
    margin: 10%;
    overflow: hidden;
}
div.OSDCScreen .block_center_logo {
    overflow: hidden;

}
    div.OSDCScreen hr {
        width:0%;


        }

    div.OSDCScreen h1 {
        font-family: Serif-bold;
        font-size:12px;
        line-height:12px;
        
     
    }

    div.OSDCScreen h2 {
        font-family: Serif-Light;
        font-size:11px;
        color:white;   
        line-height:12px;
    
    }

    div.OSDCScreen .OSDC-text {
        font-family: Serif-Light;
        font-size:11px;
        line-height:12px;
    }

    div.OSDCScreen .OSDC-text-white {
        font-family: Serif-Light;
        font-size:18px;
        color:white;
    }

    div.OSDCScreen .OSDC-text-bold {
        font-weight:bold;
        font-size:20px;
        color:white;
    }
    div.OSDCScreen .OSDC-text-italic {
        font-style:italic;
        color: white;
        font-family: Serif-italic;
    }