
 body {
    overflow-x: hidden;
     background-image: url("../imagesM/Gear3_O_light.jpg");
     background-color: rgb(173, 76, 16);  
 }

/* Toggle Style */

#wrapper {
    padding-left: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#sidebar-wrapper {
    z-index: 1000;
    position: fixed;
    left: 250px;
    width: 0;
    height: 100%;
    margin-left: -250px;
    overflow-y: auto;
    background:#ff752b;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}



#wrapper.toggled #sidebar-wrapper {
    width: 250px;
}

#page-content-wrapper {
    width: 100%;
    position: absolute;
   
}

#wrapper.toggled #page-content-wrapper {
    position: absolute;
    margin-right: -250px;
}

/* Sidebar Styles */

.sidebar-nav {
    position: absolute;
    top: 0;
    width: 250px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar-nav li {
    text-indent: 20px;
    line-height: 40px;
}

.sidebar-nav li a {
    display: block;
    text-decoration: none;
    color: #ffffff;
}

.sidebar-nav li a:hover {
    text-decoration: none;
    color: #ff752b;
    background: rgba(255,255,255,0.2);
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
    text-decoration: none;
}

.sidebar-nav > .sidebar-brand {
    height: 65px;
    font-size: 18px;
    line-height: 60px;
}

.sidebar-nav > .sidebar-brand a {
    color: #ffffff;
}

.sidebar-nav > .sidebar-brand a:hover {
    color:  #ff752b;
    background: none;
}

@media(min-width:768px) {
    #wrapper {
        padding-left: 0;
    }

    #wrapper.toggled {
        padding-left: 250px;
    }

    #sidebar-wrapper {
        width: 0;
    }

    #wrapper.toggled #sidebar-wrapper {
        width: 250px;
    }

    #page-content-wrapper {
        padding: 20px;
        position: relative;
    }

    #wrapper.toggled #page-content-wrapper {
        position: relative;
        margin-left: 0;
    }
    
    
}

.head {
    display: flex;
    flex-wrap: nowrap;
    background-color:#ff752b;
    color: white;
    width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
    margin: auto;
   
}

.headerText{
    display: flex;
    justify-content: space-around;
    font-size: 130%;
    margin-top: 10px;
    text-align: center;
  
}

.headerTextHome{
    display: flex;
    font-size: 130%;
    margin-top: 10px;
    justify-content:center;
    text-align: center;
}
   

.main {
    display: flex;
    justify-content: center;
    margin: auto;
    flex-wrap: wrap;
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom:25px;
    color: #ffffff;
    text-align: center;
}


.burgersize{
font-size: 270%;
color: #ffffff;
 margin-top: 3px;
    margin-left: -10px

}

.butmar {
    margin-left: -50px;
}




/*-home page content*/

.box {
    display: flex;
    align-items: center;
    flex-direction: column;
    text-align: center;
    margin: 20px;
    padding-left: 35px;
    padding-right: 35px;
    background-color:#ff752b;
    border: solid #ffffff 2px;
    
}

.colhide {
    display: flex;
    display: none;
}

.orangeColor {
    background-color: #ff752b;
}

.redColor { 
    background-color: #ff991a;
}    

.whiteColor { 
    background-color: #ffffff;
}

.whiteFont {
    color: #ffffff;
}

.orangeFont {
    
    color:#ff752b;
}




/* @media only screen and (max-width: 768px) {
   .headerText{
       font-size: 99%;
       margin:auto;
       margin-top: 3px;
       margin-left: 3px;
    }
    

}*/


@media only screen and (max-width: 375px) {
   .burgersize{
font-size: 270%;
color: #ffffff;
margin-top: 2px;

}

    .license{
    display: flex;
    margin: 90%;
    flex-wrap:wrap;
    color: #ffffff;
    background-color:#ff752b;
    padding-left:5px;
    padding-right:5px;
    flex-direction: column;
}

.license_box{
    margin:auto;
    min-width:210px;
    line-height: 90%;
}

.headerTextHome{
    display: flex;
    font-size: 130%;
    margin-top: 10px;
    justify-content:center;
    text-align: center;
    margin-right:10%;
}
  

    
}


/*Accordian*/
.panel-heading .accordion-toggle:after {
    /* symbol for "opening" panels */
    font-family: 'Glyphicons Halflings';  /* essential for enabling glyphicon */
    content: "\e114";    /* adjust as needed, taken from bootstrap.css */
    float: right;        /* adjust as needed */
    color: #ffffff;
  

    /* adjust as needed */
}
.panel-heading .accordion-toggle.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\e080";
 /* adjust as needed, taken from bootstrap.css */
}

/*Print page*/

.example > a:hover {
    opacity: 0.6; filter: alpha(opacity=60); 
}



.example{
    display: flex;
    border: solid 1px #ff6600; 
    margin:10px 10px 10px 10px;
    padding:1px;
    font-family: arial;
}

.example2{
    display: flex;
    border: solid 1px #ff6600;
   margin: 10px 20px;
  
    padding:1px;
    background-color: #ff6600;
    font-family: arial;
    max-width: 300px;
}

.example2 > a:hover {
    opacity: 0.6; filter: alpha(opacity=60); 
}
 
.example p{
    width:auto;
    text-align: center;
    font-size: 11pt;
    letter-spacing:.2px;
     
}
.example img{
    max-height:200px;
    padding:3px;
   
}

.filmWidth {
    width:80%;
    margin:auto;
}


.bottomchart {
    align-self: flex-end !important;
    margin: auto;
    margin-bottom: 20px;
}

#yourElement {
  -vendor-animation-duration: 3s;
  -vendor-animation-delay: 2s;
}


.adjustimage{
    height: 90%;
    width: 90%;
}

/*digital flash css */

.filmWidth {
    width:80%;
    margin:auto;
}

#yourElement {
-webkit-animation-delay: 1s;
-webkit-animation-duration: 2s;
-moz-animation-delay: 1s;
-moz-animation-duration: 2s;
-ms-animation-delay: 1s; 
-ms-animation-duration: 2s;
-o-animation-delay: 1s;
-o-animation-duration: 1s;
animation-delay: 1s;
animation-duration: 1s;
  
}
#yourElement2 {
-webkit-animation-delay: 2s;
-webkit-animation-duration: 2s;
-moz-animation-delay: 2s;
-moz-animation-duration: 2s;
-ms-animation-delay: 2s; 
-ms-animation-duration: 2s;
-o-animation-delay: 2s;
-o-animation-duration: 2s;
animation-delay: 2s;
animation-duration: 2s;
}

#yourElement3 {
 -webkit-animation-delay: 3s;
-webkit-animation-duration: 2s;
-moz-animation-delay: 3s;
-moz-animation-duration: 2s;
-ms-animation-delay: 3s; 
-ms-animation-duration: 2s;
-o-animation-delay: 3s;
-o-animation-duration: 2s;
animation-delay: 3s;
animation-duration: 2s;
}



a.aboutLink:link {color:#ffffff;}
a.aboutLink:visited {color:#c9ccd1;}
a.aboutLink:hover {background:#c9ccd1;}




.aboutLink2 a:link, a:visited, a:active {
  color: #265301;
}


.about_container1{
    display: flex;
    margin: auto;
    flex-wrap: wrap;
    color: #59534c;
    max-width:300px;
    background-color:#ff752b;
    font-size:115%;
    justify-content:center;
    padding-top: 15px;
    padding-bottom: 5px;
  
}

.about_container{
    display: flex;
    margin: auto;
    flex-wrap: wrap;
    color: #ffffff;
    background-color:#ff752b;
    font-size:125%;
    justify-content:space-between;
    padding:20px;
    flex-direction: column;
}

.license{
    display: flex;
    margin: auto;
    flex-wrap: wrap;
    font-size: 14px;
    color: #ffffff;
    background-color:#f78a05;
    padding-left:18px;
    padding-right:18px;
    line-height: 15px;  
}

.license_box{
    width:25%;
}

.home_bullets{
    display: flex;
    margin: auto 5%;
    justify-content:center;
    color: black;
    flex-wrap: wrap;
    column-gap:20px;
}
.ColBottom {
   
   margin:auto;
   margin-bottom:10%;
   padding-bottom:15px;
    
     
}




