body{
    
    font-family: 'Open Sans', sans-serif;
    font-size: 1.15rem;
    font-weight: 300;
}


h1 a{
    font-weight: 900;
    font-size: 8rem;
    color: #fff;
        background-color: rgba(0, 0, 0, 0.2);
    padding: 0.15rem 1rem;
    line-height: 11.25rem;
    display: inline-block;
}

    h1 a:hover{
/*
    border-bottom: 0.5rem dashed #fff;
        text-decoration: none;
*/
            color: #fff;
        cursor: pointer;
}

h2{
    font-weight: 700;
    font-size: 4rem;
    color: #fff;
}

.logo {
    width: 14rem;
    padding-left: 1rem;
}


.logoheader {
    background-color: #fff;
}

/***** Footer *****/

footer {
    padding: 2rem 0 0 0;
    background: #8d1042;
    border-top: 0.25rem solid #909B27;
    color: #fff;
    text-align: left;
}

.footer-left a {
    color: #fff;
    border-bottom: 1px dashed #fff;
}

.footer-left a:hover,
.footer-left a:focus {
    color: #fff;
    border: 0;
}

.footer-right {
    text-align: right;
}

.footer-right a {
    margin: 0 6px;
    color: #fff;
}

.footer-right a:hover,
.footer-right a:focus {
    color: #fff;
}

.footer-bottom {
    padding-bottom: 2rem;
    text-align: center;
}

.footer-bottom a {
    color: #fff;
}

.footer-bottom a:hover,
.footer-bottom a:focus {
    color: #fff;
}

.foto_copyright {
    position: absolute;
    float: right;
    display: block;
    top: 0;
    right: 0;
    padding: 0rem 0.5rem;
    background: rgba(0, 0, 0, 0.5);
    font-size: 0.8rem;
}

.rotate_l {
    transform-origin: bottom right;
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=-1);
}

.foto_copyright a {
    color: rgba(255, 255, 255, 0.5);
}


.left50{
    background-color: rgba(255,255,255,0.5);
}


.right50:hover{
    background-color: rgba(255,255,255,0.0);
/*    cursor: pointer;*/
}


.left50:hover{
    background-color: rgba(255,255,255,0.0);
/*    cursor: pointer;*/
}


.right50{
    background-color: rgba(255,255,255,0.5);
    
}


.left{
    text-align: left;
}

.right{
    text-align: right;
    display: block;
    width: 100%
}

@media (min-width: 768px) {
    .h-md-100 { height: 100vh; }   
    
    
}

@media (max-width: 767px){
    
    
    h1{
    font-weight: 900;
    font-size: 8rem;
    color: #fff;
}

h2{
    font-weight: 700;
    font-size: 2rem;
    color: #fff;
}
    
.top-content {
    padding: 0;
}
        .left50{
    background-color: rgba(255,255,255,0.0);
}


.right50:hover{
    background-color: rgba(255,255,255,0.0);
    cursor: pointer;
}


.left50:hover{
    background-color: rgba(255,255,255,0.0);
    cursor: pointer;
}


.right50{
    background-color: rgba(255,255,255,0.0);
    
}
}