﻿* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html, body, form {
    margin: 0px;
    padding: 0px;
    height: 100%;
    width: 100%;
    background-color: #fff;
    /*background-image: url('../../images/ArtWare_3-Project-Page.jpg');*/
}

a {
    text-decoration: none !important;
}

.title {
    color: #2d2d2d;
    font-size: 28px;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}

.title:hover {
   color: #2d2d2d;
}


.title-email {
    color: #2d2d2d;
    font-size: 20px;
   
}

.title-email:hover {
    color: #2d2d2d;
}

.imgsize {
    width: 300px;
    padding-top: 80px;
    padding-bottom: 30px;
}

@media only screen and (max-width: 501px) {
    .imgsize {
        width: 600px;
    }
}

@media only screen and (min-width: 501px) and (max-width: 750px) {
    .imgsize {
        width: 480px;
    }
}