@charset "utf-8";
@import url("../webfonts/georgia/stylesheet.css");
@import url("../webfonts/GOTHIC/stylesheet.css");


body {
    
     padding-top: 140px;
}


.MybodyText {
    font-family: georgia;
    font-size: 0.8rem;
    color: #323232;
    margin-left: 10px;
    margin-right: 10px;
}



.Myheading {
    margin-left: 10px;
    color: #E28F26;
    font-family: GOTHIC;
    font-weight: bold;
    font-size: 1rem;
    margin-top: 10px;
}


.btn.Mybtn {
    width: 74px;
    height: 74px;
    font-size: 12px;
    background-color: #f08a01;
    border-radius: 38px;
    color: #FFFFFF;
    padding-left: 5px;
    margin-left: 15px;
    margin-bottom: 6px;
    font-family: GOTHIC;
    font-weight: bolder;
}

.btn.Mybtn a {
    text-align: center;
    text-decoration: none;
    color: rgba(253,253,253,1.00);
}

h1 {
    font-size: 83px;
    font-family: GOTHIC;
    font-weight: 500;
    color: #546166;
}

.navbar-brand .Mylogo {
    margin-left: 230px;

}
.btn.Mybtn.Mybtnleft {
    margin-left: 11px;
}


.card{
  margin: 5% 0%;
}






.MyNavbar {
    border-bottom: 2px solid #546166;
}
.card-title {
    font-family: GOTHIC;
    color: #E28F26;
    font-weight: 600;
    font-size: 1rem;
}
.card-text {
    font-family: georgia;
    font-size: 0.8rem;
}
.myListText {
    font-family: georgia;
    list-style: outside;
    font-size: 0.7rem;
    white-space: normal;
}
.myListText li {
    margin-top: 6px;
}
.btn-md {
    font-family: GOTHIC;
    font-size: 0.8rem;
    font-weight: 600;
    padding-left: 0px;
}



.myBorder {
    padding-left: 0px;
    padding-right: 0px;
}




.card-body .card-header.myCardheader {
    color: #FFFFFF;
    background-color: #E28F26;
    padding-left: 12px;
    margin-left: -10px;
    font-family: GOTHIC;
    font-size: 1rem;
    font-weight: 600;
    border-radius: 0px;
}
.myListText li a {
    
    color: #323232;
}


footer .myFooterlink {
    font-family: GOTHIC;
    font-size: 0.85rem;
    color: #323232;
    font-weight: 600;
    text-align: right;
    margin-bottom: 0px;
    
}
footer .myFootertext {
    font-family: georgia;
    color: #323232;
    font-size: 0.6rem;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 20px;
}


.myFooterlink a {
    color: #546166;
    font-family: GOTHIC;
    font-size: 0.85rem;
    
}













@media screen and (max-width:576px){
    
body {
    
     padding-top: 105px;
}
    
h1 {
    font-family: GOTHIC;
    font-size: 50px;
}
.btn.Mybtn {
    width: 55px;
    border-radius: 31px;
    height: 55px;
    font-family: GOTHIC;
    font-size: 8px;
    font-weight: normal;
    color: #FFFFFF;
    padding-left: 5px;
    margin-left: 0px;
}
.navbar-brand .Mylogo {
    width: 165px;
    height: 60px;
    margin-left: -22px;
}

    footer .myFooterlink {
    font-size: 0.7rem;
    
}


}


@media screen and (min-width:576px){
    
    
    body {
    
     padding-top: 80px;
}
    
   .btn.Mybtn {
    width: 58px;
    border-radius: 31px;
    height: 58px;
    font-family: GOTHIC;
    font-size: 8px;
    font-weight: bold;
    color: #FFFFFF;
    padding-left: 7px;
    margin-left: 0px;
} 
h1 {
    font-family: GOTHIC;
    font-size: 50px;
}
.navbar-brand .Mylogo {
    width: 165px;
    height: 60px;
    margin-left: -19px;
    padding-left: 0px;
    padding-bottom: 0px;
    padding-right: 0px;
    margin-bottom: 0px;
}

  footer .myFooterlink {
    font-size: 0.8rem;
   
}  

}


@media screen and (min-width:765px){
    
        body {
    
     padding-top: 100px;
}
    
h1 {
    font-family: GOTHIC;
    font-size: 50px;
    margin-left: 15px;
}
    
.btn.Mybtn {
    width: 60px;
    border-radius: 31px;
    height: 60px;
    font-family: GOTHIC;
    font-size: 8px;
    font-weight: bold;
    color: #FFFFFF;
    padding-left: 7px;
    margin-left: 10px;
}
.navbar-brand .Mylogo {
    width: 166px;
    height: 60px;
    margin-left: 116px;
    margin-bottom: 10px;
}

footer .myFooterlink {
    font-size: 0.9rem;
   
}
    
}



@media screen and (min-width:992px){
    
     body {
    
     padding-top: 125px;
}
    
h1 {
    font-family: GOTHIC;
    font-size: 70px;
    margin-left: 28px;
}
.navbar-brand .Mylogo {
    width: 193px;
    height: 70px;
    margin-left: 221px;
}

footer .myFooterlink {
    font-size: 0.9rem;
   
}




}

@media screen and (min-width:1200px){
    
     body {
    
     padding-top: 142px;
}
    
h1 {
    font-family: GOTHIC;
    font-size: 83px;
    margin-left: 38px;
}

.btn.Mybtn {
    width: 74px;
    height: 74px;
    font-size: 12px;
    background-color: #f08a01;
    border-radius: 38px;
    color: #FFFFFF;
    padding-left: 5px;
    margin-left: 15px;
    margin-bottom: 6px;
    font-family: GOTHIC;
    font-weight: bolder;
}    
.navbar-brand .Mylogo {
    margin-left: 248px;
    width: 235px;
    height: 85px;
    margin-bottom: 26px;
}

footer .myFooterlink {
    font-size: 1rem;
}
    
}
