.primaryContainer {
    height: auto;
    margin-left: auto;
    margin-right: auto;
    min-height: 100%;
    width: 100%;
    background-color: rgb(148, 17, 29);
    background-image:url("img/bg.png");
    background-attachment: scroll;
    -webkit-background-size: auto;
    background-size: auto;
    background-position: 0% 0%;
    background-repeat: repeat repeat;
}

#image {
    float: none;
    width: 280px;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-top: 140px;
    clear: none;
    color: rgb(0, 0, 0);
    margin-right: auto;
}

#box {
    float: none;
    height: 60px;
    margin-left: auto;
    margin-top: 60px;
    clear: none;
    width: 330px;
    margin-right: auto;
    background-image:url("img/adrian_01.png");
    background-attachment: scroll;
    -webkit-background-size: auto;
    background-size: auto;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    background-position: 50% 50%;
    background-repeat: repeat repeat;
	
	   -webkit-transition-duration: 0.7s;
    transition-duration: 0.7s;
	
}

#box:hover
{
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
		
		background-image: url(img/adrian_02.png);
	    background-repeat: no-repeat;
}

#box1 {
    float: none;
    height: 60px;
    margin-left: auto;
    margin-top: 40px;
    clear: none;
    width: 330px;
    margin-right: auto;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    display: block;
    background-image:url("img/lucas_01.png");
    background-attachment: scroll;
    -webkit-background-size: auto;
    background-size: auto;
    background-position: 50% 50%;
    background-repeat: repeat repeat;
	   -webkit-transition-duration: 0.7s;
    transition-duration: 0.7s;
	
}

#box1:hover
{
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
		
		background-image: url(img/lucas_02.png);
	    background-repeat: no-repeat;
}

#box2 {
    float: none;
    height: 60px;
    margin-left: auto;
    margin-top: 40px;
    clear: none;
    width: 330px;
    margin-right: auto;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    display: block;
    background-image:url("img/web_01.png");
    background-attachment: scroll;
    -webkit-background-size: auto;
    background-size: auto;
    background-position: 50% 50%;
    background-repeat: repeat repeat;
	   -webkit-transition-duration: 0.7s;
    transition-duration: 0.7s;
	
}

#box2:hover
{
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
		
		background-image: url(img/web_02.png);
	    background-repeat: no-repeat;
}

#text {
    float: none;
    font-size: 1em;
    width: 94%;
    height: auto;
    text-align: center;
    font-weight: normal;
    line-height: 1em;
    margin-left: auto;
    margin-top: 60px;
    clear: none;
    min-height: 19px;
    color: rgb(255, 255, 255);
    font-family: Roboto;
    letter-spacing: 1px;
    margin-right: auto;
}

#image1 {
    float: left;
    width: 100%;
    max-width: 100%;
    height: 100%;
    margin-left: 0px;
    margin-top: 0px;
    clear: none;
    color: rgb(0, 0, 0);
    min-width: 0px;
    min-height: 0px;
}

#image2 {
    float: left;
    width: 100%;
    max-width: 100%;
    height: 100%;
    margin-left: 0px;
    margin-top: 0px;
    clear: none;
    color: rgb(0, 0, 0);
    min-width: 0px;
    min-height: 0px;
}

#image3 {
    float: left;
    width: 100%;
    max-width: 100%;
    height: 100%;
    margin-left: 0px;
    margin-top: 0px;
    clear: none;
    color: rgb(0, 0, 0);
    min-width: 0px;
    min-height: 0px;
}

