/*
---------------------------------------------------------------------------
Last update: 2021-05-29
---------------------------------------------------------------------------

---------------------------------------------------------------------------
Define here classes to use in the HOME page (index.html)
Sections:
- BANENR: banner classes
- SOCIAL MEDIA: social media classes
- TOUR DATES: tour dates classes 
- NITROVILLE STORY TO DATE: bio classes
- NITROVILLE MERCH: merch classes
- NITROVILLE VIDEO: most recent video classes
---------------------------------------------------------------------------
*/


#home {
    width: 100%;
    height: 100%;
    display: block;
}


/*
---------------------------------------------------------------------------
------------------------- BANNER
---------------------------------------------------------------------------
*/

#banner {
    background-image: url("../images/banner_image_20210529.jpg");
    background-size: contain, cover;
    background-position: center;
    width: 960px;
    height: 804px;
    /* height:659px; */
    position: relative;
}


/*
---------------------------------------------------------------------------
------------------------- SOCIAL MEDIA
---------------------------------------------------------------------------
*/

#spotify_button {
    position: absolute;
    bottom: 37px;
    right: 211px;
    top: 250px;
    left: 356px
}

#fb_button {
    position: absolute;
    bottom: 37px;
    right: 148px;
    top: 250px;
    left: 423px
}

#ig_button {
    position: absolute;
    bottom: 37px;
    right: 85px;
    top: 250px;
    left: 490px
}

#twitter_button {
    position: absolute;
    bottom: 37px;
    right: 22px;
    top: 250px;
    left: 557px
}


/*
---------------------------------------------------------------------------
------------------------- TOUR DATES
---------------------------------------------------------------------------
*/

#tourDates {
    height: 378px;
    background-image: url("../images/live-shows-back-picnew.jpg");
}

#tourDates p {
    margin: 0;
    padding: 0;
    position: relative;
}

#tourDates .dateandcity {
    font-family: 'AGBook-Stencil';
    font-size: 15px;
    letter-spacing: 0.022em;
    color: #ffffff;
    /*   text-align:center; */
    line-height: 17px;
    text-align: top;
}

/* REMOVE
#tourDates .place {  
    font-family:'AGBook-Stencil';  
    font-size:15px;  
    letter-spacing:0.022em;  
    color:#ffffff;
    }
*/

#tourDates #live-shows-active {
    width: 643px;
    float: left;
    text-transform: uppercase;
}


/*
---------------------------------------------------------------------------
------------------------- NITROVILLE STORY TO DATE
---------------------------------------------------------------------------
*/

#nitroStory {
    height: 343px;
    background-color: rgb(13, 13, 16);
}

#nitroStory #bio-left {
    width: 252px;
    float: left;
    background-color: rgb(13, 13, 16);
    background-image: url("../images/Grizzy+Paolo.jpg");
}

#nitroStory #bio-mid {
    width: 390px;
    float: left;
    background-color: rgb(13, 13, 16);
    /*background-image:url("../selectionBio.jpg");*/
}

#nitroStory #bio-mid p {
    text-transform: uppercase;
    text-align: center;
    background-color: rgb(13, 13, 16);
}

#nitroStory #bio-right {
    width: 318px;
    float: left;
    background-color: rgb(13, 13, 16);
    background-image: url("../images/Michael.jpg");
}


/*
---------------------------------------------------------------------------
------------------------- NITROVILLE MERCH
---------------------------------------------------------------------------
*/

#nitroMerch {
    height: 1100px;
    width: 960px;
    background-color: rgb(13, 13, 16);
}

#nitroMerch table {
    width: 100%;
    background-color: rgb(13, 13, 16);
}

#nitroMerch p {
    margin: 0px;
    padding: 0px;
    background-color: rgb(13, 13, 16);
}


/*
---------------------------------------------------------------------------
------------------------- NITROVILLE VIDEO
---------------------------------------------------------------------------
*/

#video {
    height: 343px;
    background-color: rgb(13, 13, 16);
}

#video #video-left {
    width: 400px;
    float: left;
    text-transform: uppercase;
    background-color: rgb(13, 13, 16);
    line-height: 45px;
}

#video #video-mid {
    width: 560px;
    float: left;
    background-color: rgb(13, 13, 16);
}

#video #video-mid p {
    text-transform: uppercase;
    text-align: center;
    background-color: rgb(13, 13, 16);
}


.dot {
    height: 3px;
    width: 3px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
}

.description {
    vertical-align: top
}