body {
    font: 100%/1.2 'Berlin sans FB', verdana;
    text-rendering: optimizeLegibility;
    margin: 0;
}

/*  SECTIONS  */
.section {
    clear: both;
    padding: 0;
    margin: 0;
}

/*  COLUMN SETUP  */
.col {
    display: block;
    float: left;
    margin: 1% 0 1% 0;
}

.col:first-child {
    margin-left: 0;
}

/*  GROUPING  */
.group:before,
.group:after {
    content: "";
    display: table;
}

.group:after {
    clear: both;
}

.group {
    zoom: 1; /* For IE 6/7 */
}

/*  GRID OF THREE  */
.span_3_of_3 {
    width: 100%;
}

.span_2_of_3 {
    width: 66.66%;
}

.span_1_of_3 {
    width: 33.33%;
}

/*  GO FULL WIDTH BELOW 480 PIXELS */
@media only screen and (max-width: 480px) {
    .col {
        margin: 1% 0 1% 0;
    }

    .span_3_of_3, .span_2_of_3, .span_1_of_3 {
        width: 100%;
    }

    #trebarrette {
        display: none;
    }

    #bersaglio {
        display: none;
    }
}

#row1 {
    color: #0071BC;
    font-size: 150%;
}

#row2 {
    background-color: #0071BC;
}

#row3 {
    background-color: #22B573;
    color: white;
}

#row4 {
}

#row5 {
    background-color: #ED1C24;
}

#row6 {
}

#row7 {
    background-color: #808080;
    color: white;

}

#row8 {
    background-color: #666666;
}

#row9 {
    background-color: #666666;
}

#social img {
    height: 30px;
}

#row3 img {
    height: 70px;
    margin-top: 20px;
}

#ttimage img {
    width: 50%;
    max-width: 640px;
    margin-top: 5px;
}

#logo img {
    width: 90%;
    max-width: 387px;
    margin-left: 10px;
    overflow: hidden;
}

.textBig {
    margin-top: 20px;
    margin-left: 10px;
    color: white;
    font-size: 200%;
}

.textMedium {
    color: white;
    font-size: 100%;
    margin-left: 10px;
}

#googlePlayBadge img {
    height: 60px;
}

/*  SECTIONS 2 column  */
.section_2 {
    clear: both;
    padding: 0;
    margin: 0;
}

/*  COLUMN SETUP  */
.col_2 {
    display: block;
    float: left;
    margin: 1% 0 1% 1.6%;
}

.col_2:first-child {
    margin-left: 0;
}

/*  GROUPING  */
.group_2:before,
.group_2:after {
    content: "";
    display: table;
}

.group_2:after {
    clear: both;
}

.group_2 {
    zoom: 1; /* For IE 6/7 */
}

/*  GRID OF TWO  */
.span_2_of_2 {
    width: 100%;
}

.span_1_of_2 {
    width: 49.2%;
}

/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 480px) {
    .col_2 {
        margin: 1% 0 1% 0;
    }
}

@media only screen and (max-width: 480px) {
    .span_2_of_2, .span_1_of_2 {
        width: 100%;
    }
}

a {
    text-decoration: none;
}

/* unvisited link */
a:visited {
    text-decoration: none;
}

/* visited link */
a:hover {
    font-weight: bold;
    text-decoration: none;
}

/* mouse over link */
a:active {
    text-decoration: none;
}

/* selected link */

#row1 a {
    color: #0071BC;
}

#row7 a {
    color: white;
}

.gray {
    color: #808080;
}

.green {
    color: #22b573;
}

.blue {
    color: #0071bc;
}

#bersaglio {
    position: relative;
    text-align: right;
    margin-bottom: -55px;
    margin-left: 80%;
}

#trebarrette {
    position: relative;
    text-align: left;
    margin-left: 15px;
    margin-bottom: -60px;
    width: 10%;
}

#submitButton {
    padding: 10px 20px 11px !important;
    font-size: 21px !important;
    background-color: #C1C1C1;
    color: red;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border: 1px solid #C1C1C1;
}

#footer {
    position: fixed;
    width: 100%;
    bottom: 0;
}

.center{
    text-align: center;
    display: inherit;
}



button {
    width: 90%;
    height: 70px;
    padding: 25px 60px 25px 120px;
    border-radius: 10px;

    background: #fcad26;
    color: #fff;

    border: none;

    font-family: inherit;

    color: inherit;
    cursor: pointer;
    padding: 25px 80px;
    display: inline-block;
    margin: 15px 30px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;

    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;

    align-items: flex-start;
    text-align: center;
    text-rendering: auto;

    background-color: #0071bc;
}
