@media screen and (min-width: 900px) {
.logo {
    padding-top: 0 !important;
    position: absolute;
    top: 5%;
}
}


.portfolio_navigation .portfolio_prev {
    background-image: url("../img/portfolio_prev_arrow.png");
    background-position: left center;
    background-repeat: no-repeat;
    display: none;
    left: 0;
    padding-left: 20px;
    position: absolute;
}

.portfolio_navigation .portfolio_next {
    background-image: url("../img/portfolio_prev_arrow.png");
    background-position: left center;
    background-repeat: no-repeat;
    display: none;
    left: 0;
    padding-left: 20px;
    position: absolute;
}

.button, input[type="submit"], input[type="password"] {
    font-size: 18px;
color: #fff;
}



a {
    color: #8a0a1b;
    line-height: 21px;
    text-decoration: none;
    transition: all 0.3s ease 0s;
}

h3 a {
    color: #8a0a1b !important;
}




input, textarea  {
    background-color: #ccc;
color: #000 !important;
}


.button, input[type="submit"], input[type="password"] {
border: none;
color: #fff !important;
font-size:15px;
}

.selectnav {
    text-align: left;
background: #ccc !important;
}

.selectnav  li {
background: #ccc !important;
}

.selectnav  ul {
background: #ccc !important;
}

h2 {
    color: #2b2b2b;
    font-family: "Georgia",sans-serif;
    font-size: 25px;
    font-style: normal;
margin-top:0px;
margin-bottom: 2px;
}

nav.main_menu ul, nav.main_menu2 ul {
    display: block;
    margin-left: 156px;
    text-align: center;
}

nav.main_menu2 ul li a {
    color: #2b2b2b;
    cursor: pointer;
    display: inline-block;
    font-family: "PT Sans",sans-serif;
    font-size: 14px;
    font-weight: normal;
    line-height: 75px;
    margin: 0;
    padding: 0 12px;
    position: relative;
    text-decoration: none;
    transition: none 0s ease 0s ;
}

;