@import http: //fonts.googleapis.com/css?family=Lato:100,300,400);
@import http: //fonts.googleapis.com/css?family=Source+Sans+Pro:200,300,400,600,700);
@import http: //fonts.googleapis.com/css?family=Lora);
@import http: //fonts.googleapis.com/css?family=Oswald:400,300,700);
@import http: //fonts.googleapis.com/css?family=Economica:400,700,400italic);
@import http: //fonts.googleapis.com/css?family=Michroma);
@import http: //fonts.googleapis.com/css?family=Tangerine;
@import url(https://fonts.googleapis.com/css?family=Candal);
html body {
    overflow-x: hidden;
}

@font-face {
    font-family: Gotham-Rounded-Light_21020;
    src: url('fonts/Gotham-Rounded-Light_21020.ttf');
}

@media(max-width:995px) {
    .header_break {
        display: none!important;
    }
}

.art_Move {
    padding-bottom: 40px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 40px;
}

.btn_Sign {
    background-color: transparent;
    text-decoration: none !important;
    padding-top: 8px!important;
    padding-bottom: 8px !important;
    margin-top: 8px;
    letter-spacing: none;
    background-size: 80px 60px;
    text-transform: uppercase;
    box-sizing: border-box;
}

.header_break {
    display: block;
    border-right: 1px solid rgba(0, 0, 0, 0.2);
    width: 0;
    height: 30px;
    margin: 15px 30px;
}

.scrollToTop {
    display: none;
    position: fixed;
    background-color: #C63D0F;
    border-color: transparent;
    border-style: groove;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    padding-top: 4px;
    right: 20px;
    color: white;
    text-align: center;
    font-size: 15px;
    bottom: 20px;
    transition-delay: 0s, 0s;
    transition-duration: 0.4s, 0.4s;
    transition-property: color, height, width, padding-top, font-size;
    transition-timing-function: ease-in-out, ease-in-out;
}

.scrollToTop:hover {
    width: 45px;
    height: 45px;
    color: wheat;
    font-size: 17px;
    padding-top: 7px;
    transition-delay: 0s, 0s;
    transition-duration: 0.4s, 0.4s;
    transition-property: color, height, width, padding-top, font-size;
    transition-timing-function: ease-in-out, ease-in-out;
}

.end_footer {
    margin-top: 100px;
    padding-bottom: 35px;
    padding-top: 35px;
    background-color: #2B2B2B;
    color: #E9E581;
    text-align: center;
}