* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

@font-face {
    src: url(https://use.typekit.net/nhm8cts.css);
    font-family: "futura-pt", sans-serif;
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: "futura-pt-bold", sans-serif;
    src: url(https://use.typekit.net/nhm8cts.css);
    font-weight: 700;
    font-style: normal;
}

@keyframes fadeIn {
    to {
        opacity: 1;
    }
}


#wrapper {
    width: 728px;
    height: 90px;
    cursor: pointer;
    position: relative;
}

#BackGround_728x90,
#logo,
#WeatherIcon_728x90,
#Location_icon_728x90 {
    position: absolute;
}

#WeatherIcon_728x90 {
    opacity: 0;
    animation: fadeIn 0.5s ease-in 1s forwards;
}

#Location_icon_728x90 {
    opacity: 0;
    animation: fadeIn 0.5s ease-in 0.5s forwards;

}

#Subheadline2 {
    opacity: 0;
    position: absolute;
    top: 14px;
    left: 195px;
    width: 30%;
    font-family: futura-pt-bold;
    color: #fff;
    font-size: 30px;
    text-align: center;
    line-height: 1;
    animation: fadeIn 0.5s ease-in 0s forwards;
}


#address {
    display: flex;
    align-items: center;
    opacity: 0;
    position: absolute;
    top: 5px;
    left: 20px;
    height: 30px;
    width: 102px;
    font-family: futura-pt;
    color: #fff;
    text-transform: uppercase;
    align-items: center;
    max-width: 102px;
    white-space: nowrap;
    overflow: hidden;
    animation: fadeIn 0.5s ease-in 0.5s forwards;
}

#container {
    display: inline-flex;
    word-break: break-all;
    word-wrap: break-word;
    position: relative;
}

#temperature {
    opacity: 0;
    position: absolute;
    left: 7px;
    width: 120px;
    max-width: 120;
    top: 25px;
    height: 61px;
    font-family: futura-pt-bold;
    color: #fff;
    animation: fadeIn 0.5s ease-in 1s forwards;
    display: flex;
    align-items: center;
    justify-content: center;
}

#temperatureContainer{
    display: flex;
}

#degree {
    opacity: 0;
    position: relative;
    display: inline;
    font-family: futura-pt;
    color: #fff;
    animation: fadeIn 0.5s ease-in 1s forwards;

}

#cta-btn {
    opacity: 0;
    position: absolute;
    height: 25px;
    width: 175px;
    background-color: #cd3f2b;
    bottom: 32px;
    left: 438px;
    border-radius: 7px;
    border: 1px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: fadeIn 0.5s ease-in 1.5s forwards;
}

#cta-copy {
    color: #fff;
    font-size: 12px;
    font-family: futura-pt-bold;
    font-weight: 300;
    text-transform: uppercase;
}