/* Header */

.section {
    min-height:1000px;
    overflow:'hidden';
    position:'relative';
    padding-top:80px;
}

nav {
    position: absolute;
}
 
.section:nth-child(even){
    background-color: #ccc;
}

ul {
    list-style: none;
    padding-top: 0;
    padding-bottom: 0;
}

li {
    list-style: none;
}

.navbar-custom {
    padding-top:1rem;
    padding-bottom:1rem;
    background-color:rgba(0,0,0,.7);
}

.navbar-custom .navbar-brand {
    letter-spacing:.1rem;
    font-weight:700;
}

.navbar-custom .navbar-nav .nav-item .nav-link {
    font-weight:700;
    letter-spacing:.1rem;
}

.dropdown.open .dropdown-menu {
    max-height: 300px;
    opacity: 1;
}

.dropdown-menu > .active > a,.dropdown-menu > .active > a:hover.dropdown-menu > .active > a:focus {color: #555555!important; background-color: #e7e7e7!important;}

/* Intro Header */
header.masthead {
  padding-top: 10rem;
  padding-bottom: calc(10rem - 56px);
 background-image: url("../img/Home Slider.jpg");
  background-position: center center;
  background-size: cover;
}

header.masthead hr {
  margin-top: 30px;
  margin-bottom: 30px;
}

header.masthead h1 {
  font-size: 2rem;
}

header.masthead p {
  font-weight: 300;
}

@media (min-width: 768px) {
  header.masthead p {
    font-size: 1.15rem;
  }
}

@media (min-width: 992px) {
  header.masthead {
    height: 100vh;
    min-height: 650px;
    padding-top: 0;
    padding-bottom: 0;
  }
  header.masthead h1 {
    font-size: 3rem;
  }
}

@media (min-width: 1200px) {
  header.masthead h1 {
    font-size: 4rem;
  }
}

/* Content */
.butt {
	-webkit-border-radius: 5px; /* this is for chrome,safari */
	border-radius: 5px;
	color: green; 
	font-size: 20px;
	text-transform: uppercase; /* all capital */
}

img {
  align-content: center;
}

.news {
    width: 100%;
    height: auto;
}

ul {
  text-decoration: none;
}

.portfolio-item {
  margin-bottom: 30px;
}

.pagination {
  margin-bottom: 30px;
}

/* Footer */

.copyright {
    color: #fff;
    line-height: 30px;
    min-height: 30px;
    padding: 7px 0;
}
.logo {
    color: #fff;
    line-height: 30px;
    min-height: 30px;
    padding: 7px 0;
    text-align: right;
}

.footer-atas {
    color : white;
    margin: 0,100%,0,10%;
}

.map {
    width:100%;
    height:100%;
    background:yellow;
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

ul li {
    display:inline;
}

ul li a {
    display: inline;
    color: black;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

/* Footer */
@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');
section {
    padding: 30px 0;
}

section .section-title {
    text-align: center;
    color: #007b5e;
    margin-bottom: 50px;
    text-transform: uppercase;
}
#footer {
    background: #007b5e !important;
}
#footer h5{
    padding-left: 10px;
    border-left: 3px solid #eeeeee;
    padding-bottom: 6px;
    margin-bottom: 20px;
    color:#ffffff;
}
#footer a {
    color: #ffffff;
    text-decoration: none !important;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}
#footer ul.social li{
    padding: 3px 0;
}
#footer ul.social li a i {
    margin-right: 5px;
    font-size:25px;
    -webkit-transition: .5s all ease;
    -moz-transition: .5s all ease;
    transition: .5s all ease;
}
#footer ul.social li:hover a i {
    font-size:30px;
    margin-top:-10px;
}
#footer ul.social li a,
#footer ul.quick-links li a{
    color:#ffffff;
}
#footer ul.social li a:hover{
    color:#eeeeee;
}
#footer ul.quick-links li{
    padding: 3px 0;
    -webkit-transition: .5s all ease;
    -moz-transition: .5s all ease;
    transition: .5s all ease;
}
#footer ul.quick-links li:hover{
    padding: 3px 0;
    margin-left:5px;
    font-weight:700;
}
#footer ul.quick-links li a i{
    margin-right: 5px;
}
#footer ul.quick-links li:hover a i {
    font-weight: 700;
}

@media (max-width:767px){
    #footer h5 {
    padding-left: 0;
    border-left: transparent;
    padding-bottom: 0px;
    margin-bottom: 10px;
}
}