@font-face{
    font-family: 'MyriadPro';
    src: url('fonts/MyriadPro-Regular.eot');
    src: url('fonts/MyriadPro-Regular.eot?iefix') format('eot'),
         url('fonts/MyriadPro-Regular.woff') format('woff'),
         url('fonts/MyriadPro-Regular.ttf') format('truetype'),
         url('fonts/MyriadPro-Regular.svg#webfont') format('svg');
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Myriad Pro', arial;
    margin: 0px;
    padding: 0px;
    font-size: 14px;
    background: #f3f3f3;
}
body img {max-width: 100%;}

#topnav {
    width:100%;
    height:118px;
    background-color:black;
    padding:0px 40px;
    box-sizing:border-box;
}

#new-website {
    float:right;
    color:white;
    font-size:20px;
    padding-top:50px;
}

.sizebutton {
    float:left;
    width:24%;
    height:40px;
    text-align:center;
    cursor:pointer;
    box-sizing:border-box;
    margin-left:1.333%;
    border: 1px solid black;
    font-size:16px;
    padding-top:12px;
    font-weight:bold;
}

.sizebutton:first-of-type {
    margin-left:0px;
}

.selected {
    background-color:black;
    color:white;
}

#cell1 {
    display:table-cell;
    width:50%;
    vertical-align:top;
    background: url(images/car.jpg) no-repeat center center;
    background-size:cover;
    height:100%;
}

#cell2 {
    display:table-cell;
    width:50%;
    padding:40px 40px 0px 40px;
    box-sizing:border-box;
    vertical-align:top;
    height:100%;
    position:relative;
}

#footer {
    width:calc(100% - 80px);
    text-align:center;
    background-color:black;
    padding:10px;
    box-sizing:border-box;
    color:#969696;
    font-size:11px;
    position:absolute;
    bottom:0;
}

#footermob {
    display:none;
}

#bottompad {
    padding-bottom:180px;
}

@media (max-width: 550px) {
    .nomobile, #cell1, #footer {
	display:none;
    }	
    #cell2 {
	width:100%;
	padding: 5px 5px 0px 5px;
    }
    #bottompad {
	padding-bottom:0px;
    }
    #footermob {
	display:block;
        background-color:black;
	width: 100%;
        color: #969696;
        font-size:10px;
        text-align:center;
	padding: 5px 0px;
    }
    #new-website {
	font-size:12px;
    }
    #topnav {
	padding:0px 5px;
    }
}
