﻿@media only screen and (orientation: landscape) {
    .step-text {
        width: 30%;                
    }

    /*.step-text img {
        width: 70%;
    }*/

    .fireworks {
        
        width: 7%;
    }
}

@media only screen and (orientation: portrait) {
    .step-rapper svg {
        width: 100%;
    }

    .step-text {
        width: 70%;
        
    }
   
    /*.left-side .step-text {
        right: 15%;    
    }

    .right-side .step-text {
        left: 15%;
    
    }*/

    .fireworks {
        /*width: 20%;*/
        display:none;
    }
}

.page-frame {
    display: flex;
    flex-direction: column;
    height: 100%;
    /*width:100%;*/
}

.main-menu-placeholder {
    height: var(--main-menu-computed-height);
}

.main-title {
    margin: 30px 0 0 0;
    font-family: NeonSans;
    font-weight: bold;
    text-align: center;
    color: #28617C;
}

.underline {
    margin-bottom: 30px;
}

.secondary-title {
    font-weight: bold;
    text-align: center;
    margin-bottom: 30px;
    color: #28617C;
}

.section-divider {
    /*display:flex;
    justify-content:center;*/
    /*background-color: #FFFDAF;*/
    text-align: center;
    color: #FAB303;
    /*padding:3% 0;*/
    /*font-size:40px;
    font-weight:bold;*/
}

    .section-divider:not(.underline) {
        margin: 20px 0;
    }


/*.side-polygon-rapper {
    
    width: 90%;
    padding: 10px 0;
    
    display: flex;
    align-items: center;
}*/

.step-rapper {
    padding: 10px 0;
    
    display: flex;
    align-items: center;
}

.step-rapper:last-of-type {
    margin-bottom: 50px;
}

/*.left-side-polygon{
    justify-content:left;
}*/

/*.right-step-rapper {
    display:flex;
    justify-content: right;
}*/

.fireworks {
    position: absolute;
    top: 30px;
    /*width: 7%;*/
}

.left-side .fireworks {
    
    /*top: 50px;*/
    left: 150px;
    
}

.right-side .fireworks {
    
    /*top: 50px;*/
    right: 150px;
    
}

.step-text {
    /*width: 40%;*/
    /*display:inline-block;*/
    color: #28617C;
    font-size: 1.3em;
    /*text-align: center;*/
    font-weight: bold;
    /*table-layout: fixed;*/
    /*overflow-wrap: break-word;*/
    /*word-wrap: break-word;*/
    /*word-break: break-all;*/
    margin: 0 auto;
}

    .step-text td {
        vertical-align: top;
        /*word-wrap: break-word;*/
        /*width: auto;*/
        
    }

    .step-text img {
        
        display: block;
        margin:0 auto;
    }

/*.step-01-img {
    width: 70%;
}

.step-text img:not(.step-01-img) {
    width: 90%;
}*/

.step-text img {
    width: 100%;
}

.break-word {
    /*word-wrap: break-word;*/
    word-break: break-all;
}






/*.left-side-polygon-rapper p {
    position: absolute;
    top: 50%;
    left: 30%;
    transform: translateY(-50%);
    color: #28617C;
    
    font-size: 1.5em;
    text-align: center;
    
    font-weight: bold;
}*/

