﻿@import url('https://fonts.googleapis.com/css2?family=Anton&display=swap');
* {

    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    overflow-x: hidden;
    color: #505962;
    font-weight: 200;
    font-family: 'Anton', sans-serif;
}
.home-inner {
    width: 100%;
    height: 80vh;
    background-image: url(../img/BannerMegaRad.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.caption {
    width: 100%;
    max-width: 100%;
    position: absolute;
    top: 38%;
    left: 18%;
    z-index: 1;
    color: black;
    text-transform: uppercase;
}
.caption h1{
    font-size: 2.8rem;
    font-weight: 600;
    letter-spacing:.3rem;
    text-shadow: .1rem .1rem .8rem dodgerblue;
    padding-bottom: 1rem;

}
    .caption h5{
        font-weight:bold;
    }

nav ul li a {
    font-size: 18px;
    font-weight: bold;
    text-transform:uppercase;
    color:black;
}
    .navbar .navbar-nav .nav-item .nav-link:hover{
        color:dodgerblue;
        font-weight:bolder;
    }
    .ghostBtn {
        text-decoration: none;
        font-size: 12px;
        font-weight: bold;
        background-color: transparent;
        border: black solid 3px;
        color: dodgerblue;
        text-align: center;
        padding: 5px 20px;
        border-radius: 8px;
    }
.ghostBtn:hover {
    background-color: black;
    color: white;
    font-weight: bolder;
}
.navbar-brand img {
    top: 5px;
    left: 25px;
    width: 70px;
    height: 45px;
}

/* Extra small devices (portrait phones, less than 576px)
// No media query since this is the default in Bootstrap



/* Float four columns side by side */
.column {
    float: left;
    width: 25%;
    padding: 0 10px;
}

/* Remove extra left and right margins, due to padding */
.row {
    margin: 0 -5px;
}

/* Clear floats after the columns */
.row:after {
    content: "";
    display: table;
    clear: both;
}

/* Responsive columns */
@media screen and (min-width: 480px) and (max-width: 780px) {
    .column {
        width: 100%;
        display: block;
        margin-bottom: 20px;
    }
    .home-inner {
        background-size:120%;
    }
    .caption h1 {
        font-size: 40px;
    }
    .caption {
        font-size: 10px;
    }
    form {
        width:100%;
    }
}

/* Style the counter cards */
.card {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    padding: 16px;
    text-align: center;
    background-color: #f1f1f1;
}
.row h1 {
    margin:0;
    padding:0;
    text-align: center;
    font-weight: bold;
}
.column img {
    justify-content:center;
    width:150px;
    height:150px;
}
.carousel {
    width: 100%;
    height: 250px;
}
/*Contact form*/

form {
    margin-top: 240px;
    padding: 0;
    border: 1px solid #E1E1E1;
    border-radius: 5px;
    width: 450px;
    position: relative;
    top: 50%;
    left: 50%;
    margin-bottom: -240px;
    transform: translate(-50%, -50%);
    align-items: center;
}
form h3 {
    color: black;
    font-size: 28px;
    font-weight: bold;
    text-align: center;

}
.form-row label, input {
    color: #0099ff;
}
/*-------------------Footer----------------*/
.footer {
    background-color: #414141;
    width: 100%;
    text-align: left;
    font-family: sans-serif;
    font-weight: bold;
    font-size: 16px;
    padding: 50px;
    margin-top: 50px;
}

    .footer .footer-left,
    .footer .footer-center,
    .footer .footer-right {
        display: inline-block;
        vertical-align: top;
    }


    /* footer left*/

    .footer .footer-left {
        width: 33%;
        padding-right: 15px;
    }

    .footer .about {
        line-height: 20px;
        color: #ffffff;
        font-size: 13px;
        font-weight: normal;
        margin: 0;
    }

        .footer .about span {
            display: block;
            color: dodgerblue;
            font-size: 32px;
            font-weight: bold;
            margin-bottom: 20px;
        }

    .footer .icons {
        margin-top: 25px;
    }

        .footer .icons a {
            display: inline-block;
            width: 35px;
            height: 35px;
            cursor: pointer;
            background-color: #33383b;
            border-radius: 2px;
            font-size: 20px;
            color: #ffffff;
            text-align: center;
            line-height: 35px;
            margin-right: 3px;
            margin-bottom: 5px;
        }


    /* footer center*/

    .footer .footer-center {
        width: 30%;
    }

        .footer .footer-center i {
            background-color: #33383b;
            color: #ffffff;
            font-size: 25px;
            width: 38px;
            height: 38px;
            border-radius: 50%;
            text-align: center;
            line-height: 42px;
            margin: 10px 15px;
            vertical-align: middle;
        }

            .footer .footer-center i.fa-envelope {
                font-size: 17px;
                line-height: 38px;
            }

        .footer .footer-center p {
            display: inline-block;
            color: #ffffff;
            vertical-align: middle;
            margin: 0;
        }

            .footer .footer-center p span {
                display: block;
                font-weight: normal;
                font-size: 14px;
                line-height: 2;
            }

            .footer .footer-center p a {
                color: #0099ff;
                text-decoration: none;
            }


    /* footer right*/

    .footer .footer-right {
        width: 35%;
    }

    .footer h2 {
        color: #ffffff;
        font-size: 36px;
        font-weight: normal;
        margin: 0;
    }

        .footer h2 span {
            color: #0099ff;
        }

    .footer .menu {
        color: #ffffff;
        margin: 20px 0 12px;
        padding: 0;
    }

        .footer .menu a {
            display: inline-block;
            line-height: 1.8;
            text-decoration: none;
            color: inherit;
        }

            .footer .menu a:hover {
                color: #0099ff;
            }

    .footer .name {
        color: #0099ff;
        font-size: 14px;
        font-weight: normal;
        margin: 0;
    }
/*-------------galeria---------------------*/
.container {
    padding-top: 50px;
}

/* Product Grid */
.product-grid {
    padding-bottom: 20px;
    padding-top: 20px;
}

.product-grid:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.image {
    position: relative;
}

.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    background-color: rgba(67, 68, 68, 0.7);
}



/*------------End galeria----*/
.s-m a:hover {
    color: white;
}
.carousel-inner img {
    width: 350px;
    height: 145px;
}
/*-----------End Contact*/
/* Medium devices (tablets, 768px and up)
    @media (min-width: 768px) {...}

// Large devices (desktops, 992px and up)
      @media (min-width: 992px) {...}

// Extra large devices (large desktops, 1200px and up)
       @media (min-width: 1200px) {...} */
