@font-face {
    font-family: 'Digital-7';
    src: url("../fonts/Digital-7.otf");
}

@font-face {
    font-family: 'MicroExtendFLF';
    src: url("../fonts/MicroExtendFLF.ttf");
}

:root {
    --green: #00ff00;
    --lightgreen: #36ae40;
    --red: #ff2000;
    --darkred: #990000;
    --lightblue: #007fff;
    --blue: #000066;
    --darkblue: #000033;
    --flowenergiblue: #007fff;
    --headerheight: auto;
    --marginedwidth: 82%;
}

body, html {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    min-height: 100%;
    overflow-x: hidden;
    background-color: #000000;
}

h1 {
    font-family: MicroExtendFLF;
    color: #ffffff;
    font-size: 3em;
}

h2 {
    font-family: MicroExtendFLF;
    font-size: 2em;
    color: #ffffff;
}

#strapline {
    font-family: MicroExtendFLF;
    font-size: 1em;
    color: var(--lightblue);   
}

#logoivamp {
    width: 60%;
}

p {
    font-family: MicroExtendFLF;
    color: #ffffff;
}

.margined {
    margin: 0 auto;
    width: var(--marginedwidth);
}

#ivampbg {
    position: relative;
    display: flex;
    align-items: center;
    height: 50vh;
    width: 100%;
    justify-content: center;
    clear: both;
    margin: 4vh 0;
    text-align:center;

}

#ivamplist {
    position: absolute;
    justify-content: center;
    align-items: center;
    width: 100%;  
}

#db {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    box-sizing: border-box;
}

ul {
    font-family: MicroExtendFLF;
    list-style: none; 
    padding:0;
}

li {
    font-size: 0.8em;
    margin: 5vh 0;
    color: #ffffff;
    text-shadow: 1px 1px 1px #007fff;
    
}

#deviceList {
    position: relative;
    width: 100%;
    float: left;
    height: 30vh;
    align-items: center;
}

#deviceHeader {
    position: relative;
    top: 0;
    float: left;
    width: 100%;
    height: 30%;
    align-content: center;
    clear: both;
}

#deviceImages {
    position: relative;
    clear: both;
    float: left;
    height: auto;
    width: 100%;
    vertical-align: central;
}

#logoshelly {
    width: 8%;
}

.imgDevice {
    margin: 0 2%;
}

.logostore {
}

.logomicrosoftstore {
    height: 100px;
}
