@charset "UTF-8";

/* Layout (global rules for all sizes) */

body {
    margin: 0;
    padding: 0;
}

header a.logo {
    display: block;
    position: absolute;
    background-position: 0px 0px;
    background-repeat: no-repeat;
}

nav {
    width: 100%;
    display: block;
    position: absolute;
    background-color: #E88B11;
}

navIndex {
    width: 100%;
    position: absolute;
    display: block;
    background-color: #E88B11;
}

/* Layout Large Screens (default for older browsers) */

header {
    height: 275px;
}

header .djStEmE { 
    height: 275px;
    display: block;
    background: url(../pictures/stemeLogo1-wave-noUrl-800X561.jpg) no-repeat center 0px;
    background-size: auto 270px;
}

header .software { 
    height: 275px;
    display: block;
    background: url(../pictures/stemeLogo1-Code-noUrl-800X484.jpg) no-repeat center 0px;
    background-size: auto 270px;
}

header .baeyens { 
    height: 275px;
    display: block;
    background: url(../pictures/stemeLogo1-noUrl-800X648.jpg) no-repeat center 0px;
    background-size: auto 270px;
}

header a.logo {
    width: 150px;
    height: 150px;
    top: 60px;
    left: 20px;
}

article {
    padding: 60px 20px 10px 20px;
}

.button_container {
    padding: 0px 0px 5px 20px;
}

.button_container .button {
    width: 16%;
    height: 120px;
    float: left;
    background-position: 0px 3px;
}

.button_container .button .content {
    padding: 92px 5px 0px 10px;
}

.button_container .button.one .content {
    padding: 72px 5px 0px 10px;
}

.button_container .button.two .content {
    padding: 72px 5px 0px 10px;
}

nav {
    top: 275px;
}

nav a {
    margin: 12px 0px 10px 20px;
}

footer {
    padding-left: 20px;
}

catNav a {
    width: 60px;
    height: 30px;
    background-color: #ca9bc9;
    text-transform: lowercase;
    text-decoration: none;
    display: inline-block;
}
