@charset "utf-8";

@media only screen and (min-width: 769px) {
body {
	clear: none;
	float: left;
	width: 98%;
	padding-left: 1%;
	padding-right: 1%;
	background: rgba(255,255,255,1.00);
    color:rgb(15, 15, 15);
	font-family: "poiret one";
    font-style: normal;
    font-weight: 800;
}
a {color: inherit; text-decoration: inherit; }
a:hover {color: inherit; text-decoration: inherit; }
a:visited {color: inherit; text-decoration: inherit; }
li{
    color: white;
}
ul li
{
    list-style-type: none;
}
#menu-boton{
    margin: 2% 0%;
}

#sidebarMenu {
    height: 100%;
    position: fixed;
    left: 0;
    width: 250px;
    margin-top: 60px;
    transform: translateX(-250px);
    transition: transform 250ms ease-in-out;
    background: linear-gradient(180deg, #FC466B 0%, #3F5EFB 100%);
}
.sidebarMenuInner{
    margin:0;
    padding:0;
    border-top: 1px solid rgba(255, 255, 255, 0.10);
}
.sidebarMenuInner li{
    list-style: none;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    padding: 20px;
    cursor: pointer;
    border-bottom: 1px solid rgba(255, 255, 255, 0.10);
}
.sidebarMenuInner li span{
    display: block;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.50);
}
.sidebarMenuInner li a{
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    cursor: pointer;
    text-decoration: none;
}
input[type="checkbox"]:checked ~ #sidebarMenu {
    transform: translateX(0);
}

input[type=checkbox] {
    transition: all 0.3s;
    box-sizing: border-box;
    display: none;
}
.sidebarIconToggle {
    transition: all 0.3s;
    box-sizing: border-box;
    cursor: pointer;
    position: absolute;
    z-index: 99;
    height: 100%;
    width: 100%;
    top: 22px;
    left: 15px;
    height: 22px;
    width: 22px;
}
.spinner {
    transition: all 0.3s;
    box-sizing: border-box;
    position: absolute;
    height: 3px;
    width: 100%;
    background-color: rgb(138, 138, 138);
}
.horizontal {
    transition: all 0.3s;
    box-sizing: border-box;
    position: relative;
    float: left;
    margin-top: 3px;
}
.diagonal.part-1 {
    position: relative;
    transition: all 0.3s;
    box-sizing: border-box;
    float: left;
}
.diagonal.part-2 {
    transition: all 0.3s;
    box-sizing: border-box;
    position: relative;
    float: left;
    margin-top: 3px;
}
input[type=checkbox]:checked ~ .sidebarIconToggle > .horizontal {
    transition: all 0.3s;
    box-sizing: border-box;
    opacity: 0;
}
input[type=checkbox]:checked ~ .sidebarIconToggle > .diagonal.part-1 {
    transition: all 0.3s;
    box-sizing: border-box;
    transform: rotate(135deg);
    margin-top: 8px;
}
input[type=checkbox]:checked ~ .sidebarIconToggle > .diagonal.part-2 {
    transition: all 0.3s;
    box-sizing: border-box;
    transform: rotate(-135deg);
    margin-top: -9px;
}

/*===============MAIN TAGS===========*/
/*===============MAIN TAGS===========*/
/*===============MAIN TAGS===========*/
/*===============MAIN TAGS===========*/
/*===============MAIN TAGS===========*/
/*===============MAIN TAGS===========*/


header{
    clear: none;
    float: left;
    width: 100%;
    border-bottom: black thin solid;
}
#logo{
    clear: none;
    float: left;
    width: 3%;
    text-align: right;
    padding: 0% 1%;
    border-right: #3f0f19 thin solid;
}
#business-name{
    clear: none;
    float: left;
    width: 12%;
    text-align: left;
    padding: 1%;
    font-size: 160%;
    font-family: poiret one;
}
#page-title{
    clear: none;
    float: left;
    width: 30%;
    text-align: left;
    padding: 1%;
    font-size: 150%;
    border-left: black thin solid;
}
#today-date{
    clear: none;
    float: left;
    width: 30%;
    text-align: right;
    padding: 1%;
    font-size: 150%;
    border-left: black thin solid;
}

/*===============BOTON TAGS===========*/
/*===============BOTON TAGS===========*/
/*===============BOTON TAGS===========*/
/*===============BOTON TAGS===========*/
/*===============BOTON TAGS===========*/
/*===============BOTON TAGS===========*/

#function-boton{
    clear: none;
    float:left;
    margin: 1%;
    padding:1.5%;
    background-color: rgb(23, 24, 24);
    color: aqua;
    border-bottom: black thin solid;
    font-family: poiret one;
    font-weight: 900;
    font-display: square;
    border-radius: 9px;
}

/*===============SHOW ROOM===========*/
/*===============SHOW ROOM===========*/
/*===============SHOW ROOM===========*/
/*===============SHOW ROOM===========*/
/*===============SHOW ROOM===========*/
/*===============SHOW ROOM===========*/

#roof-option-card{
    clear: none;
    float:left;
    width: 90%;
    margin: 3%;
    border: #3f0f19 thin solid;
}
#roof-option-name{
    clear: none;
    float:left;
    width: 98%;
    margin: 0%;
    padding: 1%;
    border: #3f0f19 thin solid;
    font-size: 150%;
}
#roof-option-todays-date{
    clear: none;
    float:left;
    width: 98%;
    margin: 0%;
    padding: 1%;
    border: #3f0f19 thin solid;
}
#roof-option-photos{
    clear: none;
    float:left;
    width: 98%;
    margin: 0%;
    padding: 1%;
    border: #3f0f19 thin solid;
}
#roof-option-photo-box{
    clear: none;
    float:left;
    width: 27%;
    margin: 1% 3%;
    padding: 0%;
    border: #3f0f19 thin solid;
}

#page-message{
    clear: none;
    float: left;
    width: 90%;
    margin: 3%;
    padding: 1%;
    border: #3f0f19 thin solid;
    text-align: center;
    font-size: 150%;
    border-radius: 9px;
}




}

@media (min-width: 270px) and (max-width: 900px) and (orientation: portrait){
    body {
        clear: none;
        float: left;
        width: 98%;
        padding-left: 1%;
        padding-right: 1%;
        background: rgba(255,255,255,1.00);
        color:rgb(15, 15, 15);
        font-family: "poiret one";
        font-style: normal;
        font-weight: 800;
    }
    a {color: inherit; text-decoration: inherit; }
    a:hover {color: inherit; text-decoration: inherit; }
    a:visited {color: inherit; text-decoration: inherit; }
    li{
        color: white;
    }
    ul li
    {
        list-style-type: none;
    }
    #menu-boton{
        margin: 2% 0%;
    }
    
    #sidebarMenu {
        height: 100%;
        position: fixed;
        left: 0;
        width: 250px;
        margin-top: 60px;
        transform: translateX(-250px);
        transition: transform 250ms ease-in-out;
        background: linear-gradient(180deg, #FC466B 0%, #3F5EFB 100%);
    }
    .sidebarMenuInner{
        margin:0;
        padding:0;
        border-top: 1px solid rgba(255, 255, 255, 0.10);
    }
    .sidebarMenuInner li{
        list-style: none;
        color: #fff;
        text-transform: uppercase;
        font-weight: bold;
        padding: 20px;
        cursor: pointer;
        border-bottom: 1px solid rgba(255, 255, 255, 0.10);
    }
    .sidebarMenuInner li span{
        display: block;
        font-size: 14px;
        color: rgba(255, 255, 255, 0.50);
    }
    .sidebarMenuInner li a{
        color: #fff;
        text-transform: uppercase;
        font-weight: bold;
        cursor: pointer;
        text-decoration: none;
    }
    input[type="checkbox"]:checked ~ #sidebarMenu {
        transform: translateX(0);
    }
    
    input[type=checkbox] {
        transition: all 0.3s;
        box-sizing: border-box;
        display: none;
    }
    .sidebarIconToggle {
        transition: all 0.3s;
        box-sizing: border-box;
        cursor: pointer;
        position: absolute;
        z-index: 99;
        height: 100%;
        width: 100%;
        top: 22px;
        left: 15px;
        height: 22px;
        width: 22px;
    }
    .spinner {
        transition: all 0.3s;
        box-sizing: border-box;
        position: absolute;
        height: 3px;
        width: 100%;
        background-color: rgb(138, 138, 138);
    }
    .horizontal {
        transition: all 0.3s;
        box-sizing: border-box;
        position: relative;
        float: left;
        margin-top: 3px;
    }
    .diagonal.part-1 {
        position: relative;
        transition: all 0.3s;
        box-sizing: border-box;
        float: left;
    }
    .diagonal.part-2 {
        transition: all 0.3s;
        box-sizing: border-box;
        position: relative;
        float: left;
        margin-top: 3px;
    }
    input[type=checkbox]:checked ~ .sidebarIconToggle > .horizontal {
        transition: all 0.3s;
        box-sizing: border-box;
        opacity: 0;
    }
    input[type=checkbox]:checked ~ .sidebarIconToggle > .diagonal.part-1 {
        transition: all 0.3s;
        box-sizing: border-box;
        transform: rotate(135deg);
        margin-top: 8px;
    }
    input[type=checkbox]:checked ~ .sidebarIconToggle > .diagonal.part-2 {
        transition: all 0.3s;
        box-sizing: border-box;
        transform: rotate(-135deg);
        margin-top: -9px;
    }
    
    /*===============MAIN TAGS===========*/
    /*===============MAIN TAGS===========*/
    /*===============MAIN TAGS===========*/
    /*===============MAIN TAGS===========*/
    /*===============MAIN TAGS===========*/
    /*===============MAIN TAGS===========*/
    
    
    header{
        clear: none;
        float: left;
        width: 100%;
        border-bottom: black thin solid;
    }
    #logo{
        clear: none;
        float: left;
        width: 12%;
        margin: 0% 0% 0% 6%;
        text-align: right;
        padding: 0% 1%;
        border-right: #3f0f19 thin solid;
    }
    #business-name{
        clear: none;
        float: left;
        width: 60%;
        text-align: left;
        padding: 1%;
        font-size: 160%;
        font-family: poiret one;
    }
    #page-title{
        clear: none;
        float: left;
        width: 51%;
        text-align: left;
        padding: 1%;
        font-size: 150%;
        border-left: black thin solid;
    }
    #today-date{
        clear: none;
        float: left;
        width: 3%;
        text-align: right;
        padding: 1%;
        font-size: 150%;
        border-left: black thin solid;
    }
    
    /*===============BOTON TAGS===========*/
    /*===============BOTON TAGS===========*/
    /*===============BOTON TAGS===========*/
    /*===============BOTON TAGS===========*/
    /*===============BOTON TAGS===========*/
    /*===============BOTON TAGS===========*/
    
    #function-boton{
        clear: none;
        float:left;
        margin: 1%;
        padding:1.5%;
        background-color: rgb(23, 24, 24);
        color: aqua;
        border-bottom: black thin solid;
        font-family: poiret one;
        font-weight: 900;
        font-display: square;
        border-radius: 9px;
    }
    
    /*===============SHOW ROOM===========*/
    /*===============SHOW ROOM===========*/
    /*===============SHOW ROOM===========*/
    /*===============SHOW ROOM===========*/
    /*===============SHOW ROOM===========*/
    /*===============SHOW ROOM===========*/
    
    #roof-option-card{
        clear: none;
        float:left;
        width: 90%;
        margin: 3%;
        border: #3f0f19 thin solid;
    }
    #roof-option-name{
        clear: none;
        float:left;
        width: 98%;
        margin: 0%;
        padding: 1%;
        border: #3f0f19 thin solid;
        font-size: 150%;
    }
    #roof-option-todays-date{
        clear: none;
        float:left;
        width: 98%;
        margin: 0%;
        padding: 1%;
        border: #3f0f19 thin solid;
    }
    #roof-option-photos{
        clear: none;
        float:left;
        width: 98%;
        margin: 0%;
        padding: 1%;
        border: #3f0f19 thin solid;
    }
    #roof-option-photo-box{
        clear: none;
        float:left;
        width: 93%;
        margin: 1% 3%;
        padding: 0%;
        border: #3f0f19 thin solid;
    }
    
    #page-message{
        clear: none;
        float: left;
        width: 90%;
        margin: 3%;
        padding: 1%;
        border: #3f0f19 thin solid;
        text-align: center;
        font-size: 150%;
        border-radius: 9px;
    }
    
    
    
    
    }