﻿/*
    teal #55cdcb
    brown #583b16
    light teal #caefef
    gray #c3c3c3
    beige #dab981
*/
@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400;500;600;700&family=Manrope:wght@200;300;400;500;600;700;800&display=swap');
body
{
    width:100%;
    margin:0px;
    padding:0px;
    font-family: 'Manrope', sans-serif;
}
img{
    max-width:100%;
}
p, ol, ul, input, h1, h2, h3, h4, h5, h6, h7{    
    font-family: 'Manrope', sans-serif;
}
.txtDancing{    
    font-family: 'Dancing Script', cursive;
}
.topLogo{
    width: 230px;
    max-width:100%;
    float:right;
}
header{
    background-color: #fef1e9;
    box-shadow: #583b16 0px 2px 20px;
}
header h1.txtDancing{
    color: #583b16;
    margin-top: 95px;
}
header .row{
    margin-right:0px;
    margin-left:0px;
}
.cinnRollBG{
    background-image: url('img/CinnamonRollsBG.jpg');
    background-repeat:no-repeat;
    background-size: cover;
    min-height: 600px;
}
.cinnRollBG h2{
    color: #fff;
    text-align:center;
    margin-top: 200px;
    font-size: 150px;
}
.pHome{
    margin-top:20px;
    font-size: 20px;
    line-height:36px;
    color: #583b16;
}
.imgDrumRoll{
    max-width: 100%;
    display: block;
    margin-right:auto;
    margin-left:auto;
}
#pHomeTop{
    color: #980001;
    font-size: 24px;
}
.pCopyright{
    text-align:center;
}
#topNav{
    list-style-type:none;
    padding-left: 0px;
    float:right;
    padding-top:15px;
}
#topNav li{
    display:inline-block;
    font-family: 'Dancing Script', cursive;
    font-size: 24px;
    padding: 10px;
}
#topNav li a{
    color: #583b16;
    transition: all ease-in-out 0.5s;
}

#topNav li a:visited{
    text-decoration:none;
}
#topNav li a:hover{
    color: #980001;
    text-decoration:none;
}
#imgFAM{
    width: 600px;
}

@media only screen and (max-width:991px) and (min-width:593px){
    .topLogo{
        float:left;
    }
}
@media only screen and (max-width:592px){
    h1.txtDancing{
        display:none;
    }
    .topLogo{
        float:none;
        display:block;
        margin-left:auto;
        margin-right:auto;
    }
    #topNav{
        float:none;
        width:218px;
        display:block;
        margin-left:auto;
        margin-right:auto;
    }
    h2.txtDancing{
        font-size:64px;
        margin-top:20px;
    }
    .cinnRollBG{
        min-height:200px;
    }
}