/* Show it's not fixed to the top */
body {min-height: 75rem; font-size: 120%; background: linear-gradient(to bottom,  #dacbb4 0%,#d8bb8f 100%); font-family: "filosofia-basic-small-caps", serif; font-weight: 400; font-style: normal;}
.main-container{margin-top: 200px; background: #f7ecdb; -webkit-border-radius: 30px 30px 30px 30px; border-radius: 30px 30px 30px 30px; -webkit-box-shadow: 0 0 20px 1px #CCCCCC; box-shadow: 0 0 20px 1px #CCCCCC; padding: 50px;}
h1{font-weight: 700;}
h2{color: #3D1E00; font-weight: 700;}
a{color: #774e10; transition: all 0.5s ease}
a:hover{color: #3D1E00}
/*** Footer Credit Area ***/
.footer-credit{background-color: #000}
.credit{padding: 10px 0; color: #FFF; font-size: .8em; margin:0;}
.credit img{width: 180px; transition: all 0.5s ease; filter: gray; -webkit-filter: grayscale(1); -webkit-transition: all .5s ease-in-out; }
.credit img:hover{filter: none; -webkit-filter: grayscale(0);}


/** Extra small devices (portrait phones, less than 576px) **/

/** Small devices (landscape phones, 576px and up)) **/
@media (min-width: 576px) {

}

/** Medium devices (tablets, 768px and up)) **/
@media (min-width: 768px) {

}

/** Large devices (desktops, 992px and up)) **/
@media (min-width: 992px) {

}

/** Extra large devices (large desktops, 1200px and up)) **/
@media (min-width: 1200px) {

}

