@font-face {
font-family: 'Torotones',sans-serif;
src: url('torotones.ttf');
font-style: normal;
font-weight: normal;
}

@font-face {
font-family:'Lato', sans-serif;

}


#interfaces {
	margin-top: 20px;
	float: none;
    margin-left: auto;
	margin-right: auto;
	width:920px;
}

.primaryContainer {
    height: auto;
    margin-left: auto;
    margin-right: auto;
    min-height: 100%;
    width: 100%;
}

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

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

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

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

@media only screen and (max-width: 1503px) {
    #image {
        float: none;
        width: auto;
        max-width: 100%;
        height: auto;
        margin-left: auto;
        margin-top: 32px;
        clear: none;
        color: rgb(0, 0, 0);
        margin-right: auto;
    }

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

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

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

@media only screen and (max-width: 601px) {
    #image {
        margin-top: 12px;
        margin-left: auto;
        clear: none;
        margin-right: auto;
        float: none;
    }
}

@media only screen and (max-width: 399px) {
    #image {
        margin-top: 2px;
        margin-left: auto;
        clear: none;
        margin-right: auto;
        float: none;
    }
}

