/********** common setting **********/
h2 {
    font-size: 2.8rem !important;
    font-weight: 700;
}

img {
    display: block;
    max-width: 100%;
}

a,
button {
    cursor: pointer;
}

.jumbotron {
    margin-bottom: 0 !important;
}

.atlas-cta {
    border-radius: 22px !important;
    padding: 12px 30px !important;
    font-weight: 700;
    transition: .3s ease-in-out !important;
}

.atlas-cta:hover {
    text-decoration: none;
    transform: translateY(-5px);
}

.atlas-cta-wide {
    width: 100%;
}

.cta-green {
    background: #5C0000;
    color: white;
}

.cta-green:hover {
    color: #ffffff;
    background: #5C0000;
}

.cta-blue {
    background: #401919;
    color: #ffffff;
}

.cta-blue:hover {
    color: #ffffff;
    background: #2e1212;
}

.cta-ghost {
    border: 2px solid #401919 !important;
    color: #401919;
}

.cta-ghost:hover {
    color: #ffffff;
    background: #2e1212;
}

#banner {
    background-size: cover;
}

/********** banner **********/
#banner header {
    overflow: hidden;
}

#banner header img {
     max-width: 290px; 
}

/********** feature (skew background) **********/
.feature img {
    width: 100%;
    max-width: 480px;
}

#feature-first {
    background: linear-gradient(168deg, #ffffff 55%, #ce4e4e 0);
}

#feature-last {
    background: #ce4e4e;
}

/********** price table **********/
#price-table {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
}

#price-table__premium {
    background: #401919;
    color: #ffffff;
}

#price-table ul li {
    padding: 5px 0;
}

/********** contact **********/
#contact {
    background-size: cover;
}

#contact ul li {
    padding: 3px 0;
}

#contact form {
    color: white;
}

#contact form input,
#contact form textarea {
    background: transparent;
    border: 1px solid white;
    color: #ffffff;
}

/********** copyright **********/
#copyright {
    background: #401919;
    padding: 2rem 3rem;
}

#copyright #social-media a {
    width: 40px;
    height: 40px;
    border-radius: 99%;
    background: #ffffff;
    transition: .4s ease;
}

#copyright #social-media a i {
    color: #401919;
    font-size: 1.2rem;
    line-height: 40px;
}

#copyright #social-media a:hover {
    background: #ce4e4e;
}

#copyright #social-media a:hover i {
    color: #ffffff;
}

/********** RWD **********/
@media (max-width: 575px) {
    #banner h1 {
        font-size: 2.6rem;
    }
}

.text-dark{
	color: black!important;
}

.text-darkred{
	color: #4C0000!important;
}




.btns{
	position: absolute;
	right: 20px;
	top: -5px;
}
.btn{
font: 14px/2.3em trebuchet,arial;
color: #aaa;
text-shadow: 0 1px 0 #fff;
text-align: center;
text-decoration: none;
display: block;
padding: 5px 15px;
margin: 3px auto 5px;
background: #fff url(btn.png) repeat-x bottom;
border: 1px solid #ddd;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
-o-border-radius: 6px;
-ms-border-radius: 6px;
border-radius: 6px;
-moz-box-shadow: 0 3px 5px #ccc;
-webkit-box-shadow: 0 3px 5px #ccc;
-o-box-shadow: 0 3px 5px #ccc;
-ms-box-shadow: 0 3px 5px #ccc;
cursor: pointer;
box-shadow: 0 3px 5px #ccc;
}

.btn.login{
	background: #ba3538;
		    color: #f5f5f5;
    text-shadow: 0 1px 0 #727272;
		background: #ba3538 url(btn.png) repeat-x bottom;
}

h2.error{
 	font-size: 12px !important;
    color: red;
}

.nocv{
	padding: 20px;
    background: white;
    border: 1px solid grey;
    border-radius: 15px;
}