body {
  font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  overflow-x: hidden;
  padding-top: 100px
}
p {
  font-size: 20px;
}
p.small {
  font-size: 16px;
}
a {
    color: #ffd332;
    text-decoration: none;
}
a,
a:focus,
a:active,
a.active {
  color: #007849;
}
a:hover {
  color: green;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
}
hr.star-light,
hr.star-primary {
  padding: 0;
  border: none;
  border-top: solid 5px;
  text-align: center;
  max-width: 250px;
  margin: 25px auto 30px;
}
hr.star-primary:after {
  display: inline-block;
  content: url("/static/img/raven-icon.png");
  position: relative;
  top: -0.8em;
  font-size: 2em;
  padding: 0 0.25em;
}
hr.star-light:after {
  display: inline-block;
  content: url("/static/img/raven-icon-white.png");
  position: relative;
  top: -0.8em;
  font-size: 2em;
  padding: 0 0.25em;
}
hr.star-light {
  border-color: white;
}
hr.star-light:after {
  background-color: #18BC9C;
  color: white;
}
hr.star-primary {
  border-color: #004128;
}
hr.star-primary:after {
  background-color: white;
  color: #81BDA5;
}
.img-centered {
  margin: 0 auto;
}
header {
  text-align: center;
  background-image: url("/static/img/roderick2.jpg");
  background-size: cover;
  background-color: #007849;
  color: white;
}
header .container {
  padding-top: 100px;
  padding-bottom: 50px;
}
header img {
  display: block;
  margin: 0 auto 0;
}
.skills img {
    margin: 0 5px 0;
}
header .intro-text .name {
  display: block;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 2em;
}
header .intro-text h1 {
margin: 25px 0 35px;
}
header .intro-text .skills {
  font-size: 1.25em;
  font-weight: 400;
}
@media (min-width: 768px) {
  header .container {
    padding-top: 50px;
    padding-bottom: 100px;
  }
  header .intro-text .name {
    font-size: 4.75em;
  }
  header .intro-text .skills {
    font-size: 1.75em;
  }
}


/* navbar */


#mainNav img {
    height: 45px;
}

#mainNav.affix-top img {
    height: 60px;
}

#mainNav.affix img {
    height: 45px;
    -moz-transition: height 0.3s;
    -webkit-transition: height 0.3s;
    transition: height 0.3s ease 0s;
}

#mainNav a {
    color: #fff;
}

.navbar-form > .form-group > input[type="text"] {

    max-width: 170px;
}




.navbar-custom {
  background: #007849;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  border: none;
}
.navbar-custom .navbar-brand {
  color: #fff;
}


.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus {
    background-color: #00945A;
    color: #fff;
}

.navbar-default .navbar-nav > .active > a:hover {
    background-color: #00AE69;
    color: #fff;
}

.navbar-default .navbar-nav > .open > a, 
.navbar-default .navbar-nav > .open > a:focus {
  color: #fff;
  background-color: #00945A;
}

.navbar-default .navbar-nav > .open > a:hover {
  color: #fff;
  background-color: #00AE69;
}

.dropdown-menu > li > a:hover {
    background-color: #00AE69;
    color: #fff;
    text-decoration: none;
}

.navbar-custom .navbar-toggle {
  color: #fff;
  text-transform: uppercase;
  font-size: 10px;
  border-color: #fff;
}
.navbar-custom .navbar-toggle:hover,
.navbar-custom .navbar-toggle:focus {
  background-color: #18BC9C;
  color: white;
  border-color: #18BC9C;
}


.navbar-custom .navbar-nav li a { 
  color: white;
  background: #007849;
  border-radius: 3px;
}
.navbar-custom .navbar-nav li a:hover {
  color: white;
  background: #00AE69; 
}

.navbar-custom .navbar-nav li.active a:hover {
  color: white;
  background: #00AE69; 
}

ul.dropdown-menu {
    background-color: #007849;
}

li.dropdown a {
    background-color: #007849;
} 

li.dropdown a:hover {
    background-color: #00AE69;
} 

.dropdown-menu > li > a {
    font-weight: 700;
    background-color: #007849;
}

.nav > li > a.dropdown-toggle:hover {
    background-color: #00AE69;
    color: #fff;
}


/* navbar end */

@media (min-width: 768px) {
  .navbar-custom {
    padding: 20px 0;
    -webkit-transition: padding 0.3s;
    -moz-transition: padding 0.3s;
    transition: padding 0.3s;
  }
  .navbar-custom .navbar-brand {
    font-size: 2em;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }
  .navbar-custom.affix {
    padding: 10px 0;
  }
  .navbar-custom.affix .navbar-brand {
    font-size: 1.5em;
  }
}
section {
  padding: 100px 0;
}
section h2 {
  margin: 0;
  font-size: 3em;
  color: #004128;
}
section#about h2 {
  color: #fff;
}
section h4 {
  color: #004128;
}
section.about {
  background: #18BC9C;
  color: white;
}
@media (max-width: 767px) {
  section {
    padding: 75px 0;
  }
  section.first {
    padding-top: 75px;
  }
}
#failte p, #about p {
  text-align: justify;
}
.floating-label-form-group {
  position: relative;
  margin-bottom: 0;
  padding-bottom: 0.5em;
  border-bottom: 1px solid #eeeeee;
}
.floating-label-form-group input,
.floating-label-form-group textarea {
  z-index: 1;
  position: relative;
  padding-right: 0;
  padding-left: 0;
  border: none;
  border-radius: 0;
  font-size: 1.5em;
  background: none;
  box-shadow: none !important;
  resize: none;
}
.floating-label-form-group label {
  display: block;
  z-index: 0;
  position: relative;
  top: 2em;
  margin: 0;
  font-size: 0.85em;
  line-height: 1.764705882em;
  vertical-align: middle;
  vertical-align: baseline;
  opacity: 0;
  -webkit-transition: top 0.3s ease,opacity 0.3s ease;
  -moz-transition: top 0.3s ease,opacity 0.3s ease;
  -ms-transition: top 0.3s ease,opacity 0.3s ease;
  transition: top 0.3s ease,opacity 0.3s ease;
}
.floating-label-form-group:not(:first-child) {
  padding-left: 14px;
  border-left: 1px solid #eeeeee;
}
.floating-label-form-group-with-value label {
  top: 0;
  opacity: 1;
}
.floating-label-form-group-with-focus label {
  color: #18BC9C;
}
form .row:first-child .floating-label-form-group {
  border-top: 1px solid #eeeeee;
}
footer {
  color: white;
}
footer h3 {
  margin-bottom: 30px;
}
footer .footer-above {
  padding-top: 50px;
  background-color: #222628;
}
footer .footer-col {
  margin-bottom: 50px;
}
footer .footer-below {
  padding: 25px 0;
  background-color: #090909;
  color: #fefefe;
}
.btn-outline {
  color: white;
  font-size: 20px;
  border: solid 2px white;
  background: transparent;
  transition: all 0.3s ease-in-out;
  margin-top: 15px;
}
.btn-outline:hover,
.btn-outline:focus,
.btn-outline:active,
.btn-outline.active {
  color: #18BC9C;
  background: white;
  border: solid 2px white;
}
.btn-primary {
  color: white;
  background-color: #FFD332;
  border-color: #FFD332;
  font-weight: 700;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: white;
  background-color: #313131;
  border-color: #313131;
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #2C3E50;
  border-color: #2C3E50;
}
.btn-primary .badge {
  color: #2C3E50;
  background-color: white;
}
.btn-success {
  color: white;
  background-color: #007849;
  border-color: #007849;
  font-weight: 700;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  color: white;
  background-color: #00945A;
  border-color: #00945A;
}
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #18BC9C;
  border-color: #18BC9C;
}
.btn-success .badge {
  color: #18BC9C;
  background-color: white;
}
.btn-social {
  display: inline-block;
  height: 50px;
  width: 50px;
  border: 2px solid white;
  border-radius: 100%;
  text-align: center;
  font-size: 20px;
  line-height: 45px;
}
.scroll-top {
  position: fixed;
  right: 2%;
  bottom: 2%;
  width: 50px;
  height: 50px;
  z-index: 1049;
}
.scroll-top .btn {
  font-size: 20px;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  line-height: 28px;
}
#skipnav a {
  padding: 6px;
  position: absolute;
  top: -40px;
  left: 0px;
  color: white;
  border-right: 1px solid white;
  border-bottom: 1px solid white;
  border-bottom-right-radius: 8px;
  background: transparent;
  transition: top 1s ease-out, background 1s linear;
  z-index: 2000;
}
#skipnav a:focus {
  position: absolute;
  left: 0px;
  top: 0px;
  background: #18BC9C;
  outline: 0;
  transition: top 0.1s ease-in, background 0.5s linear;
}
div#maincontent {
  outline: none;
}

.breadcrumb {
    background-color: #fff;
    border-radius: 4px;
    list-style: outside none none;
    margin-bottom: 20px;
    padding: 0;
}

a.page-scroll {
    color: #007849;
    transition: all 0.5s;
}
a:hover.page-scroll {
    color: #00945A;
    transition: all 0.5s;
}

.navbar-form {
    margin-left: 10px;
}

p.note {
    font-size: 90%;
    color: #aaa;
}

hr.end {
    padding: 10px 0;
    margin: 60px 0 20px 0;
}

ul.tags {
    margin-left: 0;
}

ul.tags li a {
    font-weight: 600;
}

.story p {
    text-align: justify;
}

.story li {
    font-size: 18px;
    padding-bottom: 15px;
}

pre {
    font-size: 14px
}

.pager li > a, .pager li > span {
    background-color: #FFD332;
    border: 1px solid #FFD332;
    border-radius: 15px;
    display: inline-block;
    padding: 5px 14px;
}

.pager li > a:hover {
    background-color: #111;
    border: 1px solid #111;
    color: #FFD332;
}

blockquote {
    background-color: #eee;
    border-left: 10px solid #007849;
    padding: 15px;
    margin: 15px 0 15px;
}

ul.recent {
list-style-type: none;
}


.movies p {
    text-align: justify;
}

.movies, .galleries {
    margin: 35px 0 0 0;
    padding: 0 10% 0 10%;
}

.movies img {
    margin: 5px auto 5px auto;
}
.movies .note {
    text-align: center;
    padding: 0 0 15px;
}
.movies h4 {
    margin: 35px 0 0 0;
}

ul.films {
    list-style-type: none;
    padding-left: 0;
}

li.films {
    display: inline-block;
    padding: 0 20px 0 0;
    font-size: 110%;
}

@media (max-width: 767px) {

#mainNav ul.dropdown-menu > li > a:hover {
     color: #FFD332;
}
}


@media (max-width: 450px) {

header .container {
    padding-top: 10px;
    padding-bottom: 10px;
}

header .intro-text .skills {
    font-size: 1.1em;
}

header {
  background-image: url("/static/img/roderick3.jpg");
}
}

@media (max-width: 930px) {
  .navbar-header {
      float: none;
  }
  .navbar-left,.navbar-right {
      float: none !important;
  }
  .navbar-toggle {
      display: block;
  }
  .navbar-collapse {
      border-top: 1px solid transparent;
      box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
  }
  .navbar-fixed-top {
      top: 0;
      border-width: 0 0 1px;
  }
  .navbar-collapse.collapse {
      display: none!important;
  }
  .navbar-nav {
      float: none!important;
      margin-top: 7.5px;
  }
  .navbar-nav>li {
      float: none;
  }
  .navbar-nav>li>a {
      padding-top: 10px;
      padding-bottom: 10px;
  }
  .collapse.in{
      display:block !important;
  }

body {
    padding-top: 60px;
}
h1, .h1, h2, .h2, h3, .h3 {
    margin-top: 50px;
}

.dropdown-menu {
    float: right;
    min-width: 60%;
    margin-right: 20%;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: transparent;
}

.navbar-form {
    box-shadow: none;
}

.navbar-form .form-group:last-child {
    margin-bottom: 15px;
}

}

.help-block {
    font-size: 90%;
}

.results {
    font-size: 120%;
}

thead {
    background-color: rgba(0, 94, 255, 0.5);
}
.recipe {
    margin: 20px auto 20px auto;
    max-width: 90%;
    width: 90%;
}

.recent li {
    margin: 5px 0 15px;
}

li.recentp {
    margin: 25px 0 35px;
}

