body{color: #575755; font-size: 15px; }
main{font-size: 15px;}
.primary{color: #1c327d;}
.secondary{color: #575755;}
.info{color: #ee7103;}
.fs-big{font-size: 60px;}
.fs-large{font-size: 40px;}

.parallax {
background-image: url("images/parallax.png");
min-height: 500px;
background-attachment: fixed;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}

a{text-decoration: none; color: #575755;}
a:hover{color: #ee7103;}

.btn-primary{background-color: #1c327d; border: 1px solid #1c327d; color: white;}
.btn-primary:hover{background-color: #1c327d; opacity: 0.7;}
.btn-info{background-color: #ee7103; border: 1px solid #ee7103; color: white;}
.btn-info:hover{background-color: #ee7103; opacity: 0.7; color: black;}


@media (max-width: 767.98px) {
.parallax{
    min-height: 200px;
    background-attachment: scroll;
}
}