﻿.TextTitle {
    color: #1b6ec2;
}

.ComponentTitle {
    color: #1b6ec2;
    font-size: 1.75rem;
}

.Footer {
    height: 40px;
}

.Footer > div {
    background-color: white;
    padding: 10px;
}

.Flag {
    padding-right:10px; 
    width: 40px;
}


.ImageOpacity {
    /*height: 1000px;
    background-color: #00238c;
    background-image: linear-gradient(rgba(0,0,0,0.1), rgba(0,0,0,0.1)), url("/images/Mountains.jpg");*/
    /*background-repeat: repeat;*/ /*if you have full size image then use no-repeat*/
    /*background-position: center center top;
    background-size: cover;*/
}

@media (max-width: 640.98px) {
    
}

@media (min-width: 641px) {
    .Footer {
        padding-left: 250px;
    }
}


