html, body {
    margin: 0;
    padding: 0;
    height: 100%;
}

/* index.html */

.navigation-menu {
    height: 140px;
    border-bottom: 1px #45A2DB solid;
    width: 100%;
    background-color: white;
    position: fixed;
    z-index: 1;
    top: 0;
    overflow-x: hidden;
    overflow-y: hidden;
}

/* Products dropdown list */

.dropbtn {
    background-color: #1F4FF9;
    color: white;
    padding: 8px 10px 8px 10px;
    font-size: 16px;
    border: none;
    cursor: pointer;
    position: relative;
    top: -5.5px;
}
.dropbtn:hover {
    background: #0d457a;
}

.logo {
    float: left;
    position: relative;
    top: -37px;
    left: 350px;
}
.logo-image {
    width: 200px;
}
.nav-menu-content {
    width: 1500px;
}
.nav-menu-items {
    float: left;
    position: relative;
    top: 39px;
    left: 500px;
    font-family: 'Roboto';
    width: 870px;
}
.nav-menu-items ul li {
    list-style-type: none;
    float: left;
    margin-right: 50px;
    font-weight: 400;
}
.nav-menu-items ul li a {
    text-decoration: none;
    text-transform: uppercase;
    position: relative;
    top: -1px;
    font-size: 15px;
    color: #6a378a;
}
.nav-menu-items ul li a:hover {
    font-weight: 500;
}
.item-icon {
    width: 16px;
}
.header {
    background-image: url("../res/bg2.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    top: -70px;
}
/* ToDo: Animation for background changing in JavaScript */
.header p {
    color: white;
}
.header .message {
    position: relative;
    top: 260px;
    width: 900px;
}
.contact-m-button {
    background-color: #FF9E02;
    width: 220px;
    height: 40px;
    border-radius: 20px;
    color: white;
    border: 1px #E59400 solid;
    margin: 30px 0px 0px 0px;
}
.contact-m-button:hover {
    background-color: #b37400;
    transition: 0.2s;
    border: 1px #b37400 solid;
}
.info {
    width: 100%;
    height: 470px;
    margin-top: 70px;
    padding-bottom: 350px;
}
.info-h {
    width: 1025px;
    margin: 0px auto;
}
.short-info {
    height: 380px;
    width: 550px;
    font-family: 'Oswald';
    float: left;
    COLOR: #185B9B;
    border: 1px #185B9B solid;
    padding: 33px 60px 20px 60px;
    background-color: white;
}
.short-info ul {
    margin-bottom: 30px;
}
.short-info h2 {
    margin: 0px 0px 10px 0px;
    color: #185B9B;
    text-transform: uppercase;
    font-weight: 400;
}
.working-time {
    float: left;
    height: 433px;
    width: 350px;
    background-color: #185B9B;
    border: 1px #185B9B solid;
    color: white;
    font-family: 'Roboto';
}
.working-time ul {
    margin-left: 20px;
}
.working-time ul li {
    list-style-type: none;
    margin-top: 6px;
}
.working-time h2 {
    margin: 0;
    font-family: 'Oswald';
    color: #f7f7f7;
    text-transform: uppercase;
    margin: 40px 0px 40px 0px;
    text-align: center;
}
.business-hours-bold {
    color: beige;
}
.bh-icon {
    position: relative;
    right: 7px;
}
.devices {
    clear: both;
    position: relative;
    top: 200px;
    font-family: 'Oswald';
    height: 500px;
}
.devices p {
    color: #4f4f4f;
}
.devices-header {
    text-align: center;
    font-family: 'Oswald';
    position: relative;
    top: 130px;
    clear: both;
    border: 1px #185B9B solid;
    background-color: #185B9B;
    border-radius: 60px;
}
.devices-header h2 {
    color: bisque;
    position: relative;
    top: -4px;
}
#section-contact {
    clear: both;
}
.devices .desktop-racunari {
    float: left;
    width: 508px;
    margin: 0px auto;
    text-align: center;
    height: 250px;
    background-color: white;
}
.devices .laptop-racunari {
    float: left;
    width: 508px;
    text-align: center;
    height: 250px;
    background-color: white;
}
.devices .mobile-phones {
    width: 508px;
    text-align: center;
    height: 250px;
    background-color: white;
    margin-left: -1px;
    float: left;
}
.devices .tablet-devices {
    float: right;
    width: 508px;
    margin-left: -1px;
    text-align: center;
    height: 250px;
    background-color: white;
}
.devices .desktop-racunari i {
    font-size: 60px;
    margin-top: 30px;
    color: #185B9B;
}
.devices .laptop-racunari i {
    font-size: 70px;
    margin-top: 17px;
    color: #185B9B;
}
.devices .mobile-phones i {
    font-size: 70px;
    margin-top: 28px;
    color: #185B9B;
}
.devices .tablet-devices i {
    font-size: 70px;
    margin-top: 28px;
    color: #185B9B;
}
.devices .desktop-racunari i:hover, .devices .laptop-racunari i:hover, .devices .mobile-phones i:hover, .tablet-devices i:hover {
    color: red;
    transition: 0.4s;
}
.devices .laptop-racunari h2, .devices .desktop-racunari h2, .devices .mobile-phones h2, .tablet-devices h2 {
    color: #0d457a;
}
.yhp {
    color: #b37400;
    margin-bottom: 30px;
}

/* sections */

section {
    min-height: 100vh;
    margin-bottom: 100px;
}

#section-report {
    border: 0px !important;
}
#section-products {
    position: relative;
}
/* products */

.products {
    color: none;
    padding: 20px;
    overflow: hidden;
    width: 1160px;
    margin: 0px auto;
    font-family: 'Roboto';
}
.product {
    width: 200px;
    height: 310px;
    float: left;
    text-align: center;
}
.products-header {
    text-align: center;
    padding-top: 300px;
    margin-bottom: 70px;
    font-family: 'Oswald';
    color: white;
    cursor: default;
}
.nav-menu-items .direct-message {
    background-color: #3671FB;
    color: white;
    border: 1px #3671FB solid;
    padding: 5px 10px 5px 10px;
    position: relative;
    top: -3px;
    left: 80px;
    outline: none;
}
.nav-menu-items .direct-message:hover {
    transform: scale(1.07);
    transition: 0.1s;
    cursor: pointer;
}
.product-image {
    width: 200px;
}
.product-name {
    font-weight: 500;
    color: white;
}
.product-price {
    color: #fafafa !important;
}
.product-image:hover {
    transform: scale(1.2);
    transition: 0.2s;
    margin-bottom: 20px;
    cursor: pointer;
}
#product1, #product2, #product3 {
    margin-right: 50px;
}
.view-all-products {
    text-align: center;
    border-top: 1px silver solid;
    width: 1200px;
    margin: 100px auto;
    padding-bottom: 22px;
}
.view-all-products p {
    position: relative;
    top: 10px;
    text-decoration: none;
    font-family: 'Roboto';
    font-size: 14px;
    color: white;
}
.view-all-products a {
    color: lightblue;
}
.view-all-products a:hover {
    color: silver;
}
.contact-header {
    font-family: 'Oswald';
    text-align: center;
    position: relative;
    top: 270px;
}
.contact-header img {
    width: 80px;
}
.contact-header h1 {

}
.support-contact-informations {
    clear: both;
    position: relative;
    top: 25px;
}
.location-map {
    float: right;
    position: relative;
    top: -281px;
    right: -25px;
}
.contact-info {
    width: 984px;
    height: 370px;
    margin: 0px auto;
    position: relative;
    top: 330px;
    background-color: white;
    border: 1px #CCCC00 solid;
    padding: 25px;
    font-family: 'Roboto';
}
.contact-info .contact-details ul li {
    list-style-type: none;
    margin-bottom: 8px;
}
.contact-details {
    border-bottom: 1px #CCCC00 solid;
    padding-bottom: 20px;
    width: 535px;
    float: left;
}
.contact-info ul {
    margin-top: 30px;
}
.contact-info ul li {
    list-style-type: none;
    margin-bottom: 8px;
}
.contact-info ul li a {
    text-decoration: none;
}
.contact-info ul li a:hover {
    color: darkred;
}
.more-info {
    position: relative;
    top: 30px;
    left: 39px;
}
.report-header {
    text-align: center;
    font-family: 'Oswald';
    margin-top: 190px;
}
.report-header img {
    width: 50px;
}
.report-info {
    width: 984px;
    height: 630px;
    margin: 60px auto;
    background-color: white;
    font-family: 'Roboto';
    padding: 25px;
}
.report-info form {
    margin-left: 30px;
}
.report-info form p {
    width: 420px;
}
.textarea-info-p {
    margin: 20px 0px 40px 0px;
}
.report-info form textarea {
    width: 904px;
    height: 150px;
    resize: none;
    overflow-y: scroll;
    margin-bottom: 20px;
    padding: 8px;
    outline: none;
    font-family: 'Roboto';
    border: 1px silver solid;
}
.problem-date {
    margin-bottom: 20px;
}
.problem-date input[type="date"] {
    width: 150px;
    border: 1px silver solid;
    margin-left: 15px;
}
.report-info form input[type="text"] {
    width: 920px;
    margin-bottom: 20px;
    outline: none;
    height: 26px;
    border: 1px silver solid;
    text-align: center;
    padding: 4px 0px 4px 0px;
}
.report-info form #send-button, .report-info form #reset-button {
    cursor: pointer;
    background-color: #61A3FA;
    border: 1px #98CCFD solid;
    color: white;
    padding: 10px 20px 10px 20px;
    width: 460px;
    outline: none;
}
.report-info form input[type="reset"] {
    margin-left: 1px;
}
.report-info form #send-button:hover, .report-info form #reset-button:hover {
    background-color: #96CBFD;
    border: 1px #96CBFD solid;
}
.report-send-button p {
    margin-bottom: 30px;
}
.current-page {
    font-weight: 500;
}
/* footer */

.footer {
    width: 100%;
    height: 200px;
    color: white;
    border-top: 1px #3781C1 solid;
    text-align: center;
    background-color: #222222;
    font-family: 'Roboto';
    margin-top: 220px;
}
.footer ul {
    list-style-type: none;
    overflow: hidden;
    margin-left: 8px;
}
.footer ul li {
    color: white; 
    margin-right: 70px;
    display: inline;
}
.footer ul li a {
    text-decoration: none;
    color: #4A4948;
}
.footer ul li a:hover {
    color: gray;
}
.footer .social-medias {
    margin-top: 40px;
}
.footer .social-medias .sm-icon {
    width: 28px;
    margin-right: 15px;
    margin-bottom: 9px;
    cursor: pointer;
}
.footer .copyright {
    margin-top: 27px;
    margin-left: -17px;
}
.footer .copyright label {
    color: gray;
    font-size: 14px;
}
.footer .social-medias .sm-icon:hover {
    transform: scale(1.2);
    transition: 0.1s;
}
.asphosting-banner {
    width: 730px;
    margin: -100px auto;
    position: relative;
}
.bannerasp p {
    padding: 5px;
    font-family: 'Roboto';
    font-size: 14px;
}
.bannerasp a img {
    margin: 7px 0px 7px 0px;
}
.privacy-policy {
    margin: 30px 0px 0px 30px;
    width: 96%;
}
.privacy-policy p {
    margin: 20px 0px 0px 2px;
    font-size: 18px;
}
.footer-bullet {
    color: gray !important;
}

/* Responsive Web Design */

@media only screen and (max-width: 768px) {
    html,body, .container {
        width: 768px !important;
    }
    .navigation-menu {
        height: 500px;
        overflow: none;
        position: relative;
        margin: 0px auto;
        overflow-x: scroll;
        width: 768px;
    }
    .nav-menu-items {
        position: relative;
        clear: both;
        top: 70px;
        left: 0px;
        float: none;
        padding: 0;
        margin: 0;
    }
    .nav-menu-items ul li {
        float: left;
        width: 100px;
        height: 40px;
        margin-bottom: 10px;
        text-align: center;
        padding-top: 20px;
    }
    .direct-message {
        display: none;
    }
    .logo {
        position: relative;
        left: 300px;
        top: 30px;
    }
    .header {
        width: 768px;
        position: relative;
        top: 0px;
        left: 0px;
        background-image: none;
        display: block;
    }
    .product {
        display: block;
        float: none;
        margin-bottom: 100px;
    }
    .products {
        width: 200px;
        margin: 0px auto;
    }
    .product-name {
        color: gray !important;
    }
    .product-price {
        color: bisque !important;
    }
    input[type="text"] {
        width: 660px !important;
        margin: 0;
        padding: 0;
    }
    textarea {
        width: 646px !important;
    }
    #send-button, #reset-button {
        width: 330px !important;
    }
}
@media only screen and (max-width: 1400px) {
    /* responsive for laptop now ahhh... */
    .navigation-menu {
        overflow-x: scroll;
    }
    .view-all-products {
        display: none;
    }
    input[type="text"] {
        width: 630px !important;
    }
    textarea {
        width: 585px !important;
    }
    #send-button, #reset-button {
        width: 299.5px !important;
    }
}

/* 
    Site coded by: Miloš Ilić
*/