body{
    font-family: 'Montserrat', sans-serif;
    width: calc(100vw - (100vw - 100%));
    margin:0;
    padding:0;
    background: #e2e0cd;
    font-size: 1em;

}

body {
    height: 100%;

    
    background-repeat: repeat;
    background-size:20%;
  }

  body {
  
    background-image: url("ixionback.png");

    background-attachment: fixed;
    background-position: center;
  }


  section {

    

    width: calc(100vw - (100vw - 70%));
    padding: 0;
    background: transparent;
    
    height: auto;
    text-align: center;
    margin-top: 15vh;

    margin-bottom: 15vh;

    margin-left: auto;
    margin-right: auto;


    }



  .footer {
    width: 100vw;
    height: 6vh; 
    position: fixed; 
    bottom: 0;
    background: #363535;
    border-width: 0vh;
    border-bottom: 1vh;
    border-style:  solid;
    border-color:rgb(100, 100, 100);
    columns: 2;
    column-gap: 0;
    z-index: 10;
    }

    nav{
        position: relative;
        z-index: 10;
    }
    .ccsticky-nav {
        width: 100vw;
        height: 12vh; 
        position: fixed; 
        top: 0;
        background: #e4e4e4;
        border-width: 0vh;
        border-bottom: 1vh;
        border-style:  solid;
        border-color:rgb(100, 100, 100);
        
        
        }
        
        .ccsticky-nav ul {
        padding: 4vh;
        margin: 0 auto;
        list-style: none;
        text-align: center;
        }
        
        .ccsticky-nav ul li {
        display: inline-block;
        margin: 0 2vw;
        }
        
        .ccsticky-nav ul li a {
        padding: 0px 0;
        color: rgb(0, 0, 0);
        font-size: 3vh;
        text-decoration: none;
        font-weight: bold;
        transition: all 0.2s ease;
        }
        
        .ccsticky-nav ul li a:hover {
        color: #2079d3;
        }


        .googlebadge{

          width:25%;
          height: calc(width/2.584);
         
      }

        .youtube{
            margin-bottom: 10vh;
            
            background: transparent;

            background-image: url("alpha90.png");
            background-repeat: repeat;
            background-size:100%;

            width: 100%;
            height: 100%;
            place-items: center;
            margin-left:auto;
            margin-right:auto;
            
          }
        
          .videowrapper{
        
            position: relative;
            padding-bottom: 56.25%; /*16-9*/
            padding-top: 25px;
            height:0;
            width: 100%;
          }
        
          .videowrapper iframe{
        
            z-index: 1;
            position:  absolute;
            top:0;
            left:0;
            width:100%;
            height:100%;
            
          }

          .textmargin{
            padding: 3vw;
        }

          .apptext{
    
            height: inherit;
            width: 100%;
            background: transparent;
            margin: 0;
            padding: 0;
            columns: 1;
            background-image: url("alpha90.png");
            background-repeat: repeat;
            background-size:100%;
            overflow: visible;

            border-radius: 1vh;

        }

        .apptext ul{

          position: relative;

        
          text-align: left;
          text-decoration: none;
          list-style: none;



        }

        p{
            margin:0;
            padding: 1vh;
            font-size: 2.5vh;
            color: rgb(0, 0, 0);
            text-align: left;
            line-height: 2.5vh;
        }

        h1{
            padding: 0px;
            padding-top: 2vh;
            padding-bottom: 2vh;

            margin: 0px;
            font-size: 4.0vh;
        
            color: rgb(49, 48, 48);
    
            

            background-image: url("alpha90.png");
            background-repeat: repeat;
            background-size:100%;

            width: 100%;
            margin: auto;

            border-radius: 1vh;

            margin-top: 6vh;
            margin-bottom: 6vh;


        }

        h2{
            padding: 0px;
            padding-top: 2vh;
            padding-bottom: 1vh;

            margin: 0px;
            font-size: 4vh;
        
            color: rgb(49, 48, 48);
    
            

            /*background-image: url("alpha90.png");
            background-repeat: repeat;
            background-size:100%;
            */
            width: 90%;
            margin: auto;

            border-radius: 1vh;

        }


        .pad{
            padding-top: 2vw;
            padding-left: 3vw;
            padding-right: 3vw;
            padding-bottom: 0vw;
            margin: auto;
        }

        .padend{
            padding-top: 2vw;
            padding-left: 3vw;
            padding-right: 3vw;
            padding-bottom: 2vw;
            margin: auto;
        }

        .linkpanel{

          width: inherit;
          height: 10vh;
          background-image: url("alpha90.png");
          background-repeat: repeat;
          background-size:100%;
      
      }