@font-face {
    font-family: Sackers_Gothic_Medium_AT;
    src: url("/font/Sackers Gothic Medium AT 3.otf");
}
@font-face {
    font-family: SaaSeriesFDOT;
    src: url("/font/SaaSeriesFDOT.ttf");
}
@font-face {
    font-family: SaaSeriesADOT;
    src: url("/font/SaaSeriesADOT.ttf");
}

.centerContentTextBlurb, .leftContentTextBlurb{
  width:60vw;
  padding: 8vw;
  overflow-wrap: normal;
}
    .centerContentTextBlurb p{
        width:100%;
        padding:0;
        padding-left: 15%;
        text-indent: -15%;
        margin:0;
    }
    /*.leftContentTextBlurb p{
        width:100%;
        padding:0;
        padding-left: 15%;
        text-indent: -15%;
        margin:0;
        background-color:grey;
        
    }*/
.reelTitle{
     text-align: center; 
    padding:min(1vw,1vh); 
    /*font-size:1em;*/
    font-size: calc(var(--textBaseSize) * (60/100)) !important;
}

.sectionFooter, .sectionHeader{
    font-size:calc(var(--textBaseSize) * (40/100));
}
.sectionHeader{
    text-align: start;
    width: fit-content; 
    height:100%;
}
.sectionFooter{

    display:flex;
    justify-content:flex-end;
    width: 90%;
    margin: auto;
}
.pageDiv{
    width:70%; 
    margin:auto; 
    padding:0; 
    box-sizing:border-box;
}


.SelectionGrow
{
    transition: transform 1s 0s;
    transition: all .2s ease-in-out;
}
.SelectionGrow:hover 
{ 
    transform: scale(1.1); 
}
    
@media screen and (min-width: 801px) {
    .centerContentTextBlurb {
          font-size: 0.8vw;
    }
}

@media screen and (max-width: 800px) {
    .centerContentTextBlurb {
        width:84vw;
        font-size: 1.5vw;
        overflow-wrap: normal;
    }

}

body{
    font-family: SaaSeriesFDOT;
    background-color:#ffffff;
    overflow-x:hidden;
    margin:0;
    padding:0;
    line-height: 1.4;
}

.elementGrow{
    transition: all .2s ease-in-out;

    
}
.elementGrow:hover { 
    transform: scale(1.03) translateX(1%); 
    box-shadow: 0 0 3vh 0 rgba(0, 0, 0, 0.3);
    z-index:1000;
}

#descriptionText
{
    position: absolute;
    z-index:-210;
}





/********************************contact page***********************************/
.parisContactPageContainer{
    display: flex;
    flex-direction:row;
    align-items:flex-start;
}
.laContactPageText{
    display: flex;
    flex-direction:column;
    align-items:flex-start;
}
.romeContactPageText{
    display: flex;
    flex-direction:column;
    align-items:flex-start;
}
.nyContactPageContainer{
    display: flex;
    flex-direction:column;
    align-items:flex-start;
}

.laContactPageImage , .nyContactPageImage{
    width:23vw;
}
.parisContactPageImage{
    height:22vw;
}
.contactPageTitle{
    font-size:1.8vw;
}

@media screen and (min-width: 801px) {
    .contactPageContainer{
        height:26.68vw;
        display: flex;
        flex-direction:row;
        align-items:flex-start;
        justify-content: center;
        font-size: .7vw;
        padding-top:10vw;
        padding-bottom:10vw;
    }
    .parisContactPageText{
        display: flex;
        flex-direction: column;
        align-items:flex-end;
        justify-content:flex-end;
        text-align: right;
        padding-right:1vw;
    }
    .romeContactPageContainer{
        display: flex;
        flex-direction: column;
        align-items:flex-start;
        justify-content:flex-end;
        text-align: left;
    }
    .nyContactPageText{
        display: flex;
        flex-direction: column;
        align-self:flex-end;
        align-items:flex-start;
        justify-content:flex-end;
        text-align: left;
        width:100%;
    }
    .laContactPageContainer{
        display: flex;
        flex-direction: column;
        align-items:flex-start;
        justify-content:flex-end;
        text-align: left;
    }
    
    .separatorContactPage{
        height:100%;
        width:5vw;
    }
}




/***mobile horazontal****/
@media (orientation: landscape) and (max-width: 800px)  {
    .contactPageContainer{
        height:26.68vw;
        display: flex;
        flex-direction:row;
        align-items:flex-start;
        justify-content: center;
        font-size: .7vw;
        padding-top:10vw;
        padding-bottom:10vw;
    }
    .parisContactPageText{
        display: flex;
        flex-direction: column;
        align-items:flex-end;
        justify-content:flex-end;
        text-align: right;
        padding-right:1vw;
    }
    .nyContactPageText{
        display: flex;
        flex-direction: column;
        align-self:flex-end;
        align-items:flex-start;
        justify-content:flex-end;
        text-align: left;
        width:100%;
    }
    .laContactPageContainer{
        display: flex;
        flex-direction: column;
        align-items:flex-start;
        justify-content:flex-end;
        text-align: left;
    }
    
    .separatorContactPage{
        height:100%;
        width:5vw;
    }
}



@media (orientation: portrait) and (max-width: 800px) {

    .pageDiv{
        width:100%;
        
    }
    .contactPageContainer{
        /*height:26.68vw;*/
        display: flex;
        flex-direction:column;
        align-items:flex-start;
        justify-content: center;
        font-size: 2.5vw;
        padding-top:5vw;
        padding-bottom:10vw;
    }
    
    
    
    .parisContactPageContainer{
        display: flex;
        flex-direction:row;
        justify-content:space-around;
        align-items:center;
        width:100%;
        margin-bottom:5vw;
    }
    .parisContactPageText{
        display: flex;
        flex-direction: column;
        align-items:flex-end;
        justify-content:flex-end;
        text-align: right;
        padding-right:1vw;
    }
    
    
    .nyContactPageContainer{
        display: flex;
        flex-direction:row;
        justify-content:space-around;
        align-items:center;
        width:100%;
        margin-bottom:5vw;
    }
    .nyContactPageText{
        display: flex;
        flex-direction: column;
        align-self:flex-end;
        align-items:flex-start;
        justify-content:flex-end;
        text-align: left;
        padding-left:3%;
        padding-right:2%;
    }
    .laContactPageContainer{
        display: flex;
        flex-direction: row;
        align-items:flex-start;
        justify-content:space-around;
        align-items:center;
        text-align: left;
        width:100%;
        margin-bottom:5vw;
    }
    .romeContactPageContainer{
        display: flex;
        flex-direction: row;
        align-items:flex-start;
        justify-content:space-around;
        align-items:center;
        text-align: left;
        width:100%;
        margin-bottom:5vw;
    }
    .laContactPageText{
        padding-left:2%;
        padding-right:3%;
    }
    .romeContactPageText{
        padding-left:2%;
        padding-right:3%;
    }
    
    
    .laContactPageImage , .nyContactPageImage, .romeContactPageImage{
            width:45vw;
            margin:2vw;
    }
    .parisContactPageImage{
        height:50vw;
    }
        
    .contactPageTitle{
        font-size:5vw;
    }
    
    .separatorContactPage{
        display:none;
    }

}
/********************************about page***********************************/
@media screen and (min-width: 801px) {
    .aboutPageContainer{
        display: flex;
        flex-direction:row;
        align-items:flex-start;
        justify-content: flex-start;
        margin-top:10vw;
        margin-left:5vw;
        height:30vw;
        padding:0;
    }
    .aboutPageText{
        display:flex;
        flex-direction:column;
        justify-content:flex-end;
        height:100%;
        width:28vw;
        padding-bottom:0;
        padding-left:0.5vw;
        font-size: .7vw;
    }
    
    #aboutPageImage{
        height:99%; 
        padding:0;
    }
}




/***mobile horazontal****/
@media (orientation: landscape) and (max-width: 800px)  {
    .pageDiv {
        width: 100% !important;
    }
    .aboutPageContainer{
        display: flex;
        flex-direction:row;
        align-items:flex-start;
        justify-content: flex-start;
        
        margin-top:4vw;
        margin-bottom:4vw;
        margin-left:5vw;
        height:30vw;
        padding:0;
    }
    .aboutPageText{
        display:flex;
        flex-direction:column;
        justify-content:flex-end;
        height:100%;
        padding-bottom:0;
        padding-left:0.5vw;
        font-size: 1.6vw;
    }
    
    #aboutPageImage{
        height:99%; 
        padding:0;
    }
}


@media (orientation: portrait) and (max-width: 800px) {
    
    .aboutPageContainer{
        display: flex;
        flex-direction:column-reverse;
        align-items:center;
        justify-content: flex-start;
        width:100vw;
        margin-top:10vw;
        padding:0;
    }
    .aboutPageText{
        display:flex;
        flex-direction:column;
        justify-content:flex-end;
        margin:5vw;
        font-size: 2.0vw;
        
    }
    
    #aboutPageImage{
        width:100%; 
        padding:0;
    }
    
    
    
    
    
}