body {
    color: #333;
    font-weight: 400;
    font-size: 13px;
    font-family: "Raleway", sans-serif;
}

a {
    color: #58709d;
}

a:hover {
    color: #58709d;
}


.cover-gdb {
    height: auto;
    max-width: 100%;
}

.column-a {
    border-bottom: 1px solid #aaa;
}

img.logo75 {
    box-shadow: 0px 2px 13px rgba(0, 0, 0, 0.3);
}

.intro-text {
    font-size: 20px;
}

@media (min-width:992px) {
    .column-a {
        border-right: 1px solid #aaa;
        border-bottom: none;
    }
}
.bg-white{
    background: #fff;
}
.intro {

}

.intro img{
    max-width:100%;
    padding: 10px 20px;
}

.bottom {
    background-image: linear-gradient( to top, #ffec5b, #fed500 );
    /*background-color: #fed500;*/
}

.bg {
    background-image: linear-gradient( to top,#ffd600,#ffd600);
    background-image: linear-gradient( to top, #fed500, #ffec5b);
    background-image: url('/2020/images/streaming/sfondo-raggi.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.title {
    font-weight: bold;
    font-size: 35px;
    font-family: 'Calistoga', cursive;
    line-height: 39px;
}

.description {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    line-height: 28px;
}

.titoletto {
    font-size: 12px;
    border-bottom: 1px solid #d4d4d4;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 2px;
}
.main-sponsor{
  margin-top:35px;  
}
.collab{
    margin-top:10px;   
}
@media (max-width:767px){
    .titoletto {
        font-size: 8px;
        border-bottom: 1px solid #d4d4d4;
        font-weight: 600;
        text-transform: uppercase;
        font-family: 'Montserrat', sans-serif;
        letter-spacing: inherit;
    }
    .main-sponsor{
        margin-top:0px;  
      }
    .collab{
          margin-top:25px;   
    }
    .title {
        font-weight: bold;
        font-size: 25px;
        font-family: 'Calistoga', cursive;
        line-height: 28px;
    }
    
}
.section2 img{
    max-width: 100%;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

.video-container iframe, .video-container object, .video-container embed {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.btn-primary {
    color: #fff;
    background-color: #409fd3;
    border-color: #108fd5;
    font-weight: bold;
}




.btn-secondary {
    color: #333;
    background-color: #fcde01;
    border-color: #aa9a89;
    font-weight: bold;
    margin-bottom: 5px;
    font-size: 16px;
}

footer {
    padding-top: 0rem;
    padding-bottom: 3rem;
}

footer p {
    margin-bottom: .25rem;
}

.logo-gdb {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    background-color: #ffdd00;
    text-align: center;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    padding: 0 10px;
}

.footer-bar ul li a .fab {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

ul.list-inline {
    padding: 20px 0px;
    margin-bottom: 0px;
}

.list-inline>li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
    position: relative;
}

.list-inline>li>a {
    border-right: 1px solid #999999;
    padding: 0px 20px 0px 9px;
}

.contact {
    margin: auto 0 30px auto;
    font-family: "Montserrat", sans-serif;
}

.contact .dida {
    font-weight: 600;
    font-size: 11px;
    margin-bottom: 10px;
}

.social ul.list-inline {
    padding: 0px 0px;
    margin-bottom: 0px;
}

.social h4 {
    font-family: "Montserrat", sans-serif;
}

.social .menu-list>li {
    display: inline-block;
    position: relative;
    width: 40px;
    height: 40px;
    background: #f8f9fa;
    border-radius: 50%;
    text-align: center;
    padding-top: 6px;
}

.social .menu-list>li>a {
    font-size: 18px;
}

.social .menu-list>li:hover {
    background: #ffdd00;
}