@import url('//fonts.googleapis.com/css?family=Rubik:400,700');


html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}


body {
    font-family: "Rubik", sans-serif;
    color: #000;
    line-height: 1.3;
}


* {
  box-sizing: border-box;
}



a {
  text-decoration: none;
  color: #000;
}

a:hover {
    color: #ffd600;
    text-decoration: none;
}


.white-text {

    color: #fff;
}

.black-text {

    color: #000;
}

p {
    font-size: 20px;
    padding: 20px 0 100px 0;
    text-align: center;
    margin: 0px 5%;
}

#pad {
    padding-bottom: 0px;
}


h1 {
    text-align: center;
    font-size: 40px;
    font-weight: bold;
    padding: 100px 0px 0px 0px;

}

h1.counter {
    font-size: 28px;
    color: #fff;
    font-family: 'Rubik', sans-serif;
    font-weight: 400;
    margin: 50px 0 50px;
    background-color: #e31d18;
    padding: 20px;

}

h1.counter2 {
    margin-top: -15px;
    font-size: 34px;
    border-radius: solid 5px;
    color: #000;
    font-family: 'Rubik', sans-serif;
    font-weight: 700;
}

.arrow{
    width: 30px;
    
    margin:0 auto;
    padding-bottom: 100px;
}


#logoimg img {
    width: 40%;
    position: relative;
    display: inline-block;
    margin: auto;
    margin: 50px 32% -75px;

}




#box1 {
  
    background-color: #ffd600;
    


}

#box2 {
    padding: 100px 0;
    background: url(../img/bg-box2.png) center center no-repeat;
    background-size: cover;
    color: #fff;
}







#box3 {
    padding: 100px 0;
    color: #e31d18;
}


#box4 {

    padding: 100px 0;
    background: url(../img/bg-box.png) repeat;
    color: #e31d18;

}


#box5 {
    padding: 100px 0;
    background-color: #ffd600;
    color: #e31d18;
}

#box6 {

    padding: 100px 0;
    color: #e31d18;

}

.bottone{
   padding-bottom:100px;
    width: 272px;
    margin:0 auto;
    
    
}


botton {
    border: 2px solid #ffd600 ;
    border-radius: 90px;
    padding: 30px;
    color: #ffd600;
    font-family: 'Rubik', sans-serif;
    font-weight: 400;
    font-size: 25px ;
     text-decoration: none;
    
}

botton:hover{
    background-color: #ffd600;
    opacity: 0.8;
    color: #000;
     -moz-transition: all 700ms ease-out;
  -webkit-transition: all 700ms ease-out;
  -o-transition: all 700ms ease-out;
  transition: all 700ms ease-out;

    
}



@media only screen and (max-width: 600px) {
    
    #logoimg img {
    width: 60%;
    
    margin: 50px 20% -75px;

}

    h1 {

    font-size: 25px;


}

h1.counter {
    font-size: 22px;
 

}
    
    p {
    font-size: 16px;

}
    
    
.bottone{
   padding-bottom:100px;
    width: 204px;
    margin:0 auto;
    
    
}



botton {

    padding: 25px;
    font-size: 18px;
    

    
}


}