
  @import url('https://fonts.googleapis.com/css2?family=Aboreto&family=Abril+Fatface&family=DM+Serif+Display:ital@0;1&family=Julius+Sans+One&family=Poppins:wght@100;200;300;400;500;600;700;900&family=Rozha+One&display=swap');


html,body{
    margin: 0;padding: 0;
    font-family: 'Poppins', sans-serif;
    font-weight: none;
}

body{
    margin: 0;padding: 0;
    overflow-x: hidden;
    background-color: #fff;
}

.head{
    padding: 1em .3em;
    /* height: 12vh; */
    width: 100vw;
    display: grid;
    grid-template-columns: 1fr 2fr;
    background-color: #f3faff;
    background-image: linear-gradient(62deg, #f3faff 0%, #fbf2ff 100%);    
}

.head > div{
    padding: 0 3em;
    color: #000531;
    align-self: center;
}

.mylogo{
    margin: 0; padding: 0;
    font-family: 'Poppins', sans-serif;
    font-size: 17pt;
    font-weight: 500;
}

.nav{
    justify-self: end;
}

button.nav{
    font-family: 'Poppins', sans-serif;
    margin-right: 5em;
    padding: .5em;
    width: 120px;
    color: #F3FAFF;
    font-weight: 400;
    background: #000531;
    outline: none;
    border-radius: 50px;
}

button.nav .desktop{
    /* visibility: visible; */
}

button.nav .mobile{
    /* visibility: hidden; */
}

.container{
    display: grid;
    grid-template-columns: 3fr 4fr;
    height: 600px;
    /* grid-auto-rows: minmax(60vh, auto); */
    background-image: url('img/img1.jpg');
    background-repeat: no-repeat;
    background-position: right;
    background-size: cover;
    /* background-color: #cecb0a; */
}

.container > div{
    /* height: 5vw; */
    /* padding: 10px; */
    /* background-color: #e69706; */
}

.poster{

}

.news {
    padding: 10em 5em;
    color: #F3FAFF;
}

.news > h1{
    font-family: 'DM Serif Display', serif;
    margin: 0;
    color: #F3FAFF;
    font-size: 56pt;
    font-weight: 500;
    line-height: 100px;
    
}

.news p{
    
    font-size: 15pt;
    font-weight: 200;
}

.btn{
    margin-top:5em;
    height: auto;
    /* background: #777777; */
}

.news a{
    /* width: 100px; */
    font-size: 12pt;
    padding:17px 50px;
    color: #01023d;
    font-weight: 500;
    text-decoration:none;
    background-color: #F3FAFF;
    border-radius: 50px;
}

/* SOCIAL CONNECTION */
.soContainer{
    font-family: 'Poppins', sans-serif;
    display: grid;
    grid-template-columns: 3fr 2fr;
    margin: 0;padding: 3em;
    width: 100vw;
    height: 500px;
    color:#030b5c;
    background: rgb(249,223,223);
background: linear-gradient(90deg, rgba(249,223,223,1) 0%, rgba(198,198,237,1) 46%, rgba(184,251,255,1) 100%);
}

.soContainer > div{}

.soLinks{
    

}


.soLinks h1, .soLinks p{
    margin-left:1em;
    /* color: #575757; */
}

.soLinks h1{
    font-family: 'DM Serif Display', serif;
    margin:0 0 0 0.4em;
    padding: 0;
    font-size: 35pt;
    font-weight: 900;
    color: #030b5c;
}
.soLinks p{
    /* padding: 0; */
}

.links{
    padding: 1em;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    justify-content: center;
    align-content: center;
    grid-auto-flow: row;
    grid-gap: .5em;

}

.links > div{    
    /* background-color: #fdfdfd; */
    
    /* box-shadow: 2px 2px 9px 1px rgba(0, 0, 0, 0.05); */
}

.links > div a{
    padding: 10px;
    text-decoration: none;
    display: block;
    text-align: center;
    color: #030b5c;
    
    background-color: #ffffff; 
    border-radius: 7px;

}
.links > div a i:first-child{
    padding-top:0.2em;
    display: block;
    font-size: 2.5em;
}
.links > div a i:last-child{
    margin-top:.3em;
    display: block;
    font-size: 10pt;
    /* font-weight: 500; */
    font-style: normal;
}

.soICon{
    /* background: #e7e7e7; */
    /* padding: -5em; */

}

.soICon img{
    margin: -6em 2em 0 0;
      width: 40em;
}

.foot{
    margin: 0;
    padding: 1em;
    color: #fff;
    text-align: center;
    background: #000531;
}

.popup{
    margin: 0;padding: 0;
    position: fixed;
    top: 0;left: 0;
    width: 100%;height: 100%;
    visibility: hidden;
    
}

.popup .overlay{
    margin: 0;padding: 0;
    position: absolute;
    top: 0;left: 0;
    width: 100%;height: 100%;
    background: rgba(0,0,0,0.7);
    opacity: 1;
    transition: opacity 100ms ease-in-out 200ms;
}

.radioplayer{
    margin:0 auto;
    padding: 3em;
    width: 60vw;

    display: inline-grid;
    grid-gap: 1em;
    align-items: center;
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    /* justify-content: center; */
    justify-items: center;

    transform:translate(-50%,-50%);
    background: rgb(249,229,223);
background: linear-gradient(34deg, rgba(249,229,223,1) 0%, rgba(237,218,198,1) 49%, rgba(201,184,255,1) 100%);
    border-radius: 21px;
}

.radioplayer h4{
    margin-top: 0;
    font-family: 'DM Serif Display', serif;
    font-size: 30pt;
}
.radioplayer audio{
    width: 600px;
    /* display: block; */
    /* border-radius: 21px; */
}

.radioplayer button{
    font-family: 'Poppins', sans-serif;
    margin-top: 5em;
    padding: .5em;
    width: 120px;
    color: #000531;
    font-weight: 400;
    
    background: #eea4a4;
    border: none;
    outline: none;
    border-radius: 50px;

}


.openPlayer{
    visibility: visible;
}
.closePlayer{
    visibility: hidden;
}


/* player   */
.player{

}

audio{
    /* background-color: grey; */
}

.foot{
    /* margin: 0;padding:10pt; */
    width: auto;
    /* background-color: grey; */
    /* color:green; */
    
}

/* general rules */

.div{
    margin: 20pt 10pt;
    border-bottom: 1pt solid grey;
}

.aCentre{
    text-align: center;
}

h1,h2,h3{
    color:white;
    font-weight: normal;
}


@media (max-width: 500px) {
    body{
       visibility: hidden;
    }

    .head{
        visibility: visible;
        padding: 1em .3em;
        /* height: 12vh; */
        width: 100vw;
        display: block;
        /* grid-template-columns: 3fr 1fr; */
        background-color: #f3faff;
        background-image: linear-gradient(62deg, #f3faff 0%, #fbf2ff 100%);        
    }

    .mylogo{
        margin: 0; padding: 0;
        font-family: 'Poppins', sans-serif;
        font-size: 17pt;
        font-weight: 500;
    }

    button.nav{
        padding: .5em;
        width: 50px;
        color: #F3FAFF;
        font-weight: 400;
        background: #000531;
        outline: none;
        border-radius: 50px;
    }

    button.nav .desktop{
        /* visibility: hidden; */
    }

    button.nav .mobile{
        /* visibility: visible; */
    }

}