body{
    background-image: linear-gradient(navy,rgb(32, 32, 32));
    color:white;
    font-family:calibri;
    font-size:large;
    margin:0px;
    padding:0px;
    border:0px;
}

#socials{
    img{width:50px;}
    font-size: 25px;
    a{
        color:whitesmoke;
    }
}


header{
    padding:10px;
    background-image: linear-gradient(firebrick,red);
    height: 140px;

    img{
        margin-right: 10px;
        float:left;
        height:100%;    
    }

    #headertext{
        font-size: 60px;
        font-weight: 800;
        text-shadow: 2px 2px #000000;
    }

    #headerSubtext{
        text-shadow: 2px 2px #000000;
    }

}

footer{
    font-size: 2vh;
    background-color: #660000;
    text-shadow: 2px 2px #000000;
    padding:20px;
    text-align: left;
    height:100px;
    margin-top:20px;
    a{
        color:rgb(198, 146, 146);
    }
    a:hover{
        color:#ffffff;
    }
}


.row:after{
    content: "";
    display: table;
    clear: both;
}

.column1{
    input{
        width:90%
    }
}

.column2{
    display:block;
    width:42.7%;
    height:50px;
    float:left;
    color:white;
    input{
        width:100%;
    }
}

.column3{
    display:block;
    width:30.6%;
    height:50px;
    float:left;
    color:white;
    input{
        width:95%;
    }
}


#navbar{
    ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #000000;
    }

    li {
    float: left;
    }

    li a {
    display: block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    }

    li a:hover:not(.active) {
    background-color: #111;
    }

    .active {
    background-color: red;
    }

}

#content{
    a{
        color:whitesmoke;
    }

    img{
        max-width: 1000px;
        width:90%;
        margin:10px;
    }
}

.contentBlock{
    margin:10px;
    padding:20px;
    display:block;
    border: solid black;
    background-color: #111;
    color:white;
    border-radius: 15px;
    float:left;
    width: 28%;
    img{
        margin-top:10px;
        width:100%;
    }
}
.contentBlock:hover{
    margin:10px;
    padding:20px;
    display:block;
    background-color: grey;
    border: solid black;
    color:white;
    border-radius: 15px;
    float:left;
    width: 28%;
    img{
        margin-top:10px;
        width:100%;
    }
}

#middle{
    margin-left:10%;
    margin-right:10%;
}

.socialBlock{
    float:right;
    padding:10px;
    img{
        margin-right:20px;
        height:100px;
    }
    img:hover{
        border-radius: 15px;
        background:#FF0000;
        }
}


.btn {
    background-color: DodgerBlue;
    border: none;
    color: white;
    padding: 12px 30px;
    cursor: pointer;
    font-size: 20px;
}

.btn:hover {
    background-color: RoyalBlue;
}

.websiteBrick{
    margin-top:10px;
    border: solid black;
    border-radius: 15px;
    padding:10px;
    background-color: firebrick;
    a{
        font-weight: 900;
        color:black;
        font-size: x-large;
    }

    a:hover{
        color:white;
    }
}
