
#artwork_container_1{
    position:relative;
    width:100%;
    height:200px;
    margin: 0 auto;
    background-color: #0095ce;
}
#artwork_menu{
    position:relative;
    height:100px;
    width:100%;
    background-color: #0095ce;
}
#artwork_container_1_text_1{
    position:relative;
    float:left;
    width: 28%;
    height: auto;
    margin-left: 16%;
}
#artwork_container_1_text_2{
    position:relative;
    float:left;
    width: 28%;
    height: auto;
}
#artwork_container_1_text_3{
    position:relative;
    float:left;
    width: 28%;
    height: auto;
}
.artwork_containe_1_span{
    position:relative;
    font-family: 'Roboto', sans-serif;
    font-size: 24px;
    width:100%;
    line-height: 50px;
    color: #ebebeb;
    font-weight: normal;
}
#artwork_container_2{
    position:relative;
    width:100%;
    height:70vh;
}
#artwork_container_2_text{
    position:relative;
    width:50%;
    float:left;
    height:100%;
}
#artwork_container_2_text_title{
    position:relative;
    margin-left:32%;
    margin-top:100px;
    width: 68%;
}
#artwork_container_2_text_subtitle{
    position:relative;
    width: 68%;
    margin-left:32%;
}
#artwork_container_2_text_2{
    position:relative;
    width: 68%;
    margin-left:32%;
    margin-bottom:20px;
}
#artwork_container_2_text_3{
    position:relative;
    width: 68%;
    margin-bottom:20px;
    margin-left:32%;
}
.artwork_text_top{
    position:relative;
    top:20px;
}
#artwork_container_2_text_4{
    position:relative;
    width: 68%;
    margin-bottom:20px;
    margin-left:32%;
}
.artwork_container_2_span{
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    line-height: 25px;
    color: #444;
}
.artwork_container_2_span_bold{
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    line-height: 25px;
    font-weight: bold;
    color: #444;
}
.artwork_container_2_title{
    font-family: 'Roboto', sans-serif;
    font-size: 30px;
    line-height: 40px;
    color:  #0095ce;
}
.artwork_container_2_subtitle{
    font-family: 'Roboto', sans-serif;
    font-size: 24px;
    line-height: 40px;
    color:  #0095ce;
}
#artwork_container_2_img{
    position:relative;
    width:50%;
    float:left;
    height:100%;
}
.artwork_container_2_img{
    position:relative;
    height:auto;
    width:auto;
    max-width: 100%;
    top:50px;
}
@media screen     
    and (max-width: 780px){
        
        #artwork_container_1{
    position:relative;
    width:100%;
    height:auto;
    margin: 0 auto;
    background-color: #0095ce;
}
#artwork_menu{
    position:relative;
    height:100px;
    width:100%;
    background-color: #0095ce;
}
#artwork_container_1_text_1{
    position:relative;
    float:none;
    width: 90%;
    height: auto;
    margin:0 auto;
}
#artwork_container_1_text_2{
    position:relative;
    float:none;
    width: 90%;
    height: auto;
    margin:0 auto;
}
#artwork_container_1_text_3{
   position:relative;
    float:none;
    width: 90%;
    height: auto;
    margin:0 auto;
}
.artwork_containe_1_span{
    position:relative;
    font-family: 'Roboto', sans-serif;
    font-size: 24px;
    line-height: 50px;
    color: #ebebeb;
    font-weight: normal;
    text-align: center;
}
#artwork_container_2{
    position:relative;
    width:100%;
    height:auto;
}
#artwork_container_2_text{
    position:relative;
    width:90%;
    float:none;
    height:100%;
    margin: 0 auto;
}
#artwork_container_2_text_title{
    position:relative;
    margin-top:10px;
    width: 100%;
    margin-left: 0%;
}
#artwork_container_2_text_subtitle{
    position:relative;
    width: 100%;
    margin-left: 0%;
}
#artwork_container_2_text_2{
    position:relative;
    width: 100%;
    margin-bottom:20px;
    margin-left: 0%;
}
#artwork_container_2_text_3{
    position:relative;
    width: 100%;
    margin-bottom:20px;
    margin-left: 0%;
}
.artwork_text_top{
    position:relative;
    top:20px;
}
#artwork_container_2_text_4{
    position:relative;
    width: 100%;
    margin-bottom:20px;
    margin-left: 0%;
}
.artwork_container_2_span{
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    line-height: 25px;
    color: #444;
}
.artwork_container_2_span_bold{
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    line-height: 25px;
    font-weight: bold;
    color: #444;
}
.artwork_container_2_title{
    font-family: 'Roboto', sans-serif;
    font-size: 30px;
    line-height: 40px;
    color:  #0095ce;
}
.artwork_container_2_subtitle{
    font-family: 'Roboto', sans-serif;
    font-size: 24px;
    line-height: 40px;
    color:  #0095ce;
}
#artwork_container_2_img{
    position:relative;
    width:100%;
    float:none;
    height:100%;
}
.artwork_container_2_img{
    position:relative;
    height:auto;
    width:auto;
    max-width: 100%;
    top:0px;
}
    }