
body{
/*    background-color:aquamarine;*/
    margin:0;
    padding:0;
/*    overflow-y: scroll; */
    overflow-x:hidden;
    min-height:100vh;
}

/*
html{height:100%;
}
*/

body::-webkit-scrollbar{display:none;}

img{
  max-width:100%;  
}

{
    box-sizing:border-box;
}

.top{
    top:0;
    max-height:7vh;
    min-width:100vw;
/*    background-color: coral;*/
    z-index: 1;
    position:fixed;
    overflow: hidden;
  display:block;
background: rgba(0,0,0,.1);
}
    #content{
padding-bottom: 100px;        
    }

.bar{
/*    list-style: none;*/
justify-content:space-between;
    display:flex;
    font-size: 14px;
    line-height: inherit;
    height: auto;
     overflow:hidden;
/*     backdrop-filter: blur(3px);*/
    min-width: 100vw;
  padding: 0;

}

#nav{padding-inline-start: 20px;
padding-inline-end: 20px;}


#highlight{
    text-decoration-color:lightseagreen;
}

.main{
/*    display: flex;*/
    flex-direction: column;
/*    background-color:lightgray;*/
    min-height:100vh;
/* position:flex;*/
}



.footer{  
background-color: #e6e7e8; 
    bottom: 0;
    width:100%;
    height: 100px;
}


.alignment{
width:98%;
overflow:auto;
 margin:0;
 padding:0;
text-align-last: right;
    height: 90px;
    align-content: center;
    display: grid;

}

a:link {
  text-decoration: none;
/*    color:black;*/
}

a:visited {
  text-decoration: none;
  color:black;

}

a:hover {
  text-decoration: none;
 color:ghostwhite;
}


a:active {
  text-decoration: none;
  color:ghostwhite;
filter: opacity(80%);}

.left {
    background-color: #fab01c;
    height: 150%;
    width:100vw;
    animation: slide-in .5s ease-in;
    overflow:hidden;
    padding-top:50px;
    position:absolute;
    top:0;
}
    
.ltxt{
/*    left:50px;*/
    margin-top:40px;
    width:95%;
    text-align:right;
/*    margin-right: 20px;*/
    padding-right: 60px;
    padding-left: 60px;
} 

 
@keyframes slide-in{
    from { transform: translateX(-100%); opacity:0;}
        
        to { transform: translateX(0%); opacity:1;}
    }

.right {
    background-color:#e7e741;
    height: 150%;
    width:100vw;
    padding-top:50px;
    animation: slide-r .5s ease-in;
    overflow:hidden;
    position:absolute;
    top:0;
}


@keyframes slide-r{
    from { transform: translateX(100%); opacity:0; overflow: hidden;}
        
        to { transform: translateX(0%); opacity:1; overflow: hidden;}
    }


.rtxt{
    right:50px;
    margin-top:50px;
    width:95%;
/*    position: fixed;*/
    text-align: left;
    padding-right: 60px;
    padding-left: 60px;
} 

#mb{
    animation: grow 1s;
    top:50px;

}

.mtxt{
    padding-right: 60px;
    padding-left: 60px;
    padding-top: 50px;
    background-color:transparent;
    height: 150vh;}
    
#lt{text-align-last:left;}

@keyframes grow{
    0%{ transform: scale(.2);}
    100%{transform: scale(1);}
}

.column{
    display: flex;
   flex: 50%;
    width:50%;
    flex-direction: column;
    margin:10px;
    padding:20px;
}

.columnf{
    display: flex;
   flex: 100%;
/*    width:100%;*/
    flex-direction: column;
    margin:10px;
    padding:20px;
}

.row{
    display: flex;
    width: 100%;
    flex-direction: row;
}

#mag {

    
}

/*
.phome{
    max-width: 100%;
    max-height: 100%;
    background-repeat: no-repeat;
    background-size:cover;
    margin:0;
    padding:0;
    position: absolute;
}
*/

.hback{
    background-image: url(Images/home.png), url(Images/home2.png);
/*    background-position: 0px 0px, center center; */
    z-index: -3;
    background-position:left top;
    background-repeat: no-repeat;
    background-size: 100vw, auto;
    margin:0;
    padding:0;
}

#btxt{
     font-family: "Bebas Neue regular", sans-serif; 
      font-size: 14px;
    line-height: 1.5;
}
________________________________________________________________________

p{
    word-wrap: break-word;
}


p{ 
    text-decoration-color:  color: black;
    font-size: 16px;
    font-family: "Helvetica regular", sans-serif;
    line-height: 1.5;
}

#ttitle{
    text-transform : uppercase;
    font-size: 85px;
    padding-top: 20px;
    font-family: "Tw Cen MT", sans-serif;
}

header{
    font-family: "Bebas Neue", sans-serif;
      font-weight: bold;
}

#tsubheader{
    font-size: 18px;
     font-family: "Bebas Neue regular", sans-serif;
}

#tdetail{
    font-size: 10px;
     font-family: "Helvetica", sans-serif;
    line-height: 1.5;
    
}

colors
background color: #12c6a8; teal
background color: #e7e741; green
background color: #fab01c; orange
background color: #f4f3b3; pale
background color: #e6e7e8; grey
background color: #ffffff; white
