﻿body {
    font-family: Arial, sans-serif;
}

h1 {
    
    font-weight: 700;
}
.frame {
    max-width: 100%;
    height: 100vh;
}

.frame--border {
    position: relative;
    border: 1px solid #ccc;
}
.carousel-item {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

.carousel-item > div {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.carousel-indicators {
    bottom: 35px;
}

.logo.Centrerad {
    display: flex;
    justify-content: center;
    margin-right: auto;
    margin-left: auto;
    z-index: 999;
    position: absolute;
    top: 125px;
    left: 50%;
    transform: translate(-50%, -50%);
}

    .logo.left {
        position: absolute;
        z-index: 999;
        left: 40px;
        top:40px;
    }

.logo.right {
    position: absolute;
    z-index: 999;
    right: 40px;
    top: 40px;
}


.arial {
    font-family: Arial, sans-serif;
}

.verdana {
    font-family: Verdana, sans-serif;
}

.tahoma {
    font-family: Tahoma, sans-serif;
}

.trebuchet {
    font-family: 'Trebuchet MS', sans-serif;
}

.times {
    font-family: 'Times New Roman', serif;
}

.georgia {
    font-family: Georgia, serif;
}

.garamond {
    font-family: Garamond, serif;
}

.courier {
    font-family: 'Courier New', monospace;
}

.brush {
    font-family: 'Brush Script MT', cursive;
}
.raleway {
    font-family: 'Raleway', sans-serif;
}




#informationTVCaptions {
    padding: 20px
}
.logo {
    max-width: 150px;
    padding: 20px;
}
@media (min-width: 768px) {
    .logo {
        max-width: 200px
    }
    #informationTVCaptions {
        padding: 20px
    }

}
@media (min-width: 992px) {
    .logo {
        max-width: 250px
    }
    #informationTVCaptions {
        padding: 30px
    }

}

@media (min-width: 1200px) {
    .logo {
        max-width: 300px
    }
    #informationTVCaptions {
        padding: 40px
    }

}