/*Global View*/
header {
    background-color: #04223C;
    padding-top: 10px;
    padding-right: 19px;
    padding-left: 19px;
    padding-bottom: 10px;
}
.container  {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    text-shadow: 0px 0px #050505;
    color: #F9F9F9;
}
nav {
    float: right;
}
.mobile-view {
    display: none;
}
.desktop-view ul li {
    text-decoration: none;
    list-style-type: none;
    display: inline-block;
}
.desktop-view {
    margin-top: 44px;
}
.desktop-view ul li a {
    padding-top: 7px;
    padding-bottom: 7px;
    padding-right: 15px;
    padding-left: 15px;
    text-decoration: none;
    color: #080606;
}
.btn-light {
    background-color: #D4D4CA;
}
.btn-dark {
    background-color: #C3B069;
}
body {
    font-family: rosario;
    font-style: normal;
    font-weight: 400;
    -webkit-box-shadow: 0px 0px #0F2149;
    box-shadow: 0px 0px #0F2149;
}
.hero-image  {
    height: 653px;
    background-image: url(images/Blue%20image%20bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center 0%;
}
main {
    min-height: 800px;
}
footer {
    height: 120px;
    margin-top: 24px;
}
.social icons {
    padding-top: 0px;
    margin-top: 0px;
    height: 0px;
    top: 0px;
    min-width: px;
}
.copyright {
    color: #080707;
    width: auto;
    padding-right: 462px;
    font-size: small;
    height: 0px;
    padding-top: 0px;
    margin-right: 0px;
    float: right;
}
.col {
    background-color: #F4DAA2;
    margin-left: 1%;
    margin-right: 1%;
    padding-top: 0%;
    margin-top: 33px;
}




/*Tablet View*/

@media (min-width:401px) and (max-width:768px){
.mobile-view {
    display: block;
    float: right;
}
.desktop-view {
    display: none;
    text-align: right;
}
	.expand {
    display: block;
}
.desktop-view ul li {
    display: inline-block;
    float: none;
    position: static;
    margin-top: 0px;
    padding-top: 0px;
}
	
}

/*Phone View*/
@media (max-width: 400px){
.mobile-view {
    display: block;
    float: right;
    text-align: right;
}
.desktop-view {
    display: none;
    top: 66%;
    margin-top: -13px;
    margin-right: -19px;
}
	.expand {
    display: block;
}
.desktop-view ul li {
    display: block;
    top: 56%;
    float: right;
    left: 0%;
    bottom: 0%;
    right: 0%;
}
header a img {
    width: 80%;
    height: 80%;
}


}
.hero-content {
    padding-top: 27px;
    padding-left: 72px;
}
.par-do {
    color: #D8D7AF;
    font-weight: 400;
    border-style: none;
    font-family: rosario;
    font-style: normal;
}
.serv-grid {
    margin-top: 95px;
}
.col-lg {
    padding-top: 0px;
    padding-right: 0px;
    width: 29%;
    min-height: 0%;
    color: #060505;
    text-align: center;
}
.float-left {
    float: left;
}
.float-right {
    float: right;
    margin-right: 76px;
    margin-left: -141px;
}
.h1 {
    font-family: rosario;
    font-style: normal;
    font-weight: 400;
    font-size: large;
}
.h2 {
    font-family: rosario;
    font-style: normal;
    font-weight: 400;
    color: #010000;
    font-size: small;
}
