
html {
    line-height: 1.15; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    text-decoration: none;
    border: 0;
    outline: none;
    background-color: #151515;
}
body {
    margin: 0;
    padding: 0;
    color: #FFF;
    outline: none;
    background-color: #151515;
    font-family: 'Montserrat', sans-serif;
    -webkit-overflow-scrolling: touch;
}
body::-webkit-scrollbar {
    border-radius: 6px;
    width: 12px;
    background-color: rgba(0,0,0);
}
body::-webkit-scrollbar-button {
    border-radius: 5px;
    background-color: #000;
}
body::-webkit-scrollbar-thumb {
    border: 2px solid #000;
    border-radius: 5px;
    background-color: #222;
}

/* ///// Firefox and IE 10+ ///// */

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {

    body {
        
        /* IE styles for no scrollbar */
        overflow-y: scroll;
        scrollbar-width: none; /* Firefox */
        -ms-overflow-style: none; /*  IE 10+ */
        -ms-overflow-scrolling: touch;

        /* IE styles for custom scrollbar */
        scrollbar-base-color: #000;
        scrollbar-face-color: #222;
        scrollbar-3dlight-color: #000;
        scrollbar-highlight-color: #000;
        scrollbar-track-color: #000;
        scrollbar-arrow-color: black;
        scrollbar-shadow-color: #000;
        scrollbar-dark-shadow-color: #000;
    }
}
@media screen and (max-width: 767px) {
    
    .pledgsta-logo {
        height: auto;
        width: 94%;
        margin: 0;
        padding: 8px 0 6px 8px;
    }     
    .breachMessage {
        height: 100%;
        top: 0;
        right: 0;
        bottom: 0; 
        left: 0; 
        padding: 45% 6% 0 6%;
        text-align: center; 
        color: #ff0000;
        background-color: #111;
    }    
}
@media screen and (min-width: 768px) {
    
    .pledgsta-logo {
        height: auto;
        width: 90%;
        margin: 0;
        padding: 6px 0 0 6px;
    }     
    .breachMessage {
        height: 100%;
        top: 0;
        right: 0;
        bottom: 0; 
        left: 0; 
        padding: 16% 0 0 0;
        text-align: center; 
        color: #ff0000;
        background-color: #111;
    }
}

.breachLogo {
	width: 200px;
	padding-bottom: 5px;
}
#breachtriangle {
	margin: 0 0 20px 0;
	font-size: 24px; 
}