body {
    margin: 0;
    font-family: sans-serif;
}

header {
    padding-top: 5px;
    background-color: #616397;
    background-image: url("logo.png");
    background-repeat: no-repeat;
    background-size: calc(5.66em - 15px);
    background-position: 10px 5px;
    color: white;
}

h1.orbisec {
    text-align: left;
    padding-left: calc(2.33em + 20px);
    font-size: 32px;
}

h1 {
    font-size: 2em;
}

h2 {
    font-size: 1.5em;
}

a {
    text-decoration: none;
    color: #33c;
}

h2 a {
    color: black;
}

a:hover {
    text-decoration: underline;
}

.subtitle {
    font-weight: normal;
    font-size: 0.6em;
}

header ul li {
    float: left;
}

header ul li a {
    display: inline-block;
    padding: 14px 16px;
    color: white;
    text-align: center;
    text-decoration: none;
}

header ul li a:hover {
    text-decoration: none;
}

header ul {
    background-color: #6D6F9F;
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    width: 100%;
}

header ul li a.active {
    background-color: #616397;
}

header ul li a:hover:not(.active){
    background-color: #66689A;
}

p {
    padding-left: 10px;
}

article {
    padding: 30px;
    padding-top: 0;
}

section.rightmenu {
    float: right;
}

code, code pre {
    background-color: #eee;
}

pre {
    padding: 5px 5px 5px 30px;
}

.secondary {
    color: #666;
}

.shadowbox {
    padding: 12px;
    background: white;
    border-radius: 27px;
    box-shadow: 0 0 5px rgba(127, 127, 127, 33%);
    margin: 30px;
    overflow: hidden;
}

.shadowbox h2 {
    padding-left: 10px;
}

.shadowbox img {
    float: left;
    display: inline-block;
    padding-right: 15px;
}

.dropDown {
    margin: 5px;
}

.dropDown::before {
    content: "+ ";
    display: inline-block;
    width: 25px;
    color: #666;
}

.dropDown.opened::before {
    content: "– ";
}

.collapsed {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

@media (orientation: portrait) {
    header ul li a {
        display: block;
    }
    header ul li {
        float: none;
    }
    
    .shadowbox h2 {
        height: 80px;
    }
    
    .shadowbox h2 a {
        position: relative;
        top: 50%;
        transform: translateY(-50%);
        display: block;
    }
    
    .shadowbox p {
        padding-top: 12px;
    }
}
