/* My code starts from here */

/* General */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html { 
    height: 100%;
    font: normal 16px Arial, Helvetica, sans-serif;
    color: black;
    background-color:  #f0f0f0;
}
    
a {
    text-decoration: none;
    /* color: inherit;  */   
    opacity: 0.9;
    font-family: Arial, Helvetica, sans-serif;
}
a:visited {
    color: initial;
}

.blueLinkButton {
    padding: 1em 2em 1em 2em;    
    background: #076CBD;
    border-radius: 12px; 
}
.blueLinkButton:link {
    color: #ffffff;
}
.blueLinkButton:visited {
    color: #ffffff;
}
.blueLinkButton:hover{
    opacity: 0.8;
}


.redLinkButton{
    padding: 1em 2em 1em 2em;
    background: linear-gradient(0deg, rgba(2,0,36,1) 0%, rgba(159,0,0,1) 0%, rgba(255,0,0,1) 100%);
    border-radius: 12px; 
}
.redLinkButton:link {
    color: #ffffff;
}
.redLinkButton:visited {
    color: #ffffff;
}
.redLinkButton:hover{
    opacity: 1;
}





/************ HEADER *************/

.mainHeader{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 60px;
    z-index: 1;
    display: block;
    background-color:#087DDA;
}
.mainHeader nav .companyLogo{
    margin-left: 80px;
}
.mainHeader nav ul {
    float: right;
    line-height: 60px;
    margin-right: 80px;
}
.mainHeader nav ul li {
    display: inline-block;
    text-decoration: none;
    opacity: 1;
    margin: 0 8px;
}
.mainHeader nav ul li a {
    color: #ffffff;
}
.mainHeader nav ul li a:hover{
    opacity: 0.8;
    color: #ffffff;
}
.menuButton {
    float:right;
    margin-right: 30px;
    width: 28px;
    cursor: pointer;
    display: none;
}
.headerVOffset {
    height: 60px;
}

/* Google stores image */

.boxImageOFgoole{
    text-align: center;
}
.googleImage{
    
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}

/*********** CONTENT *************/

.contentSection {
    display: flex;
    margin-top: 2em;
    margin-left: 3em;
    margin-right: 3em;
    flex-flow: row;
    justify-content: space-around;
}
.contentSectionList {    
    text-align: left;
    list-style: none;       
    margin-top: 4em;
    margin-right: 20px;
    margin-bottom: 20px;
    line-height: 24px;
}
.contentSectionTitle {
    color: black;    
    font-size: 28px;    
}
.contentSectionSubtitle {
    color: black;    
    font-size: 20px;    
}
.contentSectionDescription {
    color: #787878;    
    font-size: 16px;    
}
.contentSectionImage {
    text-align: right;
    vertical-align: middle;
    margin-top:20px; 
    margin-bottom:20px;
   
}

.standardLink {
    opacity: 0.9;
    color: #087DDA;
    text-decoration: none;    
}
.standardLink:hover {
    opacity: 1;
}
.standardLink:visited {
    color: #087DDA;
}

.helpContentSection {
    line-height: 1.5em;
}



/*********** CONTENT of documentations *************/

.contentSectionSubtitleOfDoc{
    color: black;    
    font-size: 25px; 
    
}
.helpContainer {
    padding: 20px;
    display: flex;
    flex-flow: column;
    width: 100%;      
}
.contentSectionTitleOFbarSide{
    color: black;    
    font-size: 30px; 
}
.helpSection {
    display: flex;
    margin-top: 2em;
    margin-left: 30px;
    margin-right: 30px;
    flex-flow: row;
    justify-content: stretch;    
}
.leftPanel {
    background-color: #bababa;
    color: #333232;
}
.helpList {    
    text-align: left;
    list-style: none;           
    line-height: 32px; 
    padding: 20px;
}
.helpList a {
    text-decoration: none;
    color: #333232;
}


/*********** FOOTER *****************/

.footerNav {
    background-color: #eaeaea;
    min-height: 300px;
}
.footerContainer{
    display: flex;
    margin-top: 2em;
    flex-flow: row;
    justify-content: space-around;
}
.footerNav ul {
    list-style: none;
}
.footerSection {
    margin-top: 3rem;
    margin-bottom: 3em;
}
.footerTitle {
    color: #000;
    margin-bottom: 2rem;
}
.standardList {
    line-height: 2em;
}
.footerLink {
    font-size: 14px;
    opacity: 0.8;
}
.footerLink a {
    color: black;
    text-decoration: none;
    list-style: none;
}
.footerLink a:hover{
    opacity: 1;
    text-decoration: underline;
}
.footerLink button {
    background: none;
    border: none;
    cursor: pointer;
}
.footerLink button:hover {    
    text-decoration: underline;
 }
#footerSeparator {
    display: none;
}



/* Section */
.sectionTopSeparator{
    margin-top: 6rem;
}

.centeredSectionBox{
    text-align: center;
}

.sectionTitle {
    color: black;    
    font-size: 32px;
    margin-bottom: 2rem;
}

.sectionContent p{
    padding-left: 10%;
    padding-right: 10%;
    line-height: 1.5;
    margin-bottom: 3rem;    
}



/**************** APP PAGE *****************/

.appPageSection {
    margin-top: 2em;
}

.appImageStyle1 {
    margin-bottom: 2rem; 
    margin-top: 2rem; 
}

.resizableImage {
    max-width:100%;
    height: auto;
}

.aboutHotelMStrialsDescription{
    width: 600px;
    height: 200px;
    padding: 4em 5em 4em 5em;
    text-align: center;
    position: absolute;
    top: 30%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
}

.aboutHotelMStrialsDescription p{
    font-family: Arial, Helvetica, sans-serif;
   line-height: 1.5;
   text-align: center;
   margin-bottom: 5rem;
   /*text-indent: 40px;*/
   font-size: 1em;
   color: black; 
   height: 2rem;
}





/****** Adaptive triggers ******/

@media only screen and (max-width: 920px) {
    .menuButton {
        display: block;
    }

    .mainHeader nav .companyLogo {
        margin-left: 30px;
    }

    .mainHeader nav ul {
        position: fixed;
        width: 100%;
        height:160px;    /* TODO: Increase when more items are available, use percent of vh  */
        text-align: center;
        background-color: #2196F3;
        top: 60px;
        left:-100%;
    }
    .mainHeader nav ul li {
        display: block;
        line-height: 50px;
    }
    #check:checked ~ ul {
        left: 0px;
    }

    /***** CONTENT *****/
    .contentSection {
        display: block;     
        margin-left: 10px;
        margin-right: 10px;   
        justify-content: stretch;
    }
    .contentSectionList {    
        list-style: none;        
        text-align: center;
        margin-top: 10px;
        margin-bottom: 40px;
    }
    .contentSectionImage {
        text-align: center;
        
    }
    .hotelConImage{
        width: 65%;
    }
    .googleImage{
        padding-top: 50px; 
        margin-left: 22%;

    }


    .helpSection {
        display: block;

        justify-content: stretch;
    }
    .leftPanel {
        height: 480px;
    }

    /***** FOOTER *******/
    .footerNav {        
        min-height: 50px;
    }
    .footerContainer{
        display: block;
        justify-content: stretch;
    }
    .footerSection {
        margin-top: 0rem;
        margin-bottom: 0rem;
        padding-left: 0px;
        padding-top: 4px;
        padding-bottom: 0px;
    }
    .footerTitle {
        margin-bottom: 0rem;
        cursor: pointer;
        padding: 18px;
        border: none;
        text-align: left;
        outline: none;
        font-size: 15px;
        transition: 0.4s;
    }   
    .footerTitle:after {
        content: '\002B';
        color: #777;
        font-weight: bold;
        float: right;
    }
    .standardList {
        max-height: 0;
        margin-left: 24px;
        overflow: hidden;
        transition: max-height 0.2s ease-out;
    }
    #footerSeparator {
        display: block;  
        margin: 0px 12px 0px 12px;
        /* margin-bottom: 0px;         */
    }

}

