@charset "UTF-8";
/* CSS Document */


/*@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:300|Roboto:100,300,400,700');*/
/*@import url('https://fonts.googleapis.com/css?family=Playfair+Display:300,400,500,800|Merriweather:700|Roboto:100,300,400,500,700&display=swap');*/

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700&display=swap');

body {
    margin: 0;
    padding: 0;
    background-color: white;
    overflow-x: hidden;
    width: 100%;
}

h1 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 800;
    margin: 0;
    line-height: 1.3em;
}

p {
    display: block;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 21px;
    margin: 0;
    margin: 8px 0 25;
}

.title-subtitle {
    display: block;
    margin: 0;
    padding: 8% 8% 0;
}

.nav-list {
    display: block;
    list-style: none;
    padding: 0;
}

.nav-list > li {
    display: inline-block;
    margin-right: 8px;
}

.nav-list > li > a {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    text-decoration: none;
    color: black;
}

.selected-link {
    /*color: white;
    background-color: #0081FF;*/
    padding: 2px 8px;
    /*border-radius: calc(0.5em + 4px);*/
    border: solid 2px #0081FF;
    border-radius: calc(0.6em + 4px);
}

.info-list {
    display: block;
    list-style: none;
    padding: 0;
    margin: 0 8%;
}

.info-list > li {
    display: block;
    margin: 0;
    padding: 25px 0;
    font-family: 'Open Sans', sans-serif;
    min-height: 66px;
    border-bottom: solid 0.5px lightgray;
}

.info-list > li > img {
    display: inline-block;
    background-color: black;
    padding: 12px;
    width: 42px;
    height: auto;
    border-radius: 33px;
    position: absolute;
    z-index: -1;
    margin: 0;
}

.info-list > li > section {
    display: inline-block;
    position: absolute;
    z-index: -1;
    margin: 0;
    border: solid 1.5px rgba(0,129,255,0.6);
    border-radius: 35px;
    padding: 4px;
}

.info-list > li > section > img {
    display: block;
    background-color: black;
    padding: 8px;
    width: 38px;
    height: auto;
    border-radius: 33px;
    margin: 0 0 8px;
}

.alt-icon-state {
    margin-left: 74px;
}

.wide-aspect-icon-div {
    display: inline-block;
    position: absolute;
    z-index: -1;
    margin: 0;
}

.wide-aspect-icon-div > img {
    background-color: black;
    padding: 6px 8px;
    width: 120px;
    border-radius: 12px;
}

#temp-control-gif {
    background-color: transparent;
    border: solid 2px black;
    padding: 0;
    border-radius: 20px;
}

.cmnd-details {
    display: inline-block;
    padding: 0;
    margin: 0 0 0 86px;
}

.for-wide-aspect {
    margin-left: 156px;
}

.cmnd-details > h3 {
    display: block;
    margin: 0 0 4px;
}

.cmnd-details > p {
    display: block;
    margin: 0 0 4px;
    font-weight: 400;
}

.cmnd-details > label {
    display: block;
    margin: 0;
    font-size: 11px;
    font-weight: 400;
    color: darkgray;
}

@media screen and (max-width: 700px) {
    .wide-aspect-icon-div {
        display: block;
        position: inherit;
        z-index: 0;
    margin: 0;
    }
    
    .wide-aspect-icon-div > img {
        background-color: black;
        padding: 6px 8px;
        width: 75%;
        border-radius: 12px;
        margin: 0 12.5%;
    }
    
    .smaller-big-img > img {
        width: 50%;
        margin: 0 25%;
    }
    
    .for-wide-aspect {
        margin-top: 15px;
        margin-left: 0;
        width: 100%;
        text-align: center;
    }
    
    #temp-control-gif {
    background-color: transparent;
    border: solid 2px black;
    padding: 0;
        width: 200px;
        border-radius: 28.6px;
        margin: 0 calc(50% - 100px);
    }
    
}


