/*

Theme Name: Pro &ndash; Child Theme
Theme URI: http://theme.co/pro/
Author: Themeco
Author URI: http://theme.co/
Description: Make all of your modifications to Pro in this child theme.
Version: 1.0.0
Template: pro

*/

/* Load the web fonts */

@font-face {
    font-family: 'Bodiac';
    src: url('../../fonts/BodiacReg.woff2') format('woff2'),
        url('../../fonts/BodiacReg.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'VAG Rounded';
    src: url('../../fonts/VAGRounded-Black.woff2') format('woff2'),
        url('../../fonts/VAGRounded-Black.woff') format('woff');
    font-weight:300;
    font-style: normal;
}

@font-face {
    font-family: 'VAG Rounded';
    src: url('../../fonts/VAGRounded-Light.woff2') format('woff2'),
        url('../../fonts/VAGRounded-Light.woff') format('woff');
    font-weight: 100;
    font-style: normal;
}


/* Main page styles */

body, div, h1, h2, h3, h4, h5, h6
{
font-family: 'VAG Rounded', Arial, sans-serif !important;
font-weight: 100 !important;    
}

.x-container.max.width.offset
{
max-width: 100%;
width: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
}
.entry-wrap
{
    padding: 0px;
    box-shadow: none;
    border-radius: 0px;
    background-color: transparent;
}

/* Header */

#HEADER-BAR .x-bar-content
{
    max-width: 1920px;
}

#TITLE-LOGO
{
    height: 96px;
margin-top: 21px;
}

#TITLE-LOGO .x-text-content
{
    height: 84px;
}

#TITLE-LOGO h1
{
    font-family: 'Bodiac', Arial, sans-serif !important;
    color: white !important;
}
#TITLE-LOGO h1 a
{
    color: white !important;
}

/* Sub Headings */

#SUB-HEADING h3
{
    font-family: 'VAG Rounded', Arial, sans-serif !important;
    font-weight: 300 !important;
}



/* Home section */

#HOME
{
    min-height: calc(100vh - 96px);
}

#HOME .x-container.max.width
{
    max-width: 1920px;
    display: flex;
}

#HOME .x-container.max.width .x-1-2
{
display: flex;
flex-direction: column;
justify-content: center;
    }


#HOME-TEXT-BOX
{
font-size: 40px !important;
letter-spacing: 0.075em !important;
}

#animation_container canvas
{
    height: 100% !important;
width: auto !important;
margin-left: auto;
margin-right: auto;
position: relative !important;
}
#animation_container
{
height: calc(100vh - 96px) !important;
width: auto !important;
}



/* About section */
#ABOUT .x-text
{
    font-size: 20px !important;
}



/* Info section */
#INFO .x-text
{
    font-size: 20px !important;
}



/* Contact section */
#CONTACT .x-text
{
    font-size: 20px !important;
    line-height: 180%;
}

#CONTACT-INFO .line-break
{
    display: none;
}




/* Footer */
#SOCIAL-ICONS-ROW
{
    position: relative;
left: -6px;
}


#SOCIAL-ICONS-ROW .x-column.x-1-3
{
    width: auto;
    margin-right: 20px;
}


/* Responsive styles */

@media only screen and (max-width: 1920px) {
    #animation_container canvas
    {
        right: 10%;
    }
    
}


@media only screen and (max-width: 1920px) and (orientation: landscape) and (max-aspect-ratio: 8/5) {
    #animation_container canvas
    {
        right: 20%;
    }
    
}


@media only screen and (max-width: 1920px) and (max-aspect-ratio: 1/1) {
    #animation_container canvas
    {
        right: 40%;
    }
    
}


@media only screen and (max-width: 1100px) {
  #HOME-TEXT-BOX
    {
        font-size: 2.9vw !important;
    }
    
}

@media only screen and (max-width: 1024px) and (orientation: portrait) {

    #HOME .x-container.max.width .x-1-2
    {
        width: 100%;
    }
    
    #HOME .x-container.max.width
    {
        flex-wrap: wrap;
        width: 100%;
    }
    #animation_container
    {
        height: auto !important;
width: 100vw !important;
    }
    
    #animation_container canvas
    {
        right: 0px;
        height: auto !important;
width: 100vw !important;
    }
    #HOME
    {
        min-height: 0px;
    }
    #HOME-TEXT-BOX
    {
        width: 88%;
margin-left: auto;
margin-right: auto;
        font-size: 3.2vw !important;
        margin-top: 5vw;
    }
    #TITLE-LOGO
    {
        margin-top: 6vw;
    }
 #TITLE-LOGO h1
    {
        left: -3vw;
        position: relative;
    }
    #TITLE-LOGO h1 a
    {
        font-size: 11vw !important;
        line-height: 100%;
display: block;
    }
    
    
    #HEADER-BAR, #HEADER-BAR .x-bar-content, #TITLE-LOGO, #TITLE-LOGO .x-text-content, .x-masthead
    {
         height: 16vw !important;
    }
    #HEADER-BAR
    {
        padding-left: 6%;
padding-right: 6%;
        position: fixed;
        width: 100%;
    }

#HEADER-BAR:before, #HEADER-BAR:after
    {
        flex-basis: 0px;
    }
    
}

@media only screen and (max-width: 767px) and (orientation: portrait) {
        #HOME-TEXT-BOX
        {
            font-size: 5.2vw !important;
            
        }
    #HEADER-BAR .x-anchor-toggle
    {
        font-size: 25px !important;
        width: 40px;
        height: 29px;
    }
    .x-off-canvas-content
    {
        padding: 10vh 2vw !important;
    }
    
    .x-off-canvas-content .x-anchor-content
    {
        padding: 5vw !important;
    }
    .x-off-canvas-content .x-anchor-content  .x-anchor-text-primary
    {
    font-size: 8vw !important;
    }
        #SOCIAL-ICONS-ROW
    {
        left: -2vw;
        display: flex;
    }
       #CONTACT-INFO .line-break
{
    display: block;
}        
        
    }

@media only screen and (max-width: 375px) and (max-height: 667px) and (orientation: portrait) {
    

    #HOME-TEXT-BOX
    {
        line-height: 120%;
    }
    #HOME .x-container.max.width .x-1-2:last-of-type
    {
        position: relative;
        top: -5vw;
    }

    
}