/* Default Layout: 992px.
Gutters: 24px.
Outer margins: 48px.
Leftover space for scrollbars @1024px: 32px.
-------------------------------------------------------------------------------
cols 1 2 3 4 5 6 7 8 9 10
px 68 160 252 344 436 528 620 712 804 896 */

@media only screen and (min-width: 960px) and (max-width: 1200px) {
.brand-menu ul li a {padding: 7px 5px;font-size:13px;}



}

/* Tablet Layout: 768px.
Gutters: 24px.
Outer margins: 28px.
Inherits styles from: Default Layout.
-----------------------------------------------------------------
cols 1 2 3 4 5 6 7 8
px 68 160 252 344 436 528 620 712 */
@media only screen and (min-width: 768px) and (max-width: 960px) {
.brand-menu ul li a {font-size: 11px;padding: 7px 5px;}
h2 {
    font-size: 24px;
}

.brand-menu ul li a {
    border-radius: 3px;
    color: #fff;
    font-size: 11px;
    padding: 7px 5px;
}

}
/* Mobile Layout: 320px.
Gutters: 24px.
Outer margins: 34px.
Inherits styles from: Default Layout.
---------------------------------------------
cols 1 2 3
px 68 160 252 */
@media only screen and (max-width: 767px) {
.main-width{width:98%;margin:0 auto;}
.top-haf-left{width:100%;float: none;overflow: hidden;text-align:center;}
.top-haf-left img{width:40%;margin:0 30%;}
.top-haf-right{width:100%;float: none;overflow: hidden;text-align:center;}
.brand-menu ul li {display: list-item;margin: 20px;}
.welcome {padding: 300px 0 50px;}
h2 {font-size: 25px;}
#mail, #number {float: none;width: 97%;}
#name{width:97%;}
#msg{width:97%;}


}
/* Wide Mobile Layout: 480px.
Gutters: 24px.
Outer margins: 22px.
Inherits styles from: Default Layout, Mobile Layout.
------------------------------------------------------------
cols 1 2 3 4 5
px 68 160 252 344 436 */
@media only screen and (min-width: 480px) and (max-width: 767px) {

}
/* Retina media query.
Overrides styles for devices with a
device-pixel-ratio of 2+, such as iPhone 4.
----------------------------------------------- */
@media
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-pixel-ratio: 2) {
}