@font-face {
    font-family: "font_flat";
    src: url('fonts/regular.otf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "font_bold";
    src: url('fonts/medium.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
body , html {
    padding: 0;
    margin: 0;
    height: 100%;
    min-height: 100%;
}
.imageLandingPage {
    height: 100%;
    min-height: 100%;
    width: 65%;
    background-image: url("../images/background.jpg");
    background-size: contain;
    background-position: top right;
    float: right;
    background-repeat: no-repeat;
}
.buttonsSection {
    float: left;
    width: 35%;
    text-align: center;
    min-height: 503px;
}

img.logo {
    width: 100%;
    max-width: 280px;
    margin-top: 20px;
}

img.playButton {
    max-height: 240px;
    max-width: 100%;
    margin-top: 20px;
    cursor: pointer;
}

.sectionText {
    text-align: center;
    font-family: "font_flat";
    font-size: 40px;
}
p.boldText {
    font-size: 40px;
    margin: 0;
    color: #333;
    margin-top: 10px;
}

p.textColor {
    margin: 10px 0;
    color: #25b0b8;
    font-size: 40px;
}
.buttonTextStore {
    font-family: font_flat;
    margin-top: 40px;
    font-size: 20px;
    color: #666;
}
.numberText {
    font-family: font_flat;
    margin-top: 20px;
    font-size: 20px;
    color: #666;
}
div#radio_btn {
    min-height: 260px;
}
img.downloadStore {
    max-width: 150px;
}
img.phone{
	max-width: 50px;
	max-height: 45px;
}
audio#myTune {
    display: none;
}

@media (min-width:1600px ) {
	.column {
    width: 100%;
    display: block;
    margin-bottom: -10px;
  }
  .RadioFre{
    font-size: 70px !important;
    color: #25b0b8;
 }
 .RadioFre span{
     font-size: 30px !important;
 }
    img.logo {
        width: 100%;
        max-width: 360px;
        margin-top: 20px;
    }
    img.playButton {
        max-height: 280px;
        max-width: 100%;
        margin-top: 20px;
        cursor: pointer;
    }
    p.boldText {
        font-size: 40px;
        margin: 0;
        color: #333;
        margin-top: 30px;
    }
    .buttonTextStore {
        font-family: font_flat;
        margin-top: 45px;
        font-size: 20px;
        color: #666;
    }
     .numberText {
        font-family: font_flat;
        margin-top: 25px;
        font-size: 20px;
        color: #666;
    }
    img.downloadStore {
        max-width: 180px;
    }
    img.phone{
	max-width: 70px;
	max-height: 65px;
}
    *{
        transition: all 0.5s;
    }
}

@media (max-width:1100px ) {
    img.logo {
        width: 100%;
        max-width: 210px;
        margin-top: 20px;
    }
    .column {
    width: 100%;
    display: block;
    margin-bottom: -10px;
    
  }
 
    img.playButton {
        max-height: 190px;
        max-width: 100%;
        margin-top: 20px;
        cursor: pointer;
    }
    .buttonTextStore {
        margin-top: 10px;
        font-size: 18px;
        color: #666;
    } 
    .numberText {
        margin-top: 5px;
        font-size: 18px;
        color: #666;
    }
    p.boldText {
        font-size: 34px;
        margin: 0;
        color: #333;
        margin-top: 0px;
    }
    p.textColor {
        margin: 10px 0 10px 0;
        color: #25b0b8;
        font-size: 25px;
    }
    img.downloadStore {
        max-width: 130px;
    }
    img.phone{
	max-width: 30px;
	max-height: 25px;
}
}
@media (max-width:940px ) {
    .imageLandingPage {
        display: none;
    }
    .RadioFre{
    font-size: 70px !important;
    color: #25b0b8;
 }
 .RadioFre span{
     font-size: 30px !important;
 }
    .column {
    width: 100%;
    display: block;
    margin-bottom: -10px;
 
  }
    .buttonsSection {
        width: 100%;
        min-height: 100%;
    }
    img.logo {
        max-width: 60%;
    }
    img.playButton {
        max-height: 270px;
        max-width: 100%;
        margin-top: 20px;
        cursor: pointer;
    }
    .buttonsSection {
        background-image: url("../images/background-obs.jpg");
        background-size: cover;
        background-position: top right;
        float: right;
        background-repeat: no-repeat;
    }
       img.phone{
	max-width: 50px;
	max-height: 45px;
}
}

.phone{
	width: 50px;
	height: 45px;
}
 
 .column {
  float: left;
  width: 30%;
  padding: 0 10px;
}

/* Remove extra left and right margins, due to padding */
.row {margin: 0 -5px;}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Responsive columns */
@media screen and (max-width: 600px) {
  .column {
    width: 100%;
    display: block;
    margin-bottom: -15px;
  }

 .RadioFre{
    font-size: 55px !important;
    color: #25b0b8;
 }
 .RadioFre span{
     font-size: 17px !important;
 }

}

/* Style the counter cards */
.card {
   padding: 10px;
  text-align: center;
 }

 .RadioFre{
    font-size: 80px ;
    color: #25b0b8;
 }
 .RadioFre span{
     font-size: 40px;
 }
 .phoneP{
    color: black;
    font-size: 20px;
    background: transparent;
    margin: 0 0;
      text-decoration: none;

 }
 
