﻿*{
    box-sizing: border-box;
    margin: 0;
}
html {
    scroll-behavior: smooth;
}
body {
    color: #ffb100;
    font-family: "Roboto", "Open Sans", sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.5;
    font-style: normal;
}

/* Nav */
nav h1{
    font-size: 1.1428571429em;
}
nav small{
    font-size: 0.7142857143em;
}
nav .nav-link :hover{
    border-color: #0dcaf0 !important;
    border-radius: 80% !important;
}

/* temp */
.hero {
    padding: 70px 0;
}
.display-temp .search  {
    width: 50%;
    background: #fff;
}
form input[type=text] {
    background: transparent;
    color: #152d4f;
}
form input[type=button] {
    background: #152d4f;
    color: #fff;
    padding: 15px 25px;
    border-radius: 14px;font-size: 18px;
    font-weight: 600;
}
.display-temp #search{
    padding: 15px 15px;
    border-radius: 14px;
}
form input, form textarea, form select {
    outline: none;
    border: none;
    padding: 15px;
    border-radius: 75px;
}
.display-temp .temp-card {
    width: 32%;
    border-radius: 24px;
    background-color: #152d4f;
}

.ft {
    color: #ffb100;
    font-family: "Roboto", "Open Sans", sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.5;
    font-style: normal;
}
.ft2 {
    color: #fff;
    font-family: "Roboto", "Open Sans", sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.5;
    font-style: normal;
}
.ft3{
    color: #fff;
    font-family: "Roboto", "Open Sans", sans-serif;
    font-size: 14px;
    font-weight: 300;
    font-style: normal;
    margin-top:2px;
}
.ft3 a{
    color: #fff;
    font-family: "Roboto", "Open Sans", sans-serif;
    font-size: 14px;
    font-weight: 300;

}
.ft3 a:hover{
    color: #2278ce;
    font-family: "Roboto", "Open Sans", sans-serif;
    font-size: 14px;
    font-weight: 300;
    font-style: normal;
}

.dtt {
    color: #ffb100;
    font-family: "Roboto", "Open Sans", sans-serif;
    font-size: 22px;
    font-weight: 300;
    line-height: 1.5;
    font-style: normal;
}
p.centop {
    color: #fff;
    font-family: "Roboto", "Open Sans", sans-serif;
    font-size: 46px;
    font-weight: 600;
    line-height: 1.5;
    font-style: normal;
    text-align:center;
    text-shadow: 1px 1px 2px black;
}
p.centop2 {
    color: #fff;
    font-family: "Roboto", "Open Sans", sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
    font-style: normal;
    text-align:center;
    text-shadow: 1px 1px 2px black;
    margin-top: -15px;
}
p.reg {
    color: #fff;
    font-family: "Roboto", "Open Sans", sans-serif;
    font-size: 22px;
    font-weight: 300;
    line-height: 1.5;
    font-style: normal;
    text-shadow: 1px 1px 2px black;
}
p.reg a {
    color: #fff;
    font-family: "Roboto", "Open Sans", sans-serif;
    font-size: 18px;
    font-weight: 300;
    font-style: normal;
    text-decoration:none;
    line-height: 1.0;
}
p.reg a:hover {
    color: #ffb100;
    font-family: "Roboto", "Open Sans", sans-serif;
    font-style: normal;
    text-decoration:none;
}

.link-menu {
    font-family: "Roboto", "Open Sans", sans-serif;
    color: #ffb100;
    font-size: 18px;
    font-weight: 300;
    font-style: normal;
    text-decoration:none;
    line-height: 1.0;
    &:hover {
        color: white;
    }
}

.man {
    color: #fff;
    font-family: "Roboto", "Open Sans", sans-serif;
    font-size: 18px;text-shadow: 1px 1px 2px black;
    font-weight: 300;
    line-height: 1.5;
    font-style: normal;
}
.man a {
    color: #2278ce;
    font-family: "Roboto", "Open Sans", sans-serif;
    font-size: 18px;text-shadow: 1px 1px 2px black;
    font-weight: 300;
    font-style: normal;
    text-decoration:none;

}
.man a:hover {
    color: #fff;
    font-family: "Roboto", "Open Sans", sans-serif;
    font-size: 18px;text-shadow: 1px 1px 2px black;
    font-weight: 300;
    font-style: normal;
    text-decoration:none;
}
p.today {
    color: #fff;
    font-family: "Roboto", "Open Sans", sans-serif;
    font-size: 22px;
    font-weight: 300;
    line-height: 1.5;
    font-style: normal;
}
p.today2 {
    color: #fff;
    font-family: "Roboto", "Open Sans", sans-serif;
    font-size: 22px;
    font-weight: 300;
    line-height: 1.5;
    font-style: normal;
}
h2.day {
    color: #fff;
    font-family: "Roboto", "Open Sans", sans-serif;
    font-size: 42px;
    font-weight: 800;
    font-style: normal;
}
p.day {
    color: #fff;
    font-family: "Roboto", "Open Sans", sans-serif;
    font-size: 42px;
    font-weight: 800;
    font-style: normal;
}

}
.display-temp .temp-card:first-of-type h2 {
    font-size: 50px;
    font-weight: 600;
}
.display-temp .temp-card:nth-of-type(2) {
    margin-left: 1%;
    margin-right: 1%;

}
.display-temp .temp-card .day-and-date {
    color: #bfc1c8;
    padding: 10px 25px;
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
}
.display-temp .temp-card .day-and-date p {
    margin: 0 !important;
}
.display-temp .temp-card #location {
    font-size: 38px;
    font-weight: 600;
    text-shadow: 0 0 1px #fff,  0 0 1px #fff
}
.display-temp .temp-card .temp-datails {
    padding: 25px;
    color: #fff;    height: 350px;
    background:linear-gradient(135deg,#397bb7,#1d4277);
    border-bottom-left-radius: 24px;
    border-bottom-right-radius: 24px;
}
.temp-card2 {
    padding: 25px;
    color: #fff;
    height: 100%;
    border-radius: 24px;
    background:linear-gradient(135deg,#397bb7,#1d4277);

}
.temp-card3 {
    padding: 25px;
    color: #fff;
    height: 100%;
    background:linear-gradient(135deg,#397bb7,#1d4277);

}



.display-temp .temp-card .temp-datails #today-description,
.display-temp .temp-card .temp-datails .nextDay-description {
    font-size: 24px;display:none;
    color: #fff;
    text-shadow: 0 0 1px #455a64,  0 0 1px #455a64;
}
/* Small to Medium Screen */
@media (max-width: 991px)
{

    /* Display Temp */
    .display-temp .city-temp {display: block !important;}
    .display-temp #search-bar {margin-bottom: 10px !important;}
    .display-temp .search,
    .display-temp .temp-card {
        width: 100%;
        margin: 20px 0 !important;
    }

}
/* footer */
.site-footer {
    background: #262936;
    padding: 50px 0;
}
.site-footer .subscribe-form {
    position: relative;
    margin-bottom: 30px;
    background: #1e202b;
    border-radius: 75px;
    height: 50px;

}
.site-footer .subscribe-form input[type=text] {
    padding: 20px 100px 20px 20px;
    background: #1e202b;
    width: 100%;
    color: white;
}
.site-footer .subscribe-form input[type=submit]{
    background: #009ad8;
}
.site-footer .social-links a {
    width: 40px;
    height: 40px;
    display: inline-block;
    border-radius: 50%;
    background: #1e202b;
    color: #009ad8;
    text-align: center;
    line-height: 2;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    font-size: 20px;
  }
  .site-footer .social-links a:hover {
    background: #009ad8;
    color: white;
  }


.table>:not(:first-child) {
    border-top: 0 !important;
}

.ww_source {
    display: none !important;
}
