@charset "utf-8";
/* CSS Document */
#chrome {
    height: 60px;
    width: 17%;
    background-color: #bf3f3f;
    display: inline-block;
    margin: 15px;
    border-bottom: 4px #8d2929 solid;
    background-image: url(../images/chrome2.png);
    -webkit-background-size: 32px 32px;
    background-size: 32px 32px;
    background-repeat: no-repeat;
    cursor: pointer;
    visibility: hidden;
    background-position: 15px 12px;
	margin-top:30px;
    }

#chrome:hover {
    background-color: #ce6f6d;
    border-bottom: 4px #bf3f3f solid
    }

#chrome:active {
    background-color: #ce6f6d
    }

#safari {
    height: 60px;
    width: 16%;
    background-color: #46b2c1;
    margin: 15px;
    display: inline-block;
    border-bottom: 4px #33879a solid;
    background-image: url(../images/safari2.png);
    -webkit-background-size: 29px 32px;
    background-size: 29px 32px;
    background-repeat: no-repeat;
    background-position: 15px 12px;
    cursor: pointer;
    visibility: hidden;
	margin-top:30px;
    }

#safari:hover {
    background-color: #77c9d2;
    border-bottom: 4px #5cb2c9 solid
    }

#safari:active {
    background-color: #77c9d2
    }

#firefox {
    height: 60px;
    width: 18%;
    background-color: #c68156;
    margin: 15px;
    display: inline-block;
    border-bottom: 4px #a3712f solid;
    background-image: url(../images/firefox2.png);
    -webkit-background-size: 32px 32px;
    background-size: 32px 32px;
    background-repeat: no-repeat;
    background-position: 15px 12px;
    visibility: hidden;
	margin-top:30px;
    }
	
#firefox:hover {
	background-color:#cfae70;
	border-bottom: 4px #c68156 solid;
}

#downloadlabel {
    color: white;
    font-size: 18px;
    font-family: opensanssemibold;
    margin-top: 18px;
    text-align: left;
    padding-left: 60px
    }

#about {
    text-align: right;
    color: white;
    font-family: opensansregular;
    width: 32%;
    float: right;
    padding-top: 50px;
    margin-right: 140px
    }

#name {
    font-family: opensanssemibold;
    text-align: center;
    margin-top: 5px !important;
    color: #222;
    font-size: 30px;
    margin: 0
    }

#namebox {
    display: block;
    padding: 0;
    width: 40%;
    height: 30px;
    margin-top: 25px;
    margin-left: 10%;
    font-family: opensansregular;
    color: #666;
    font-size: 18px;
    float: left;
    border: 0;
    padding-left: 5px
    }

#namebox:hover {
    background-color: white
    }

#namebox:focus {
    background-color: white;
    outline-width: 0
    }

#emailbox {
    display: block;
    width: 40%;
    height: 30px;
    margin-left: 10%;
    margin-top: 20px;
    margin-bottom: 20px;
    font-family: opensansregular;
    color: #666;
    font-size: 18px;
    float: left;
    border: 0;
    padding-left: 5px
    }

#emailbox:hover {
    background-color: white
    }

#emailbox:focus {
    background-color: white;
    outline-width: 0
    }

#messagebox {
    display: block;
    width: 40%;
    margin-left: 10%;
    height: 150px;
    font-family: opensansregular;
    color: #666;
    font-size: 18px;
    float: left;
    border: 0;
    padding-left: 5px
    }

#messagebox:hover {
    background-color: white
    }

#messagebox:focus {
    background-color: white
    }

textarea:focus {
    outline-width: 0
    }

#sendbutton {
    display: absolute !important;
    cursor: pointer !important;
    width: 127px !important;
    margin-top: 30px !important;
    height: 40px !important;
    background-color: white !important;
    border: 0 !important;
    font-family: opensanssemibold !important;
    font-size: 18px !important;
    color: #555 !important;
    text-align: center !important;
    float: left !important;
    margin-left: 10% !important;
    border-bottom: 4px #ccc solid !important
    }

#sendbutton:active {
    border: 0 !important;
    background-color: #ccc !important;
    margin-top: 34px !important
    }

#sendbutton:hover {
    background-color: #e3e3e3 !important
    }

a {
    text-decoration: none !important
    }

#subscribebox {
    display: inline-block;
    width: 300px;
    height: 40px;
    text-align: left;
    color: #666;
    font-size: 18px;
    font-family: opensansregular;
    border: 0;
    margin-bottom: 50px;
    padding-left: 10px
    }

#subscribebox:focus {
    outline-width: 0 !important
    }

#emailbutton {
    height: 42px;
    width: 180px;
    background-color: #e3e3e3;
    display: inline-block;
    margin-bottom: -14px;
    margin-left: -10px;
    cursor: pointer
    }

#emailbutton:hover {
    background-color: #F0F0F0
    }

#subscribelabel {
    color: #555;
    font-family: opensanssemibold;
    font-size: 17px;
    text-align: center;
    padding: 11px;
    margin: 0;
    margin-left: 0
    }