@import url('https://fonts.googleapis.com/css?family=Courgette|Gloria+Hallelujah|Architects+Daughter');
 
body {
    margin: 0;
    font-family: 'Architects Daughter', cursive;
    background: white;
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
}

a {
    color: #C39E3A;
    text-decoration: none;
}

.header {
    font-size: 30px;
    position: fixed;
}

.bodycontainer {
    background-color: #f4f5e9;
    height: 100vh;
    overflow-y: scroll;
 
}

.footer {
    background-color: #f8f2d9;
    width: 80%;
    position: fixed;
    bottom: 0;
    color: #C39E3A;
    text-align: center;
}

.commonContent {
    
    text-align: center;
    background-color: #f4f5e9;
    color: #C39E3A;
}

.contentDiv {
    text-align: center;
    background: #f4f5e9;
    color: #C39E3A;
    margin-left: 20px;
    margin-right: 20px;
}

.clickableImg {
    cursor: pointer;
}

.topnavspacer {
    height: 155px;
}

.topnavlogo {
    background-color: #f8f2d9;
    color: #C39E3A;
    display: block;
    background: url('/images/cuore5.png');
    background-repeat: no-repeat;
    background-position: center;
    background-position-x: calc(50% - 255px);
    background-position-y: 13px;
    height: 80px;
    padding-top: 17px;
}
.topnavlogo1 {
    font-size: 45px;
}
.topnavlogo2 {
    font-size: 25px;    
}

.topnav {
    background-color: #f8f2d9;
    overflow: hidden;
    text-align: center;
    position: fixed;
    width: 80%;
    box-shadow: 0 6px 9px -3px #dbdbdb; 
}

.topnav a {
    display: inline-block;
    color: #C39E3A;
    text-align: center;
    padding-right: 14px;
    text-decoration: none;
    font-size: 17px;
    padding-left: 14px;
    margin-top: 10px;
    transition: 0.3s;
}

.topnav a:hover {
    background-color: #C39E3A;
    color: #f4f5e9;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom: 3px solid #C39E3A;
}

.topnavActive {
    border-bottom: 3px solid #C39E3A;
}

.topnav .icon {
    display: none;
}


   
::-webkit-scrollbar {
    width: 6px;
    height: 6px;
  }
 
  
 
  /* Track */
 
  ::-webkit-scrollbar-track {
    background: #f1f1f1;
  }
 
  /* Handle */
 
  ::-webkit-scrollbar-thumb {
    background: #888;
  }
 
  /* Handle on hover */
 
  ::-webkit-scrollbar-thumb:hover {
    background: #555;
  }
 


@media screen and (max-width: 850px) {
    .topnav a:not(:first-child) {
        display: none;
    }
    .topnav a.icon {
        float: right;
        display: block;
        margin-left: -47px;
    }
}

@media screen and (max-width: 850px) {
    body,.footer,.topnav {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
    .topnav.responsive {
        position: relative;
    }
    .topnav.responsive a.icon {
        position: absolute;
        right: 0;
        top: 0;
    }
    .topnav.responsive a {
        float: none;
        display: block;
    }
    .topnavspacer {
        height: 77px;
    }
    .topnavlogo {
        height: 40px;
        display: inline-block;  
        height: 40px;
        display: inline-block;
        background-size: 124px;
        background-position: left;
        background-position-x: 0px;
        width: 85%;
        line-height: 20px;
    }
    .topnavlogo1 {
        font-size: 20px !important;    
    }
    .topnavlogo2 {
        font-size: 9px !important;    
    }
}