@import url(https://fonts.googleapis.com/css?family=Amatic+SC:400,700|Libre+Baskerville:400,700,400italic);

body{
   padding-top:0px;
   margin-top: 0px;
}

img {
    width: 100%;
}

h3 {
    font-weight: bold;
    font-family: "Amatic SC";
    font-size: 4em;
    color:#FF669C;
}

h4 {
    font-weight: bold;
    font-family: "Amatic SC";
    font-size: 2em;
    color:#ff9a22;
}

h5 {
    font-weight: bold;
    font-family: "Amatic SC";
    font-size: 2em;
    color:#000000;
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
}

.main-info-margin-top {
    margin-top: 20px;
}

.wedding-info {
    font-family: "Libre Baskerville";
    text-align: center;
}

.main-photo p {
    margin-top: 19px;
}

.header {
    margin-bottom: 0px;
}

.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
    font-family: "Libre Baskerville";
    color: #ff9a22;
    background-color: #ffffff;
}
.nav-pills>li>a {
    border-radius: 4px;
}
.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px;
}
a {
    font-family: "Libre Baskerville";
    color: #000000;
    text-decoration: none;
}
a:focus, a:hover {
    color: #ff9a22;
}