a{
    color: white;
    text-decoration: none; 
}
a:hover { color:#C0C0C0;}

/* ===== ===== ===== ===== ===== ===== ===== =====  */
/* Every Page Must change these two to match the colour */
/* ===== ===== ===== ===== ===== ===== ===== =====  */

input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active  {
    -webkit-box-shadow: 0 0 0 30px #8C4FC9 inset !important;
}
/*-------------------------------------------------------  */

/* ===== ===== ===== ===== ===== ===== ===== ===== ===== ===== */
/* Every Detail page Must change these two to match form css */
/* ===== ===== ===== ===== ===== ===== ===== ===== ===== ===== */
input[name=name]:-webkit-autofill,
input[name=name]:-webkit-autofill:hover, 
input[name=name]:-webkit-autofill:focus, 
input[name=name]:-webkit-autofill:active  {
    -webkit-box-shadow: 0 0 0 30px #212121 inset !important;
}

input[name=email]:-webkit-autofill,
input[name=email]:-webkit-autofill:hover, 
input[name=email]:-webkit-autofill:focus, 
input[name=email]:-webkit-autofill:active  {
    -webkit-box-shadow: 0 0 0 30px #212121 inset !important;
}
input[name=name], input[name=email]{
    -webkit-text-fill-color: #efefef;
}
/*-------------------------------------------------------  */

.tags{
    padding: 10px; 
    display: inline-block; 
    border: 1px solid #FFFFFF;
}

.likes_img{
    width: 100%;
    object-fit: cover;
    max-height: 500px;
    max-width: 500px;
}

.imageborder {
    border-radius: 50%;
}

.content p strong {
    font-weight: 800;
}

cite {
    margin-left: 13%;
    display: block;
    font-size: 22px;
}

@media only screen and (max-width: 768px) {
    .container-fluid {
        padding-right: 30px;
        padding-left: 30px;
    }
    .youtube_embed {
        height: 250px;
    }

}

@media only screen and (min-width: 769px) {
    .content{
        margin-left: 16.6666666667%;
        width: 66.66666667%;
    }
    .container-fluid {
        padding-right: 20px;
        padding-left: 20px;
    }
    .youtube_embed {
        height: 350px;
    }
    .spotify_bottom{
        margin-left: 16.6666666667%;
        width: 66.66666667%;
    }
}
@media only screen and (min-width: 769px) and (max-width: 960px) {
    
}