body{
    min-height: 100vh;
    margin:0;
    display: flex;
    flex-direction: column;
}

.footer{
    margin-top: auto;
    background-color: rgba(33, 31, 31, 0.68);
    text-align: center;
}

.background{
    background-image: url("https://cdn.pixabay.com/photo/2018/01/14/23/12/nature-3082832_960_720.jpg");
    height: 90vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.background .alert {
    text-align: center;
}

.navbar a{
    text-decoration: none;
}

.log_in{
    text-align: center;
    position: absolute;
    top: 35%;
    left: 50%;
    transform: translate(-50%, -50%);
    color:white;
    background-color: rgba(128, 128, 128, 0.3);
    border-radius: 25px;
}

.modal-body {
    direction: rtl;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.modal-body img{
    height: 640px;
    width: 520px;
}

.form_page{
   padding-top: 10px;
}

.tutorial-Label {
    display: flex;
    flex-direction: column;
    text-align: center;
}

.vidImg a{
    display: flex;
    justify-content: center;
}

.vidImg img{
    border: 1.5px solid black;
}

.form_page h2{
    text-align: center;
}

.edu_title h2 {
    text-align: center;
}

.card {
    margin: 3px;
    box-shadow: 0 -2px 10px 1px rgba(0, 0, 0, 0.05);
    min-height: 550px;
    color: #575757;
    background: #f7f7f7;
}

.arrowUp{
    position: relative;
    height: 0;
    width: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 15px solid white;
    top: -15px;
    left: 30px;
    font-size: 0;
}

.divider{
    position: relative;
    height: 10px;
    background-color: #00577c;
    width: 20%;
    left:40%;
    vertical-align: middle;
    margin-bottom: 10px;
}

.card-body a {
    margin-bottom: 2px;
}

.cardButton {
    background: #00577c;
    border: none;
    padding-bottom: 7px;
    padding-top: 5px;
    color: rgba(255, 255, 255, 0.95);
    padding: 6px 5px 4px;
    line-height: 1;
    font-size: 20px;
    display: inline-block;
    text-decoration: none;
    border-radius: 5px;
}

.cardButton:hover {
    background: rgba(255, 255, 255, 0.95);
    color: #00577c;
    text-decoration: none;
    border:1px solid #00577c;
}

.cardButtonActivated {
    padding-bottom: 7px;
    padding-top: 5px;
    line-height: 1;
    font-size: 20px;
    display: inline-block;
    text-decoration: none;
    border-radius: 5px;
    background: rgba(255, 255, 255, 0.95);
    color: #00577c;
    text-decoration: none;
    border:1px solid #00577c;
}

.cardButtonActivated:hover {
    background: #00577c;
    color: rgba(255, 255, 255, 0.95);
    text-decoration: none;
    border: none;
}

.cardImage{
    height: 234px;
}

.articleSection_title{
    text-align: center;
}

.formTitleSection p {
    text-align: center;
}
.formTitle{
    text-align: center;
    color:red;
}

.formSection {
    border: 1px solid black;
    margin-bottom: 10px;
}

.downloadForm{
    display: flex;
}

.fullDownloadRow{
    display: flex;
    justify-content: center;
}

.left_img_block{
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
}

.right_img_block {
    display: flex;
    justify-content: space-between;
}

.right_img_block p{
    align-self: center;
}

.img_block{
    display: flex;
    flex-direction: column;
}
.img_block img{
    align-self: center;
}

.two_img_block{
    display: flex;
    justify-content: center;
}

.two_img_block img {
    height: 450px;
}