/*
Theme Name: Bora
Text Domain: bora_wordpress_theme
Version: 1.0
Requires at least: 4.5
Description: Minimal WordPress Theme. Based on Bootstrap (5).
Tags: minimal, simple, light-weight, responsive
Author: Gréoux Research
Author URI: https://greoux.re
Theme URI:
License:
License URI:
*/

@import url(https://fonts.googleapis.com/css?family=Dosis);

.happy {
    width: 128px;
    height: 128px;
    margin: 2rem auto;
    background: url(happy.svg) center center no-repeat;
    background-size: 128px 128px;
}

.sad {
    width: 128px;
    height: 128px;
    margin: 2rem auto;
    background: url(sad.svg) center center no-repeat;
    background-size: 128px 128px;
}

.meta {
    color: #999;
    font-size: 0.85rem;
}

.meta a {
    color: #666 !important;
    text-decoration: underline !important;
}

#appl {
    font-family: Dosis, Calibri, Helvetica, sans-serif;
}

.circular-image-wrapper {
    width: 250px;
    height: 250px;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
}

.circular-image-wrapper img {
    width: 100%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.ico-app {
    width: 96px;
    height: 96px;
    margin: 1rem auto;
    background: url(ico/app.svg) center center no-repeat;
    background-size: 96px 96px;
}

.ico-get {
    width: 128px;
    height: 128px;
    margin: 0 auto;
    background: url(ico/get.svg) center center no-repeat;
    background-size: 128px 128px;
}

.ico-git {
    width: 96px;
    height: 96px;
    margin: 1rem auto;
    background: url(ico/git.svg) center center no-repeat;
    background-size: 96px 96px;
}

.ico-pdf {
    width: 96px;
    height: 96px;
    margin: 1rem auto;
    background: url(ico/pdf.svg) center center no-repeat;
    background-size: 96px 96px;
}

.ico-zip {
    width: 96px;
    height: 96px;
    margin: 1rem auto;
    background: url(ico/zip.svg) center center no-repeat;
    background-size: 96px 96px;
}
