/*General stylization - all .html*/
html {
    overflow-x: hidden;
    overflow-y: auto;
}

body{
    color: black;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    margin: 0;
    padding: 0;
}

h1, h2{text-align: center;}

h2{font-size: 40px;}

h3{font-size: 25px;}

h4{font-size: 20px;}

h5{font-size: 15px;}

p{text-decoration: none;}

section{padding: 20px;}

header, footer{
    background-color:  ivory;
    padding: 10px;
}

video{
    height: auto;
    width: 100%;
}

/*footer stylization - all .html */
#smContain{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

#copyContain{text-align: center;}

#logoContain img{
    padding-left: 10px;
    width: 15%;
}

/*navBar stylization - all .html*/
header ul{text-align: left;}

#navBar ul{
    margin: 0;
    padding: 0;
    list-style-type: none;
}

#navBar li{
    display: inline-block;
    margin-right: 20px;
}

#navBar a{
    background-color: ivory;
    color: black;
    text-decoration: none;
    padding: 10px;
    border-radius: 10px;
}

#navBar a:hover{
    background-color: lightslategray;
    color: white;
}

/*button stylization - all .html*/
#topBtn{
    display: none;
    position: fixed;
    bottom: 15px;
    right: 15px;
    z-index: 3;
    border: none;
    background-color: lightslategray;
    color: white;
    cursor: pointer;
    padding: 15px;
    border-radius: 10px;
    font-size: 18px;
}

#topBtn:hover{background-color: darkslategray;}

/*home stylization - index.html*/
body#indexBody{
    background-color: ivory;
    color: black;
}

header{text-align: center;}

header img{width: 30%;}

#homeIntro{
    display: flex;
    flex-direction: row;
}

#homeIntroImg{
    background-image: url("images/RS-1_Kit_Box.png");
    background-repeat: no-repeat;
    background-size: contain;
    align-self: center;
    min-height: 400px;
    flex: 1;
    margin-left: 40px;
}

#homeIntroTxt{
    font-size: 20px;
    flex: 1;
}

#demoVid{text-align: center;}

#advantages1, #advantages2{
    display: flex;
    flex-direction: row;
    align-items: center;
}

#advTxt1, #advTxt2{
    flex: 1.2;
    color: black;
    margin-right: 20px;
    min-height: 400px;
}

#advTxt1 p, #advTxt2 p{font-size: 28px;}

#advTxt1 li, #advTxt2 li{font-size: 20px; padding-bottom: 10px;}

#advImg{
    background-image: url("images/RS-1_General_Image.png");
    background-repeat: no-repeat;
    background-size: contain;
    align-self: stretch !important;
    flex: 1.2;
}

#advImg2{
    background-image: url("images/RS-1_Money_Shot.png");
    background-repeat: no-repeat;
    background-size: contain;
    align-self: stretch;
    flex: 1.2;
}

#cloudControl{
    display: flex;
    flex-direction: row;
}

#cloudControlTxt{
    text-wrap: wrap;
    flex: 1.2;
}

#cloudControlTxt li{font-size: 20px;}

#cloudControlImg{
    background-image: url("images/Cloud_Control_Example1.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    flex: 1;
}

#cloudControlImg img{
    position: relative;
    max-width: 20%;
}

#cloudControlLogoImg{
    text-align: center;
    margin-bottom: 30px;
}

#cloudControlLogoImg img{max-width: 40%;}


#shopNowContain{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#shopNowTxt{text-align: center;}

#shopNowBtn a{
    text-decoration: none;
    border: none;
    border-radius: 15px;
    margin-top: 10px;
    padding: 15px;
    font-size: 28px;
    background-color: lightslategray;
    color: white;
}

#shopNowBtn a:hover{background-color: darkslategray;}

/*products stylization - shop.html*/
body#bodyShop{
    background-color: ivory;
    color: black;
}

#products{
    display: flex;
    flex-direction: row;
}

#products2{
    display: flex;
    flex-direction: row;
}

div.Products{
    width: 400px;
    margin: 5px;  
    text-align: center;
    padding: 5px;
    flex: 1;
    min-height: 650px;
}

div.Products2{
    width: 400px;
    margin: 5px;  
    text-align: center;
    padding: 5px;
    flex: 1;
    min-height: 680px;
}

.Products ul, .Products2 ul{list-style-position: inside;}

.Products li, .Products2 li{
    text-align: left;
    text-indent: 0px;
}

.ProductContents{
    width: 400px;
    padding-left: 14%;
}

#demoImg{
    background-image: url("images/RS-1_Kit_Box.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 40%;
}

#contractImg{
    background-image: url("images/RS-1_Contractor_Kit.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 40%;
}

#cCMonthImg{
    background-image: url("images/logos/cloud control_transparent.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 15%;
}

#accessImg{
    background-image: url("images/RS-1_Accessories.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 40%;

}

/*manuals stylization - help.html*/
body#bodyHelp{
    background-color: ivory;
    color: black;
}

#RS_Manuals{
    display: flex;
    flex-direction: row;
}

div.Manuals{
    background-color: lightslategray;
    width: auto;
    margin: auto;  
    text-align: center;
    padding: 10px;
    border-radius: 15px;
    font-size: 25px;
    border-color: darkslategray;
}

div.Manuals a{
    text-decoration: none;
    color: white;
}

div.Manuals:hover{background-color: slategray;}

/*faq stylization - help.html*/
#faq h5{
    font-size: 15px; 
    margin: 0px;
    padding: 0px;
    margin-bottom: 5px;
    }
#faq p{
    text-indent: 12px; 
    padding: 0px;
    margin: 0px;
    margin-bottom: 15px;
}

/*Contacts stylization - contacts.html*/
body#bodyContacts{
    background-color: ivory;
    color: black;
}



/*mobile functionality - all .html*/
@media (max-width: 800px){
   
    body#indexBody #rainStreamerLogo_BDG{margin-bottom: 20px;}
    #homeIntro{flex-direction: column;}
    #homeIntroTxt{
        max-width: 400px;
        align-self: center;
    }
    #homeIntroImg{
        min-height: 150px;
        align-self: stretch;
    }
    #advantages1, #advantages2{flex-direction: column;}
    #advTxt1, #advTxt2{
        max-width: 400px;
        align-self: center;
    }
    #advImg, #advImg2{
        background-size: contain;
        min-height: 150px;
        align-self: stretch;
    }
    #advImg img, #advImg2 img{align-self: center;}
    #cloudControl{flex-direction: column;}
    #cloudControlTxt{
        max-width: 400px;
        align-self: center;
    }
    #cloudControlImg{
        background-size: contain;
        min-height: 150px;
        align-self: stretch;
    }
    #shopNowContain{flex-direction: column;}
    #products{flex-direction: column;}
    div.Products{
        min-height: 80px !important;
        max-width: 400px;
        margin: 20px;
        align-self: center;
    }
    #demoImg, #contractImg, #accessImg{
        background-repeat: no-repeat;
        background-size: contain;
        min-height: 300px;
    }
    #cCMonthImg{
        background-repeat: no-repeat;
        background-size: contain;
        min-height: 100px;
    }
    #products2{flex-direction: column;}
    div.Products2{
        min-height: 80px !important;
        max-width: 400px;
        margin: 20px;
        align-self: center;
    }
    .ProductContents{padding-left: 0px;}
    .Products p, .Products2 p{text-decoration: none;}
    #RS_Manuals{flex-direction: column;}
}
