body {
    color:#4F4A41;
    background-color:#DEF2F1;
    
    

}
table{
	border:1px solid black;
	border-collapse:collapse;
}
td{
	border:1px solid black;
	border-collapse:collapse;}

ul {
    list-style-type: none;
}

a {
    text-decoration: none;
    color: black;
    font-size: 20px;
    margin-bottom: -10px;
}

.header {
    float: left;
    width: 100%;
    height:auto;
    text-align: center;
   
}

.header>p {

    font-size: 32px;
    margin-top: 0;
    font-weight: bold;
    padding-top: 0;
    font-family: cursive;
    color:black;
}


.navbar {
    float: left;
    width: 106%;
    height: auto;
    padding-bottom: 10px;
    padding-top: 10px;
   margin-left: 4px;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 20px 25px -5px, rgba(0, 0, 0, 0.5) 0px 10px 10px -5px;
   background-color: rgb(196, 198, 157);
   background-color: #2B7A78;
   border:1px solid #4F4A41;
  
   

}


.navleft {
    float: left;
    width: 50%;
    height: 100%;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;

}

.navright {
    float:left;
    width: 40%;
    height: 100%;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}

.navtab_left {
    float: left;
    width: 30%;
    height: 100%;
    
    text-align: center;
}

.navtab_right {
    float: right;
    width: 20%;
    height: 100%;
    text-align: center;
}
.navtab_left>a{
    color: whitesmoke;;
    
}
.navtab_right > img{
    border: 1px solid black;
    border-radius:50%;
}

.dropdown {
    width: 100%;
    height: auto;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    max-height: 0;
    overflow: hidden;
    margin-left: 1.5%;
    transition: max-height 0.7s;
}

button {
    float: right;
    width: 0%;
    height: 0%;
    text-align: center;
    border: none;
    font-size: 0;
}

.nav-button1{
    position: absolute;
    width: 50px;
    align-items: center;
    justify-content: center;
    display: flex;
    height: 265px;
    top: 160px;
    left: 2%;
    cursor: pointer;
    background-color: rgba(240, 255, 255,0.3);
}

.nav-button2{
    position: absolute;
    width: 50px;
    align-items: center;
    justify-content: center;
    display: flex;
    height: 265px;
    top: 160px;
    left: 93%;
    cursor: progress;
    background-color: rgba(240, 255, 255,0.3);
   
}



.content {
    float: left;
    width: 100%;
    margin-top: 50px;
   
}
.content2{
    float: left;
    width: 100%;
    margin-top: 20px;
    height: 600px;
}

img{
    margin-left: 2%;
}

.myflex2 {
    display: flex;
    vertical-align: middle;
    align-items: center;
    margin-left: 1.5%;
    margin-bottom: 20px;
    overflow: scroll;
    border-top:1px solid black;
    border-bottom:1px solid black;
    background-color: rgb(249, 243, 234);
    width: 100%;
    height: 70px;
}


/*
.myflex>img {
    min-width: 100%;
    animation: run 5s linear 2s;
    animation-fill-mode: forwards;
}
*/

@keyframes run {
    from {
        transform: translateX(0%);
    }

    to {
        transform: translateX(-100%);
    }
}


.myflex2::-webkit-scrollbar {
    width: 0px;
    height: 0px;
}*/

.content_line {
    margin-top: 20px;
    float: left;
    width: 99%;
    
    float: left;
    overflow: auto;
    display: flex;
   

}

.content_line::-webkit-scrollbar {
    width: 0px;
    height: 0px;
}

.product {
    float: left;
    min-width: 250px;
    height: 99%;
    margin-left: 1.5%;
    margin-right: 1.5%;

}


.product2 {
    float: left;
    width: 46%;
    height: 45%;
    margin: 1.5%;

    border: 1px solid black;
    border-radius: 0px 0px 10px 10px;
}

.product>p {
    text-align: center;
}



.collection {
    float: left;
    width: 50%;
    height: 500px;
    margin: 1.5%;
    border: 1px solid black;
}

.suggestion {
    float: left;
    width: 90%;
    height: 40px;
    margin-top: 1.5%;
    margin-left: 4%;
    border-bottom: 1px solid  black;
    background-color:#2B7A7B;
    padding:0px 0px 10px 10px;
    border-radius:10px 10px 0 0;
}

.suggestion>p {
    font-size: 24px;
    margin-top: 0;
    padding-top: 0;

    color:#FEFFFF;
}

.footer {
    float: left;
    width: 100%;
    height: 70px;
    margin-top: 50px;
    text-align: center;
    border-top: 1px solid black;
}
.footer>p{
    color:green;
}

@media screen and (max-width:1200px) {
    .navbar{
        padding-bottom: 0;
        padding-top: 0;
	width:98%;
	border:none;
	border-radius:7px;
	position:sticky;
	top:0;
	height:50px;
    }
    .navleft{
        width: 80%;
    }
    .navright{
        width: 20%;
    }
    .navtab_left {
        width: 45%;
        padding-top: 15px;
	color:#FEFFFF;
       }

    .navtab_right {
        width: 0;
        height: 0;
        font-size: 0;
        margin-right: 20px;

    }

    .navtab_right>a {
        font-size: 0;

    }

    /*2nd type dropdown */
    .dropdown {
        width: 92%;
        height: auto;
       
        max-height: 0;
        overflow: hidden;
        margin-left: 4%;      
        font-size: 22px;
        font-family: 'Courier New', Courier, monospace;
        font-weight: bold;
        transition: max-height 0.6s;
    }

    .dropdown.activate {
        max-height: 400px;
        margin-left: 4%;
        font-size: 22px;
        font-family: 'Courier New', Courier, monospace;
        font-weight: bold;
        border-bottom: 1px solid black;

    }

    button {
        float: right;
        width: 95%;
        height: 50px;
        margin-right: 0px;
        font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
        text-align: center;
        font-size: 20px;
        background-color: #112D32;
        color: white;
	border-radius:0 7px 7px 0;
        
    }

    img{
        height: 200px;
    }

    .nav-button1{
        
        top: 0;
        left: 0;
        
        height: 200px;
    }
    
    .nav-button2{
        top:0;
        left:84%;
        
        height: 200px;
    }

    .myflex{
        width:100%;
        position: relative;

    }



    .content_line {
       
    }

    .product {
        min-width: 180px;
    }

    .collection {
        width: 75%;
        height: 400px;
    }

    .suggestion>p {
        font-size: 25px;
        margin-top: 0;
        padding-top:10px;
    }
    
    .myflex2{
        width:80%;
        box-sizing:border-box;
    }
}

.myflex2{
    width:15%;
}



.preloader {
    width:100%;
    height:100%;
    position: absolute;            
    display: flex;

    justify-content: center;
    align-items: center;
    margin-top: 250px;
}

.yellow {
    display: flex;
    position: absolute;
    width: 20%;
    height: 300px;
    border-top: 20px solid rgb(255, 204, 0);
    border-left: 20px solid rgb(255, 204, 0);
    border-radius: 0px 250px 0px 250px;
    animation: run 3s linear infinite;
}

.red {
    display: flex;           
    position: absolute;
    width: 20%;
    height: 300px;
    border-top: 20px solid rgb(255, 0, 0);
    border-right: 20px solid rgb(255, 0, 0);
    border-radius: 250px 0px 250px 0px;
    animation: run 3s linear infinite;
}

.green {
    display: flex;
    margin-top:60px;       
    position: absolute;
    width: 30%;
    height: 200px;
    border-top: 10px solid  rgb(29, 118, 21);
    border-bottom: 10px solid rgb(29, 118, 21);
    border-right: 20px solid rgb(29, 118, 21);
    border-radius: 250px 250px 250px 250px;
    animation: run 3s linear infinite;
}

.ring{
    width:150px;
    height:150px;
    border:0px solid rgb(45, 45, 45);
    border-radius:50%;
    position:absolute;
}

.ring:nth-child(1){
    border-bottom-width: 8px;
    border-color: rgb(235,0,235);
    animation: rotate1 2s linear infinite;
}
.ring:nth-child(2){
    border-right-width: 8px;
    border-color: rgb(6, 101, 22);
    animation: rotate2 2s linear infinite;
}
.ring:nth-child(3){
    border-top-width: 8px;
    border-color: rgb(4, 170, 253);
    animation: rotate3 2s linear infinite;
}
.loading{
    color:white;
}
@keyframes rotate1{
    0%{
        transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
    }
    100%{
        transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
    }
}
@keyframes rotate2{
    0%{
        transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
    }
    100%{
        transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
    }
}
@keyframes rotate3{
    0%{
        transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
    }
    100%{
        transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
    }
}

.slot{
    float: left;
    min-width:28%;
    
    height: 80%;
    color:rgb(255, 255, 255);
    border: 1px solid rgb(255, 255, 255);
    text-align: center;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 18px;
    margin-left: 30px;
    background-color: rgb(0, 0, 120);

}

.slot:hover{
	
	background-color:green;
}

.box{
    float: left;
    width:100%;
    height: 60px;
    background-color: rgb(28, 3, 129);
    text-align: center;
    margin-bottom: 35px;
}
.box>p{
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    color:white;
}

