body{
    font-family: Open Sans;
    font-weight: 400;
    font-size: small;
}
h1,h2,h3,h4{
    font-family:Poppins;
    font-weight: 600;
}
h1{
    padding-bottom: 25px;
}
h2{
    padding-bottom: 15px;
}
img{
    max-width: 100%;
    height: auto;
}
a{
    text-decoration: none;
    color:lightgrey;
}
a:hover{
    color: white;
}

.favs{
    max-width: 50px;
}

#top-bar{
    padding-bottom: 25px;
    padding-top: 25px;
}
#upper-callto{
    padding-top: 100px;
    padding-bottom: 100px;
    
}
.upper{
    background-image: url("images/bg-hero-desktop.svg");
    background-color: hsl(193, 100%, 96%);
}
#calltobtn{
    margin-top: 20px;
}
#try{
    filter: drop-shadow(0 0 0.1rem black);
}

#top-img{
    position: relative;
    margin-left: auto;
    margin-right: auto;
}
#img-top{
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    max-width: 80%;
}

.lower{
    padding-top: 100px;
    padding-bottom: 60px;
}

.text-inrow{
    display: inline-block;
  vertical-align: middle;
  line-height: 18px;
  padding: 20px;
}
.lower-rows{
    line-height: 340px;
    padding-top: 2rem;
    padding-bottom: 2rem;
}
.flip{
    flex-direction: row-reverse;
}

.share i{
    font-size: medium;
    border: thin solid;
    border-radius: 50%;
    padding: 5px;
    box-sizing: border-box;
}




@media (min-width: 1400px) { 
    #top-bar{
        padding-bottom:80px;
    }
}

.lower-callto{

    position: relative;
    color: black;
}
.banner{
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    position: relative;
    overflow: hidden;
    /*background-image: url("images/bg-pattern-card.svg"); */
}

.callto-shape{
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
    transform: translateY(-52.5%);
    background-color: white;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    border-radius: 15px;
}

.callto-text{
    padding: 10px;
}
.footer{
    margin-top: 100px;
    background-color: hsl(192, 100%, 9%);
    color:lightgrey;
}


@media (min-width: 992px){
    .callto-shape{
        max-width: 700px;
    }
}
.footer-info{
    padding-bottom: 60px;
}
.footer-img{

    padding-bottom: 40px;
}
.footer-img img{
    filter: brightness(0) invert(1);
}

.footer-contact .col{
    padding-bottom: 20px;
}

.copy-info{
    float: right;
}
@media (max-width: 767px) {
	#img-top{
		position: unset;
	}
    #upper-callto {
        text-align:center;
        padding-top: 50px;
        padding-bottom: 50px;
    }
    #img-top{
        position:relative;
        top: 0;
        bottom: 0;
        display: flex;
        padding-bottom: 20px;
    }
	
}
@media (max-width: 576px) { 

    .lower{
        max-width: 85%;
        text-align: center;
        margin-right: auto;
        margin-left: auto;
        padding: 0%;
    }
    .lower-rows{
        line-height:250px;
    
    }
    .text-inrow{
        padding: 0;
    }
    .share, .copy-info{
        text-align: center;
        padding-bottom: 10px;
        float: none;
    }
    .footer-info{
        padding-bottom: 40px;
    }
}