
/* ----------------------------------------------------------------------------------------
* Author        : Nababur
* Template Name : Rumu - Personal Portfolio Template
* File          : Custom Responsive CSS file
* Version       : 1.0
* ---------------------------------------------------------------------------------------- */

/* Medium Layout: 1280px. */

@media only screen and (min-width: 992px) and (max-width: 1280px) {}


/* Tablet Layout: 768px. */

@media only screen and (min-width: 767px) and (max-width: 991px) {
.navbar-default .navbar-nav > li > a {font-size: 12px;font-weight: 600;padding: 17px 10px 13px;position: relative;
}
.navbar-brand h1 {font-size: 26px;}



}


/* Mobile Layout: 320px. */

@media only screen and (max-width: 767px) {
.navbar-brand h1 {font-size: 12px;margin-top: 4px;}
.navbar-default .navbar-toggle {border-color: transparent;}
.navbar-default .navbar-toggle .icon-bar {background-color: #498bfc;}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover{  background-color: transparent;}
#topNav {background-color: #fff;}
.navbar-default .navbar-nav > li > a {font-size: 12px;padding: 10px 15px;color: #000;}
.navbar-default .navbar-nav>li>a:hover{color: #498bfc;}
.navbar-default .navbar-nav>li>a:focus{color: #498bfc;}
.navbar-default .navbar-nav>li>a:hover:after{transform: scale(1,1);-webkit-transform: scale(1,1);-moz-transform: scale(1,1);}
.center_title h1 {font-size: 22px;font-weight: 600;margin-bottom: 30px;}
.center_title h1 span.typed-title {font-size: 28px; text-transform: lowercase;}
.about-me-title h1 {font-size: 27px;font-weight: 600;margin-bottom: 5px}
.about_me_details h3 {font-size: 16px;}
.about_me_details p {font-size: 14px;line-height: 23px;}
.skill {margin-bottom: 25px;display: block;}
.service-title h1 {font-size: 27px;font-weight: 600;margin-bottom: 5px}
.serviceBox .title {font-size: 20px;}
.serviceBox .description {line-height: 25px;}
.single_project {margin-bottom: 25px;padding-bottom: 25px;}
.border_dash::after {border-bottom: 1px dashed rgba(255, 255, 255, 0.55);border-right: 0px dashed rgba(255, 255, 255, 0.55);content: "";display: block;height: 100%;position: absolute;right: 0;top: 0;
  width: 100%;}
.portfolio-title h1 {font-size: 27px;font-weight: 600;margin-bottom: 5px}
.portfolio_cat ul li {border-radius: 2px;font-size: 11px;margin-right: 0;padding:4px 6px 2px;}
.project_overview a.popup_btn { margin-left: 15px;}
.clients-title h1 {font-size: 20px;font-weight: 600;margin-bottom: 5px;}
.testimonial_contents p {font-size: 14px;line-height: 20px;width: 80%;}
.testimonial_contents span {font-size: 12px;}
.contact-title h1 {font-size: 27px;font-weight: 600;margin-bottom: 5px}

.project_overview h1 {font-size: 20px;margin-left: 15px}
.project_overview p {font-size: 13px;line-height: 22px;padding: 10px 15px;}
.project_overview a.popup_btn {font-size: 12px;padding: 8px 30px;}
.modal-dialog {width: 90%;}
.about_me_details a img {width: 150px;}
.subscribe_input .input_email {height: 55px;}
.subscribe_input .btn {font-size: 14px;height: 55px;text-transform: lowercase;width: 100px;}
.social_icons ul li a {border: 1px solid #498bfc;border-radius: 40px;display: inline-block;height: 40px;
margin-right: 0;padding: 10px 12px;width: 40px;}
div.social_icons ul li a i {color: #498bfc;font-size: 15px;}
.thanks_message h1{color: #498bfc;margin: 40px auto;font-size: 18px}



}


/* Wide Mobile Layout: 480px. */

@media only screen and (min-width: 480px) and (max-width: 767px) {
.navbar-brand h1 {
  font-size: 22px;
}
.about-me-title h1, .service-title h1,.portfolio-title h1,.clients-title h1,.contact-title h1 {
  font-size: 28px;
}
.center_title h1 {
  font-size: 26px;
}
.center_title h1 span.typed-title {font-size: 35px; text-transform: lowercase;}

.portfolio_cat ul li {
padding:13px 12px 8px 14px;
font-size: 13px;
}

}



