@import url(../style/advertise-3.css);
@import url(../style/advertise-2.css);

*{
    margin:0;
    padding:0;
    box-sizing: border-box;
}

@font-face {
    font-family: Myfontsemibold;
    src: url(../font/sf-pro-display_semibold.woff2);
    font-style:normal;
	font-weight:100;
}

@font-face {
    font-family: Myfontsemibold;
    src: url(../font/sf-pro-display_semibold.woff2);
}

@font-face {
    font-family: myfontregular;
    src: url(../font/sf-pro-text_regular.woff2);
}

.advertise-1{
    background-image: url(../images/14pro01.jpg);
    width: 100%;
    height: 692px;
    background-size: cover;
    background-position: center;
}

.headline-1{
    color:#f5f5f7;
    text-align:center;
    padding-top:47px;
}

.headline-1-h1{
    font-size: 56px;
    line-height: 1.07143;
    font-weight: 600;
    letter-spacing: -.005em;
    font-family: Myfontsemibold;
}

.headline-1-h2{
    font-family: myfontregular;
}

.links{
    margin-top: 10px;
}

.links a{
    margin: 10px;
   text-decoration: none;
   color: #2790f4;
}



@media screen and (max-width:1060px) {
    .advertise-1{
        background-image: url(../images/14prohorizontal.jpg);
        width: 100%;
        height: 660px;
        background-size: cover;
        background-position: center;
    }
}

