
@font-face
{
    src:          url('Fonts/caviar_dreams/CaviarDreams.woff') format('woff'),
                  url("Fonts/caviar_dreams/CaviarDreams.ttf") format("truetype"),
                  url('Fonts/caviar_dreams/CaviarDreams.svg#CaviarDreams') format('svg'),
                  url('Fonts/caviar_dreams/CaviarDreams.eot'),
                  url('Fonts/caviar_dreams/CaviarDreams.eot?#iefix') format('embedded-opentype'); 
    font-family: 'CaviarDreams';
    font-style:   normal;
    font-weight:  normal;
}

@font-face
{
    src:          url('Fonts/roboto/Roboto-Regular.woff') format('woff'),
                  url("Fonts/roboto/Roboto-Regular.ttf") format("truetype"),
                  url('Fonts/roboto/Roboto-Regular.svg#Roboto-Regular') format('svg'),
                  url('Fonts/roboto/Roboto-Regular.eot'),
                  url('Fonts/roboto/Roboto-Regular.eot?#iefix') format('embedded-opentype'); 
    font-family: 'Roboto';
    font-style:   normal;
    font-weight:  normal;
}

body, html
{
    background-color: #ffffff;
	font-family:         "Roboto";
    font-size:            18px;
    color:            #282828;
    width:                100%;
	height:               100%;
	padding:              0;
	margin:               auto auto;
    overflow-x:           clip;
}

/*-----------------------------------------------------------------------------*/

#promo-container
{
    /*border: 1px solid rgba(255,0,0,1.0);*/

    max-height: 1280px;
    overflow:       hidden;
    position:       relative;
}

#promo-container .home_img
{       
    position: absolute;
    top:      0;
}

/*-----------------------------------------------------------------------------*/

.intro-text-body
{
    /*border: 1px solid rgba(255,0,0,1.0);*/

    width:         100%;
    margin:        auto auto;
	border-top:    4px solid #ffc8aa;
    border-bottom: 4px solid #ffc8aa;
}

.intro-text-body .message
{
    max-width:             1920px;
    font-family:          "CaviarDreams";
    display:               grid;
    grid-template-columns: auto auto;
    grid-template-rows:    400px;
    grid-gap:              80px;
    align-items:           center;
                        /* top  right bottom left */
    padding:               10px 10%   0px    10%; 
    margin:                auto auto;
}

.intro-text-body .message .text
{
    width:       100%;
    text-align:  center;
    font-size:   24px;
    line-height: 1.5;
    margin:      auto auto;
}

/*-----------------------------------------------------------------------------*/

#icon
{
    height: 100%;
    margin: auto auto;
}

#icon img
{
    height: 100%;
}

/*-----------------------------------------------------------------------------*/

#message-wrapper
{
    /*border: 1px solid rgba(0,255,0,1.0);*/

	border-top:    4px solid #ffc8aa;
    border-bottom: 4px solid #ffc8aa;
}

#message-spacer
{
    display:        block;
    width:          60%;
    text-align:     center;
    font-family:   "CaviarDreams";
    font-size:      24px;
    line-height:    1.5;
    padding-top:    50px;
    padding-bottom: 50px;
    margin-left:    auto;
    margin-right:   auto;
}

/*-----------------------------------------------------------------------------*/

.sessions-body
{
    /*border: 1px solid rgba(255,0,0,1.0);*/
	
    background-color: #282828;
    width:                100%;
    margin:               auto auto;
}

.sessions-body .sessions-wrapper
{
    max-width:             1920px;
    display:               grid;
    grid-template-columns: auto auto auto auto;
    grid-template-rows:    250px;
    grid-gap:              20px;
    align-items:           center;
                        /* top  right bottom left */
    padding:               60px 50px  100px  50px; 
    margin:                auto auto;
}

.sessions-body .sessions-wrapper #icon a
{
    height:          100%;
    display:         flex;
    flex-direction:  column;
    text-align:      center;
    text-decoration: none;
    font-family:    "CaviarDreams";
    font-size:       28px;
    color:       #ffac7e;
}

.sessions-body .sessions-wrapper #icon img
{
    margin-bottom:       20px;
    transition-property: all .2s linear;
    -moz-transition:     all .2s linear;
    -webkit-transition:  all .2s linear;
    -o-transition:       all .2s linear;
}
.sessions-body .sessions-wrapper #icon img:hover
{
    transform:         scale(1.1);
    -moz-transform:    scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform:      scale(1.1);
}

/*-----------------------------------------------------------------------------*/

.therapy-body
{
    /*border: 1px solid rgba(255,0,0,1.0);*/
	
    background-color: #ffac7e;
    width:                100%;
    margin:               auto auto;
}

.therapy-wrapper
{
    max-width:  1920px;
    width:      90%;
    display:    flex;
    flex-flow:  row wrap;
    column-gap: 30px;
    margin:     auto auto;
}

.therapy-images
{
    flex:            1;
    display:         flex;
    flex-flow:       column wrap;
    align-items:     center;
    justify-content: center;
}

.therapy-images img
{
    max-width:  25em;
    min-width:  15em;
    width:      100%;
    object-fit: contain;
    filter:     drop-shadow(5px 5px 5px #282828);
}

/*-----------------------------------------------------------------------------*/

#article
{
    flex:       2;
    min-width:  20em;
    margin-top: 0;
}

#article #article-title
{
    font-size:     28px;
    font-weight:   bold;
    color:     #ffffff;
                /* top right bottom left */
    padding:       20px 0px  20px   50px; 
    margin:        auto auto;
    border-bottom: 1px solid #ffffff;
}

#article #article-subtitle
{
    font-size:   24px;
    font-weight: bold;
    color:   #282828;
              /* top  right bottom left */
    padding:     40px 0px   20px   100px; 
    margin:      auto auto;
}

#article #article-body
{
    text-align: justify;
             /* top  right bottom left */
    padding:    20px 0px   20px   0px;
}

#article #article-subbody
{
             /* top  right bottom left */
    padding:    10px 0px   20px   100px;
    text-align: justify;
}

ul
{
    margin-bottom: 0;
}

hr
{
    background-color: #282828;
    height:               1px;
    margin-top:           15px;
    margin-bottom:        15px;
    border:               none;
}

/*======================================================================================*/

#about
{
    /*border: 1px solid rgba(255,0,0,1.0);*/
	
    background-color: #ffffff;
    max-width:            1920px;
    width:                100%;
    margin:               auto auto;
}

#about .about-wrapper
{
    width:      60%;
    text-align: justify;
    margin:     auto auto;
}

#about .about-wrapper .about-header
{
    display:               grid;
    grid-template-columns: 250px auto;
    grid-gap:              20px;
}

#about .about-wrapper .about-header img
{
    width:           100%;
    grid-column:     1;
    grid-row:        1 / 2;
    object-fit:      cover;
    object-position: 0px 0px;
    border-radius:   50%;
    box-shadow:      0 0 0 1px #ffac7e;
    margin-top:      20px; 
}

#about .about-wrapper .about-header .about-title
{
    grid-column: 2;
    grid-row:    1 / 2;
    font-size:   32px;
    font-weight: bold;
    color:   #282828;
              /* top right bottom left */
    padding:     0px 0px   30px   0px; 
    margin-top:  auto;
}

#about .about-wrapper .about-header .about-subtitle
{
    grid-column: 2;
    grid-row:    1 / 2;
    font-size:   20px;
    color:   #282828;
    margin-top:  auto;
}

#about .about-wrapper .about-body
{
          /* top  right bottom left */
    padding: 10px 20px  20px   20px;
}

#about .about-wrapper .about-body h2
{
    color: #ffac7e;
}

#about .about-wrapper .about-body .about-text ul
{
    list-style-type: none;
}
#about .about-wrapper .about-body .about-text ul li
{
    display:               grid;
    grid-template-columns: 50px auto;
    grid-gap:              20px;
    margin-bottom:         10px;
    padding-bottom:        5px;
    border-bottom:         1px solid #e8e8e8;
}
#about .about-wrapper .about-body .about-text ul li img
{
    width:      100%;
    object-fit: cover;
}
#about .about-wrapper .about-body .about-text ul li h3
{
    font-size: 20px;
            /* top right bottom left */
    margin:    2px 0px   0px    0px;
}
#about .about-wrapper .about-body .about-text ul li h4
{
    font-style: italic;
             /* top  right bottom left */
    margin:     5px 0px   0px    0px;
}
#about .about-wrapper .about-body .about-text ul li p
{         
    line-height: 1.3;
              /* top right bottom left */
    margin:      5px 0px   5px    0px;
}

#about .about-wrapper .about-body .about-text ul p
{
    line-height:   1.5;
    margin-bottom: 20px;
}

#about .about-publications
{
	width:           70%;
    display:         flex;
    flex-flow:       row wrap;
    gap:             5px 5px;
    justify-content: center;
    margin:          -20px auto 0px auto;
}

/*======================================================================================*/

#our_fees
{
    /*border: 1px solid rgba(255,0,0,1.0);*/
	
    background-color: #282828;
    width:                100%;
    margin:               auto auto;
}

#our_fees .our_fees-wrapper
{
    max-width: 1920px;
    width:     50%;
    margin:    auto auto;
}

#our_fees .our_fees-wrapper .our_fees-title
{
    font-size:     28px;
    font-weight:   bold;
    color:     #ffac7e;
                /* top  right bottom left */
    padding:       40px  0px  20px   0px; 
    border-bottom: 1px solid #ffac7e;
}

#our_fees .our_fees-wrapper .our_fees-body
{
    color:  #ffffff;
    text-align: justify;
             /* top  right bottom left */
    padding:    20px 0px   20px   0px;
}

#our_fees .our_fees-wrapper .our_fees-body table
{
    width:         100%;
    table-layout:  auto;
    margin-bottom: 15px;
}
#our_fees .our_fees-wrapper .our_fees-body table td
{
    padding-bottom: 5px;
}


/*======================================================================================*/
/*======================================================================================*/


@media only screen and (max-width:1200px)
{

    .sessions-body .sessions-wrapper
    {
        grid-template-columns: auto auto;
        grid-template-rows:    200px 200px;
        grid-gap:              80px 20px;
                            /* top  right bottom left */
        padding:               40px 50px  100px  50px;
    }

}

/*-----------------------------------------------------------------------------*/

@media only screen and (max-width:950px) 
{
    
    .intro-text-body .message
    {
        display:         flex;
        flex-direction:  column;
        row-gap:         10px;
        justify-content: center;
    }

    .intro-text-body .message #icon
    {
        height: 200px;
    }

    #about .about-wrapper .about-header
    {
        display: block;
    }

    #about .about-wrapper .about-header img
    {
        width: 50%;
    }

    #about .about-wrapper .about-header .about-title
    {
        padding: 0;
    }

    #about .about-wrapper .about-body
    {
              /* top  right bottom left */
        padding: 10px 0px   20px    0px;
    }

}

/*-----------------------------------------------------------------------------*/

@media only screen and (max-width:450px) 
{

    body, html
    {
        font-size: 16px;
    }
    
    .intro-text-body .message .text
    {
        font-size: 22px;
    }
    
    #message-spacer
    {
        font-size: 22px;
    }
    
    .sessions-body .sessions-wrapper
    {
        display:               block;
                            /* top  right bottom left */
        padding:               20px 50px  40px  50px; 
    }

    .sessions-body .sessions-wrapper #icon img
    {
        width:               50%;
        margin:              10px auto 20px auto;
    }
    
    .sessions-body .sessions-wrapper #icon a
    {
        font-size: 26px;
    }
    
    #article #article-title
    {
        font-size: 26px;
    }
    
    #article #article-subtitle
    {
        font-size: 22px;
    }

    #about .about-wrapper
    {
        width: 90%;
        text-align: left;
    }
    
    #about .about-wrapper .about-header .about-title
    {
        font-size: 28px;
    }
    
    #about .about-wrapper .about-header .about-subtitle
    {
        font-size: 18px;
    }
    
    #about .about-wrapper .about-body .about-text ul li h3
    {
        font-size: 18px;
    }
    
    #our_fees .our_fees-wrapper
    {
        width: 90%;
    }
    
}
