@charset "UTF-8";
/* CSS Document */

.container-fluid {
    padding-left: 0;
    padding-right: 0;
}
.myText {
    font-family:"Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
    font-size: 1.2rem;
    font-weight: 100;
    text-shadow: 0 0.5px 1px #0f0f0f;
    padding: 0 20px;
    text-align:center;
}
form {
    left: 80px;
    right: 80px;
    margin: 10px 80px;
    color:#fff;
}
.col-lg-3 {
    padding-bottom:5px;
}
#contentText {
    position: absolute;
    top:20px;
}
 #successText {
	position: absolute;
	text-align: center;
	top: 50px;
	}
footer {
    text-align: center;
    background-color:#000090;
    color:#fff;
    padding: 10px 20px;
}
footer a:link, a:visited, a:hover {
    text-decoration: none;
    color:#fff;
}
@media (min-width:768px){
    .myText {
        font-size: 1.8rem;
    }
    #contentText {
        top:80px;
    }
}
@media (min-width:992px){
    .myText {
        font-size: 2.5rem;
    }
    #contentText {
        top:130px;
    }
}
@media (min-width:1199px){
    .myText {
        font-size: 2.5rem;
    }
    #contentText {
        top:90px;
        padding-left:130px;
    }
    #successText {
        text-align:center;
        top:90px;
    }
}
@media (min-width:1920px){
    .myText {
        font-size: 3.5rem;
    }
    #contentText {
        top:130px;
        padding-left:180px;
    }
    #successText {
        text-align:center;
        top:100px;
    }
}