﻿* {
    margin: 0;
    padding: 0;
}

body {
    width: 1903px;
    margin-left: auto;
    margin-right: auto;
}

header {
    width: 1300px;
    margin-left: auto;
    margin-right: auto;
}

#header {
    width: 1300px;
    height: 100px;
    margin-left: auto;
    margin-right: auto;
}

#header-logo {
    width: 200px;
    height: 100px;
    float: left;
}

#header-name {
    width: 400px;
    float: left;
    margin-left: 250px;
    margin-right: 200px;
    padding-top: 15px;
}

#header-login {
    height: 70px;
    width: 250px;
    float: right;
    margin-top: 10px;
    font-family: 'Courier'
}

#div-login {
    width: 245px;
    height: 60px;
    background-color: #1E4258;
    float: right;
    border-radius: 10px;
}

nav {
    margin: 0px;
    width: 1903px;
    height: 60px;
    background-color: #022140;
}

#nav {
    width: 1300px;
    margin-left: auto;
    margin-right: auto;
}


#search-bar {
    margin: 0;
    padding: 0;
    width: 250px;
    height: 40px;
}

#search-input {
    margin: 0;
    padding: 0;
    width: 170px;
    height: 30px;
}

#search-button {
    margin: 0;
    padding: 0;
    height: 34px;
    width: 50px;
}




#logo-header {
    padding-left: 30px;
    width: 150px;
    height: 100px;
}

.nav-bar-menu {
    font-family: 'Courier';
    color: white;
    font-size: 17px;
    border-right: solid 1px;
    border-color: white;
    padding-right: 8px;
    padding-left: 8px;
    /*    border-radius: 10px;*/
}


    .nav-bar-menu img {
        width: 40px;
        height: 40px
    }

    .nav-bar-menu a {
        color: white;
        text-decoration: none;
    }

    .nav-bar-menu:hover {
        background-color: #265077;
        transition: 0.5s;
    }

#menuu {
    height: 60px;
}



#div-login:hover {
    background-color: #265077;
    transition: 0.5s;
}

.dropdown {
    display: inline-block;
    position: relative;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: none;
    width: 245px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    padding: 0;
    z-index: 1;
    top: 60px;
    border-radius: 10px;
}
.dropdown-content table {
    border-radius: 10px;
}  
      



.dropdown:hover .dropdown-content {
    display: block;
    transition: 0.5s;
}

.dropdown-content table tr td a {
    text-decoration: none;
}

.dropdown-content table tr td:hover {
    background-color: gray;
    border-radius: 10px;
    transition: 0.5s;
}

/*-----------------------------------------------*/
.product-dropdown {
    position: relative;
    display: inline-block;
}

.product-dropdown-content{
    display: none;
    position: absolute;
    background-color: #022140;
    min-width: 240px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    padding: 12px;
    top: 100%;
    height: auto;
    z-index: 12;
}

.product-dropdown:hover .product-dropdown-content{
    display: block;
}

.submenu {
    height: auto;
    width: 236px;
    background-color: #022140;
    padding: 10px;
    border-bottom: solid 1px white;
    

}

    .submenu form button {
        background-color: #022140;
        color: white;
        width: 100%;
        height: 100%;
        border: none;
        font-size: 17px;
        text-align: left;
    }

    .submenu:hover {
        background-color: #265077;
        transition: 0.5s;
        cursor: pointer;
    }

    .submenu:hover button {
        background-color: #265077;
        transition: 0.5s;
        cursor: pointer;
    }

/*---------------------section----------------------------*/

section {
    width: 1300px; 
    height:auto; 
    background-color: grey; 
    margin-left: auto; 
    margin-right: auto;
}


.section-body {
    width: 1300px;
    height: auto;
    background-color: white;
    padding-top: 0.5px;
    padding-bottom: 16px;
}
.section-title {
    width: 1300px;
    margin-bottom: 16px;
    height: 50px;
    background-color: #022140;
    border-radius: 10px;
    text-align: center;
    font-family: 'Courier';
    font-size: 30px;
    padding-top: 8px;
    color: #F8AE69;
    border-bottom: solid 1px white;
}

.section-content {
    width: 1300px;
    background-color: #022140;
    border-radius: 10px;
    height: auto;
    margin-top: 16px;
    padding-bottom: 16px;
}

.section-content-items {
    background-color: #2D5F5D;
    width: 240px;
    height: 350px;
    text-align: center;
    padding: 5px;
    border: solid 1px white;
    color: white;
    position: relative;
}

.section-content-items i {
    color: #F8AE69;
    position: absolute;
    top: 80%;
    left: 45%;

}
.section-content-items img{
    border-radius: 10px;
    width: 220px;
    height: 220px;
}

.section-content-items a:hover p{
    color: #F8AE69;
    transition: 0.5s;
    cursor: pointer;
}

.section-content-items:hover img{
    transform: scale(1.03);
    transition: 0.5s;
}



/*--------------------------------------------------*/



    footer {
        background-color: #022140;
        font-family: 'Courier';
        color: white;
        font-size: 20px;
    }
#footer{
    width: 1903px;
    height: 230px;
    
}

.footer-item {
    width: 28%;
    height: 150px;

}
.footer-item span{
    font-size: 50px;
}

.footer-item div{
    padding-top: 20px;
}
.footer-item div span a{
    text-decoration: none;
    color: white;
}