/************************************
 To overwrite css properties, uncomment/edit them.
 If you decide to change the size of elements,
 please keep in mind both mobile and desktop layouts (media queries)
************************************/

/************************************
        Overlay gradient
*************************************/
.termination-page .body .termination-page-overlay {
    /*
    background: rgba(150, 34, 34, 0.85);
    background: -moz-linear-gradient(top, rgba(150, 34, 34, 0.85) 0%, rgba(15, 12, 3, 0.95) 100%);
    background: -webkit-linear-gradient(top, rgba(150, 34, 34, 0.85) 0%, rgba(15, 12, 3, 0.95) 100%);
    background: linear-gradient(to bottom, rgba(150, 34, 34, 0.85) 0%,rgba(15, 12, 3, 0.95) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#A24040', endColorstr='#281B14',GradientType=0 );
    */
}

/************************************
        Header
*************************************/
.termination-page .header i {
    color: #fff;
}
.termination-page .header h1 {
    color: #fff;
    text-shadow: 2px 2px 8px #212121;
}
.termination-page .header p {
    color: #fff;
    font-weight: 100;

}
/************************************
        Footer
*************************************/
.termination-page .footer .footer-text {
    /*color: #d4d4d4;*/
}

/************************************
        Custom question CSS rules

It is not recommended to edit this part.
*************************************/
.termination-page #page-template {
	position: absolute;
	height: 100%;
	width: 100%;
	overflow: hidden;
}

.termination-page .body {
	height: 100%;
	padding: 0;;
    background-size: cover;
    transition: all 150ms ease-out;
    background-position: center;
}

.termination-page .body .termination-page-overlay {
    height: 100%;
    position: relative;
}

.termination-page {
	text-align: center;
}

.termination-page .header {
	position: absolute;
	width: 100%;
    left: 0;
    top: 80px;
}

.termination-page .header i {
    font-size: 2.5em;
    color: #fff;
    margin-bottom: 10px;
}

.termination-page .header h1 {
    font-size: 20px;
    width: 100%;
    padding: 0 10px;
    margin-top: 0;
}

.termination-page .header p {
	font-size: 1em;
	padding: 0 15px;
	max-width: 550px;
	margin: 0 auto;
}

.termination-page .footer {
	position: absolute;
	width: 100%;
	bottom: 10px;
	border: 0;
	left: 0;
}

.termination-page .footer .footer-text {
	font-size: 0.8em;
	font-weight: 100;
	background-color: transparent;
}

.termination-page .footer .footer-text p{
    margin-left: 0px;
}

@media (min-width: 350px) {
    
    .termination-page .header {
        top: 120px;
    }
    
    .termination-page .header h1 {
        font-size: 2em;
    }
	
	.termination-page .header p {
	   font-size: 1.2em;
	}
    
}

@media (min-width: 768px) {
	
	.termination-page .header {
        top: 100px;
    }
    
    .termination-page .header h1 {
        font-size: 2.5em;
    }
    
    .termination-page .header p {
       font-size: 1.2em;
    }
	
}

@media (min-width: 992px) {
    
    .termination-page .header {
        top: 100px;
    }
    
    .termination-page .header h1 {
        font-size: 2.5em;
    }
    
    .termination-page .header p {
       font-size: 1.2em;
    }
    
}

@media (min-width: 1200px) {
    
    .termination-page .header {
        top: 100px;
    }
    
    .termination-page .header h1 {
        font-size: 2.5em;
    }
    
    .termination-page .header p {
       font-size: 1.2em;
    }
    
}
